aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Services
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* ...crupest2020-01-2110-142/+286
|
* Fix a bug in delete post.crupest2020-01-171-2/+0
|
* Fix a bug in wrong message of BadPasswordException.crupest2020-01-121-2/+2
|
* Fix a bug in simultaneous database queries.crupest2019-12-101-6/+10
| | | | | Note on this: You should not use Task.WhenAll to do a bunch of async database queries since EntityFramework Core does not support DbContext to do two queries in the same time.
* Get posts should return posts ordered by time.crupest2019-11-201-1/+1
|
* Change post content to null instead of delete the entity when deleting post.crupest2019-11-201-2/+4
|
* Complete integrated tests??? Fix bugs.crupest2019-11-191-2/+2
|
* Continue to write tests.crupest2019-11-181-1/+1
|
* Write tests and fix bugs found via tests.crupest2019-11-181-1/+1
|
* Complete personal timeline service without tests.crupest2019-11-171-5/+121
|
* WIP : Write timeline service.杨宇千2019-11-132-8/+332
|