aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Controllers/UserController.cs
Commit message (Collapse)AuthorAgeFilesLines
* Handle post deletion on user deletion correctly.crupest2020-08-111-2/+4
|
* refactor(back): Fix #100 .crupest2020-06-131-2/+3
|
* ...crupest2020-03-101-0/+1
|
* Revert namespace name change.crupest2020-03-101-8/+8
|
* ...crupest2020-03-101-8/+8
|
* Make all patch return the new entity.crupest2020-01-311-5/+5
|
* Fix test bugs in user info mapper. Make create user action return created ↵crupest2020-01-311-3/+3
| | | | user info.
* Combine two user info types.crupest2020-01-311-17/+5
|
* Finish reafctor, TODO: Database migration.crupest2020-01-301-8/+10
|
* ...crupest2020-01-301-23/+35
|
* ...crupest2020-01-291-47/+52
|
* ...crupest2020-01-291-2/+2
|
* ...crupest2020-01-231-4/+7
|
* ...crupest2020-01-211-3/+3
|
* ...crupest2020-01-181-55/+9
|
* Continue to construct feature and tests.杨宇千2019-10-311-1/+1
|
* Add NeutralResourcesLanguage. Conform to best practices.杨宇千2019-10-251-15/+12
|
* ...杨宇千2019-10-231-28/+16
|
* ...杨宇千2019-10-211-15/+16
|
* ...杨宇千2019-10-211-19/+20
|
* ...杨宇千2019-10-201-29/+62
|
* ...杨宇千2019-10-171-4/+4
|
* 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-081-126/+126
|\
| * Add script to convert encoding and eof. And of course run it.unknown2019-08-071-125/+125
| |
* | 3 things.杨宇千2019-08-051-2/+3
|/ | | | | | 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-041-9/+11
|
* Rename isAdmin to administrator.杨宇千2019-07-291-2/+2
|
* WIP: Change UserController.杨宇千2019-07-231-71/+59
|
* 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-221-33/+13
|
* Allow ordinary user to patch his password.crupest2019-04-211-9/+30
|
* Reorgnize api. Add basic unit test.crupest2019-04-211-43/+50
|
* Add user management REST api.crupest2019-04-181-17/+0
|
* Rename ValidateToken to VerifyToken.crupest2019-04-151-3/+3
|
* Merge branch '6-user' into separatecrupest2019-04-131-11/+41
|\
| * Add database connection.crupest2019-04-121-11/+41
| |
* | Init separate.crupest2019-04-131-1/+1
|/
* Change create token api.crupest2019-04-111-37/+12
|
* Add get pat api.crupest2019-02-181-2/+0
|
* Develop user token interface.crupest2019-02-141-5/+31
|
* Add authorization.crupest2019-02-071-31/+15
|