aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Improve log.杨宇千2019-08-044-392/+492
|
* Merge pull request #34 from crupest/token-time杨宇千2019-08-0421-556/+816
|\ | | | | Set token expired time and write unit tests.
| * Fix the database bug in unit tests.杨宇千2019-08-045-70/+92
| |
| * WIP: Need to solve the entity framework problem.杨宇千2019-08-048-604/+624
| |
| * Continue to add unit tests for token. Fix a bug thanks to unit test.杨宇千2019-08-045-22/+92
| |
| * Add unit tests for token.杨宇千2019-08-043-9/+51
| |
| * Clean codes.杨宇千2019-08-044-20/+5
| |
| * Use default mvc route.杨宇千2019-08-041-6/+1
| |
| * Add token expire time.杨宇千2019-08-017-11/+65
| |
| * Password service use exception.杨宇千2019-08-012-38/+47
| |
| * Expired token now has a unique code.杨宇千2019-08-015-13/+76
|/
* Update CI. Remove unused settings.杨宇千2019-07-293-27/+18
|
* Merge pull request #30 from crupest/remove-cos杨宇千2019-07-293-438/+0
|\ | | | | Remove qcloud cos completely.
| * Merge branch 'master' into remove-cos杨宇千2019-07-298-26/+26
| |\ | |/ |/|
* | Merge pull request #29 from crupest/rename-admin杨宇千2019-07-298-26/+26
|\ \ | | | | | | Rename isAdmin to administrator.
| * \ Merge branch 'master' into rename-admin杨宇千2019-07-291-1/+1
| |\ \ | |/ / |/| |
| * | Merge branch 'master' into rename-admin杨宇千2019-07-291-0/+3
| |\ \
| * | | Rename isAdmin to administrator.杨宇千2019-07-298-26/+26
| | | |
| | | * Merge branch 'master' into remove-cos杨宇千2019-07-292-1/+4
| | | |\ | |_|_|/ |/| | |
* | | | Update CI badge in readme.杨宇千2019-07-291-1/+1
| |/ / |/| |
* | | CI: avoid dumplicate build for pull request.杨宇千2019-07-291-0/+3
|/ /
| * Remove QCloud COS completely.杨宇千2019-07-293-438/+0
|/
* Separate build and release CI.杨宇千2019-07-292-1/+27
|
* Update README.md杨宇千2019-07-281-1/+1
|
* CI: Remove dumplicated artifact download.杨宇千2019-07-271-7/+1
|
* Update CI.杨宇千2019-07-271-1/+1
|
* Update CI.杨宇千2019-07-271-0/+1
|
* Update ci.杨宇千2019-07-271-36/+56
|
* Update azure-pipelines.yml for Azure Pipelines杨宇千2019-07-271-3/+3
|
* Merge pull request #25 from crupest/auth杨宇千2019-07-2726-507/+667
|\ | | | | Refactor a lot, especially authentication.
| * Fix bugs and write unit tests.杨宇千2019-07-238-43/+27
| |
| * WIP: Change UserController.杨宇千2019-07-237-131/+124
| |
| * WIP: Rewrite TokenController.杨宇千2019-07-234-56/+72
| |
| * WIP: Develop UserService. Remove unused components.杨宇千2019-07-238-199/+72
| |
| * WIP: change auth handler.杨宇千2019-07-212-25/+17
| |
| * WIP: change UserService.杨宇千2019-07-216-54/+172
| |
| * WIP: Change the JwtService.杨宇千2019-07-203-23/+49
| |
| * Write a custom authenticate handler.杨宇千2019-07-202-22/+107
| |
| * Add version column in user database.杨宇千2019-07-206-38/+111
|/
* Change roles in UserInfo into isadmin.crupest2019-05-1610-114/+170
|
* Add a handy script file to run the project with dotnet in konsole.crupest2019-05-141-0/+2
|
* Merge pull request #23 from crupest/auth杨宇千2019-05-081-1/+14
|\ | | | | You can use "token" query param to auth now.
| * You can use "token" query param to auth now.crupest2019-05-061-1/+14
|/
* Merge pull request #22 from crupest/user-admin杨宇千2019-05-0630-252/+1243
|\ | | | | Develop user management feature.
| * Throw exception in cos service.crupest2019-04-302-1/+10
| |
| * Add avatar upload function.crupest2019-04-304-4/+154
| |
| * Update readme.crupest2019-04-271-1/+5
| |
| * Test user existence in get avatar.crupest2019-04-261-1/+4
| |
| * Rename the cos service file. Fix a bug in test.crupest2019-04-252-3/+4
| |
| * Implement generate object get url in cos.crupest2019-04-253-16/+93
| |