aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Migrate to react-bootstrap.crupest2020-09-0320-357/+247
| |
| * Migrate settings page.crupest2020-09-021-24/+16
| |
| * Migrate home page.crupest2020-09-024-8/+7
| |
| * ...crupest2020-09-025-88/+45
| |
| * Roll back typescipt-eslint.crupest2020-09-011-2/+2
| |
| * ...crupest2020-09-0159-173/+164
| |
| * Upgrade packages.crupest2020-09-011-15/+15
|/
* Merge pull request #158 from crupest/devcrupest2020-08-3116-20/+752
|\ | | | | Develop new features of back end.
| * Post info now contain data etag.crupest2020-08-313-1/+44
| |
| * Now uesr avatar put api returns etag.crupest2020-08-314-8/+72
| |
| * Add change timeline name api to timeline controller.crupest2020-08-286-10/+120
| |
| * Timeline service add change timeline name api.crupest2020-08-272-0/+69
| |
| * Timeline title feature.crupest2020-08-276-1/+77
| |
| * Database add title to timeline.crupest2020-08-274-1/+371
|/
* No longer wait for saving user, which may lead to delay.crupest2020-08-262-8/+8
|
* DataHub v3.0 . Also fix the bug that posts may be wrong if timeline has ↵crupest2020-08-263-278/+307
| | | | changed with same name.
* Merge pull request #155 from crupest/nicknamecrupest2020-08-254-20/+12
|\ | | | | Move change nickname api to UserInfoService.
| * Move change nickname api to UserInfoService.crupest2020-08-254-20/+12
|/
* Merge pull request #154 from crupest/toolchaincrupest2020-08-2583-9481/+9521
|\ | | | | Upgrade toolchain of front end.
| * Fix type errors.crupest2020-08-251-2/+4
| |
| * ...crupest2020-08-241-0/+1
| |
| * ...crupest2020-08-2431-72/+68
| |
| * ...crupest2020-08-2482-9457/+9453
| |
| * Remove usage of html-webpack-template.crupest2020-08-243-17/+30
| |
| * Use mini-css-extract-plugin in production.crupest2020-08-244-6/+32
| |
| * css also use postcss.crupest2020-08-241-0/+6
|/
* Merge pull request #152 from crupest/webpack-chaincrupest2020-08-244-205/+159
|\ | | | | Migrate to webpack chain.
| * Migrate to webpack chain.crupest2020-08-244-205/+159
|/
* Merge pull request #151 from crupest/patch-postscrupest2020-08-232-12/+70
|\ | | | | Patch post list instead of fetch the full one.
| * Post list is now patched.crupest2020-08-232-12/+70
|/
* Merge pull request #150 from crupest/swaggercrupest2020-08-235-5/+66
|\ | | | | Enhance swagger docs.
| * Add produces and consumes .crupest2020-08-234-3/+8
| |
| * Add error code to swagger description.crupest2020-08-232-2/+58
|/
* Merge pull request #149 from crupest/swaggercrupest2020-08-2131-505/+2567
|\ | | | | Swagger/OpenAPI
| * ...crupest2020-08-214-7/+138
| |
| * ...crupest2020-08-218-13/+16
| |
| * ...crupest2020-08-212-0/+28
| |
| * ...crupest2020-08-212-55/+0
| |
| * ...crupest2020-08-216-55/+167
| |
| * ...crupest2020-08-218-76/+86
| |
| * ...crupest2020-08-211-1/+143
| |
| * Add document for user avatar controller.crupest2020-08-201-1/+44
| |
| * ...crupest2020-08-209-4/+1747
| |
| * Upgrade packages.crupest2020-08-194-442/+347
|/
* ...crupest2020-08-111-21/+21
|
* Merge pull request #146 from crupest/fix-141crupest2020-08-1126-80/+1118
|\ | | | | Fix #141 .
| * Add unit tests.crupest2020-08-111-0/+84
| |
| * Post list modified since now consider username change. And make all datetime ↵crupest2020-08-1111-10/+136
| | | | | | | | utc.
| * Migrate DateTimeOffset to DateTime.crupest2020-08-116-10/+364
| |
| * Handle post deletion on user deletion correctly.crupest2020-08-116-48/+111
| |