Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update CI . | crupest | 2020-05-31 | 1 | -2/+19 |
| | |||||
* | Merge pull request #72 from crupest/merge-frontend | crupest | 2020-05-30 | 97 | -188/+16286 |
|\ | | | | | Merge frontend repo into this repo. | ||||
| * | Clean code. | crupest | 2020-05-30 | 1 | -1/+0 |
| | | |||||
| * | Fix a dependency issue. | crupest | 2020-05-30 | 1 | -1/+1 |
| | | |||||
| * | Just get everything works! | crupest | 2020-05-30 | 9 | -104/+565 |
| | | |||||
| * | Merge front end to this repo. But I need to wait for aspnet core support for ↵ | crupest | 2020-05-30 | 95 | -118/+15756 |
|/ | | | | custom port and package manager for dev server. | ||||
* | Hotfix a bug in post data. | crupest | 2020-03-16 | 3 | -7/+28 |
| | |||||
* | Merge pull request #71 from crupest/cache | crupest | 2020-03-13 | 20 | -130/+489 |
|\ | | | | | Add cache support for timeline post data. | ||||
| * | Clean code. | crupest | 2020-03-13 | 9 | -19/+3 |
| | | |||||
| * | Add cache for timeline post data. | crupest | 2020-03-13 | 7 | -52/+145 |
| | | |||||
| * | Abstract out data cache helper. | crupest | 2020-03-13 | 8 | -63/+345 |
|/ | |||||
* | Merge pull request #69 from crupest/image | crupest | 2020-03-12 | 44 | -1392/+2051 |
|\ | | | | | Post image feature. | ||||
| * | Do not serialize null. | crupest | 2020-03-12 | 1 | -0/+1 |
| | | |||||
| * | Add database migration. | crupest | 2020-03-12 | 3 | -0/+346 |
| | | |||||
| * | Add integrated tests for image post. | crupest | 2020-03-12 | 2 | -2/+116 |
| | | |||||
| * | Add links test for timeline. | crupest | 2020-03-11 | 2 | -27/+28 |
| | | |||||
| * | Make all integrated tests async. | crupest | 2020-03-11 | 4 | -35/+71 |
| | | |||||
| * | Update SixLabors.ImageSharp package which may fix CI failures. | crupest | 2020-03-11 | 1 | -1/+1 |
| | | |||||
| * | ... | crupest | 2020-03-11 | 6 | -92/+85 |
| | | |||||
| * | ... | crupest | 2020-03-11 | 9 | -701/+270 |
| | | |||||
| * | New logic for HasPostModifyPermission | crupest | 2020-03-11 | 3 | -14/+19 |
| | | |||||
| * | Add invalid model tests. | crupest | 2020-03-10 | 1 | -0/+45 |
| | | |||||
| * | ... | crupest | 2020-03-10 | 12 | -155/+242 |
| | | |||||
| * | ... | crupest | 2020-03-10 | 4 | -2/+107 |
| | | |||||
| * | ... | crupest | 2020-03-10 | 4 | -138/+42 |
| | | |||||
| * | Revert namespace name change. | crupest | 2020-03-10 | 120 | -264/+260 |
| | | |||||
| * | ... | crupest | 2020-03-10 | 2 | -9/+14 |
| | | |||||
| * | ... | crupest | 2020-03-10 | 121 | -583/+749 |
| | | |||||
| * | ... | crupest | 2020-03-09 | 4 | -7/+95 |
| | | |||||
| * | ... | crupest | 2020-03-07 | 3 | -1/+35 |
| | | |||||
| * | ... | crupest | 2020-03-07 | 5 | -46/+103 |
| | | |||||
| * | Init development of post image feature. | crupest | 2020-03-06 | 11 | -141/+248 |
|/ | |||||
* | Merge pull request #68 from crupest/file | crupest | 2020-03-06 | 14 | -32/+1100 |
|\ | | | | | Unify data store. | ||||
| * | Migrate database. | crupest | 2020-03-06 | 7 | -6/+720 |
| | | |||||
| * | ... | crupest | 2020-03-06 | 3 | -4/+7 |
| | | |||||
| * | Migrate avatar service. TODO: Migrate database. | crupest | 2020-03-05 | 6 | -26/+230 |
| | | |||||
| * | Implement data manager. | crupest | 2020-03-05 | 3 | -39/+107 |
| | | |||||
| * | Design the data manager interface. | crupest | 2020-03-05 | 1 | -0/+79 |
|/ | |||||
* | Merge pull request #67 from crupest/post-local-id | crupest | 2020-02-29 | 9 | -27/+344 |
|\ | | | | | Make posts use local id. | ||||
| * | Now posts use local id in same timeline. Also fixed some unconforming place ↵ | crupest | 2020-02-29 | 9 | -27/+344 |
|/ | | | | in migrations. | ||||
* | Merge pull request #66 from crupest/timeline-name | crupest | 2020-02-29 | 7 | -14/+12 |
|\ | | | | | Widen timeline name constraint. | ||||
| * | Guess what, Chinese character is also a "letter". So no need to change code. ↵ | crupest | 2020-02-29 | 2 | -1/+3 |
| | | | | | | | | Just add some tests. | ||||
| * | 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 | 4 | -12/+9 |
|/ | | | | them as well. | ||||
* | Update CI. And now dev branch is apart from master deploy branch. | crupest | 2020-02-28 | 1 | -0/+1 |
| | |||||
* | Merge pull request #61 from crupest/devv0.1.0-alpha | crupest | 2020-02-24 | 3 | -0/+101 |
|\ | | | | | Add delete timeline feature. | ||||
| * | Add delete timeline. | crupest | 2020-02-24 | 3 | -0/+101 |
|/ | |||||
* | Merge pull request #60 from crupest/dev | crupest | 2020-02-22 | 6 | -32/+217 |
|\ | | | | | Add visibility query filter in get timelines api. | ||||
| * | Add visibility query filter in get timelines api. | crupest | 2020-02-21 | 6 | -32/+217 |
|/ | |||||
* | Update README.md | crupest | 2020-02-21 | 1 | -18/+0 |
| |