aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update CI.crupest2020-02-011-17/+20
* Merge pull request #56 from crupest/dev杨宇千2020-02-01131-5993/+3745
|\
| * ...crupest2020-02-015-67/+336
| * Make all patch return the new entity.crupest2020-01-316-31/+49
| * Fix test bugs in user info mapper. Make create user action return created use...crupest2020-01-315-21/+16
| * Fix a bug in url generation and add development database migration.crupest2020-01-315-62/+420
| * Combine two user info types.crupest2020-01-318-68/+54
| * ...crupest2020-01-319-26/+311
| * Finish reafctor, TODO: Database migration.crupest2020-01-3014-47/+64
| * ...crupest2020-01-304-172/+130
| * ...crupest2020-01-3075-3635/+963
| * ...crupest2020-01-2911-127/+207
| * ...crupest2020-01-2925-1115/+267
| * ...crupest2020-01-2936-407/+1086
| * Finish UserTokenManagerTest.crupest2020-01-241-0/+81
| * Upgrade library version.crupest2020-01-243-8/+40
| * Add some unit tests for token manager.crupest2020-01-232-3/+52
| * ...crupest2020-01-2313-136/+142
| * ...crupest2020-01-2133-298/+408
| * Basically finish refactor of error codes.crupest2020-01-1913-62/+65
| * ...crupest2020-01-1842-1549/+895
|/
* Fix a bug in delete post.crupest2020-01-171-2/+0
* Specify RID in publish to reduce artifitial size.crupest2020-01-171-1/+1
* Update CI.crupest2020-01-171-5/+2
* Update CI.crupest2020-01-161-9/+12
* Fix a bug in wrong message of BadPasswordException.crupest2020-01-122-6/+2
* Update README.crupest2020-01-051-1/+19
* Use sqlite development database.crupest2020-01-0521-70/+1223
* Fix the format in date string.crupest2019-12-111-1/+1
* Fix a bug in simultaneous database queries.crupest2019-12-101-6/+10
* Merge branch 'master' of github.com:crupest/Timelinecrupest2019-12-105-8/+66
|\
| * Merge pull request #55 from crupest/format杨宇千2019-11-205-8/+66
| |\
| | * Add test for bad enum value of timeline visibility.crupest2019-11-201-0/+6
| | * Migrate to System.Text.Json . Format enum to string instead of number. Use IS...crupest2019-11-204-8/+60
| |/
* / Migrate to DotNetCore 3.1 .crupest2019-12-104-14/+14
|/
* Update CI.crupest2019-11-201-29/+33
* Update packages and migrate database.crupest2019-11-205-15/+647
* Merge pull request #54 from crupest/timeline杨宇千2019-11-2054-518/+3243
|\
| * Get posts should return posts ordered by time.crupest2019-11-202-2/+29
| * Change post content to null instead of delete the entity when deleting post.crupest2019-11-201-2/+4
| * Add delete nonexist post test, and fix the bug.crupest2019-11-202-6/+13
| * Clean and refactor tests.crupest2019-11-2022-462/+396
| * Complete integrated tests??? Fix bugs.crupest2019-11-1910-72/+320
| * Clean project files.crupest2019-11-182-151/+140
| * Continue to write tests.crupest2019-11-183-2/+50
| * Write tests and fix bugs found via tests.crupest2019-11-188-23/+157
| * Fix typo in path of personal timeline controller actions. Add timeline permis...crupest2019-11-176-8/+120
| * Complete personal timeline service without tests.crupest2019-11-171-5/+121
| * WIP : Write timeline service.杨宇千2019-11-135-11/+336
| * Complete personal timeline controller unit tests.杨宇千2019-11-125-21/+209