aboutsummaryrefslogtreecommitdiff
path: root/Timeline
Commit message (Expand)AuthorAgeFilesLines
* Move front end to a submodule.crupest2020-07-1395-7172/+0
* Add http api and integrated tests.crupest2020-07-121-4/+43
* Add api in service.crupest2020-07-121-0/+50
* Add http api and integrated tests.crupest2020-07-101-6/+2
* Add unit tests.crupest2020-07-102-2/+2
* Add deleted field.crupest2020-07-103-43/+36
* Add integrated tests. And fix a behavior.crupest2020-06-181-1/+1
* Add modified since for posts.crupest2020-06-181-3/+7
* feat(back): Timeline service add post modified since.crupest2020-06-183-21/+68
* feat(back): Add last modified to timeline.crupest2020-06-181-0/+3
* feat(back): Timeline service add last modified.crupest2020-06-181-14/+41
* Add last modified info to timeline.crupest2020-06-186-12/+400
* refactor(back): Refactor timeline service.crupest2020-06-1715-627/+498
* refactor(front): Fix #104 .crupest2020-06-173-9/+10
* fix(database): Fix a critical bug in database migration.crupest2020-06-171-3/+4
* docs: Try to fix the program language displayed in github.crupest2020-06-161-0/+1
* fix(front): Truly fix the layout bug when last post is short.crupest2020-06-162-2/+9
* fix(front): Fix a unused code.crupest2020-06-161-1/+0
* refactor(back): Fix #108 .crupest2020-06-164-500/+4
* fix(front): Fix layout issue when last post is short.crupest2020-06-161-1/+1
* fix(front): Card collapse button is reversed.crupest2020-06-161-2/+2
* feat(front): Use bootstrap icons.crupest2020-06-1610-145/+51
* refactor(back): Use generic host.crupest2020-06-154-136/+122
* feat(back): Add backup service and run it when start.crupest2020-06-145-0/+49
* feat(back): Make IPathProvider singleton.crupest2020-06-141-1/+1
* fix(back): Finally get the right way to migrate database.crupest2020-06-141-49/+17
* 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