aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update CI .crupest2020-05-311-2/+19
|
* Merge pull request #72 from crupest/merge-frontendcrupest2020-05-3097-188/+16286
|\ | | | | Merge frontend repo into this repo.
| * Clean code.crupest2020-05-301-1/+0
| |
| * Fix a dependency issue.crupest2020-05-301-1/+1
| |
| * Just get everything works!crupest2020-05-309-104/+565
| |
| * Merge front end to this repo. But I need to wait for aspnet core support for ↵crupest2020-05-3095-118/+15756
|/ | | | custom port and package manager for dev server.
* Hotfix a bug in post data.crupest2020-03-163-7/+28
|
* Merge pull request #71 from crupest/cachecrupest2020-03-1320-130/+489
|\ | | | | Add cache support for timeline post data.
| * Clean code.crupest2020-03-139-19/+3
| |
| * Add cache for timeline post data.crupest2020-03-137-52/+145
| |
| * Abstract out data cache helper.crupest2020-03-138-63/+345
|/
* Merge pull request #69 from crupest/imagecrupest2020-03-1244-1392/+2051
|\ | | | | Post image feature.
| * Do not serialize null.crupest2020-03-121-0/+1
| |
| * Add database migration.crupest2020-03-123-0/+346
| |
| * Add integrated tests for image post.crupest2020-03-122-2/+116
| |
| * Add links test for timeline.crupest2020-03-112-27/+28
| |
| * Make all integrated tests async.crupest2020-03-114-35/+71
| |
| * Update SixLabors.ImageSharp package which may fix CI failures.crupest2020-03-111-1/+1
| |
| * ...crupest2020-03-116-92/+85
| |
| * ...crupest2020-03-119-701/+270
| |
| * New logic for HasPostModifyPermissioncrupest2020-03-113-14/+19
| |
| * Add invalid model tests.crupest2020-03-101-0/+45
| |
| * ...crupest2020-03-1012-155/+242
| |
| * ...crupest2020-03-104-2/+107
| |
| * ...crupest2020-03-104-138/+42
| |
| * Revert namespace name change.crupest2020-03-10120-264/+260
| |
| * ...crupest2020-03-102-9/+14
| |
| * ...crupest2020-03-10121-583/+749
| |
| * ...crupest2020-03-094-7/+95
| |
| * ...crupest2020-03-073-1/+35
| |
| * ...crupest2020-03-075-46/+103
| |
| * Init development of post image feature.crupest2020-03-0611-141/+248
|/
* Merge pull request #68 from crupest/filecrupest2020-03-0614-32/+1100
|\ | | | | Unify data store.
| * Migrate database.crupest2020-03-067-6/+720
| |
| * ...crupest2020-03-063-4/+7
| |
| * Migrate avatar service. TODO: Migrate database.crupest2020-03-056-26/+230
| |
| * Implement data manager.crupest2020-03-053-39/+107
| |
| * Design the data manager interface.crupest2020-03-051-0/+79
|/
* Merge pull request #67 from crupest/post-local-idcrupest2020-02-299-27/+344
|\ | | | | Make posts use local id.
| * Now posts use local id in same timeline. Also fixed some unconforming place ↵crupest2020-02-299-27/+344
|/ | | | in migrations.
* Merge pull request #66 from crupest/timeline-namecrupest2020-02-297-14/+12
|\ | | | | Widen timeline name constraint.
| * Guess what, Chinese character is also a "letter". So no need to change code. ↵crupest2020-02-292-1/+3
| | | | | | | | Just add some tests.
| * One fogeted place is cleared. Also a note: Sqlite does not respect the ↵crupest2020-02-291-1/+0
| | | | | | | | length constraint on type.
| * Remove the length constraint in entity as entity framework core does not use ↵crupest2020-02-294-12/+9
|/ | | | them as well.
* Update CI. And now dev branch is apart from master deploy branch.crupest2020-02-281-0/+1
|
* Merge pull request #61 from crupest/devv0.1.0-alphacrupest2020-02-243-0/+101
|\ | | | | Add delete timeline feature.
| * Add delete timeline.crupest2020-02-243-0/+101
|/
* Merge pull request #60 from crupest/devcrupest2020-02-226-32/+217
|\ | | | | Add visibility query filter in get timelines api.
| * Add visibility query filter in get timelines api.crupest2020-02-216-32/+217
|/
* Update README.mdcrupest2020-02-211-18/+0
|