summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* enable the user to set a primary (notification) email address (backend)Arthur Schiwon2021-09-105-13/+132
* Confirm mails only per POSTArthur Schiwon2021-09-102-0/+11
* add a job to clean up expired verification tokensArthur Schiwon2021-09-105-5/+111
* fix parameter type hint in phpdocArthur Schiwon2021-09-102-2/+2
* implement verification for additional mailsArthur Schiwon2021-09-106-11/+183
* move verification token logic out of lost password controllerArthur Schiwon2021-09-105-0/+246
* [tx-robot] updated from transifexNextcloud bot2021-09-102-0/+6
* [tx-robot] updated from transifexNextcloud bot2021-09-062-0/+16
* [tx-robot] updated from transifexNextcloud bot2021-09-022-0/+2
* [tx-robot] updated from transifexNextcloud bot2021-08-318-4/+8
* Unregister enc stream wrapper for any exceptionVincent Petry2021-08-261-1/+1
* Merge pull request #28583 from nextcloud/backport/28566/stable22Lukas Reschke2021-08-251-1/+1
|\
| * use getGetUnjailedRoot to determine if jailed search needs the path filterRobin Appelman2021-08-241-1/+1
* | use case insensitive like when limiting search to jailRobin Appelman2021-08-243-3/+6
|/
* Merge pull request #28256 from nextcloud/enh/21045/stable22-quota-restrictionsPytal2021-08-231-0/+12
|\
| * refs #21045 add app config to disable unlimited quota and to set max quotaChristopher Ng2021-08-201-0/+12
* | [tx-robot] updated from transifexNextcloud bot2021-08-222-2/+2
* | Properly log errors in Movie previews generationJohn Molakvoæ (skjnldsv)2021-08-192-2/+8
* | Merge pull request #28499 from nextcloud/backport/28485/stable22John Molakvoæ2021-08-191-6/+14
|\ \
| * | Fix #20913: Check image resource before attempting to preserve alphaSimon Spannagel2021-08-181-6/+14
* | | Merge pull request #28454 from nextcloud/backport/28303/stable22John Molakvoæ2021-08-192-0/+13
|\ \ \ | |_|/ |/| |
| * | Use IURLGenerator function to get value of `\OC::$WEBROOT` globalJonas Meurer2021-08-162-0/+13
* | | Merge pull request #28494 from nextcloud/backport/28481/stable22Pytal2021-08-181-2/+3
|\ \ \ | |_|/ |/| |
| * | Hash cache keyChristopher Ng2021-08-181-2/+3
* | | Emit an error log when the app token login name does not matchChristoph Wurst2021-08-181-1/+6
|/ /
* / Only trap E_ERROR in session handlingJulius Härtl2021-08-171-1/+3
|/
* [tx-robot] updated from transifexNextcloud bot2021-08-152-2/+2
* Merge pull request #28359 from nextcloud/backport/28220/stable22Julius Härtl2021-08-111-15/+29
|\
| * fix Folder->getById() when a single storage is mounted multiple timesRobin Appelman2021-08-091-15/+29
* | [tx-robot] updated from transifexNextcloud bot2021-08-104-0/+20
|/
* [tx-robot] updated from transifexNextcloud bot2021-08-082-28/+48
* [tx-robot] updated from transifexNextcloud bot2021-08-062-4/+4
* [tx-robot] updated from transifexNextcloud bot2021-08-028-6/+492
* dont apply jail search filter is on the rootRobin Appelman2021-07-291-11/+15
* Admin Audit - Sharing: createShare - report the full pathszaimen2021-07-261-0/+1
* Allow empty Redis configVincent Petry2021-07-231-4/+4
* Properly support RedisClusterJohn Molakvoæ (skjnldsv)2021-07-221-16/+22
* Support redis user password auth and tls encryptionJohn Molakvoæ (skjnldsv)2021-07-221-22/+84
* Sanitize more functions from the encryption appLukas Reschke2021-07-211-1/+57
* Disable HEIC image preview provider for performance concernstobiasKaminsky2021-07-211-2/+1
* Mask password for Redis and RedisCluster on connection failureDaniel Kesselberg2021-07-191-0/+6
* [tx-robot] updated from transifexNextcloud bot2021-07-15132-288/+100
* Directly return cloud id from userJulius Härtl2021-07-141-1/+1
* Merge pull request #27964 from nextcloud/backport/27761/stable22Joas Schilling2021-07-141-1/+1
|\
| * Also hide group from direct matchesJoas Schilling2021-07-141-1/+1
* | Correctly skip suppressed errors in PHP 8.0Chih-Hsuan Yen2021-07-141-1/+1
|/
* Check for !== false instead Lukas Reschke2021-07-121-1/+1
* Check if dns_get_record returns non-falseLukas Reschke2021-07-121-1/+1
* Merge pull request #27825 from nextcloud/backport/27801/stable22MichaIng2021-07-091-13/+28
|\
| * Ignore subdomain for soa queriesDaniel Kesselberg2021-07-061-13/+28