aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/app
Commit message (Collapse)AuthorAgeFilesLines
* Merge front end repocrupest2020-07-2674-0/+8241
|
* Move front end to a submodule.crupest2020-07-1364-6587/+0
|
* refactor(front): Fix #104 .crupest2020-06-173-9/+10
|
* fix(front): Truly fix the layout bug when last post is short.crupest2020-06-162-2/+9
|
* fix(front): Fix a unused code.crupest2020-06-161-1/+0
|
* fix(front): Fix layout issue when last post is short.crupest2020-06-161-1/+1
|
* fix(front): Card collapse button is reversed.crupest2020-06-161-2/+2
|
* feat(front): Use bootstrap icons.crupest2020-06-168-143/+48
|
* feat(front): 2 enhance on app upgrade.crupest2020-06-125-25/+72
| | | | | 1. Other pages show alert to refresh when a page confirm upgrade. 2. Upgrade success alert.
* feat(front): Fix #98 . Fix #99 .crupest2020-06-122-23/+56
|
* chore(front): Fix #96 . Fix #97 .crupest2020-06-112-13/+47
|
* build(front): Not use service worker in development mode.crupest2020-06-111-2/+0
|
* feat(front): Application upgrade ui.crupest2020-06-117-11/+119
|
* feat(front): Service worker is coming!crupest2020-06-1163-0/+6455
|
* Init separate.crupest2019-04-1360-1954/+0
|
* Change create token api.crupest2019-04-114-19/+32
|
* Run lint.crupest2019-04-111-2/+2
|
* Add remember me.crupest2019-04-116-33/+51
|
* Add unit test.crupest2019-03-266-19/+53
|
* Fix a bug. Set userInfo to null when nologin.crupest2019-03-181-0/+3
|
* Design login success UI.crupest2019-03-182-1/+16
|
* Add logout. Fix a bug.crupest2019-03-189-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.crupest2019-03-178-88/+146
|
* Add remember me.crupest2019-03-164-38/+61
|
* Only open user dialog when it is not opened!crupest2019-03-141-1/+3
|
* Add auth guard unit test.crupest2019-03-141-9/+55
|
* Add wildcard route redirection in user.crupest2019-03-132-2/+19
|
* Add unit test.crupest2019-03-133-17/+17
|
* ...crupest2019-03-133-7/+9
|
* Use route to control user dialog.crupest2019-03-139-113/+76
|
* Add auth guard.crupest2019-03-113-4/+82
|
* Fix some compile bugs.crupest2019-03-113-22/+13
|
* Use strict check of typescript compiler.crupest2019-03-119-20/+45
|
* Extract out http entities.crupest2019-03-116-25/+33
|
* Write unit tests.crupest2019-03-1111-68/+165
|
* Half work!crupest2019-03-095-77/+106
|
* Seperate internal and public user service.crupest2019-03-0911-157/+206
|
* User named route in dialog.crupest2019-03-099-59/+81
|
* Reorganize with modules.crupest2019-03-0714-65/+113
|
* Fix a lint error.crupest2019-03-061-1/+1
|
* Write all unit tests.crupest2019-03-065-16/+256
|
* Reorganize file structure.crupest2019-03-0629-37/+45
|
* Extract out user-login-success component.crupest2019-03-067-5/+65
|
* ...crupest2019-03-064-15/+8
|
* Move login message into user login component.crupest2019-03-066-10/+31
|
* ...crupest2019-03-046-9/+47
|
* Merge branch 'master' into usercrupest2019-03-0410-204/+95
|\
| * Migrate todo page from Azure DevOps WorkItems to Github Issues.crupest2019-03-0410-204/+95
| |
* | Develop some basic parts of auth.crupest2019-03-0414-12/+406
| |
* | Create user dialog.crupest2019-02-265-1/+46
|/