aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Entities/DatabaseContext.cs
Commit message (Collapse)AuthorAgeFilesLines
* refactor(back): No longer use standard guid but just use 32-length hex for ↵crupest2020-06-141-1/+1
| | | | unique id of timeline.
* feat(back): Fix #103 .crupest2020-06-141-2/+0
|
* refactor(back): Use a better way to handle unique id in timeline.crupest2020-06-141-10/+1
|
* feat(back): Add database migration to add unique id for timeline.crupest2020-06-131-0/+12
|
* Migrate database.crupest2020-03-061-0/+1
|
* Implement data manager.crupest2020-03-051-0/+1
|
* Move jwt token key from configuration to database and auto generatable.crupest2020-02-211-2/+2
|
* Migrate to use sqlite.crupest2020-02-211-18/+1
|
* ...crupest2020-01-301-2/+0
|
* ...crupest2020-01-291-1/+1
|
* ...crupest2020-01-211-5/+5
|
* Use sqlite development database.crupest2020-01-051-2/+19
|
* WIP : Write timeline service.杨宇千2019-11-131-0/+1
|
* Design the entity model primarily.杨宇千2019-11-031-0/+2
|
* Add user detail service.杨宇千2019-10-251-0/+1
|
* ...杨宇千2019-10-231-34/+3
|
* ...杨宇千2019-10-191-5/+5
|
* Add database entity and service.杨宇千2019-08-211-1/+3
|
* Update Database.杨宇千2019-08-201-1/+1
|
* Add index for username.杨宇千2019-08-191-0/+1
|
* Add avatar 304.杨宇千2019-08-191-1/+1
|
* Add avatar service.杨宇千2019-08-181-0/+3
|
* Enhance database.杨宇千2019-08-171-2/+8
|
* Merge branch 'master' into null-request-field杨宇千2019-08-081-42/+42
|
* 3 things.杨宇千2019-08-051-0/+42
1. Exchange Models and Entities namespace. 2. Fix the bug that input with missing field leads to 500. 3. Write unit tests.