aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline/Services
Commit message (Collapse)AuthorAgeFilesLines
* 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-072-61/+42
|
* refactor: Make mapper a service. Fix #202.crupest2021-01-074-21/+9
|
* 史诗级重构!crupest2021-01-078-526/+276
|
* 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: Bookmark timeline service unit tests.crupest2020-12-181-2/+2
|
* feat: Implement bookmark service.crupest2020-12-181-4/+123
|
* feat: Add bookmark timeline service interface.crupest2020-12-181-0/+74
|
* ...crupest2020-12-171-2/+2
|
* ...crupest2020-12-171-3/+82
|
* ...crupest2020-11-273-8/+37
|
* refactor: ...crupest2020-11-276-73/+65
|
* refactor: ...crupest2020-11-265-75/+111
|
* refactor: ...crupest2020-11-267-620/+702
|
* feat: Add highlight timeline entity and service.crupest2020-11-264-1/+173
|
* feat: Remove administrator field from user.crupest2020-11-201-1/+0
|
* fix: Fix a typo in user permissions.crupest2020-11-201-1/+1
|
* feat: Deleting root user now returns 400.crupest2020-11-152-2/+7
|
* feat: Now changing user permission returns 400.crupest2020-11-152-4/+22
|
* Run code clean.crupest2020-11-133-8/+1
|
* refactor(database): Remove roles from user table.crupest2020-11-131-1/+0
|
* test: Add integrated tests for permission api.crupest2020-11-131-1/+1
|
* feat: Add REST API for user permission.crupest2020-11-121-1/+6
|
* ...crupest2020-11-122-9/+9
|
* ...crupest2020-11-123-212/+67
|
* test: Write tests for user permission service.crupest2020-11-121-8/+7
|
* feat: Add user permission service.crupest2020-11-121-0/+213
| | | | TODO: Add unit tests.
* Split front and back end.crupest2020-10-2728-0/+3273