Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DataHub v3.0 . Also fix the bug that posts may be wrong if timeline has ↵ | crupest | 2020-08-26 | 3 | -278/+307 |
| | | | | changed with same name. | ||||
* | Merge pull request #155 from crupest/nickname | crupest | 2020-08-25 | 4 | -20/+12 |
|\ | | | | | Move change nickname api to UserInfoService. | ||||
| * | Move change nickname api to UserInfoService. | crupest | 2020-08-25 | 4 | -20/+12 |
|/ | |||||
* | Merge pull request #154 from crupest/toolchain | crupest | 2020-08-25 | 85 | -10419/+12577 |
|\ | | | | | Upgrade toolchain of front end. | ||||
| * | Fix type errors. | crupest | 2020-08-25 | 1 | -2/+4 |
| | | |||||
| * | ... | crupest | 2020-08-24 | 1 | -0/+1 |
| | | |||||
| * | ... | crupest | 2020-08-24 | 33 | -87/+768 |
| | | |||||
| * | ... | crupest | 2020-08-24 | 84 | -10351/+11660 |
| | | |||||
| * | Remove usage of html-webpack-template. | crupest | 2020-08-24 | 5 | -46/+30 |
| | | |||||
| * | Use mini-css-extract-plugin in production. | crupest | 2020-08-24 | 6 | -7/+182 |
| | | |||||
| * | css also use postcss. | crupest | 2020-08-24 | 1 | -0/+6 |
|/ | |||||
* | Merge pull request #152 from crupest/webpack-chain | crupest | 2020-08-24 | 6 | -226/+1164 |
|\ | | | | | Migrate to webpack chain. | ||||
| * | Migrate to webpack chain. | crupest | 2020-08-24 | 6 | -226/+1164 |
|/ | |||||
* | Merge pull request #151 from crupest/patch-posts | crupest | 2020-08-23 | 2 | -12/+70 |
|\ | | | | | Patch post list instead of fetch the full one. | ||||
| * | Post list is now patched. | crupest | 2020-08-23 | 2 | -12/+70 |
|/ | |||||
* | Merge pull request #150 from crupest/swagger | crupest | 2020-08-23 | 5 | -5/+66 |
|\ | | | | | Enhance swagger docs. | ||||
| * | Add produces and consumes . | crupest | 2020-08-23 | 4 | -3/+8 |
| | | |||||
| * | Add error code to swagger description. | crupest | 2020-08-23 | 2 | -2/+58 |
|/ | |||||
* | Merge pull request #149 from crupest/swagger | crupest | 2020-08-21 | 31 | -505/+2567 |
|\ | | | | | Swagger/OpenAPI | ||||
| * | ... | crupest | 2020-08-21 | 4 | -7/+138 |
| | | |||||
| * | ... | crupest | 2020-08-21 | 8 | -13/+16 |
| | | |||||
| * | ... | crupest | 2020-08-21 | 2 | -0/+28 |
| | | |||||
| * | ... | crupest | 2020-08-21 | 2 | -55/+0 |
| | | |||||
| * | ... | crupest | 2020-08-21 | 6 | -55/+167 |
| | | |||||
| * | ... | crupest | 2020-08-21 | 8 | -76/+86 |
| | | |||||
| * | ... | crupest | 2020-08-21 | 1 | -1/+143 |
| | | |||||
| * | Add document for user avatar controller. | crupest | 2020-08-20 | 1 | -1/+44 |
| | | |||||
| * | ... | crupest | 2020-08-20 | 9 | -4/+1747 |
| | | |||||
| * | Upgrade packages. | crupest | 2020-08-19 | 4 | -442/+347 |
|/ | |||||
* | ... | crupest | 2020-08-11 | 1 | -21/+21 |
| | |||||
* | Merge pull request #146 from crupest/fix-141 | crupest | 2020-08-11 | 26 | -80/+1118 |
|\ | | | | | Fix #141 . | ||||
| * | Add unit tests. | crupest | 2020-08-11 | 1 | -0/+84 |
| | | |||||
| * | Post list modified since now consider username change. And make all datetime ↵ | crupest | 2020-08-11 | 11 | -10/+136 |
| | | | | | | | | utc. | ||||
| * | Migrate DateTimeOffset to DateTime. | crupest | 2020-08-11 | 6 | -10/+364 |
| | | |||||
| * | Handle post deletion on user deletion correctly. | crupest | 2020-08-11 | 6 | -48/+111 |
| | | |||||
| * | Make author column of post nullable. | crupest | 2020-08-11 | 7 | -12/+423 |
|/ | |||||
* | Merge pull request #144 from crupest/user-time | crupest | 2020-08-11 | 9 | -12/+468 |
|\ | | | | | Add time info to user. | ||||
| * | User service update time fields of user. | crupest | 2020-08-11 | 4 | -11/+30 |
| | | |||||
| * | Add time columns to user in database. | crupest | 2020-08-11 | 5 | -1/+438 |
|/ | |||||
* | Do not block when get post data. | crupest | 2020-08-10 | 3 | -8/+12 |
| | |||||
* | Make data line not destroyable when syncing. | crupest | 2020-08-10 | 1 | -0/+1 |
| | |||||
* | Refactor timeline observable. | crupest | 2020-08-09 | 2 | -25/+24 |
| | |||||
* | Refactor api of data hub. | crupest | 2020-08-09 | 1 | -42/+58 |
| | |||||
* | Rename SubscriptionHub to DataHub. | crupest | 2020-08-09 | 3 | -23/+17 |
| | |||||
* | Merge sync status into subscription hub. | crupest | 2020-08-09 | 5 | -229/+203 |
| | |||||
* | Refactor subscription hub. | crupest | 2020-08-09 | 1 | -60/+46 |
| | |||||
* | Fix bugs. | crupest | 2020-08-08 | 4 | -23/+25 |
| | |||||
* | Fix a bug. | crupest | 2020-08-08 | 1 | -1/+1 |
| | |||||
* | ... | crupest | 2020-08-08 | 1 | -6/+5 |
| | |||||
* | ... | crupest | 2020-08-08 | 1 | -0/+12 |
| |