aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Services
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* ...crupest2020-02-021-0/+31
|
* Add timeline service.crupest2020-02-021-11/+85
|
* ...crupest2020-02-021-74/+59
|
* Make all patch return the new entity.crupest2020-01-312-19/+27
|
* Fix test bugs in user info mapper. Make create user action return created ↵crupest2020-01-311-4/+4
| | | | user info.
* ...crupest2020-01-311-0/+3
|
* Finish reafctor, TODO: Database migration.crupest2020-01-302-1/+3
|
* ...crupest2020-01-3011-437/+166
|
* ...crupest2020-01-293-1/+93
|
* ...crupest2020-01-295-133/+183
|
* ...crupest2020-01-298-278/+180
|
* ...crupest2020-01-233-76/+38
|