aboutsummaryrefslogtreecommitdiff
path: root/Timeline
Commit message (Expand)AuthorAgeFilesLines
...
* Add copy to clipboard function to code generator.crupest2020-02-021-2/+3
* ...crupest2020-02-024-6/+183
* Add timeline service.crupest2020-02-0210-46/+172
* ...crupest2020-02-023-83/+94
* ...crupest2020-02-015-67/+336
* Make all patch return the new entity.crupest2020-01-314-26/+35
* Fix test bugs in user info mapper. Make create user action return created use...crupest2020-01-313-18/+10
* Fix a bug in url generation and add development database migration.crupest2020-01-315-62/+420
* Combine two user info types.crupest2020-01-314-45/+30
* ...crupest2020-01-317-14/+230
* Finish reafctor, TODO: Database migration.crupest2020-01-308-19/+32
* ...crupest2020-01-3049-1473/+521
* ...crupest2020-01-2911-127/+207
* ...crupest2020-01-2924-1113/+265
* ...crupest2020-01-2930-388/+1069
* Upgrade library version.crupest2020-01-241-4/+4
* ...crupest2020-01-2310-117/+95
* ...crupest2020-01-2126-281/+391
* Basically finish refactor of error codes.crupest2020-01-193-6/+5
* ...crupest2020-01-1835-1538/+725
* Fix a bug in delete post.crupest2020-01-171-2/+0
* Fix a bug in wrong message of BadPasswordException.crupest2020-01-122-6/+2
* Use sqlite development database.crupest2020-01-0518-41/+1219
* 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-103-5/+38
|\
| * Migrate to System.Text.Json . Format enum to string instead of number. Use IS...crupest2019-11-203-5/+38
* | Migrate to DotNetCore 3.1 .crupest2019-12-101-7/+6
|/
* Update packages and migrate database.crupest2019-11-204-12/+644
* Get posts should return posts ordered by time.crupest2019-11-201-1/+1
* 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-201-6/+6
* Complete integrated tests??? Fix bugs.crupest2019-11-191-2/+2
* Clean project files.crupest2019-11-181-145/+138
* Continue to write tests.crupest2019-11-182-2/+1
* Write tests and fix bugs found via tests.crupest2019-11-185-21/+20
* Fix typo in path of personal timeline controller actions. Add timeline permis...crupest2019-11-173-8/+12
* Complete personal timeline service without tests.crupest2019-11-171-5/+121
* WIP : Write timeline service.杨宇千2019-11-134-10/+335
* Complete personal timeline controller unit tests.杨宇千2019-11-124-18/+59
* Add PersonalTimelineController PostOperationCreate unit tests.杨宇千2019-11-092-4/+4
* Complete PersonalTimelineController and write attribute test.杨宇千2019-11-0714-53/+295
* Add controller primarily and of course redesign the service accordingly.杨宇千2019-11-049-33/+575
* Complete designing timeline service though there may be many bugs in the design.杨宇千2019-11-046-22/+125
* WIP: Design the timeline service interface.杨宇千2019-11-037-7/+320
* Design the entity model primarily.杨宇千2019-11-038-2/+132
* Recreate database and migrations.杨宇千2019-10-3125-1220/+276
* Continue to construct feature and tests.杨宇千2019-10-3113-30/+165
* Add UserDetailController unit tests.杨宇千2019-10-285-0/+101
* Add error code tests.杨宇千2019-10-2711-132/+475