Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: Add check existence feature to bookmark and highlight service. | crupest | 2021-01-07 | 2 | -0/+40 |
| | |||||
* | refactor: Highlight and bookmark service now use timeline id. | crupest | 2021-01-07 | 2 | -61/+42 |
| | |||||
* | refactor: Make mapper a service. Fix #202. | crupest | 2021-01-07 | 4 | -21/+9 |
| | |||||
* | 史诗级重构! | crupest | 2021-01-07 | 8 | -526/+276 |
| | |||||
* | fix: Fix a critical bug in bookmark timeline service. | crupest | 2021-01-03 | 1 | -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. | crupest | 2020-12-18 | 1 | -2/+2 |
| | |||||
* | feat: Implement bookmark service. | crupest | 2020-12-18 | 1 | -4/+123 |
| | |||||
* | feat: Add bookmark timeline service interface. | crupest | 2020-12-18 | 1 | -0/+74 |
| | |||||
* | ... | crupest | 2020-12-17 | 1 | -2/+2 |
| | |||||
* | ... | crupest | 2020-12-17 | 1 | -3/+82 |
| | |||||
* | ... | crupest | 2020-11-27 | 3 | -8/+37 |
| | |||||
* | refactor: ... | crupest | 2020-11-27 | 6 | -73/+65 |
| | |||||
* | refactor: ... | crupest | 2020-11-26 | 5 | -75/+111 |
| | |||||
* | refactor: ... | crupest | 2020-11-26 | 7 | -620/+702 |
| | |||||
* | feat: Add highlight timeline entity and service. | crupest | 2020-11-26 | 4 | -1/+173 |
| | |||||
* | feat: Remove administrator field from user. | crupest | 2020-11-20 | 1 | -1/+0 |
| | |||||
* | fix: Fix a typo in user permissions. | crupest | 2020-11-20 | 1 | -1/+1 |
| | |||||
* | feat: Deleting root user now returns 400. | crupest | 2020-11-15 | 2 | -2/+7 |
| | |||||
* | feat: Now changing user permission returns 400. | crupest | 2020-11-15 | 2 | -4/+22 |
| | |||||
* | Run code clean. | crupest | 2020-11-13 | 3 | -8/+1 |
| | |||||
* | refactor(database): Remove roles from user table. | crupest | 2020-11-13 | 1 | -1/+0 |
| | |||||
* | test: Add integrated tests for permission api. | crupest | 2020-11-13 | 1 | -1/+1 |
| | |||||
* | feat: Add REST API for user permission. | crupest | 2020-11-12 | 1 | -1/+6 |
| | |||||
* | ... | crupest | 2020-11-12 | 2 | -9/+9 |
| | |||||
* | ... | crupest | 2020-11-12 | 3 | -212/+67 |
| | |||||
* | test: Write tests for user permission service. | crupest | 2020-11-12 | 1 | -8/+7 |
| | |||||
* | feat: Add user permission service. | crupest | 2020-11-12 | 1 | -0/+213 |
| | | | | TODO: Add unit tests. | ||||
* | Split front and back end. | crupest | 2020-10-27 | 28 | -0/+3273 |