aboutsummaryrefslogtreecommitdiff
path: root/BackEnd
Commit message (Collapse)AuthorAgeFilesLines
* feat: Deprecate userop/createuser api and add users post api.crupest2021-01-193-13/+29
|
* test: Add integrated tests for search api.crupest2021-01-199-11/+93
|
* feat: Add search controller.crupest2021-01-172-0/+49
|
* test: Add unit tests for search service.crupest2021-01-166-59/+130
|
* 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-077-12/+95
|
* chore: Split integrated tests to speed up tests.crupest2021-01-073-460/+482
|
* 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-0722-611/+147
|
* 史诗级重构!crupest2021-01-0737-1608/+1269
|
* refactor: Refactor front end mode configuration.crupest2021-01-056-36/+54
|
* fix: Fix a critical bug in bookmark timeline service.crupest2021-01-032-0/+18
| | | | 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-199-1/+249
|
* feat: Bookmark timeline service unit tests.crupest2020-12-183-2/+95
|
* 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-174-2/+100
|
* ...crupest2020-12-173-4/+70
|
* ...crupest2020-12-171-0/+63
|
* ...crupest2020-12-178-9/+706
|
* Merge branch 'master' into highlight-timelinecrupest2020-12-061-0/+1
|\
| * fix: Fix #190 .crupest2020-12-061-0/+1
| |
* | ...crupest2020-11-2710-21/+79
| |
* | refactor: ...crupest2020-11-2724-322/+381
| |
* | refactor: ...crupest2020-11-269-84/+120
| |
* | refactor: ...crupest2020-11-2613-818/+939
| |
* | feat: Add highlight timeline entity and service.crupest2020-11-267-1/+221
| |
* | build: Upgrade dependency.crupest2020-11-253-52/+52
|/
* feat: Remove administrator field from user.crupest2020-11-204-8/+5
|
* fix: Fix a typo in user permissions.crupest2020-11-203-17/+17
|
* feat: Deleting root user now returns 400.crupest2020-11-159-7/+77
|
* feat: Now changing user permission returns 400.crupest2020-11-159-28/+61
|
* chore: Run code clean.crupest2020-11-157-15/+4
|
* ...crupest2020-11-158-25/+29
|
* ...crupest2020-11-152-166/+80
|
* ...crupest2020-11-152-139/+51
|
* ...crupest2020-11-152-113/+70
|
* ...crupest2020-11-151-4/+1
|
* ...crupest2020-11-151-36/+21
|
* ...crupest2020-11-151-2/+0
|
* ...crupest2020-11-152-331/+167
|
* ...crupest2020-11-1510-520/+320
|
* ...crupest2020-11-141-0/+0
|
* ...crupest2020-11-1411-422/+261
|
* ...crupest2020-11-1315-253/+97
|