Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #87 . | crupest | 2020-06-03 | 1 | -0/+2 |
| | |||||
* | Add cache for timeline post data. | crupest | 2020-03-13 | 1 | -0/+64 |
| | |||||
* | Make all integrated tests async. | crupest | 2020-03-11 | 2 | -15/+24 |
| | |||||
* | Revert namespace name change. | crupest | 2020-03-10 | 7 | -11/+11 |
| | |||||
* | ... | crupest | 2020-03-10 | 7 | -11/+11 |
| | |||||
* | Move jwt token key from configuration to database and auto generatable. | crupest | 2020-02-21 | 1 | -0/+6 |
| | |||||
* | Migrate to use sqlite. | crupest | 2020-02-21 | 1 | -4/+20 |
| | |||||
* | Finish reafctor, TODO: Database migration. | crupest | 2020-01-30 | 1 | -1/+11 |
| | |||||
* | ... | crupest | 2020-01-30 | 7 | -257/+17 |
| | |||||
* | ... | crupest | 2020-01-29 | 1 | -3/+3 |
| | |||||
* | Add some unit tests for token manager. | crupest | 2020-01-23 | 1 | -3/+0 |
| | |||||
* | ... | crupest | 2020-01-23 | 1 | -5/+5 |
| | |||||
* | ... | crupest | 2020-01-21 | 1 | -3/+3 |
| | |||||
* | Basically finish refactor of error codes. | crupest | 2020-01-19 | 1 | -2/+10 |
| | |||||
* | Use sqlite development database. | crupest | 2020-01-05 | 2 | -3/+3 |
| | |||||
* | Migrate to System.Text.Json . Format enum to string instead of number. Use ↵ | crupest | 2019-11-20 | 1 | -3/+22 |
| | | | | ISO8601 format for datetime. | ||||
* | Clean and refactor tests. | crupest | 2019-11-20 | 7 | -170/+224 |
| | |||||
* | Complete integrated tests??? Fix bugs. | crupest | 2019-11-19 | 2 | -25/+25 |
| | |||||
* | Write tests and fix bugs found via tests. | crupest | 2019-11-18 | 1 | -1/+1 |
| | |||||
* | Fix typo in path of personal timeline controller actions. Add timeline ↵ | crupest | 2019-11-17 | 1 | -0/+19 |
| | | | | permission test. | ||||
* | Add Get method tests for PersonalTimelineController. | 杨宇千 | 2019-11-07 | 1 | -0/+23 |
| | |||||
* | Complete integrated tests. | 杨宇千 | 2019-10-31 | 1 | -16/+11 |
| | |||||
* | Continue to construct feature and tests. | 杨宇千 | 2019-10-31 | 2 | -0/+17 |
| | |||||
* | Add UserDetailController unit tests. | 杨宇千 | 2019-10-28 | 3 | -0/+76 |
| | |||||
* | Add NeutralResourcesLanguage. Conform to best practices. | 杨宇千 | 2019-10-25 | 1 | -0/+91 |
| | |||||
* | ... | 杨宇千 | 2019-10-24 | 1 | -0/+16 |
| | |||||
* | ... | 杨宇千 | 2019-10-21 | 3 | -46/+37 |
| | |||||
* | ... | 杨宇千 | 2019-10-19 | 4 | -68/+55 |
| | |||||
* | ... | 杨宇千 | 2019-10-17 | 6 | -111/+74 |
| | |||||
* | Init migration to dotnet core 3.0.0 . | 杨宇千 | 2019-09-25 | 2 | -10/+17 |
| | |||||
* | Add more tests on avatar. | 杨宇千 | 2019-09-01 | 1 | -0/+13 |
| | |||||
* | Use etag for cache. | 杨宇千 | 2019-08-20 | 1 | -1/+2 |
| | |||||
* | Add avatar 304. | 杨宇千 | 2019-08-19 | 1 | -3/+1 |
| | |||||
* | Add integrated tests. | 杨宇千 | 2019-08-19 | 2 | -0/+30 |
| | |||||
* | Add avatar service. | 杨宇千 | 2019-08-18 | 2 | -0/+19 |
| | |||||
* | Finally solve the database conflict problem in unit tests. | 杨宇千 | 2019-08-17 | 1 | -46/+35 |
| | |||||
* | Fix the bug in assert message and add a formatter. | 杨宇千 | 2019-08-11 | 1 | -4/+27 |
| | |||||
* | Add FluentAssertions. | 杨宇千 | 2019-08-11 | 5 | -117/+119 |
| | |||||
* | Add UserController unit tests. | 杨宇千 | 2019-08-09 | 4 | -0/+71 |
| | |||||
* | Reorganize unit tests. | 杨宇千 | 2019-08-08 | 4 | -69/+15 |
| | |||||
* | Merge branch 'master' into null-request-field | 杨宇千 | 2019-08-08 | 7 | -155/+155 |
|\ | |||||
| * | Add script to convert encoding and eof. And of course run it. | unknown | 2019-08-07 | 6 | -155/+155 |
| | | |||||
* | | 3 things. | 杨宇千 | 2019-08-05 | 5 | -5/+24 |
|/ | | | | | | 1. Exchange Models and Entities namespace. 2. Fix the bug that input with missing field leads to 500. 3. Write unit tests. | ||||
* | Fix the database bug in unit tests. | 杨宇千 | 2019-08-04 | 2 | -59/+83 |
| | |||||
* | WIP: Need to solve the entity framework problem. | 杨宇千 | 2019-08-04 | 3 | -33/+33 |
| | |||||
* | Continue to add unit tests for token. Fix a bug thanks to unit test. | 杨宇千 | 2019-08-04 | 2 | -0/+31 |
| | |||||
* | Add unit tests for token. | 杨宇千 | 2019-08-04 | 1 | -0/+14 |
| | |||||
* | Clean codes. | 杨宇千 | 2019-08-04 | 3 | -16/+2 |
| | |||||
* | Password service use exception. | 杨宇千 | 2019-08-01 | 1 | -1/+1 |
| | |||||
* | Expired token now has a unique code. | 杨宇千 | 2019-08-01 | 1 | -2/+4 |
| |