aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Test user existence in get avatar.crupest2019-04-261-1/+4
* Rename the cos service file. Fix a bug in test.crupest2019-04-252-3/+4
* Implement generate object get url in cos.crupest2019-04-253-16/+93
* Add development environment on archlinux.crupest2019-04-243-0/+78
* Remove unused razor page.crupest2019-04-243-52/+0
* Add ObjectExists implementation in cos. Remove Test host environment.crupest2019-04-246-49/+112
* Explicit add nuget package source. Try to solve the ci restore problem.crupest2019-04-231-0/+2
* Remove qcloud cs sdk. I will write one by myself.crupest2019-04-236-76/+157
* 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-2210-84/+77
* Allow ordinary user to patch his password.crupest2019-04-217-77/+103
* Fix a bug in test code.crupest2019-04-211-1/+1
* Remove unnecessary columns in database query.crupest2019-04-213-32/+41
* Reorgnize api. Add basic unit test.crupest2019-04-2114-177/+293
* Add user management REST api.crupest2019-04-185-41/+259
* Merge pull request #21 from crupest/verifytoken杨宇千2019-04-154-18/+12
|\
| * Rename ValidateToken to VerifyToken.crupest2019-04-154-18/+12
|/
* Merge pull request #20 from crupest/separate杨宇千2019-04-13132-3121/+869
|\
| * ...crupest2019-04-131-13/+13
| * ...crupest2019-04-132-25/+26
| * add a usingcrupest2019-04-131-0/+1
| * Merge branch '6-user' into separatecrupest2019-04-1320-108/+814
| |\
| | * Add database connection.crupest2019-04-1221-111/+820
| |/ |/|
| * Init separate.crupest2019-04-13115-3013/+53
|/
* Merge pull request #19 from crupest/18-createtoken杨宇千2019-04-1111-114/+116
|\
| * Change create token api.crupest2019-04-1111-114/+116
|/
* Merge pull request #17 from crupest/15-user杨宇千2019-04-1126-169/+382
|\
| * 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
| * 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