aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Entities
Commit message (Collapse)AuthorAgeFilesLines
* Split front and back end.crupest2020-10-279-328/+0
|
* Database add title to timeline.crupest2020-08-271-0/+3
|
* Post list modified since now consider username change. And make all datetime ↵crupest2020-08-112-0/+46
| | | | utc.
* Migrate DateTimeOffset to DateTime.crupest2020-08-111-3/+3
|
* Make author column of post nullable.crupest2020-08-111-2/+2
|
* Add time columns to user in database.crupest2020-08-112-1/+14
|
* Database add unqiue id for user.crupest2020-08-082-0/+4
|
* Add last modified info to timeline.crupest2020-06-181-0/+6
|
* refactor(back): No longer use standard guid but just use 32-length hex for ↵crupest2020-06-142-3/+3
| | | | unique id of timeline.
* feat(back): Fix #103 .crupest2020-06-141-2/+0
|
* refactor(back): Use a better way to handle unique id in timeline.crupest2020-06-142-12/+3
|
* feat(back): Add database migration to add unique id for timeline.crupest2020-06-132-0/+15
|
* ...crupest2020-03-101-1/+1
|
* Revert namespace name change.crupest2020-03-108-9/+9
|
* ...crupest2020-03-108-9/+9
|
* ...crupest2020-03-071-0/+3
|
* Init development of post image feature.crupest2020-03-061-0/+3
|
* Migrate database.crupest2020-03-061-0/+1
|
* Migrate avatar service. TODO: Migrate database.crupest2020-03-051-5/+2
|
* Implement data manager.crupest2020-03-052-0/+24
|
* Now posts use local id in same timeline. Also fixed some unconforming place ↵crupest2020-02-292-0/+6
| | | | in migrations.
* Remove the length constraint in entity as entity framework core does not use ↵crupest2020-02-292-3/+3
| | | | them as well.
* Move jwt token key from configuration to database and auto generatable.crupest2020-02-212-2/+19
|
* Migrate to use sqlite.crupest2020-02-211-18/+1
|
* Add timeline service.crupest2020-02-021-1/+3
|
* Finish reafctor, TODO: Database migration.crupest2020-01-301-1/+1
|
* ...crupest2020-01-302-3/+1
|
* ...crupest2020-01-293-28/+8
|
* ...crupest2020-01-232-0/+8
|
* ...crupest2020-01-217-18/+14
|
* Use sqlite development database.crupest2020-01-052-2/+20
|
* Write tests and fix bugs found via tests.crupest2019-11-181-16/+1
|
* WIP : Write timeline service.杨宇千2019-11-131-0/+1
|
* Add controller primarily and of course redesign the service accordingly.杨宇千2019-11-041-0/+10
|
* WIP: Design the timeline service interface.杨宇千2019-11-031-5/+1
|
* Design the entity model primarily.杨宇千2019-11-036-2/+119
|
* Add user detail service.杨宇千2019-10-253-0/+24
|
* ...杨宇千2019-10-241-12/+0
|
* ...杨宇千2019-10-241-0/+1
|
* ...杨宇千2019-10-233-63/+35
|
* ...杨宇千2019-10-193-13/+13
|
* Rename EMail to Email.杨宇千2019-08-241-1/+1
|
* Add nickname. Step 1.杨宇千2019-08-221-0/+3
|
* Add validators.杨宇千2019-08-211-1/+1
|
* Add database entity and service.杨宇千2019-08-212-1/+29
|
* Update Database.杨宇千2019-08-201-1/+1
|
* Use etag for cache.杨宇千2019-08-201-0/+4
|
* Add index for username.杨宇千2019-08-192-1/+1
|
* Add avatar 304.杨宇千2019-08-192-4/+22
|
* Add avatar service.杨宇千2019-08-182-0/+21
|