aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Services
Commit message (Collapse)AuthorAgeFilesLines
* Split front and back end.crupest2020-10-2728-3273/+0
|
* Now uesr avatar put api returns etag.crupest2020-08-311-7/+7
|
* Add change timeline name api to timeline controller.crupest2020-08-281-1/+2
|
* Timeline service add change timeline name api.crupest2020-08-271-0/+50
|
* Timeline title feature.crupest2020-08-271-1/+10
|
* ...crupest2020-08-214-6/+7
|
* Post list modified since now consider username change. And make all datetime ↵crupest2020-08-113-3/+14
| | | | utc.
* Migrate DateTimeOffset to DateTime.crupest2020-08-111-1/+1
|
* Handle post deletion on user deletion correctly.crupest2020-08-113-44/+104
|
* Make author column of post nullable.crupest2020-08-111-3/+1
|
* User service update time fields of user.crupest2020-08-111-5/+22
|
* Add user unique id.crupest2020-08-081-0/+1
|
* Add api in service.crupest2020-07-121-0/+50
|
* Add deleted field.crupest2020-07-101-37/+23
|
* Add integrated tests. And fix a behavior.crupest2020-06-181-1/+1
|
* feat(back): Timeline service add post modified since.crupest2020-06-181-21/+56
|
* feat(back): Timeline service add last modified.crupest2020-06-181-14/+41
|
* Add last modified info to timeline.crupest2020-06-181-11/+11
|
* refactor(back): Refactor timeline service.crupest2020-06-177-558/+419
|
* feat(back): Add backup service and run it when start.crupest2020-06-142-0/+41
|
* feat(back): Fix #103 .crupest2020-06-141-45/+31
|
* refactor(back): Fix #100 .crupest2020-06-1314-114/+247
|
* refactor(backend): Move some string constant from PathProvider to ↵crupest2020-06-121-4/+3
| | | | ApplicationConfiguration.
* chore(back): Fix some warnings.crupest2020-06-041-2/+2
|
* Migrate to docker.crupest2020-05-311-1/+1
|
* Hotfix a bug in post data.crupest2020-03-162-6/+27
|
* Clean code.crupest2020-03-132-7/+0
|
* Add cache for timeline post data.crupest2020-03-131-2/+47
|
* Abstract out data cache helper.crupest2020-03-131-0/+5
|
* ...crupest2020-03-111-7/+7
|
* New logic for HasPostModifyPermissioncrupest2020-03-111-10/+11
|
* ...crupest2020-03-101-31/+48
|
* Revert namespace name change.crupest2020-03-1022-52/+52
|
* ...crupest2020-03-1023-260/+322
|
* ...crupest2020-03-092-7/+59
|
* ...crupest2020-03-071-1/+23
|
* ...crupest2020-03-073-46/+98
|
* Init development of post image feature.crupest2020-03-065-77/+141
|
* ...crupest2020-03-062-4/+3
|
* Migrate avatar service. TODO: Migrate database.crupest2020-03-052-21/+24
|
* Implement data manager.crupest2020-03-051-39/+83
|
* Design the data manager interface.crupest2020-03-051-0/+79
|
* Now posts use local id in same timeline. Also fixed some unconforming place ↵crupest2020-02-291-5/+10
| | | | in migrations.
* Add delete timeline.crupest2020-02-241-0/+25
|
* Add visibility query filter in get timelines api.crupest2020-02-212-7/+18
|
* Move jwt token key from configuration to database and auto generatable.crupest2020-02-212-8/+52
|
* Migrate to use sqlite.crupest2020-02-211-2/+2
|
* Improve relate filter.crupest2020-02-051-6/+34
|
* Add get timeline list feature.crupest2020-02-041-0/+48
|
* Finish normal timeline development.crupest2020-02-031-0/+1
|