aboutsummaryrefslogtreecommitdiff
path: root/Timeline.Tests
Commit message (Collapse)AuthorAgeFilesLines
* Add http api and integrated tests.crupest2020-07-121-0/+75
|
* Add api in service.crupest2020-07-121-0/+30
|
* Add another integrated test.crupest2020-07-101-7/+50
|
* Add http api and integrated tests.crupest2020-07-101-0/+34
|
* Add unit tests.crupest2020-07-102-0/+41
|
* Add integrated tests. And fix a behavior.crupest2020-06-182-21/+81
|
* Clean codes.crupest2020-06-181-4/+2
|
* feat(back): Timeline service add post modified since.crupest2020-06-182-3/+33
|
* feat(back): Add last modified to timeline.crupest2020-06-182-13/+62
|
* feat(back): Timeline service add last modified.crupest2020-06-182-23/+50
|
* Add last modified info to timeline.crupest2020-06-184-22/+193
|
* refactor(back): Use generic host.crupest2020-06-1511-369/+194
|
* Many many bugs fix.crupest2020-06-144-13/+79
| | | | | | 1. Add a way to test front end with mock page. 2. Unknown api returns 400 but not frontend page. 3. Fix a big bug that cause all data loss in database migration.
* 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
| | | | custom port and package manager for dev server.
* 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
| | | | Just add some tests.
* 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 ↵crupest2020-01-312-3/+6
| | | | user info.
* 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
|