aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Merge pull request #16 from crupest/ci杨宇千2019-03-143-15/+96
|\
| * Fix a bug!crupest2019-03-141-1/+1
| * Change assembly name of ci project file.crupest2019-03-143-1/+2
| * Use explicit dotnet restore.crupest2019-03-141-2/+7
| * Remove prod in yarn test.crupest2019-03-141-1/+1
| * Optimize. Get rid of repeated yarn install.crupest2019-03-143-63/+111
| * Add feed.crupest2019-03-141-0/+3
| * Add cache for node modules.crupest2019-03-141-0/+16
| * Use multiple jobs in ci.crupest2019-03-141-41/+49
|/
* Merge pull request #13 from crupest/auth-guard杨宇千2019-03-1417-118/+230
|\
| * 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
|/
* Merge pull request #12 from crupest/strict杨宇千2019-03-1111-23/+40
|\
| * Fix some compile bugs.crupest2019-03-113-22/+13
| * Use strict check of typescript compiler.crupest2019-03-1111-22/+48
|/
* Merge pull request #11 from crupest/7-user-route杨宇千2019-03-1128-374/+583
|\
| * Configure build config.crupest2019-03-112-2/+6
| * 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
|/
* Merge pull request #9 from crupest/8-module杨宇千2019-03-0714-65/+113
|\
| * Reorganize with modules.crupest2019-03-0714-65/+113
|/
* Merge pull request #3 from crupest/user杨宇千2019-03-0635-54/+850
|\
| * 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-0422-293/+109
| |\ | |/ |/|
* | Merge pull request #2 from crupest/migrate-todo杨宇千2019-03-0421-293/+100
|\ \
| * | Migrate todo page from Azure DevOps WorkItems to Github Issues.crupest2019-03-0421-293/+100
* | | Readme.crupest2019-03-041-0/+9
|/ /
| * Update pipeline file.crupest2019-03-041-3/+1