aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Models
Commit message (Collapse)AuthorAgeFilesLines
* Add get timeline list feature.crupest2020-02-042-20/+30
|
* Add self link in entities.crupest2020-02-042-0/+5
|
* Add TimelineController.crupest2020-02-032-3/+31
|
* Add copy to clipboard function to code generator.crupest2020-02-021-2/+3
|
* ...crupest2020-02-021-1/+16
|
* Add timeline service.crupest2020-02-023-27/+53
|
* ...crupest2020-02-021-5/+31
|
* Fix test bugs in user info mapper. Make create user action return created ↵crupest2020-01-311-11/+3
| | | | user info.
* Fix a bug in url generation and add development database migration.crupest2020-01-311-3/+4
|
* Combine two user info types.crupest2020-01-312-26/+23
|
* ...crupest2020-01-311-3/+5
|
* Finish reafctor, TODO: Database migration.crupest2020-01-302-7/+16
|
* ...crupest2020-01-3010-74/+122
|
* ...crupest2020-01-295-122/+27
|
* ...crupest2020-01-292-0/+27
|
* ...crupest2020-01-294-19/+47
|
* ...crupest2020-01-214-43/+13
|
* ...crupest2020-01-183-36/+261
|
* Fix the format in date string.crupest2019-12-111-1/+1
| | | | | Note: Because standard date time format "s" in Dot Net does not add "Z" at the tail of the result string even if the date is UTC. So I manually add it so that web browser can correctly parse the date string.
* Migrate to System.Text.Json . Format enum to string instead of number. Use ↵crupest2019-11-202-0/+27
| | | | ISO8601 format for datetime.
* Continue to write tests.crupest2019-11-181-1/+0
|
* Write tests and fix bugs found via tests.crupest2019-11-181-2/+16
|
* Add PersonalTimelineController PostOperationCreate unit tests.杨宇千2019-11-091-1/+1
|
* Complete PersonalTimelineController and write attribute test.杨宇千2019-11-071-0/+21
|
* Add controller primarily and of course redesign the service accordingly.杨宇千2019-11-041-0/+24
|
* WIP: Design the timeline service interface.杨宇千2019-11-031-0/+42
|
* Add error code tests.杨宇千2019-10-271-16/+1
|
* Add NeutralResourcesLanguage. Conform to best practices.杨宇千2019-10-253-76/+43
|
* ...杨宇千2019-10-241-19/+47
|
* ...杨宇千2019-10-236-65/+86
|
* ...杨宇千2019-10-222-50/+45
|
* ...杨宇千2019-10-216-183/+39
|
* ...杨宇千2019-10-211-10/+32
|
* ...杨宇千2019-10-201-9/+27
|
* ...杨宇千2019-10-194-20/+20
|
* ...杨宇千2019-10-191-1/+1
|
* ...杨宇千2019-10-172-28/+48
|
* Rename EMail to Email.杨宇千2019-08-241-2/+4
|
* Add nickname. Step 1.杨宇千2019-08-221-1/+6
|
* Add validators.杨宇千2019-08-212-4/+116
|
* Add database entity and service.杨宇千2019-08-212-0/+42
|
* Use etag for cache.杨宇千2019-08-201-0/+6
|
* Add check for content in avatar put.杨宇千2019-08-191-0/+19
|
* Add change username.杨宇千2019-08-171-0/+10
|
* Add validation.杨宇千2019-08-172-0/+152
|
* 2 things.杨宇千2019-08-081-1/+1
| | | | | 1. Make Administrator in UserPutRequest nullable. 2. Remove default route.
* Merge branch 'master' into null-request-field杨宇千2019-08-086-195/+195
|\
| * Add script to convert encoding and eof. And of course run it.unknown2019-08-071-42/+42
| |
* | 3 things.杨宇千2019-08-057-42/+209
|/ | | | | | 1. Exchange Models and Entities namespace. 2. Fix the bug that input with missing field leads to 500. 3. Write unit tests.
* WIP: Change UserController.杨宇千2019-07-231-0/+6
|