Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor(front): Make codes lint-clean! | crupest | 2020-06-04 | 27 | -185/+254 |
* | fix: Fix #88 . | crupest | 2020-06-03 | 4 | -17/+5 |
* | CI: Use nuget cache. | crupest | 2020-06-03 | 1 | -0/+539 |
* | Fix #87 . | crupest | 2020-06-03 | 4 | -27/+34 |
* | fix: Not server site.webmanifest . | crupest | 2020-06-02 | 2 | -1/+11 |
* | fix: not recognize forwarded https protocal. | crupest | 2020-06-02 | 1 | -3/+13 |
* | Remove blog link and cross-env in about page. | crupest | 2020-06-02 | 1 | -11/+0 |
* | Fix a mis-deleted dependency. | crupest | 2020-06-02 | 1 | -0/+1 |
* | Upgrade packages. | crupest | 2020-06-02 | 8 | -67/+59 |
* | Migrate to not use Zero-Installs. | crupest | 2020-06-01 | 1 | -1/+1 |
* | Migrate to yarn v2 . | crupest | 2020-06-01 | 7 | -63/+61 |
* | Update docker and CI. | crupest | 2020-06-01 | 1 | -4/+0 |
* | Migrate to docker. | crupest | 2020-05-31 | 4 | -10/+7 |
* | Clean code. | crupest | 2020-05-30 | 1 | -1/+0 |
* | Fix a dependency issue. | crupest | 2020-05-30 | 1 | -1/+1 |
* | Just get everything works! | crupest | 2020-05-30 | 6 | -32/+493 |
* | Merge front end to this repo. But I need to wait for aspnet core support for ... | crupest | 2020-05-30 | 92 | -56/+6904 |
* | Hotfix a bug in post data. | crupest | 2020-03-16 | 3 | -7/+28 |
* | Clean code. | crupest | 2020-03-13 | 8 | -17/+2 |
* | Add cache for timeline post data. | crupest | 2020-03-13 | 4 | -10/+74 |
* | Abstract out data cache helper. | crupest | 2020-03-13 | 8 | -63/+345 |
* | Do not serialize null. | crupest | 2020-03-12 | 1 | -0/+1 |
* | Add database migration. | crupest | 2020-03-12 | 3 | -0/+346 |
* | Add integrated tests for image post. | crupest | 2020-03-12 | 1 | -1/+1 |
* | Add links test for timeline. | crupest | 2020-03-11 | 1 | -19/+0 |
* | Update SixLabors.ImageSharp package which may fix CI failures. | crupest | 2020-03-11 | 1 | -1/+1 |
* | ... | crupest | 2020-03-11 | 4 | -2/+35 |
* | ... | crupest | 2020-03-11 | 6 | -52/+69 |
* | New logic for HasPostModifyPermission | crupest | 2020-03-11 | 2 | -14/+15 |
* | ... | crupest | 2020-03-10 | 8 | -45/+97 |
* | ... | crupest | 2020-03-10 | 4 | -2/+107 |
* | ... | crupest | 2020-03-10 | 4 | -138/+42 |
* | Revert namespace name change. | crupest | 2020-03-10 | 97 | -216/+212 |
* | ... | crupest | 2020-03-10 | 2 | -9/+14 |
* | ... | crupest | 2020-03-10 | 98 | -534/+700 |
* | ... | crupest | 2020-03-09 | 4 | -7/+95 |
* | ... | crupest | 2020-03-07 | 3 | -1/+35 |
* | ... | crupest | 2020-03-07 | 5 | -46/+103 |
* | Init development of post image feature. | crupest | 2020-03-06 | 11 | -141/+248 |
* | Migrate database. | crupest | 2020-03-06 | 7 | -6/+720 |
* | ... | crupest | 2020-03-06 | 3 | -4/+7 |
* | Migrate avatar service. TODO: Migrate database. | crupest | 2020-03-05 | 6 | -26/+230 |
* | Implement data manager. | crupest | 2020-03-05 | 3 | -39/+107 |
* | Design the data manager interface. | crupest | 2020-03-05 | 1 | -0/+79 |
* | Now posts use local id in same timeline. Also fixed some unconforming place i... | crupest | 2020-02-29 | 9 | -27/+344 |
* | Guess what, Chinese character is also a "letter". So no need to change code. ... | crupest | 2020-02-29 | 1 | -1/+1 |
* | One fogeted place is cleared. Also a note: Sqlite does not respect the length... | crupest | 2020-02-29 | 1 | -1/+0 |
* | Remove the length constraint in entity as entity framework core does not use ... | crupest | 2020-02-29 | 4 | -12/+9 |
* | Add delete timeline. | crupest | 2020-02-24 | 2 | -0/+45 |
* | Add visibility query filter in get timelines api. | crupest | 2020-02-21 | 5 | -9/+62 |