aboutsummaryrefslogtreecommitdiff
path: root/Timeline.Tests/IntegratedTests
Commit message (Collapse)AuthorAgeFilesLines
* Post info now contain data etag.crupest2020-08-311-0/+34
|
* Now uesr avatar put api returns etag.crupest2020-08-311-0/+25
|
* Add change timeline name api to timeline controller.crupest2020-08-281-6/+55
|
* Timeline title feature.crupest2020-08-271-0/+29
|
* ...crupest2020-08-211-4/+4
|
* ...crupest2020-08-211-10/+5
|
* Post list modified since now consider username change. And make all datetime ↵crupest2020-08-111-2/+2
| | | | utc.
* Handle post deletion on user deletion correctly.crupest2020-08-111-2/+2
|
* Add user unique id.crupest2020-08-081-0/+9
|
* Add http api and integrated tests.crupest2020-07-121-0/+75
|
* 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-101-0/+2
|
* Add integrated tests. And fix a behavior.crupest2020-06-181-19/+79
|
* feat(back): Add last modified to timeline.crupest2020-06-182-13/+62
|
* refactor(back): Use generic host.crupest2020-06-158-54/+13
|
* Many many bugs fix.crupest2020-06-143-12/+78
| | | | | | 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.
* 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.
* Add cache for timeline post data.crupest2020-03-132-42/+7
|
* 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-112-20/+47
|
* ...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-107-23/+23
|
* ...crupest2020-03-107-23/+23
|
* Add delete timeline.crupest2020-02-241-0/+56
|
* Add visibility query filter in get timelines api.crupest2020-02-211-23/+155
|
* 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-304-20/+20
|
* ...crupest2020-01-303-171/+130
|
* ...crupest2020-01-308-440/+421
|
* ...crupest2020-01-211-3/+3
|
* Basically finish refactor of error codes.crupest2020-01-195-34/+32
|
* Add test for bad enum value of timeline visibility.crupest2019-11-201-0/+6
|
* Get posts should return posts ordered by time.crupest2019-11-201-1/+28
|
* Add delete nonexist post test, and fix the bug.crupest2019-11-201-0/+7
|
* Clean and refactor tests.crupest2019-11-208-157/+169
|