aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Startup.cs
Commit message (Collapse)AuthorAgeFilesLines
* Merge front end to this repo. But I need to wait for aspnet core support for ↵crupest2020-05-301-24/+21
| | | | custom port and package manager for dev server.
* Clean code.crupest2020-03-131-1/+1
|
* Do not serialize null.crupest2020-03-121-0/+1
|
* ...crupest2020-03-101-1/+2
|
* Revert namespace name change.crupest2020-03-101-9/+9
|
* ...crupest2020-03-101-10/+10
|
* ...crupest2020-03-071-0/+2
|
* ...crupest2020-03-061-0/+4
|
* Move jwt token key from configuration to database and auto generatable.crupest2020-02-211-4/+5
|
* Migrate to use sqlite.crupest2020-02-211-23/+12
|
* Finish normal timeline development.crupest2020-02-031-0/+1
|
* ...crupest2020-02-011-1/+4
|
* Fix a bug in url generation and add development database migration.crupest2020-01-311-0/+4
|
* ...crupest2020-01-301-7/+5
|
* ...crupest2020-01-291-19/+0
|
* ...crupest2020-01-231-1/+2
|
* ...crupest2020-01-211-1/+1
|
* Use sqlite development database.crupest2020-01-051-12/+39
|
* Migrate to System.Text.Json . Format enum to string instead of number. Use ↵crupest2019-11-201-5/+11
| | | | ISO8601 format for datetime.
* Fix typo in path of personal timeline controller actions. Add timeline ↵crupest2019-11-171-0/+2
| | | | permission test.
* Continue to construct feature and tests.杨宇千2019-10-311-6/+12
|
* ...杨宇千2019-10-241-2/+0
|
* ...杨宇千2019-10-231-1/+1
|
* ...杨宇千2019-10-211-1/+0
|
* ...杨宇千2019-10-201-0/+16
|
* ...杨宇千2019-10-201-0/+5
|
* ...杨宇千2019-10-191-0/+2
|
* ...杨宇千2019-10-191-2/+3
|
* Add cors.杨宇千2019-10-171-1/+13
|
* ...杨宇千2019-10-171-10/+3
|
* Init migration to dotnet core 3.0.0 .杨宇千2019-09-251-7/+11
|
* Add user detail controller.杨宇千2019-08-221-0/+1
|
* Remove unused cors.杨宇千2019-08-191-15/+0
|
* Add avatar controller.杨宇千2019-08-181-0/+2
|
* 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-081-90/+90
|\
| * Add script to convert encoding and eof. And of course run it.unknown2019-08-071-90/+90
| |
* | 3 things.杨宇千2019-08-051-2/+7
|/ | | | | | 1. Exchange Models and Entities namespace. 2. Fix the bug that input with missing field leads to 500. 3. Write unit tests.
* Use default mvc route.杨宇千2019-08-041-6/+1
|
* Add token expire time.杨宇千2019-08-011-0/+1
|
* WIP: Develop UserService. Remove unused components.杨宇千2019-07-231-10/+2
|
* WIP: change auth handler.杨宇千2019-07-211-12/+1
|
* WIP: change UserService.杨宇千2019-07-211-1/+2
|
* Write a custom authenticate handler.杨宇千2019-07-201-22/+11
|
* You can use "token" query param to auth now.crupest2019-05-061-1/+14
|
* Add ObjectExists implementation in cos. Remove Test host environment.crupest2019-04-241-9/+2
|
* Remove qcloud cs sdk. I will write one by myself.crupest2019-04-231-2/+2
| | | | Develop signature algorithm.
* Add Tencent COS.crupest2019-04-221-0/+3
|
* Remove unnecessary columns in database query.crupest2019-04-211-17/+15
|
* ...crupest2019-04-131-13/+13
|