Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | ... | crupest | 2020-01-18 | 4 | -185/+43 | |
| | ||||||
* | Add delete nonexist post test, and fix the bug. | crupest | 2019-11-20 | 1 | -6/+6 | |
| | ||||||
* | Fix typo in path of personal timeline controller actions. Add timeline ↵ | crupest | 2019-11-17 | 1 | -4/+4 | |
| | | | | permission test. | |||||
* | WIP : Write timeline service. | 杨宇千 | 2019-11-13 | 1 | -2/+2 | |
| | ||||||
* | Complete personal timeline controller unit tests. | 杨宇千 | 2019-11-12 | 1 | -7/+18 | |
| | ||||||
* | Add PersonalTimelineController PostOperationCreate unit tests. | 杨宇千 | 2019-11-09 | 1 | -3/+3 | |
| | ||||||
* | Complete PersonalTimelineController and write attribute test. | 杨宇千 | 2019-11-07 | 1 | -35/+51 | |
| | ||||||
* | Add controller primarily and of course redesign the service accordingly. | 杨宇千 | 2019-11-04 | 1 | -0/+141 | |
| | ||||||
* | Continue to construct feature and tests. | 杨宇千 | 2019-10-31 | 4 | -3/+8 | |
| | ||||||
* | Add UserDetailController unit tests. | 杨宇千 | 2019-10-28 | 1 | -0/+44 | |
| | ||||||
* | Add NeutralResourcesLanguage. Conform to best practices. | 杨宇千 | 2019-10-25 | 4 | -61/+88 | |
| | ||||||
* | ... | 杨宇千 | 2019-10-24 | 1 | -55/+80 | |
| | ||||||
* | ... | 杨宇千 | 2019-10-23 | 3 | -32/+20 | |
| | ||||||
* | ... | 杨宇千 | 2019-10-21 | 3 | -129/+36 | |
| | ||||||
* | ... | 杨宇千 | 2019-10-21 | 2 | -21/+22 | |
| | ||||||
* | ... | 杨宇千 | 2019-10-20 | 1 | -29/+62 | |
| | ||||||
* | ... | 杨宇千 | 2019-10-20 | 1 | -12/+14 | |
| | ||||||
* | ... | 杨宇千 | 2019-10-20 | 1 | -3/+3 | |
| | ||||||
* | ... | 杨宇千 | 2019-10-20 | 1 | -15/+19 | |
| | ||||||
* | ... | 杨宇千 | 2019-10-19 | 1 | -3/+3 | |
| | ||||||
* | ... | 杨宇千 | 2019-10-17 | 2 | -69/+70 | |
| | ||||||
* | ... | 杨宇千 | 2019-10-17 | 1 | -1/+2 | |
| | ||||||
* | Use cache attribute. | 杨宇千 | 2019-08-29 | 1 | -4/+1 | |
| | ||||||
* | Fix a bug. | 杨宇千 | 2019-08-27 | 1 | -1/+1 | |
| | ||||||
* | Add Cache-Control and ETag headers for 304 to satisfy standards. | 杨宇千 | 2019-08-27 | 1 | -2/+10 | |
| | ||||||
* | Add max-age. | 杨宇千 | 2019-08-27 | 1 | -1/+1 | |
| | ||||||
* | Add Cache-Control header for avatar get. | 杨宇千 | 2019-08-26 | 1 | -0/+2 | |
| | ||||||
* | Add nickname in detail controller. | 杨宇千 | 2019-08-22 | 1 | -3/+24 | |
| | ||||||
* | Add user detail controller. | 杨宇千 | 2019-08-22 | 1 | -0/+75 | |
| | ||||||
* | Use etag for cache. | 杨宇千 | 2019-08-20 | 1 | -10/+13 | |
| | ||||||
* | Add check for content in avatar put. | 杨宇千 | 2019-08-19 | 1 | -4/+22 | |
| | ||||||
* | Add avatar 304. | 杨宇千 | 2019-08-19 | 1 | -2/+14 | |
| | ||||||
* | Improve avatar validation. | 杨宇千 | 2019-08-19 | 1 | -6/+30 | |
| | ||||||
* | Develop user avatar controller. | 杨宇千 | 2019-08-18 | 1 | -2/+43 | |
| | ||||||
* | Add avatar controller. | 杨宇千 | 2019-08-18 | 1 | -0/+70 | |
| | ||||||
* | 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 | 3 | -284/+284 | |
|\ | ||||||
| * | Add script to convert encoding and eof. And of course run it. | unknown | 2019-08-07 | 3 | -294/+294 | |
| | | ||||||
* | | 3 things. | 杨宇千 | 2019-08-05 | 3 | -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-04 | 2 | -28/+65 | |
| | ||||||
* | Continue to add unit tests for token. Fix a bug thanks to unit test. | 杨宇千 | 2019-08-04 | 1 | -1/+1 | |
| | ||||||
* | Add unit tests for token. | 杨宇千 | 2019-08-04 | 1 | -1/+1 | |
| | ||||||
* | Add token expire time. | 杨宇千 | 2019-08-01 | 1 | -4/+20 | |
| | ||||||
* | Expired token now has a unique code. | 杨宇千 | 2019-08-01 | 1 | -3/+13 | |
| | ||||||
* | Rename isAdmin to administrator. | 杨宇千 | 2019-07-29 | 1 | -2/+2 | |
| | ||||||
* | Fix bugs and write unit tests. | 杨宇千 | 2019-07-23 | 1 | -5/+6 | |
| |