aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline/Services
Commit message (Collapse)AuthorAgeFilesLines
* fix: Fix a bug in HasPostModifyPermission.crupest2021-04-181-1/+1
|
* feat: Auto translate url in markdown post.crupest2021-03-061-0/+52
|
* fix: No longer able to not save change in data manager.crupest2021-02-133-13/+9
|
* fix: Fix migration bug.crupest2021-02-121-2/+2
|
* feat: Add databse custom migration service.crupest2021-02-124-0/+149
|
* ...crupest2021-02-111-2/+2
|
* ...crupest2021-02-114-128/+128
|
* ...crupest2021-02-103-120/+181
|
* ...crupest2021-02-104-61/+53
|
* ...crupest2021-02-102-109/+54
|
* ...crupest2021-02-081-38/+140
|
* ...crupest2021-02-061-63/+78
|
* ...crupest2021-02-041-0/+30
|
* ...crupest2021-02-041-54/+68
|
* ...crupest2021-02-021-0/+18
|
* ...crupest2021-01-311-78/+21
|
* test: Add unit tests for search service.crupest2021-01-161-0/+6
|
* feat: Add search service.crupest2021-01-161-0/+98
|
* 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