Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split front and back end. | crupest | 2020-10-27 | 1 | -195/+0 |
| | |||||
* | ... | crupest | 2020-08-21 | 1 | -24/+15 |
| | |||||
* | ... | crupest | 2020-08-20 | 1 | -0/+59 |
| | |||||
* | Handle post deletion on user deletion correctly. | crupest | 2020-08-11 | 1 | -2/+4 |
| | |||||
* | refactor(back): Fix #100 . | crupest | 2020-06-13 | 1 | -2/+3 |
| | |||||
* | ... | crupest | 2020-03-10 | 1 | -0/+1 |
| | |||||
* | Revert namespace name change. | crupest | 2020-03-10 | 1 | -8/+8 |
| | |||||
* | ... | crupest | 2020-03-10 | 1 | -8/+8 |
| | |||||
* | Make all patch return the new entity. | crupest | 2020-01-31 | 1 | -5/+5 |
| | |||||
* | Fix test bugs in user info mapper. Make create user action return created ↵ | crupest | 2020-01-31 | 1 | -3/+3 |
| | | | | user info. | ||||
* | Combine two user info types. | crupest | 2020-01-31 | 1 | -17/+5 |
| | |||||
* | Finish reafctor, TODO: Database migration. | crupest | 2020-01-30 | 1 | -8/+10 |
| | |||||
* | ... | crupest | 2020-01-30 | 1 | -23/+35 |
| | |||||
* | ... | crupest | 2020-01-29 | 1 | -47/+52 |
| | |||||
* | ... | crupest | 2020-01-29 | 1 | -2/+2 |
| | |||||
* | ... | crupest | 2020-01-23 | 1 | -4/+7 |
| | |||||
* | ... | crupest | 2020-01-21 | 1 | -3/+3 |
| | |||||
* | ... | crupest | 2020-01-18 | 1 | -55/+9 |
| | |||||
* | Continue to construct feature and tests. | 杨宇千 | 2019-10-31 | 1 | -1/+1 |
| | |||||
* | Add NeutralResourcesLanguage. Conform to best practices. | 杨宇千 | 2019-10-25 | 1 | -15/+12 |
| | |||||
* | ... | 杨宇千 | 2019-10-23 | 1 | -28/+16 |
| | |||||
* | ... | 杨宇千 | 2019-10-21 | 1 | -15/+16 |
| | |||||
* | ... | 杨宇千 | 2019-10-21 | 1 | -19/+20 |
| | |||||
* | ... | 杨宇千 | 2019-10-20 | 1 | -29/+62 |
| | |||||
* | ... | 杨宇千 | 2019-10-17 | 1 | -4/+4 |
| | |||||
* | Add change username. | 杨宇千 | 2019-08-17 | 1 | -1/+29 |
| | |||||
* | Add username format check. | 杨宇千 | 2019-08-12 | 1 | -12/+22 |
| | |||||
* | Add UserController unit tests. | 杨宇千 | 2019-08-09 | 1 | -2/+2 |
| | |||||
* | Rename user yo users in route. | 杨宇千 | 2019-08-08 | 1 | -9/+9 |
| | |||||
* | 2 things. | 杨宇千 | 2019-08-08 | 1 | -9/+1 |
| | | | | | 1. Make Administrator in UserPutRequest nullable. 2. Remove default route. | ||||
* | Merge branch 'master' into null-request-field | 杨宇千 | 2019-08-08 | 1 | -126/+126 |
|\ | |||||
| * | Add script to convert encoding and eof. And of course run it. | unknown | 2019-08-07 | 1 | -125/+125 |
| | | |||||
* | | 3 things. | 杨宇千 | 2019-08-05 | 1 | -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-04 | 1 | -9/+11 |
| | |||||
* | Rename isAdmin to administrator. | 杨宇千 | 2019-07-29 | 1 | -2/+2 |
| | |||||
* | WIP: Change UserController. | 杨宇千 | 2019-07-23 | 1 | -71/+59 |
| | |||||
* | Change roles in UserInfo into isadmin. | crupest | 2019-05-16 | 1 | -4/+4 |
| | |||||
* | Add avatar upload function. | crupest | 2019-04-30 | 1 | -4/+30 |
| | |||||
* | Test user existence in get avatar. | crupest | 2019-04-26 | 1 | -1/+4 |
| | |||||
* | Fix a bug in cos service. Add avatar api. | crupest | 2019-04-22 | 1 | -0/+8 |
| | |||||
* | Add change password api. | crupest | 2019-04-22 | 1 | -0/+17 |
| | |||||
* | Move http models in to a new namespace. Revert last commit. | crupest | 2019-04-22 | 1 | -33/+13 |
| | |||||
* | Allow ordinary user to patch his password. | crupest | 2019-04-21 | 1 | -9/+30 |
| | |||||
* | Reorgnize api. Add basic unit test. | crupest | 2019-04-21 | 1 | -43/+50 |
| | |||||
* | Add user management REST api. | crupest | 2019-04-18 | 1 | -17/+0 |
| | |||||
* | Rename ValidateToken to VerifyToken. | crupest | 2019-04-15 | 1 | -3/+3 |
| | |||||
* | Merge branch '6-user' into separate | crupest | 2019-04-13 | 1 | -11/+41 |
|\ | |||||
| * | Add database connection. | crupest | 2019-04-12 | 1 | -11/+41 |
| | | |||||
* | | Init separate. | crupest | 2019-04-13 | 1 | -1/+1 |
|/ | |||||
* | Change create token api. | crupest | 2019-04-11 | 1 | -37/+12 |
| |