Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update README.md | crupest | 2020-07-12 | 1 | -1/+1 |
| | |||||
* | Merge pull request #116 from crupest/fix-114 | crupest | 2020-07-12 | 4 | -4/+198 |
|\ | | | | | Back-end: Timleine If-Modified-Since and checkUniqueId. | ||||
| * | Add http api and integrated tests. | crupest | 2020-07-12 | 2 | -4/+118 |
| | | |||||
| * | Add api in service. | crupest | 2020-07-12 | 2 | -0/+80 |
|/ | |||||
* | Merge pull request #115 from crupest/post-deleted | crupest | 2020-07-10 | 6 | -55/+162 |
|\ | | | | | Add timeline post deleted field. | ||||
| * | Add another integrated test. | crupest | 2020-07-10 | 1 | -7/+50 |
| | | |||||
| * | Add http api and integrated tests. | crupest | 2020-07-10 | 2 | -6/+36 |
| | | |||||
| * | Add unit tests. | crupest | 2020-07-10 | 4 | -2/+43 |
| | | |||||
| * | Add deleted field. | crupest | 2020-07-10 | 3 | -43/+36 |
|/ | |||||
* | Merge pull request #112 from crupest/post-modified-since | crupest | 2020-06-18 | 7 | -50/+189 |
|\ | | | | | Post modified since query param. | ||||
| * | Add integrated tests. And fix a behavior. | crupest | 2020-06-18 | 3 | -22/+82 |
| | | |||||
| * | Add modified since for posts. | crupest | 2020-06-18 | 1 | -3/+7 |
| | | |||||
| * | Clean codes. | crupest | 2020-06-18 | 1 | -4/+2 |
| | | |||||
| * | feat(back): Timeline service add post modified since. | crupest | 2020-06-18 | 5 | -24/+101 |
|/ | |||||
* | Merge pull request #111 from crupest/timeline-last-modified | crupest | 2020-06-18 | 13 | -61/+726 |
|\ | | | | | Timeline last modified property. | ||||
| * | feat(back): Add last modified to timeline. | crupest | 2020-06-18 | 3 | -13/+65 |
| | | |||||
| * | feat(back): Timeline service add last modified. | crupest | 2020-06-18 | 3 | -37/+91 |
| | | |||||
| * | Add last modified info to timeline. | crupest | 2020-06-18 | 10 | -34/+593 |
|/ | |||||
* | refactor(back): Refactor timeline service. | crupest | 2020-06-17 | 15 | -627/+498 |
| | |||||
* | refactor(front): Fix #104 . | crupest | 2020-06-17 | 3 | -9/+10 |
| | |||||
* | fix(database): Fix a critical bug in database migration. | crupest | 2020-06-17 | 1 | -3/+4 |
| | |||||
* | docs: Try to fix the program language displayed in github. | crupest | 2020-06-16 | 2 | -1/+1 |
| | |||||
* | docs: Try to make github know the correct program language. | crupest | 2020-06-16 | 1 | -0/+1 |
| | |||||
* | fix(back): Add a missing docker env variable. | crupest | 2020-06-16 | 1 | -0/+1 |
| | |||||
* | fix(front): Truly fix the layout bug when last post is short. | crupest | 2020-06-16 | 2 | -2/+9 |
| | |||||
* | fix(front): Fix a unused code. | crupest | 2020-06-16 | 1 | -1/+0 |
| | |||||
* | refactor(back): Fix #108 . | crupest | 2020-06-16 | 4 | -500/+4 |
| | |||||
* | fix(front): Fix layout issue when last post is short. | crupest | 2020-06-16 | 1 | -1/+1 |
| | |||||
* | fix(front): Card collapse button is reversed. | crupest | 2020-06-16 | 1 | -2/+2 |
| | |||||
* | feat(front): Use bootstrap icons. | crupest | 2020-06-16 | 10 | -145/+51 |
| | |||||
* | Merge pull request #107 from crupest/generic-host | crupest | 2020-06-15 | 16 | -506/+316 |
|\ | | | | | refactor(back): Use generic host. | ||||
| * | refactor(back): Use generic host. | crupest | 2020-06-15 | 16 | -506/+316 |
|/ | |||||
* | feat(back): Add backup service and run it when start. | crupest | 2020-06-14 | 5 | -0/+49 |
| | |||||
* | feat(back): Make IPathProvider singleton. | crupest | 2020-06-14 | 1 | -1/+1 |
| | |||||
* | fix(back): Finally get the right way to migrate database. | crupest | 2020-06-14 | 1 | -49/+17 |
| | |||||
* | Many many bugs fix. | crupest | 2020-06-14 | 15 | -21/+235 |
| | | | | | | 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 ↵ | crupest | 2020-06-14 | 7 | -19/+17 |
| | | | | unique id of timeline. | ||||
* | feat(back): Fix #103 . | crupest | 2020-06-14 | 5 | -49/+38 |
| | |||||
* | refactor(back): Use a better way to handle unique id in timeline. | crupest | 2020-06-14 | 5 | -26/+13 |
| | |||||
* | feat(back): Add database migration to add unique id for timeline. | crupest | 2020-06-13 | 8 | -1/+572 |
| | |||||
* | refactor(back): Fix #100 . | crupest | 2020-06-13 | 25 | -185/+542 |
| | |||||
* | refactor(backend): Move some string constant from PathProvider to ↵ | crupest | 2020-06-12 | 2 | -4/+6 |
| | | | | ApplicationConfiguration. | ||||
* | feat(front): 2 enhance on app upgrade. | crupest | 2020-06-12 | 5 | -25/+72 |
| | | | | | 1. Other pages show alert to refresh when a page confirm upgrade. 2. Upgrade success alert. | ||||
* | feat(front): Fix #98 . Fix #99 . | crupest | 2020-06-12 | 2 | -23/+56 |
| | |||||
* | chore(front): Fix #96 . Fix #97 . | crupest | 2020-06-11 | 2 | -13/+47 |
| | |||||
* | build(front): Not use service worker in development mode. | crupest | 2020-06-11 | 3 | -18/+2 |
| | |||||
* | feat(front): Application upgrade ui. | crupest | 2020-06-11 | 10 | -12/+127 |
| | |||||
* | feat(front): Service worker is coming! | crupest | 2020-06-11 | 71 | -6282/+6363 |
| | |||||
* | fix(front): Fix #95 . | crupest | 2020-06-10 | 1 | -2/+2 |
| | |||||
* | infra(ci): Add versioned docker image cd. | crupest | 2020-06-10 | 2 | -1/+25 |
| |