aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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/devcrupest2020-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
|
* Merge pull request #59 from crupest/devcrupest2020-02-2132-1559/+465
|\ | | | | Migrate to sqlite.
| * Migrate at runtime in production environment.crupest2020-02-211-3/+16
| |
| * Move jwt token key from configuration to database and auto generatable.crupest2020-02-2120-27/+615
| |
| * Migrate to use sqlite.crupest2020-02-2126-1742/+47
| |
| * Update packages.crupest2020-02-202-7/+7
|/
* Revert CI.crupest2020-02-191-23/+18
|
* Improve relate filter.crupest2020-02-053-23/+92
|
* Add get timeline list feature.crupest2020-02-049-26/+201
|
* Add self link in entities.crupest2020-02-042-0/+5
|
* Merge pull request #57 from crupest/dev杨宇千2020-02-0324-176/+1128
|\ | | | | Add normal timeline feature.
| * Finish normal timeline development.crupest2020-02-034-3/+597
| |
| * Add TimelineController.crupest2020-02-039-37/+70
| |
| * Add copy to clipboard function to code generator.crupest2020-02-023-2/+13
| |
| * ...crupest2020-02-024-6/+183
| |
| * Add timeline service.crupest2020-02-0210-46/+172
| |
| * ...crupest2020-02-024-90/+101
|/
* Update CI.crupest2020-02-011-17/+20
|
* Merge pull request #56 from crupest/dev杨宇千2020-02-01131-5993/+3745
|\ | | | | Refactor API to be RESTful.
| * ...crupest2020-02-015-67/+336
| |
| * Make all patch return the new entity.crupest2020-01-316-31/+49
| |
| * Fix test bugs in user info mapper. Make create user action return created ↵crupest2020-01-315-21/+16
| | | | | | | | user info.
| * Fix a bug in url generation and add development database migration.crupest2020-01-315-62/+420
| |
| * Combine two user info types.crupest2020-01-318-68/+54
| |
| * ...crupest2020-01-319-26/+311
| |
| * Finish reafctor, TODO: Database migration.crupest2020-01-3014-47/+64
| |
| * ...crupest2020-01-304-172/+130
| |
| * ...crupest2020-01-3075-3635/+963
| |
| * ...crupest2020-01-2911-127/+207
| |
| * ...crupest2020-01-2925-1115/+267
| |
| * ...crupest2020-01-2936-407/+1086
| |
| * Finish UserTokenManagerTest.crupest2020-01-241-0/+81
| |
| * Upgrade library version.crupest2020-01-243-8/+40
| |