Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add last modified info to timeline. | crupest | 2020-06-18 | 1 | -1/+9 |
| | |||||
* | refactor(back): No longer use standard guid but just use 32-length hex for ↵ | crupest | 2020-06-14 | 1 | -3/+4 |
| | | | | unique id of timeline. | ||||
* | refactor(back): Use a better way to handle unique id in timeline. | crupest | 2020-06-14 | 1 | -4/+3 |
| | |||||
* | feat(back): Add database migration to add unique id for timeline. | crupest | 2020-06-13 | 1 | -1/+8 |
| | |||||
* | Add database migration. | crupest | 2020-03-12 | 1 | -0/+9 |
| | |||||
* | Revert namespace name change. | crupest | 2020-03-10 | 1 | -2/+2 |
| | |||||
* | ... | crupest | 2020-03-10 | 1 | -2/+2 |
| | |||||
* | Migrate database. | crupest | 2020-03-06 | 1 | -6/+31 |
| | |||||
* | Now posts use local id in same timeline. Also fixed some unconforming place ↵ | crupest | 2020-02-29 | 1 | -2/+10 |
| | | | | in migrations. | ||||
* | Remove the length constraint in entity as entity framework core does not use ↵ | crupest | 2020-02-29 | 1 | -6/+3 |
| | | | | them as well. | ||||
* | Move jwt token key from configuration to database and auto generatable. | crupest | 2020-02-21 | 1 | -2/+19 |
| | |||||
* | Migrate to use sqlite. | crupest | 2020-02-21 | 1 | -0/+241 |
| | |||||
* | Use sqlite development database. | crupest | 2020-01-05 | 1 | -268/+0 |
| | |||||
* | Update packages and migrate database. | crupest | 2019-11-20 | 1 | -7/+140 |
| | |||||
* | Recreate database and migrations. | 杨宇千 | 2019-10-31 | 1 | -34/+35 |
| | |||||
* | Update database. | 杨宇千 | 2019-08-22 | 1 | -0/+43 |
| | |||||
* | Update Database. | 杨宇千 | 2019-08-20 | 1 | -1/+6 |
| | |||||
* | Add index for username. | 杨宇千 | 2019-08-19 | 1 | -0/+2 |
| | |||||
* | Add migration. | 杨宇千 | 2019-08-19 | 1 | -10/+13 |
| | |||||
* | Migrate database. | 杨宇千 | 2019-08-19 | 1 | -0/+31 |
| | |||||
* | Enhance database. | 杨宇千 | 2019-08-17 | 1 | -5/+8 |
| | |||||
* | Merge branch 'master' into null-request-field | 杨宇千 | 2019-08-08 | 1 | -47/+47 |
|\ | |||||
| * | Add script to convert encoding and eof. And of course run it. | unknown | 2019-08-07 | 1 | -47/+47 |
| | | |||||
* | | 3 things. | 杨宇千 | 2019-08-05 | 1 | -1/+1 |
|/ | | | | | | 1. Exchange Models and Entities namespace. 2. Fix the bug that input with missing field leads to 500. 3. Write unit tests. | ||||
* | Add version column in user database. | 杨宇千 | 2019-07-20 | 1 | -1/+4 |
| | |||||
* | Add database connection. | crupest | 2019-04-12 | 1 | -0/+44 |