aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Models/Http
Commit message (Collapse)AuthorAgeFilesLines
* ...crupest2020-08-214-7/+138
|
* ...crupest2020-08-211-50/+0
|
* ...crupest2020-08-203-4/+92
|
* Make author column of post nullable.crupest2020-08-111-1/+1
|
* Add user unique id.crupest2020-08-081-0/+1
|
* Add unit tests.crupest2020-07-101-2/+1
|
* Add deleted field.crupest2020-07-101-4/+11
|
* feat(back): Add last modified to timeline.crupest2020-06-181-0/+3
|
* Many many bugs fix.crupest2020-06-141-0/+10
| | | | | | 1. Add a way to test front end with mock page. 2. Unknown api returns 400 but not frontend page. 3. Fix a big bug that cause all data loss in database migration.
* feat(back): Fix #103 .crupest2020-06-141-1/+2
|
* chore(back): Fix some warnings.crupest2020-06-043-13/+21
|
* Clean code.crupest2020-03-131-1/+0
|
* ...crupest2020-03-111-0/+10
|
* ...crupest2020-03-111-12/+17
|
* ...crupest2020-03-102-9/+17
|
* ...crupest2020-03-101-0/+1
|
* Revert namespace name change.crupest2020-03-107-14/+14
|
* ...crupest2020-03-101-1/+4
|
* ...crupest2020-03-108-135/+138
|
* Init development of post image feature.crupest2020-03-062-3/+43
|
* 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
|
* ...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-301-6/+15
|
* ...crupest2020-01-307-53/+159
|
* ...crupest2020-01-292-41/+27
|
* ...crupest2020-01-291-6/+3
|
* ...crupest2020-01-212-2/+8
|
* ...crupest2020-01-183-36/+261
|
* Migrate to System.Text.Json . Format enum to string instead of number. Use ↵crupest2019-11-201-0/+4
| | | | ISO8601 format for datetime.
* 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
|
* Add error code tests.杨宇千2019-10-271-16/+1
|
* Add NeutralResourcesLanguage. Conform to best practices.杨宇千2019-10-251-36/+25
|
* ...杨宇千2019-10-241-19/+47
|
* ...杨宇千2019-10-231-1/+3
|
* ...杨宇千2019-10-211-4/+4
|
* ...杨宇千2019-10-211-10/+32
|
* ...杨宇千2019-10-201-9/+27
|
* ...杨宇千2019-10-193-14/+14
|
* ...杨宇千2019-10-191-1/+1
|
* ...杨宇千2019-10-172-28/+48
|