Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split front and back end. | crupest | 2020-10-27 | 29 | -5461/+0 |
| | |||||
* | Database add title to timeline. | crupest | 2020-08-27 | 3 | -1/+368 |
| | |||||
* | Migrate DateTimeOffset to DateTime. | crupest | 2020-08-11 | 3 | -3/+357 |
| | |||||
* | Make author column of post nullable. | crupest | 2020-08-11 | 3 | -4/+417 |
| | |||||
* | Add time columns to user in database. | crupest | 2020-08-11 | 3 | -0/+424 |
| | |||||
* | Database add unqiue id for user. | crupest | 2020-08-08 | 3 | -0/+383 |
| | |||||
* | Add last modified info to timeline. | crupest | 2020-06-18 | 3 | -1/+380 |
| | |||||
* | fix(database): Fix a critical bug in database migration. | crupest | 2020-06-17 | 1 | -3/+4 |
| | |||||
* | fix(back): Finally get the right way to migrate database. | crupest | 2020-06-14 | 1 | -49/+17 |
| | |||||
* | Many many bugs fix. | crupest | 2020-06-14 | 1 | -1/+46 |
| | | | | | | 1. Add a way to test front end with mock page. 2. Unknown api returns 400 but not frontend page. 3. Fix a big bug that cause all data loss in database migration. | ||||
* | refactor(back): No longer use standard guid but just use 32-length hex for ↵ | crupest | 2020-06-14 | 3 | -11/+12 |
| | | | | unique id of timeline. | ||||
* | refactor(back): Use a better way to handle unique id in timeline. | crupest | 2020-06-14 | 3 | -14/+10 |
| | |||||
* | feat(back): Add database migration to add unique id for timeline. | crupest | 2020-06-13 | 3 | -1/+353 |
| | |||||
* | Add database migration. | crupest | 2020-03-12 | 3 | -0/+346 |
| | |||||
* | Revert namespace name change. | crupest | 2020-03-10 | 13 | -20/+20 |
| | |||||
* | ... | crupest | 2020-03-10 | 13 | -20/+20 |
| | |||||
* | Migrate database. | crupest | 2020-03-06 | 5 | -6/+715 |
| | |||||
* | Now posts use local id in same timeline. Also fixed some unconforming place ↵ | crupest | 2020-02-29 | 6 | -22/+328 |
| | | | | in migrations. | ||||
* | One fogeted place is cleared. Also a note: Sqlite does not respect the ↵ | crupest | 2020-02-29 | 1 | -1/+0 |
| | | | | length constraint on type. | ||||
* | Remove the length constraint in entity as entity framework core does not use ↵ | crupest | 2020-02-29 | 2 | -9/+6 |
| | | | | them as well. | ||||
* | Move jwt token key from configuration to database and auto generatable. | crupest | 2020-02-21 | 7 | -6/+328 |
| | |||||
* | Migrate to use sqlite. | crupest | 2020-02-21 | 14 | -1663/+4 |
| | |||||
* | ... | crupest | 2020-02-01 | 4 | -66/+332 |
| | |||||
* | Fix a bug in url generation and add development database migration. | crupest | 2020-01-31 | 3 | -59/+412 |
| | |||||
* | Use sqlite development database. | crupest | 2020-01-05 | 10 | -11/+1141 |
| | |||||
* | Update packages and migrate database. | crupest | 2019-11-20 | 3 | -7/+639 |
| | |||||
* | Design the entity model primarily. | 杨宇千 | 2019-11-03 | 1 | -0/+1 |
| | |||||
* | Recreate database and migrations. | 杨宇千 | 2019-10-31 | 25 | -1220/+276 |
| | |||||
* | ... | 杨宇千 | 2019-10-21 | 2 | -183/+0 |
| | |||||
* | Update database. | 杨宇千 | 2019-08-22 | 3 | -0/+226 |
| | |||||
* | Update Database. | 杨宇千 | 2019-08-20 | 5 | -1/+246 |
| | |||||
* | Add index for username. | 杨宇千 | 2019-08-19 | 3 | -0/+112 |
| | |||||
* | Add migration. | 杨宇千 | 2019-08-19 | 3 | -10/+213 |
| | |||||
* | Migrate database. | 杨宇千 | 2019-08-19 | 3 | -0/+176 |
| | |||||
* | Enhance database. | 杨宇千 | 2019-08-17 | 5 | -5/+192 |
| | |||||
* | Merge branch 'master' into null-request-field | 杨宇千 | 2019-08-08 | 9 | -354/+354 |
|\ | |||||
| * | Add script to convert encoding and eof. And of course run it. | unknown | 2019-08-07 | 9 | -354/+354 |
| | | |||||
* | | 3 things. | 杨宇千 | 2019-08-05 | 5 | -5/+5 |
|/ | | | | | | 1. Exchange Models and Entities namespace. 2. Fix the bug that input with missing field leads to 500. 3. Write unit tests. | ||||
* | Add token expire time. | 杨宇千 | 2019-08-01 | 1 | -1/+1 |
| | |||||
* | Add version column in user database. | 杨宇千 | 2019-07-20 | 3 | -1/+76 |
| | |||||
* | Add database connection. | crupest | 2019-04-12 | 7 | -0/+279 |