aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Entities
Commit message (Collapse)AuthorAgeFilesLines
* ...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
|
* Enhance database.杨宇千2019-08-171-2/+8
|
* Merge branch 'master' into null-request-field杨宇千2019-08-081-42/+42
|\
| * Add script to convert encoding and eof. And of course run it.unknown2019-08-076-183/+183
| |
* | 3 things.杨宇千2019-08-057-183/+42
|/ | | | | | 1. Exchange Models and Entities namespace. 2. Fix the bug that input with missing field leads to 500. 3. Write unit tests.
* Add token expire time.杨宇千2019-08-011-0/+2
|
* Rename isAdmin to administrator.杨宇千2019-07-293-7/+7
|
* WIP: Change UserController.杨宇千2019-07-233-45/+23
|
* WIP: Rewrite TokenController.杨宇千2019-07-233-30/+18
|
* WIP: Develop UserService. Remove unused components.杨宇千2019-07-232-1/+17
|
* WIP: change UserService.杨宇千2019-07-212-5/+13
|
* Change roles in UserInfo into isadmin.crupest2019-05-163-75/+64
|
* Add avatar upload function.crupest2019-04-301-0/+11
|