Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move jwt token key from configuration to database and auto generatable. | crupest | 2020-02-21 | 2 | -2/+19 |
| | |||||
* | Migrate to use sqlite. | crupest | 2020-02-21 | 1 | -18/+1 |
| | |||||
* | Add timeline service. | crupest | 2020-02-02 | 1 | -1/+3 |
| | |||||
* | Finish reafctor, TODO: Database migration. | crupest | 2020-01-30 | 1 | -1/+1 |
| | |||||
* | ... | crupest | 2020-01-30 | 2 | -3/+1 |
| | |||||
* | ... | crupest | 2020-01-29 | 3 | -28/+8 |
| | |||||
* | ... | crupest | 2020-01-23 | 2 | -0/+8 |
| | |||||
* | ... | crupest | 2020-01-21 | 7 | -18/+14 |
| | |||||
* | Use sqlite development database. | crupest | 2020-01-05 | 2 | -2/+20 |
| | |||||
* | Write tests and fix bugs found via tests. | crupest | 2019-11-18 | 1 | -16/+1 |
| | |||||
* | WIP : Write timeline service. | 杨宇千 | 2019-11-13 | 1 | -0/+1 |
| | |||||
* | Add controller primarily and of course redesign the service accordingly. | 杨宇千 | 2019-11-04 | 1 | -0/+10 |
| | |||||
* | WIP: Design the timeline service interface. | 杨宇千 | 2019-11-03 | 1 | -5/+1 |
| | |||||
* | Design the entity model primarily. | 杨宇千 | 2019-11-03 | 6 | -2/+119 |
| | |||||
* | Add user detail service. | 杨宇千 | 2019-10-25 | 3 | -0/+24 |
| | |||||
* | ... | 杨宇千 | 2019-10-24 | 1 | -12/+0 |
| | |||||
* | ... | 杨宇千 | 2019-10-24 | 1 | -0/+1 |
| | |||||
* | ... | 杨宇千 | 2019-10-23 | 3 | -63/+35 |
| | |||||
* | ... | 杨宇千 | 2019-10-19 | 3 | -13/+13 |
| | |||||
* | Rename EMail to Email. | 杨宇千 | 2019-08-24 | 1 | -1/+1 |
| | |||||
* | Add nickname. Step 1. | 杨宇千 | 2019-08-22 | 1 | -0/+3 |
| | |||||
* | Add validators. | 杨宇千 | 2019-08-21 | 1 | -1/+1 |
| | |||||
* | Add database entity and service. | 杨宇千 | 2019-08-21 | 2 | -1/+29 |
| | |||||
* | Update Database. | 杨宇千 | 2019-08-20 | 1 | -1/+1 |
| | |||||
* | Use etag for cache. | 杨宇千 | 2019-08-20 | 1 | -0/+4 |
| | |||||
* | Add index for username. | 杨宇千 | 2019-08-19 | 2 | -1/+1 |
| | |||||
* | Add avatar 304. | 杨宇千 | 2019-08-19 | 2 | -4/+22 |
| | |||||
* | Add avatar service. | 杨宇千 | 2019-08-18 | 2 | -0/+21 |
| | |||||
* | Enhance database. | 杨宇千 | 2019-08-17 | 1 | -2/+8 |
| | |||||
* | Merge branch 'master' into null-request-field | 杨宇千 | 2019-08-08 | 1 | -42/+42 |
|\ | |||||
| * | Add script to convert encoding and eof. And of course run it. | unknown | 2019-08-07 | 6 | -183/+183 |
| | | |||||
* | | 3 things. | 杨宇千 | 2019-08-05 | 7 | -183/+42 |
|/ | | | | | | 1. Exchange Models and Entities namespace. 2. Fix the bug that input with missing field leads to 500. 3. Write unit tests. | ||||
* | Add token expire time. | 杨宇千 | 2019-08-01 | 1 | -0/+2 |
| | |||||
* | Rename isAdmin to administrator. | 杨宇千 | 2019-07-29 | 3 | -7/+7 |
| | |||||
* | WIP: Change UserController. | 杨宇千 | 2019-07-23 | 3 | -45/+23 |
| | |||||
* | WIP: Rewrite TokenController. | 杨宇千 | 2019-07-23 | 3 | -30/+18 |
| | |||||
* | WIP: Develop UserService. Remove unused components. | 杨宇千 | 2019-07-23 | 2 | -1/+17 |
| | |||||
* | WIP: change UserService. | 杨宇千 | 2019-07-21 | 2 | -5/+13 |
| | |||||
* | Change roles in UserInfo into isadmin. | crupest | 2019-05-16 | 3 | -75/+64 |
| | |||||
* | Add avatar upload function. | crupest | 2019-04-30 | 1 | -0/+11 |
| | |||||
* | 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 | 5 | -43/+56 |
| | |||||
* | Allow ordinary user to patch his password. | crupest | 2019-04-21 | 4 | -43/+55 |
| | |||||
* | Remove unnecessary columns in database query. | crupest | 2019-04-21 | 1 | -8/+15 |
| | |||||
* | Reorgnize api. Add basic unit test. | crupest | 2019-04-21 | 2 | -9/+69 |
| | |||||
* | Add user management REST api. | crupest | 2019-04-18 | 2 | -15/+30 |
| | |||||
* | Rename ValidateToken to VerifyToken. | crupest | 2019-04-15 | 1 | -2/+2 |
| | |||||
* | Add database connection. | crupest | 2019-04-12 | 3 | -40/+56 |
| | |||||
* | Change create token api. | crupest | 2019-04-11 | 1 | -0/+26 |
| | |||||
* | Migrate todo page from Azure DevOps WorkItems to Github Issues. | crupest | 2019-03-04 | 1 | -7/+2 |
| |