aboutsummaryrefslogtreecommitdiff
path: root/Timeline
Commit message (Collapse)AuthorAgeFilesLines
* WIP: change UserService.杨宇千2019-07-216-54/+172
|
* WIP: Change the JwtService.杨宇千2019-07-203-23/+49
|
* Write a custom authenticate handler.杨宇千2019-07-202-22/+107
|
* Add version column in user database.杨宇千2019-07-205-2/+79
|
* Change roles in UserInfo into isadmin.crupest2019-05-166-109/+116
|
* You can use "token" query param to auth now.crupest2019-05-061-1/+14
|
* Throw exception in cos service.crupest2019-04-302-1/+10
|
* Add avatar upload function.crupest2019-04-304-4/+154
|
* Test user existence in get avatar.crupest2019-04-261-1/+4
|
* Rename the cos service file. Fix a bug in test.crupest2019-04-251-0/+0
|
* Implement generate object get url in cos.crupest2019-04-252-10/+54
|
* Remove unused razor page.crupest2019-04-243-52/+0
|
* Add ObjectExists implementation in cos. Remove Test host environment.crupest2019-04-244-46/+81
|
* Remove qcloud cs sdk. I will write one by myself.crupest2019-04-235-76/+116
| | | | Develop signature algorithm.
* Fix a bug.crupest2019-04-221-6/+6
|
* Fix a bug in cos service. Add avatar api.crupest2019-04-223-1/+27
|
* Add Tencent COS.crupest2019-04-224-0/+111
|
* Add change password api.crupest2019-04-223-0/+76
|
* Move http models in to a new namespace. Revert last commit.crupest2019-04-228-82/+75
|
* Allow ordinary user to patch his password.crupest2019-04-217-77/+103
|
* Remove unnecessary columns in database query.crupest2019-04-213-32/+41
|
* Reorgnize api. Add basic unit test.crupest2019-04-216-141/+194
|
* Add user management REST api.crupest2019-04-185-41/+259
|
* Rename ValidateToken to VerifyToken.crupest2019-04-152-5/+5
|
* ...crupest2019-04-131-13/+13
|
* ...crupest2019-04-132-25/+26
|
* add a usingcrupest2019-04-131-0/+1
|
* Merge branch '6-user' into separatecrupest2019-04-1319-108/+764
|\
| * Add database connection.crupest2019-04-1220-111/+770
| |
* | Init separate.crupest2019-04-13109-2939/+43
|/
* Change create token api.crupest2019-04-118-76/+80
|
* 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
|
* Change assembly name of ci project file.crupest2019-03-141-0/+1
| | | | Rename test project file.
* Optimize. Get rid of repeated yarn install.crupest2019-03-141-0/+34
|
* 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
|