aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp
Commit message (Collapse)AuthorAgeFilesLines
* refactor(front): Make codes lint-clean!crupest2020-06-0428-188/+420
|
* fix: Fix #88 .crupest2020-06-034-17/+5
|
* Fix #87 .crupest2020-06-032-0/+9
|
* Remove blog link and cross-env in about page.crupest2020-06-021-11/+0
|
* Fix a mis-deleted dependency.crupest2020-06-021-0/+1
|
* Upgrade packages.crupest2020-06-0210-545/+37364
|
* Migrate to not use Zero-Installs.crupest2020-06-012-22319/+1
|
* Migrate to yarn v2 .crupest2020-06-0110-8845/+32835
|
* Just get everything works!crupest2020-05-303-28/+1
|
* Merge front end to this repo. But I need to wait for aspnet core support for ↵crupest2020-05-3090-0/+15548
| | | | custom port and package manager for dev server.
* Init separate.crupest2019-04-1389-10304/+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.
* Fix a wrong wildcard in ts config file.crupest2019-03-172-2/+2
|
* Add unit test.crupest2019-03-1710-88/+148
|
* Add remember me.crupest2019-03-166-39/+66
|
* 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-134-7/+13
|
* 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-1111-22/+48
|
* Configure build config.crupest2019-03-112-2/+6
| | | | Specify mock and test files.
* 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
|
* Upgrade packages.crupest2019-03-091-248/+224
|
* 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-0416-32/+420
| |
* | Create user dialog.crupest2019-02-265-1/+46
|/
* Add entrance animation of todo item.crupest2019-02-255-29/+57
|