aboutsummaryrefslogtreecommitdiff
path: root/Timeline.Tests
Commit message (Expand)AuthorAgeFilesLines
* CI: Use nuget cache.crupest2020-06-031-0/+1746
* Fix #87 .crupest2020-06-031-0/+2
* Just get everything works!crupest2020-05-303-72/+72
* Merge front end to this repo. But I need to wait for aspnet core support for ...crupest2020-05-301-61/+64
* Clean code.crupest2020-03-131-2/+1
* Add cache for timeline post data.crupest2020-03-133-42/+71
* Add integrated tests for image post.crupest2020-03-121-1/+115
* Add links test for timeline.crupest2020-03-111-8/+28
* Make all integrated tests async.crupest2020-03-114-35/+71
* ...crupest2020-03-111-89/+48
* ...crupest2020-03-112-643/+198
* New logic for HasPostModifyPermissioncrupest2020-03-111-0/+4
* Add invalid model tests.crupest2020-03-101-0/+45
* ...crupest2020-03-104-110/+145
* Revert namespace name change.crupest2020-03-1018-42/+42
* ...crupest2020-03-1018-42/+42
* Guess what, Chinese character is also a "letter". So no need to change code. ...crupest2020-02-291-0/+2
* Add delete timeline.crupest2020-02-241-0/+56
* Add visibility query filter in get timelines api.crupest2020-02-211-23/+155
* Move jwt token key from configuration to database and auto generatable.crupest2020-02-211-0/+6
* Migrate to use sqlite.crupest2020-02-211-4/+20
* Update packages.crupest2020-02-201-3/+3
* Improve relate filter.crupest2020-02-051-13/+46
* Add get timeline list feature.crupest2020-02-041-0/+77
* Finish normal timeline development.crupest2020-02-031-0/+589
* Add TimelineController.crupest2020-02-031-1/+1
* ...crupest2020-02-021-7/+7
* Make all patch return the new entity.crupest2020-01-312-5/+14
* Fix test bugs in user info mapper. Make create user action return created use...crupest2020-01-312-3/+6
* Combine two user info types.crupest2020-01-314-23/+24
* ...crupest2020-01-312-12/+81
* Finish reafctor, TODO: Database migration.crupest2020-01-306-28/+32
* ...crupest2020-01-304-172/+130
* ...crupest2020-01-3025-2160/+440
* ...crupest2020-01-291-2/+2
* ...crupest2020-01-296-19/+17
* Finish UserTokenManagerTest.crupest2020-01-241-0/+81
* Upgrade library version.crupest2020-01-242-4/+36
* Add some unit tests for token manager.crupest2020-01-232-3/+52
* ...crupest2020-01-233-19/+47
* ...crupest2020-01-217-17/+17
* Basically finish refactor of error codes.crupest2020-01-1910-56/+60
* ...crupest2020-01-182-8/+9
* Use sqlite development database.crupest2020-01-053-29/+4
* Merge branch 'master' of github.com:crupest/Timelinecrupest2019-12-102-3/+28
|\
| * 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-201-3/+22
* | Migrate to DotNetCore 3.1 .crupest2019-12-101-4/+4
|/
* Update packages and migrate database.crupest2019-11-201-3/+3
* Get posts should return posts ordered by time.crupest2019-11-201-1/+28