aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline
Commit message (Collapse)AuthorAgeFilesLines
...
* 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_'. ↵crupest2021-01-232-29/+31
| | | | And remove work dir config in launch profiles.
* 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
| | | | It used to create two entry with the same timeline. Now it will not create a duplicate one.
* 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
|
* ...crupest2020-12-171-0/+63
|
* ...crupest2020-12-175-3/+640
|
* Merge branch 'master' into highlight-timelinecrupest2020-12-061-0/+1
|\
| * fix: Fix #190 .crupest2020-12-061-0/+1
| |
* | ...crupest2020-11-276-13/+46
| |
* | refactor: ...crupest2020-11-2717-193/+252
| |
* | refactor: ...crupest2020-11-268-79/+119
| |