aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Controllers
Commit message (Collapse)AuthorAgeFilesLines
* ...杨宇千2019-10-201-15/+19
|
* ...杨宇千2019-10-191-3/+3
|
* ...杨宇千2019-10-172-69/+70
|
* ...杨宇千2019-10-171-1/+2
|
* Use cache attribute.杨宇千2019-08-291-4/+1
|
* Fix a bug.杨宇千2019-08-271-1/+1
|
* Add Cache-Control and ETag headers for 304 to satisfy standards.杨宇千2019-08-271-2/+10
|
* Add max-age.杨宇千2019-08-271-1/+1
|
* Add Cache-Control header for avatar get.杨宇千2019-08-261-0/+2
|
* Add nickname in detail controller.杨宇千2019-08-221-3/+24
|
* Add user detail controller.杨宇千2019-08-221-0/+75
|
* Use etag for cache.杨宇千2019-08-201-10/+13
|
* Add check for content in avatar put.杨宇千2019-08-191-4/+22
|
* Add avatar 304.杨宇千2019-08-191-2/+14
|
* Improve avatar validation.杨宇千2019-08-191-6/+30
|
* Develop user avatar controller.杨宇千2019-08-181-2/+43
|
* Add avatar controller.杨宇千2019-08-181-0/+70
|
* Add change username.杨宇千2019-08-171-1/+29
|
* Add username format check.杨宇千2019-08-121-12/+22
|
* Add UserController unit tests.杨宇千2019-08-091-2/+2
|
* Rename user yo users in route.杨宇千2019-08-081-9/+9
|
* 2 things.杨宇千2019-08-081-9/+1
| | | | | 1. Make Administrator in UserPutRequest nullable. 2. Remove default route.
* Merge branch 'master' into null-request-field杨宇千2019-08-083-284/+284
|\
| * Add script to convert encoding and eof. And of course run it.unknown2019-08-073-294/+294
| |
* | 3 things.杨宇千2019-08-053-17/+7
|/ | | | | | 1. Exchange Models and Entities namespace. 2. Fix the bug that input with missing field leads to 500. 3. Write unit tests.
* Improve log.杨宇千2019-08-042-28/+65
|
* Continue to add unit tests for token. Fix a bug thanks to unit test.杨宇千2019-08-041-1/+1
|
* Add unit tests for token.杨宇千2019-08-041-1/+1
|
* Add token expire time.杨宇千2019-08-011-4/+20
|
* Expired token now has a unique code.杨宇千2019-08-011-3/+13
|
* Rename isAdmin to administrator.杨宇千2019-07-291-2/+2
|
* Fix bugs and write unit tests.杨宇千2019-07-231-5/+6
|
* WIP: Change UserController.杨宇千2019-07-232-86/+74
|
* WIP: Rewrite TokenController.杨宇千2019-07-231-26/+54
|
* WIP: change UserService.杨宇千2019-07-211-1/+1
|
* Change roles in UserInfo into isadmin.crupest2019-05-161-4/+4
|
* Add avatar upload function.crupest2019-04-301-4/+30
|
* Test user existence in get avatar.crupest2019-04-261-1/+4
|
* Fix a bug in cos service. Add avatar api.crupest2019-04-221-0/+8
|
* Add change password api.crupest2019-04-221-0/+17
|
* Move http models in to a new namespace. Revert last commit.crupest2019-04-222-34/+14
|
* Allow ordinary user to patch his password.crupest2019-04-211-9/+30
|
* Reorgnize api. Add basic unit test.crupest2019-04-213-126/+124
|
* Add user management REST api.crupest2019-04-182-17/+83
|
* Rename ValidateToken to VerifyToken.crupest2019-04-151-3/+3
|
* Merge branch '6-user' into separatecrupest2019-04-132-13/+43
|\
| * Add database connection.crupest2019-04-122-13/+43
| |
* | Init separate.crupest2019-04-132-2/+2
|/
* Change create token api.crupest2019-04-111-37/+12
|
* Migrate todo page from Azure DevOps WorkItems to Github Issues.crupest2019-03-042-33/+0
|