aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move front end to a submodule.crupest2020-07-1399-7243/+35
* Update README.mdcrupest2020-07-121-1/+1
* Merge pull request #116 from crupest/fix-114crupest2020-07-124-4/+198
|\
| * Add http api and integrated tests.crupest2020-07-122-4/+118
| * Add api in service.crupest2020-07-122-0/+80
|/
* Merge pull request #115 from crupest/post-deletedcrupest2020-07-106-55/+162
|\
| * Add another integrated test.crupest2020-07-101-7/+50
| * Add http api and integrated tests.crupest2020-07-102-6/+36
| * Add unit tests.crupest2020-07-104-2/+43
| * Add deleted field.crupest2020-07-103-43/+36
|/
* Merge pull request #112 from crupest/post-modified-sincecrupest2020-06-187-50/+189
|\
| * Add integrated tests. And fix a behavior.crupest2020-06-183-22/+82
| * Add modified since for posts.crupest2020-06-181-3/+7
| * Clean codes.crupest2020-06-181-4/+2
| * feat(back): Timeline service add post modified since.crupest2020-06-185-24/+101
|/
* Merge pull request #111 from crupest/timeline-last-modifiedcrupest2020-06-1813-61/+726
|\
| * feat(back): Add last modified to timeline.crupest2020-06-183-13/+65
| * feat(back): Timeline service add last modified.crupest2020-06-183-37/+91
| * Add last modified info to timeline.crupest2020-06-1810-34/+593
|/
* 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-162-1/+1
* docs: Try to make github know the correct program language.crupest2020-06-161-0/+1
* fix(back): Add a missing docker env variable.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
* Merge pull request #107 from crupest/generic-hostcrupest2020-06-1516-506/+316
|\
| * refactor(back): Use generic host.crupest2020-06-1516-506/+316
|/
* 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-1415-21/+235
* 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