aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #162 from crupest/frontcrupest2020-11-0313-23/+50
|\ | | | | Add timeline title to front end.
| * feat: Makes card beautiful.crupest2020-11-031-1/+1
| |
| * feat: Add timeline title to home page.crupest2020-11-033-13/+19
| |
| * feat: Add title to timeline.crupest2020-11-039-8/+30
| |
| * build: Dev server no longer listen on 0.0.0.0 .crupest2020-11-031-1/+0
|/
* Upgrade packages.crupest2020-11-033-128/+128
|
* chore: Remove unused import in webpack config.crupest2020-10-311-1/+0
|
* Merge pull request #161 from crupest/upgradecrupest2020-10-31338-8066/+7326
|\ | | | | Upgrade packages and split front end and back end.
| * Update packages.crupest2020-10-314-1585/+2003
| |
| * ...crupest2020-10-276-250/+276
| |
| * Update README.md.crupest2020-10-271-2/+2
| |
| * Split front and back end.crupest2020-10-27330-671/+580
| |
| * refactor: Remove mock backend.crupest2020-10-2710-999/+1
| |
| * fix: Fix a bug in http.crupest2020-10-271-1/+1
| |
| * build(front): Upgrade packages.crupest2020-10-279-4860/+4765
|/
* refactor(back): Refactor error codes code generator.crupest2020-10-272-40/+38
|
* 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
|/