summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #27848 from sanpii/fix-dns-pinning-max-recursionkesselb2021-07-071-1/+1
|\ \
| * | Fixes recursion count incrementationSanpi2021-07-071-1/+1
| |/
* / Fix in locking cache checkMichaIng2021-07-061-1/+1
|/
* Fix DnsPinMiddleware resolve pinning bugAaron Ball2021-07-051-5/+12
* Merge pull request #27752 from nextcloud/backport/27586/stable22John Molakvoæ2021-07-051-0/+1
|\
| * Reset checksum when writing files to object storeJulius Härtl2021-07-011-0/+1
* | dont include folder being search in in the resultsRobin Appelman2021-07-021-1/+7
|/
* Merge pull request #27719 from nextcloud/backport/27474/stable22John Molakvoæ2021-07-018-286/+351
|\
| * cleanupArthur Schiwon2021-06-301-7/+3
| * adjust internal data handling logic to fix store and loadArthur Schiwon2021-06-304-136/+157
| * adjust email verification checkerArthur Schiwon2021-06-301-16/+18
| * fix code styleArthur Schiwon2021-06-302-2/+2
| * adjust verification state updater methodArthur Schiwon2021-06-301-70/+33
| * make AccountManager actually write multi value propertiesArthur Schiwon2021-06-301-98/+145