Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor(back): No longer use standard guid but just use 32-length hex for ↵ | crupest | 2020-06-14 | 1 | -1/+1 |
| | | | | unique id of timeline. | ||||
* | feat(back): Fix #103 . | crupest | 2020-06-14 | 1 | -2/+0 |
| | |||||
* | refactor(back): Use a better way to handle unique id in timeline. | crupest | 2020-06-14 | 1 | -10/+1 |
| | |||||
* | feat(back): Add database migration to add unique id for timeline. | crupest | 2020-06-13 | 1 | -0/+12 |
| | |||||
* | Migrate database. | crupest | 2020-03-06 | 1 | -0/+1 |
| | |||||
* | Implement data manager. | crupest | 2020-03-05 | 1 | -0/+1 |
| | |||||
* | Move jwt token key from configuration to database and auto generatable. | crupest | 2020-02-21 | 1 | -2/+2 |
| | |||||
* | Migrate to use sqlite. | crupest | 2020-02-21 | 1 | -18/+1 |
| | |||||
* | ... | crupest | 2020-01-30 | 1 | -2/+0 |
| | |||||
* | ... | crupest | 2020-01-29 | 1 | -1/+1 |
| | |||||
* | ... | crupest | 2020-01-21 | 1 | -5/+5 |
| | |||||
* | Use sqlite development database. | crupest | 2020-01-05 | 1 | -2/+19 |
| | |||||
* | WIP : Write timeline service. | 杨宇千 | 2019-11-13 | 1 | -0/+1 |
| | |||||
* | Design the entity model primarily. | 杨宇千 | 2019-11-03 | 1 | -0/+2 |
| | |||||
* | Add user detail service. | 杨宇千 | 2019-10-25 | 1 | -0/+1 |
| | |||||
* | ... | 杨宇千 | 2019-10-23 | 1 | -34/+3 |
| | |||||
* | ... | 杨宇千 | 2019-10-19 | 1 | -5/+5 |
| | |||||
* | Add database entity and service. | 杨宇千 | 2019-08-21 | 1 | -1/+3 |
| | |||||
* | Update Database. | 杨宇千 | 2019-08-20 | 1 | -1/+1 |
| | |||||
* | Add index for username. | 杨宇千 | 2019-08-19 | 1 | -0/+1 |
| | |||||
* | Add avatar 304. | 杨宇千 | 2019-08-19 | 1 | -1/+1 |
| | |||||
* | Add avatar service. | 杨宇千 | 2019-08-18 | 1 | -0/+3 |
| | |||||
* | Enhance database. | 杨宇千 | 2019-08-17 | 1 | -2/+8 |
| | |||||
* | Merge branch 'master' into null-request-field | 杨宇千 | 2019-08-08 | 1 | -42/+42 |
| | |||||
* | 3 things. | 杨宇千 | 2019-08-05 | 1 | -0/+42 |
1. Exchange Models and Entities namespace. 2. Fix the bug that input with missing field leads to 500. 3. Write unit tests. |