summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | Do not set full path if not currentAccessRoeland Jago Douma2017-04-131-6/+11
| * | Add samples to the docsJoas Schilling2017-04-131-0/+38
| * | Catch exceptions and use as many results as possibleJoas Schilling2017-04-131-24/+59
| * | Adjust docs and make !$currentAccess simplerJoas Schilling2017-04-135-28/+58
| * | Fix default share providerJoas Schilling2017-04-131-6/+7
| * | Fix tests for ShareHelperJoas Schilling2017-04-131-0/+15
| * | Fix returned paths for remote sharesJoas Schilling2017-04-134-23/+12
| * | Return the token as wellJoas Schilling2017-04-131-1/+1
| * | Also return the tokenJoas Schilling2017-04-131-5/+11
| * | Return the paths for the users without setting them all upJoas Schilling2017-04-137-50/+161
| * | Fix commentsRoeland Jago Douma2017-04-135-3/+61
| * | Add mail element to access listRoeland Jago Douma2017-04-132-4/+12
| * | Offload acceslist creation to providersRoeland Jago Douma2017-04-135-41/+111
| * | Added ShareHelperRoeland Jago Douma2017-04-131-0/+64
| * | Port Encryption/file to new getAccessListRoeland Jago Douma2017-04-132-7/+32
| * | Added to public interfaceRoeland Jago Douma2017-04-132-4/+41
| * | Add owner to access listRoeland Jago Douma2017-04-131-1/+1
| * | Add getAccessList to ShareManagerRoeland Jago Douma2017-04-131-5/+62
* | | [tx-robot] updated from transifexNextcloud bot2017-04-152-14/+14
* | | Merge pull request #4330 from nextcloud/activities-for-password-mail-changeRoeland Jago Douma2017-04-146-5/+24
|\ \ \
| * | | Fix autoloaderMorris Jobke2017-04-132-0/+6
| * | | Allow to read the old email on the hook as wellJoas Schilling2017-04-132-5/+6
| * | | Add activities when email or password is changedJoas Schilling2017-04-132-0/+12
| |/ /
* | | Merge pull request #4346 from nextcloud/properly-do-bruteforce-protection-via...Roeland Jago Douma2017-04-146-17/+119
|\ \ \
| * | | Make BruteForceProtection annotation more cleverLukas Reschke2017-04-136-17/+119
* | | | [tx-robot] updated from transifexNextcloud bot2017-04-1448-82/+82
|/ / /
* | | Merge pull request #4326 from nextcloud/downstream-27562Morris Jobke2017-04-132-5/+6
|\ \ \
| * | | Use constantsJoas Schilling2017-04-132-2/+2
| * | | Reorder the entries of the log for easier readingJuan Pablo Villafáñez2017-04-122-6/+7
* | | | Merge pull request #4308 from nextcloud/lost-password-emailLukas Reschke2017-04-132-3/+16
|\ \ \ \
| * | | | Update email template for lost password emailMorris Jobke2017-04-122-3/+16
* | | | | Merge pull request #2424 from nextcloud/fix-login-controller-test-consolidate...Morris Jobke2017-04-132-43/+55
|\ \ \ \ \
| * | | | | Improve PHPDocMorris Jobke2017-04-131-1/+1
| * | | | | use known LockdownManagerArthur Schiwon2017-04-061-1/+1
| * | | | | Save correct login nameArthur Schiwon2017-04-061-1/+8
| * | | | | Add method to $methodsWithSensitiveParametersMorris Jobke2017-04-061-0/+1
| * | | | | don't regenerate Session ID twice, also fixes testsArthur Schiwon2017-04-061-4/+7
| * | | | | regenerate session id on successful login, fixes integration testArthur Schiwon2017-04-061-0/+4
| * | | | | do login routine only once when done via LoginControllerArthur Schiwon2017-04-061-43/+40
* | | | | | Remove expired attemptsLukas Reschke2017-04-132-12/+32
* | | | | | Update static autoloadermapLukas Reschke2017-04-132-0/+12
* | | | | | Move to dedicated MiddleWareLukas Reschke2017-04-133-38/+160
* | | | | | Add isset() as it can be an empty resultLukas Reschke2017-04-131-1/+1
* | | | | | Register in ServerContainerLukas Reschke2017-04-132-18/+15
* | | | | | Add support for ratelimiting via annotationsLukas Reschke2017-04-139-108/+483
| |_|_|/ / |/| | | |
* | | | | Merge pull request #3966 from nextcloud/downstream-26570Lukas Reschke2017-04-131-2/+12
|\ \ \ \ \
| * | | | | Check for boolean false and add testsMorris Jobke2017-04-041-1/+1
| * | | | | OC_ -> NC_Morris Jobke2017-04-041-2/+2
| * | | | | Override config.php values through ENV variables (#26570)Philipp Schaffrath2017-04-041-2/+12
* | | | | | Merge pull request #3043 from nextcloud/issue-3038-no-logentry-on-email-loginMorris Jobke2017-04-131-2/+19
|\ \ \ \ \ \