Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | 11 | -153/+88 | |
| | ||||||
* | 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 | 11 | -12/+128 | |
| | ||||||
* | feat(front): Service worker is coming! | crupest | 2020-06-11 | 73 | -6294/+6979 | |
| | ||||||
* | fix(front): Fix #95 . | crupest | 2020-06-10 | 1 | -2/+2 | |
| | ||||||
* | infra(ci): Add versioned docker image cd.v0.2.0-alpha | crupest | 2020-06-10 | 2 | -1/+25 | |
| | ||||||
* | feat(front): Make card collapse button orange! | crupest | 2020-06-10 | 2 | -1/+4 | |
| | ||||||
* | fix(front): Still try to fix scroll problem in timeline page. | crupest | 2020-06-10 | 3 | -10/+10 | |
| | ||||||
* | feat(front): Make post editer beatiful. | crupest | 2020-06-10 | 2 | -2/+10 | |
| | ||||||
* | feat(front): Fix #92 . | crupest | 2020-06-10 | 2 | -2/+18 | |
| | ||||||
* | feat(front): Fix #75 . | crupest | 2020-06-10 | 6 | -43/+61 | |
| | ||||||
* | fix(front): Add an additional condition for disable scroll to bottom. | crupest | 2020-06-10 | 1 | -0/+1 | |
| | ||||||
* | Merge pull request #91 from crupest/scroll | crupest | 2020-06-10 | 4 | -14/+43 | |
|\ | | | | | Fix #90 . | |||||
| * | Finally one. | crupest | 2020-06-10 | 1 | -11/+17 | |
| | | ||||||
| * | Rename. | crupest | 2020-06-10 | 3 | -15/+14 | |
| | | ||||||
| * | fix(front): Attempt to fix scroll problem in timeline page. | crupest | 2020-06-09 | 4 | -14/+38 | |
|/ | ||||||
* | Create LICENSE | crupest | 2020-06-08 | 1 | -0/+21 | |
| | ||||||
* | feat(front): Fix #76 . | crupest | 2020-06-08 | 3 | -14/+29 | |
| | ||||||
* | build(front): Upgrade dependencies. | crupest | 2020-06-08 | 2 | -102/+149 | |
| | ||||||
* | feat(front): Fix #77 . | crupest | 2020-06-07 | 2 | -4/+21 | |
| | ||||||
* | feat(front): Fix #74 . | crupest | 2020-06-07 | 4 | -12/+77 | |
| | ||||||
* | chore(front): Some improvements in setting page. | crupest | 2020-06-07 | 2 | -9/+12 | |
| | ||||||
* | feat(front): Fix #73 . | crupest | 2020-06-05 | 5 | -34/+111 | |
| | ||||||
* | feat(back): Add option to use proxy to serve front end in development. | crupest | 2020-06-05 | 3 | -4/+12 | |
| | ||||||
* | refactor(front): Refactor scss to sass and refactor timeline styles. | crupest | 2020-06-04 | 19 | -336/+277 | |
| | ||||||
* | infra(ci): Fix #89 . | crupest | 2020-06-04 | 1 | -45/+0 | |
| | ||||||
* | chore(back): Fix some warnings. | crupest | 2020-06-04 | 7 | -15/+239 | |
| | ||||||
* | infra(ci): Add code lint. | crupest | 2020-06-04 | 1 | -0/+3 | |
| | ||||||
* | refactor(front): Make codes lint-clean! | crupest | 2020-06-04 | 28 | -188/+420 | |
| | ||||||
* | fix: Fix #88 . | crupest | 2020-06-03 | 4 | -17/+5 | |
| | ||||||
* | CI: Use nuget cache. | crupest | 2020-06-03 | 7 | -0/+2329 | |
| | ||||||
* | Fix #87 . | crupest | 2020-06-03 | 6 | -27/+44 | |
| | ||||||
* | fix: Not server site.webmanifest . | crupest | 2020-06-02 | 2 | -1/+11 | |
| |