aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline
Commit message (Expand)AuthorAgeFilesLines
* fix: No longer able to not save change in data manager.crupest2021-02-133-13/+9
* refactor: Remove a deprecated api.crupest2021-02-131-15/+0
* feat: Timeline add postable.crupest2021-02-132-1/+14
* feat: Add timeline manageable.crupest2021-02-137-13/+60
* feat: Post info add editable field.crupest2021-02-133-10/+58
* fix: Fix migration bug.crupest2021-02-123-12/+11
* feat: Add post data database schema migration.crupest2021-02-123-1/+741
* feat: Add databse custom migration service.crupest2021-02-129-10/+181
* feat: Revert timeline post entity change.crupest2021-02-121-0/+10
* test: Add create post integrated tests.crupest2021-02-123-3/+3
* ...crupest2021-02-121-0/+4
* ...crupest2021-02-117-4/+21
* ...crupest2021-02-115-129/+130
* ...crupest2021-02-105-122/+189
* ...crupest2021-02-1017-232/+206
* ...crupest2021-02-1022-364/+326
* ...crupest2021-02-082-21/+34
* ...crupest2021-02-081-38/+140
* ...crupest2021-02-063-103/+118
* ...crupest2021-02-065-7/+71
* ...crupest2021-02-043-6/+67
* database: Upgrade database.crupest2021-02-043-0/+547
* ...crupest2021-02-044-3/+18
* ...crupest2021-02-043-57/+71
* ...crupest2021-02-0229-440/+559
* ...crupest2021-01-313-35/+71
* ...crupest2021-01-316-358/+275
* feat: Now configuration uses environment variables starts with 'Timeline_'. A...crupest2021-01-232-29/+31
* feat: Deprecate userop/createuser api and add users post api.crupest2021-01-191-9/+25
* test: Add integrated tests for search api.crupest2021-01-193-2/+16
* feat: Add search controller.crupest2021-01-172-0/+49
* test: Add unit tests for search service.crupest2021-01-161-0/+6
* feat: Add search service.crupest2021-01-161-0/+98
* chore: Remove unused codes.crupest2021-01-071-14/+0
* feat: Timeline info contains bookmark and highlight flag.crupest2021-01-075-12/+24
* feat: Add check existence feature to bookmark and highlight service.crupest2021-01-072-0/+40
* refactor: Highlight and bookmark service now use timeline id.crupest2021-01-074-75/+62
* chore: Move open api setup to its own namespace.crupest2021-01-072-27/+39
* refactor: Make mapper a service. Fix #202.crupest2021-01-0719-601/+146
* 史诗级重构!crupest2021-01-0729-1031/+1239
* refactor: Refactor front end mode configuration.crupest2021-01-055-35/+53
* fix: Fix a critical bug in bookmark timeline service.crupest2021-01-031-0/+5
* feat(database): Add migration,crupest2020-12-193-0/+598
* feat: Bookmark timeline REST api.crupest2020-12-195-1/+151
* feat: Bookmark timeline service unit tests.crupest2020-12-181-2/+2
* feat: Implement bookmark service.crupest2020-12-182-4/+124
* feat: Add bookmark timeline service interface.crupest2020-12-181-0/+74
* feat(database): Add bookmark timeline database entity.crupest2020-12-181-0/+28
* ...crupest2020-12-172-2/+4
* ...crupest2020-12-172-4/+65