aboutsummaryrefslogtreecommitdiff
path: root/Timeline
Commit message (Collapse)AuthorAgeFilesLines
* Add database migration.crupest2020-03-123-0/+346
|
* Add integrated tests for image post.crupest2020-03-121-1/+1
|
* Add links test for timeline.crupest2020-03-111-19/+0
|
* Update SixLabors.ImageSharp package which may fix CI failures.crupest2020-03-111-1/+1
|
* ...crupest2020-03-114-2/+35
|
* ...crupest2020-03-116-52/+69
|
* New logic for HasPostModifyPermissioncrupest2020-03-112-14/+15
|
* ...crupest2020-03-108-45/+97
|
* ...crupest2020-03-104-2/+107
|
* ...crupest2020-03-104-138/+42
|
* Revert namespace name change.crupest2020-03-1097-216/+212
|
* ...crupest2020-03-102-9/+14
|
* ...crupest2020-03-1098-534/+700
|
* ...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
|
* 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
|
* Now posts use local id in same timeline. Also fixed some unconforming place ↵crupest2020-02-299-27/+344
| | | | in migrations.
* Guess what, Chinese character is also a "letter". So no need to change code. ↵crupest2020-02-291-1/+1
| | | | 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.
* Add delete timeline.crupest2020-02-242-0/+45
|
* Add visibility query filter in get timelines api.crupest2020-02-215-9/+62
|
* Migrate at runtime in production environment.crupest2020-02-211-3/+16
|
* Move jwt token key from configuration to database and auto generatable.crupest2020-02-2119-27/+609
|
* Migrate to use sqlite.crupest2020-02-2125-1738/+27
|
* Update packages.crupest2020-02-201-4/+4
|
* Improve relate filter.crupest2020-02-052-10/+46
|
* Add get timeline list feature.crupest2020-02-047-26/+119
|
* Add self link in entities.crupest2020-02-042-0/+5
|
* Finish normal timeline development.crupest2020-02-033-3/+8
|
* Add TimelineController.crupest2020-02-037-34/+65
|
* Add copy to clipboard function to code generator.crupest2020-02-021-2/+3
|
* ...crupest2020-02-024-6/+183
|
* Add timeline service.crupest2020-02-0210-46/+172
|
* ...crupest2020-02-023-83/+94
|
* ...crupest2020-02-015-67/+336
|
* Make all patch return the new entity.crupest2020-01-314-26/+35
|
* Fix test bugs in user info mapper. Make create user action return created ↵crupest2020-01-313-18/+10
| | | | 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-314-45/+30
|
* ...crupest2020-01-317-14/+230
|
* Finish reafctor, TODO: Database migration.crupest2020-01-308-19/+32
|
* ...crupest2020-01-3049-1473/+521
|
* ...crupest2020-01-2911-127/+207
|