aboutsummaryrefslogtreecommitdiff
path: root/BackEnd
Commit message (Expand)AuthorAgeFilesLines
...
* fix: Fix dependency injection bug.crupest2021-04-231-10/+16
* feat: Fix #51.crupest2021-04-237-34/+124
* test: Test database now use migrator.crupest2021-04-232-29/+11
* test: Add database backup test.crupest2021-04-231-0/+19
* refactor: Refactor a lot.crupest2021-04-2315-165/+184
* fix: Fix a bug in HasPostModifyPermission.crupest2021-04-182-1/+18
* feat: Auto translate url in markdown post.crupest2021-03-067-2/+112
* refactor: Rename HttpCreateUserRequest to HttpUserPostRequest.crupest2021-03-064-16/+15
* fix: No longer able to not save change in data manager.crupest2021-02-133-13/+9
* refactor: Remove a deprecated api.crupest2021-02-131-15/+0
* feat: Timeline add postable.crupest2021-02-133-2/+17
* feat: Add timeline manageable.crupest2021-02-138-41/+105
* feat: Post info add editable field.crupest2021-02-134-10/+78
* fix: Fix migration bug.crupest2021-02-123-12/+11
* feat: Add post data database schema migration.crupest2021-02-123-1/+741
* feat: Add databse custom migration service.crupest2021-02-129-10/+181
* feat: Revert timeline post entity change.crupest2021-02-121-0/+10
* test: Add multiple data post test.crupest2021-02-121-0/+78
* test: Add create post integrated tests.crupest2021-02-124-3/+73
* test: Add some helper function.crupest2021-02-122-7/+45
* ...crupest2021-02-122-116/+59
* test: Add create post invalid model test.crupest2021-02-111-0/+142
* ...crupest2021-02-119-293/+87
* ...crupest2021-02-115-129/+130
* ...crupest2021-02-105-122/+189
* ...crupest2021-02-1018-233/+207
* ...crupest2021-02-1024-370/+333
* ...crupest2021-02-083-21/+64
* ...crupest2021-02-081-38/+140
* ...crupest2021-02-063-103/+118
* ...crupest2021-02-065-7/+71
* ...crupest2021-02-044-6/+102
* database: Upgrade database.crupest2021-02-043-0/+547
* ...crupest2021-02-045-3/+45
* ...crupest2021-02-043-57/+71
* test: Add timeline color test.crupest2021-02-021-0/+24
* ...crupest2021-02-0229-440/+559
* ...crupest2021-01-314-37/+71
* ...crupest2021-01-318-452/+308
* feat: Now configuration uses environment variables starts with 'Timeline_'. A...crupest2021-01-234-29/+109
* 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