aboutsummaryrefslogtreecommitdiff
path: root/Timeline
Commit message (Expand)AuthorAgeFilesLines
* Many many bugs fix.crupest2020-06-1410-8/+155
* refactor(back): No longer use standard guid but just use 32-length hex for un...crupest2020-06-147-19/+17
* feat(back): Fix #103 .crupest2020-06-145-49/+38
* refactor(back): Use a better way to handle unique id in timeline.crupest2020-06-145-26/+13
* feat(back): Add database migration to add unique id for timeline.crupest2020-06-138-1/+572
* refactor(back): Fix #100 .crupest2020-06-1325-185/+542
* refactor(backend): Move some string constant from PathProvider to Application...crupest2020-06-122-4/+6
* feat(front): 2 enhance on app upgrade.crupest2020-06-125-25/+72
* feat(front): Fix #98 . Fix #99 .crupest2020-06-122-23/+56
* chore(front): Fix #96 . Fix #97 .crupest2020-06-112-13/+47
* build(front): Not use service worker in development mode.crupest2020-06-113-18/+2
* feat(front): Application upgrade ui.crupest2020-06-1110-12/+127
* feat(front): Service worker is coming!crupest2020-06-1171-6282/+6363
* fix(front): Fix #95 .crupest2020-06-101-2/+2
* feat(front): Make card collapse button orange!crupest2020-06-102-1/+4
* fix(front): Still try to fix scroll problem in timeline page.crupest2020-06-103-10/+10
* feat(front): Make post editer beatiful.crupest2020-06-102-2/+10
* feat(front): Fix #92 .crupest2020-06-102-2/+18
* feat(front): Fix #75 .crupest2020-06-106-43/+61
* fix(front): Add an additional condition for disable scroll to bottom.crupest2020-06-101-0/+1
* Finally one.crupest2020-06-101-11/+17
* Rename.crupest2020-06-103-15/+14
* fix(front): Attempt to fix scroll problem in timeline page.crupest2020-06-094-14/+38
* feat(front): Fix #76 .crupest2020-06-083-14/+29
* build(front): Upgrade dependencies.crupest2020-06-081-9/+9
* feat(front): Fix #77 .crupest2020-06-072-4/+21
* feat(front): Fix #74 .crupest2020-06-074-12/+77
* chore(front): Some improvements in setting page.crupest2020-06-072-9/+12
* feat(front): Fix #73 .crupest2020-06-055-34/+111
* feat(back): Add option to use proxy to serve front end in development.crupest2020-06-053-4/+12
* refactor(front): Refactor scss to sass and refactor timeline styles.crupest2020-06-0419-336/+277
* chore(back): Fix some warnings.crupest2020-06-047-15/+239
* refactor(front): Make codes lint-clean!crupest2020-06-0427-185/+254
* fix: Fix #88 .crupest2020-06-034-17/+5
* CI: Use nuget cache.crupest2020-06-031-0/+539
* Fix #87 .crupest2020-06-034-27/+34
* fix: Not server site.webmanifest .crupest2020-06-022-1/+11
* fix: not recognize forwarded https protocal.crupest2020-06-021-3/+13
* Remove blog link and cross-env in about page.crupest2020-06-021-11/+0
* Fix a mis-deleted dependency.crupest2020-06-021-0/+1
* Upgrade packages.crupest2020-06-028-67/+59
* Migrate to not use Zero-Installs.crupest2020-06-011-1/+1
* Migrate to yarn v2 .crupest2020-06-017-63/+61
* Update docker and CI.crupest2020-06-011-4/+0
* Migrate to docker.crupest2020-05-314-10/+7
* Clean code.crupest2020-05-301-1/+0
* Fix a dependency issue.crupest2020-05-301-1/+1
* Just get everything works!crupest2020-05-306-32/+493
* Merge front end to this repo. But I need to wait for aspnet core support for ...crupest2020-05-3092-56/+6904
* Hotfix a bug in post data.crupest2020-03-163-7/+28