Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | No longer ignore .vscode . | crupest | 2020-07-26 | 3 | -0/+23 | |
| | ||||||
* | Remove front end readme . | crupest | 2020-07-26 | 1 | -13/+0 | |
| | ||||||
* | Merge front end repo | crupest | 2020-07-26 | 107 | -0/+8929 | |
| | ||||||
* | Remove submodule | crupest | 2020-07-26 | 1 | -0/+0 | |
| | ||||||
* | Fix publish problem caused by msbuild. | crupest | 2020-07-21 | 2 | -19/+19 | |
| | ||||||
* | Update ci and README.md . | crupest | 2020-07-20 | 1 | -0/+0 | |
| | ||||||
* | Revert to yarn2 . | crupest | 2020-07-20 | 2 | -2/+2 | |
| | ||||||
* | Migrate front-end to npm. | crupest | 2020-07-14 | 2 | -2/+2 | |
| | ||||||
* | Update submodule. | crupest | 2020-07-13 | 1 | -0/+0 | |
| | ||||||
* | Update dockerignore. | crupest | 2020-07-13 | 1 | -0/+0 | |
| | ||||||
* | Update submodule. | crupest | 2020-07-13 | 1 | -0/+0 | |
| | ||||||
* | Move front end to a submodule. | crupest | 2020-07-13 | 95 | -7172/+0 | |
| | ||||||
* | Add http api and integrated tests. | crupest | 2020-07-12 | 1 | -4/+43 | |
| | ||||||
* | Add api in service. | crupest | 2020-07-12 | 1 | -0/+50 | |
| | ||||||
* | Add http api and integrated tests. | crupest | 2020-07-10 | 1 | -6/+2 | |
| | ||||||
* | Add unit tests. | crupest | 2020-07-10 | 2 | -2/+2 | |
| | ||||||
* | Add deleted field. | crupest | 2020-07-10 | 3 | -43/+36 | |
| | ||||||
* | Add integrated tests. And fix a behavior. | crupest | 2020-06-18 | 1 | -1/+1 | |
| | ||||||
* | Add modified since for posts. | crupest | 2020-06-18 | 1 | -3/+7 | |
| | ||||||
* | feat(back): Timeline service add post modified since. | crupest | 2020-06-18 | 3 | -21/+68 | |
| | ||||||
* | feat(back): Add last modified to timeline. | crupest | 2020-06-18 | 1 | -0/+3 | |
| | ||||||
* | feat(back): Timeline service add last modified. | crupest | 2020-06-18 | 1 | -14/+41 | |
| | ||||||
* | Add last modified info to timeline. | crupest | 2020-06-18 | 6 | -12/+400 | |
| | ||||||
* | 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 | 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 | |
| | ||||||
* | refactor(back): Use generic host. | crupest | 2020-06-15 | 4 | -136/+122 | |
| | ||||||
* | 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 | 10 | -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 ↵ | 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 | |
| |