aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Controllers/UserAvatarController.cs
Commit message (Collapse)AuthorAgeFilesLines
* Now uesr avatar put api returns etag.crupest2020-08-311-1/+5
|
* Add produces and consumes .crupest2020-08-231-1/+1
|
* ...crupest2020-08-211-18/+7
|
* ...crupest2020-08-211-7/+1
|
* Add document for user avatar controller.crupest2020-08-201-1/+44
|
* refactor(back): Fix #100 .crupest2020-06-131-0/+1
|
* Clean code.crupest2020-03-131-2/+0
|
* Add cache for timeline post data.crupest2020-03-131-1/+0
|
* Abstract out data cache helper.crupest2020-03-131-27/+4
|
* Revert namespace name change.crupest2020-03-101-9/+9
|
* ...crupest2020-03-101-9/+9
|
* Init development of post image feature.crupest2020-03-061-4/+4
|
* Finish reafctor, TODO: Database migration.crupest2020-01-301-1/+1
|
* ...crupest2020-01-301-37/+52
|
* Basically finish refactor of error codes.crupest2020-01-191-2/+2
|
* ...crupest2020-01-181-58/+16
|
* Continue to construct feature and tests.杨宇千2019-10-311-1/+1
|
* Add NeutralResourcesLanguage. Conform to best practices.杨宇千2019-10-251-31/+26
|
* ...杨宇千2019-10-241-55/+80
|
* ...杨宇千2019-10-231-3/+3
|
* ...杨宇千2019-10-171-1/+2
|
* Use cache attribute.杨宇千2019-08-291-4/+1
|
* Fix a bug.杨宇千2019-08-271-1/+1
|
* Add Cache-Control and ETag headers for 304 to satisfy standards.杨宇千2019-08-271-2/+10
|
* Add max-age.杨宇千2019-08-271-1/+1
|
* Add Cache-Control header for avatar get.杨宇千2019-08-261-0/+2
|
* Use etag for cache.杨宇千2019-08-201-10/+13
|
* Add check for content in avatar put.杨宇千2019-08-191-4/+22
|
* Add avatar 304.杨宇千2019-08-191-2/+14
|
* Improve avatar validation.杨宇千2019-08-191-6/+30
|
* Develop user avatar controller.杨宇千2019-08-181-2/+43
|
* Add avatar controller.杨宇千2019-08-181-0/+70