Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Post info now contain data etag. | crupest | 2020-08-31 | 1 | -0/+34 |
| | |||||
* | Now uesr avatar put api returns etag. | crupest | 2020-08-31 | 1 | -0/+25 |
| | |||||
* | Add change timeline name api to timeline controller. | crupest | 2020-08-28 | 1 | -6/+55 |
| | |||||
* | Timeline title feature. | crupest | 2020-08-27 | 1 | -0/+29 |
| | |||||
* | ... | crupest | 2020-08-21 | 1 | -4/+4 |
| | |||||
* | ... | crupest | 2020-08-21 | 1 | -10/+5 |
| | |||||
* | Post list modified since now consider username change. And make all datetime ↵ | crupest | 2020-08-11 | 1 | -2/+2 |
| | | | | utc. | ||||
* | Handle post deletion on user deletion correctly. | crupest | 2020-08-11 | 1 | -2/+2 |
| | |||||
* | Add user unique id. | crupest | 2020-08-08 | 1 | -0/+9 |
| | |||||
* | Add http api and integrated tests. | crupest | 2020-07-12 | 1 | -0/+75 |
| | |||||
* | Add another integrated test. | crupest | 2020-07-10 | 1 | -7/+50 |
| | |||||
* | Add http api and integrated tests. | crupest | 2020-07-10 | 1 | -0/+34 |
| | |||||
* | Add unit tests. | crupest | 2020-07-10 | 1 | -0/+2 |
| | |||||
* | Add integrated tests. And fix a behavior. | crupest | 2020-06-18 | 1 | -19/+79 |
| | |||||
* | feat(back): Add last modified to timeline. | crupest | 2020-06-18 | 2 | -13/+62 |
| | |||||
* | refactor(back): Use generic host. | crupest | 2020-06-15 | 8 | -54/+13 |
| | |||||
* | Many many bugs fix. | crupest | 2020-06-14 | 3 | -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! | crupest | 2020-05-30 | 3 | -72/+72 |
| | |||||
* | Merge front end to this repo. But I need to wait for aspnet core support for ↵ | crupest | 2020-05-30 | 1 | -61/+64 |
| | | | | custom port and package manager for dev server. | ||||
* | Add cache for timeline post data. | crupest | 2020-03-13 | 2 | -42/+7 |
| | |||||
* | Add integrated tests for image post. | crupest | 2020-03-12 | 1 | -1/+115 |
| | |||||
* | Add links test for timeline. | crupest | 2020-03-11 | 1 | -8/+28 |
| | |||||
* | Make all integrated tests async. | crupest | 2020-03-11 | 2 | -20/+47 |
| | |||||
* | ... | crupest | 2020-03-11 | 1 | -89/+48 |
| | |||||
* | ... | crupest | 2020-03-11 | 2 | -643/+198 |
| | |||||
* | New logic for HasPostModifyPermission | crupest | 2020-03-11 | 1 | -0/+4 |
| | |||||
* | Add invalid model tests. | crupest | 2020-03-10 | 1 | -0/+45 |
| | |||||
* | ... | crupest | 2020-03-10 | 4 | -110/+145 |
| | |||||
* | Revert namespace name change. | crupest | 2020-03-10 | 7 | -23/+23 |
| | |||||
* | ... | crupest | 2020-03-10 | 7 | -23/+23 |
| | |||||
* | Add delete timeline. | crupest | 2020-02-24 | 1 | -0/+56 |
| | |||||
* | Add visibility query filter in get timelines api. | crupest | 2020-02-21 | 1 | -23/+155 |
| | |||||
* | Improve relate filter. | crupest | 2020-02-05 | 1 | -13/+46 |
| | |||||
* | Add get timeline list feature. | crupest | 2020-02-04 | 1 | -0/+77 |
| | |||||
* | Finish normal timeline development. | crupest | 2020-02-03 | 1 | -0/+589 |
| | |||||
* | Add TimelineController. | crupest | 2020-02-03 | 1 | -1/+1 |
| | |||||
* | ... | crupest | 2020-02-02 | 1 | -7/+7 |
| | |||||
* | Make all patch return the new entity. | crupest | 2020-01-31 | 2 | -5/+14 |
| | |||||
* | Fix test bugs in user info mapper. Make create user action return created ↵ | crupest | 2020-01-31 | 2 | -3/+6 |
| | | | | user info. | ||||
* | Combine two user info types. | crupest | 2020-01-31 | 4 | -23/+24 |
| | |||||
* | ... | crupest | 2020-01-31 | 2 | -12/+81 |
| | |||||
* | Finish reafctor, TODO: Database migration. | crupest | 2020-01-30 | 4 | -20/+20 |
| | |||||
* | ... | crupest | 2020-01-30 | 3 | -171/+130 |
| | |||||
* | ... | crupest | 2020-01-30 | 8 | -440/+421 |
| | |||||
* | ... | crupest | 2020-01-21 | 1 | -3/+3 |
| | |||||
* | Basically finish refactor of error codes. | crupest | 2020-01-19 | 5 | -34/+32 |
| | |||||
* | Add test for bad enum value of timeline visibility. | crupest | 2019-11-20 | 1 | -0/+6 |
| | |||||
* | Get posts should return posts ordered by time. | crupest | 2019-11-20 | 1 | -1/+28 |
| | |||||
* | Add delete nonexist post test, and fix the bug. | crupest | 2019-11-20 | 1 | -0/+7 |
| | |||||
* | Clean and refactor tests. | crupest | 2019-11-20 | 8 | -157/+169 |
| |