aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* refactor(back): Rename code generator.crupest2020-10-274-8/+8
|
* build(back): Update packages.crupest2020-10-277-499/+506
|
* ...crupest2020-10-028-84/+62
|
* ...crupest2020-10-018-61/+110
|
* Add sass vscode extension to recommend list.crupest2020-10-011-1/+2
|
* Merge pull request #159 from crupest/devcrupest2020-09-0374-2173/+2263
|\ | | | | Development on front end.
| * Remove animation of timeline entrance.crupest2020-09-032-15/+0
| |
| * Extract out info card template.crupest2020-09-033-100/+118
| |
| * ...crupest2020-09-032-21/+18
| |
| * ...crupest2020-09-036-86/+93
| |
| * ...crupest2020-09-039-194/+226
| |
| * ...crupest2020-09-035-84/+24
| |
| * Enhance search bar in home page.crupest2020-09-032-5/+5
| |
| * Login page enhancement.crupest2020-09-035-13/+20
| |
| * Move AppBar to App .crupest2020-09-037-295/+268
| |
| * Beatify login page.crupest2020-09-033-11/+42
| |
| * Migrate to react-bootstrap.crupest2020-09-0322-597/+252
| |
| * Migrate settings page.crupest2020-09-021-24/+16
| |
| * Migrate home page.crupest2020-09-024-8/+7
| |
| * ...crupest2020-09-027-94/+483
| |
| * Roll back typescipt-eslint.crupest2020-09-013-134/+111
| |
| * ...crupest2020-09-0159-173/+164
| |
| * Upgrade packages.crupest2020-09-013-475/+572
|/
* 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-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