aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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-2585-10419/+12577
|\ | | | | Upgrade toolchain of front end.
| * Fix type errors.crupest2020-08-251-2/+4
| |
| * ...crupest2020-08-241-0/+1
| |
| * ...crupest2020-08-2433-87/+768
| |
| * ...crupest2020-08-2484-10351/+11660
| |
| * Remove usage of html-webpack-template.crupest2020-08-245-46/+30
| |
| * Use mini-css-extract-plugin in production.crupest2020-08-246-7/+182
| |
| * css also use postcss.crupest2020-08-241-0/+6
|/
* Merge pull request #152 from crupest/webpack-chaincrupest2020-08-246-226/+1164
|\ | | | | Migrate to webpack chain.
| * Migrate to webpack chain.crupest2020-08-246-226/+1164
|/
* 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
| |
| * Make author column of post nullable.crupest2020-08-117-12/+423
|/
* Merge pull request #144 from crupest/user-timecrupest2020-08-119-12/+468
|\ | | | | Add time info to user.
| * User service update time fields of user.crupest2020-08-114-11/+30
| |
| * Add time columns to user in database.crupest2020-08-115-1/+438
|/
* Do not block when get post data.crupest2020-08-103-8/+12
|
* Make data line not destroyable when syncing.crupest2020-08-101-0/+1
|
* Refactor timeline observable.crupest2020-08-092-25/+24
|
* Refactor api of data hub.crupest2020-08-091-42/+58
|
* Rename SubscriptionHub to DataHub.crupest2020-08-093-23/+17
|
* Merge sync status into subscription hub.crupest2020-08-095-229/+203
|
* Refactor subscription hub.crupest2020-08-091-60/+46
|
* Fix bugs.crupest2020-08-084-23/+25
|
* Fix a bug.crupest2020-08-081-1/+1
|
* ...crupest2020-08-081-6/+5
|
* ...crupest2020-08-081-0/+12
|