Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge front end repo | crupest | 2020-07-26 | 74 | -0/+8241 |
| | |||||
* | Move front end to a submodule. | crupest | 2020-07-13 | 64 | -6587/+0 |
| | |||||
* | refactor(front): Fix #104 . | crupest | 2020-06-17 | 3 | -9/+10 |
| | |||||
* | 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 |
| | |||||
* | 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 | 8 | -143/+48 |
| | |||||
* | 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 | 1 | -2/+0 |
| | |||||
* | feat(front): Application upgrade ui. | crupest | 2020-06-11 | 7 | -11/+119 |
| | |||||
* | feat(front): Service worker is coming! | crupest | 2020-06-11 | 63 | -0/+6455 |
| | |||||
* | Init separate. | crupest | 2019-04-13 | 60 | -1954/+0 |
| | |||||
* | Change create token api. | crupest | 2019-04-11 | 4 | -19/+32 |
| | |||||
* | Run lint. | crupest | 2019-04-11 | 1 | -2/+2 |
| | |||||
* | Add remember me. | crupest | 2019-04-11 | 6 | -33/+51 |
| | |||||
* | Add unit test. | crupest | 2019-03-26 | 6 | -19/+53 |
| | |||||
* | Fix a bug. Set userInfo to null when nologin. | crupest | 2019-03-18 | 1 | -0/+3 |
| | |||||
* | Design login success UI. | crupest | 2019-03-18 | 2 | -1/+16 |
| | |||||
* | Add logout. Fix a bug. | crupest | 2019-03-18 | 9 | -26/+82 |
| | | | | The bug is it always goes to login page whether you have login or not before when user is presented in url. | ||||
* | Add unit test. | crupest | 2019-03-17 | 8 | -88/+146 |
| | |||||
* | Add remember me. | crupest | 2019-03-16 | 4 | -38/+61 |
| | |||||
* | Only open user dialog when it is not opened! | crupest | 2019-03-14 | 1 | -1/+3 |
| | |||||
* | Add auth guard unit test. | crupest | 2019-03-14 | 1 | -9/+55 |
| | |||||
* | Add wildcard route redirection in user. | crupest | 2019-03-13 | 2 | -2/+19 |
| | |||||
* | Add unit test. | crupest | 2019-03-13 | 3 | -17/+17 |
| | |||||
* | ... | crupest | 2019-03-13 | 3 | -7/+9 |
| | |||||
* | Use route to control user dialog. | crupest | 2019-03-13 | 9 | -113/+76 |
| | |||||
* | Add auth guard. | crupest | 2019-03-11 | 3 | -4/+82 |
| | |||||
* | Fix some compile bugs. | crupest | 2019-03-11 | 3 | -22/+13 |
| | |||||
* | Use strict check of typescript compiler. | crupest | 2019-03-11 | 9 | -20/+45 |
| | |||||
* | Extract out http entities. | crupest | 2019-03-11 | 6 | -25/+33 |
| | |||||
* | Write unit tests. | crupest | 2019-03-11 | 11 | -68/+165 |
| | |||||
* | Half work! | crupest | 2019-03-09 | 5 | -77/+106 |
| | |||||
* | Seperate internal and public user service. | crupest | 2019-03-09 | 11 | -157/+206 |
| | |||||
* | User named route in dialog. | crupest | 2019-03-09 | 9 | -59/+81 |
| | |||||
* | Reorganize with modules. | crupest | 2019-03-07 | 14 | -65/+113 |
| | |||||
* | Fix a lint error. | crupest | 2019-03-06 | 1 | -1/+1 |
| | |||||
* | Write all unit tests. | crupest | 2019-03-06 | 5 | -16/+256 |
| | |||||
* | Reorganize file structure. | crupest | 2019-03-06 | 29 | -37/+45 |
| | |||||
* | Extract out user-login-success component. | crupest | 2019-03-06 | 7 | -5/+65 |
| | |||||
* | ... | crupest | 2019-03-06 | 4 | -15/+8 |
| | |||||
* | Move login message into user login component. | crupest | 2019-03-06 | 6 | -10/+31 |
| | |||||
* | ... | crupest | 2019-03-04 | 6 | -9/+47 |
| | |||||
* | Merge branch 'master' into user | crupest | 2019-03-04 | 10 | -204/+95 |
|\ | |||||
| * | Migrate todo page from Azure DevOps WorkItems to Github Issues. | crupest | 2019-03-04 | 10 | -204/+95 |
| | | |||||
* | | Develop some basic parts of auth. | crupest | 2019-03-04 | 14 | -12/+406 |
| | | |||||
* | | Create user dialog. | crupest | 2019-02-26 | 5 | -1/+46 |
|/ |