aboutsummaryrefslogtreecommitdiff
path: root/Timeline
Commit message (Collapse)AuthorAgeFilesLines
* Add mock network latency.crupest2020-07-311-0/+28
|
* Update post list when create or delete post.crupest2020-07-313-44/+55
|
* ...crupest2020-07-303-50/+74
|
* Save post data locally.crupest2020-07-301-12/+88
|
* Save post list locally.crupest2020-07-303-18/+181
|
* Add timeline post list state.crupest2020-07-271-12/+31
|
* Refactor SubscriptionHub.crupest2020-07-273-30/+42
|
* Add post list subscription hub.crupest2020-07-272-13/+41
|
* Remove jenkins files.crupest2020-07-261-45/+0
|
* No longer ignore .vscode .crupest2020-07-263-0/+23
|
* Remove front end readme .crupest2020-07-261-13/+0
|
* Merge front end repocrupest2020-07-26120-0/+43611
|
* Remove submodulecrupest2020-07-261-0/+0
|
* Fix publish problem caused by msbuild.crupest2020-07-212-19/+19
|
* Update ci and README.md .crupest2020-07-201-0/+0
|
* Revert to yarn2 .crupest2020-07-202-2/+2
|
* Migrate front-end to npm.crupest2020-07-142-2/+2
|
* Update submodule.crupest2020-07-131-0/+0
|
* Update dockerignore.crupest2020-07-131-0/+0
|
* Update submodule.crupest2020-07-131-0/+0
|
* Move front end to a submodule.crupest2020-07-1399-55313/+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-1611-153/+88
|
* 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
| | | | | | 1. Add a way to test front end with mock page. 2. Unknown api returns 400 but not frontend page. 3. Fix a big bug that cause all data loss in database migration.
* refactor(back): No longer use standard guid but just use 32-length hex for ↵crupest2020-06-147-19/+17
| | | | unique id of timeline.
* 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
|