summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix check for redis minimal versionDaniel Kesselberg2021-09-241-6/+6
* | Allow casting query functions as wellJoas Schilling2021-09-243-5/+5
|/
* Merge pull request #28683 from nextcloud/backport/26463/stable22blizzz2021-09-232-2/+15
|\
| * fix(proxy): use accessorMaxime Besson2021-09-011-2/+2
| * fix(proxy): reaching s3 storage behind some http proxyMaxime Besson2021-09-011-4/+4
| * fix(proxy): reaching s3 storage behind some http proxySamuel2021-09-012-2/+15
* | Support seeking also from the end of file on S3 storagePauli Järvinen2021-09-201-1/+10
* | Fall back to full file for video previewsVincent Petry2021-09-202-9/+29
* | Add email addresses to contacts menuDaniel Kesselberg2021-09-171-0/+1
* | Merge pull request #28531 from nextcloud/backport/28478/stable22John Molakvoæ2021-09-161-1/+1
|\ \
| * | Fix SQL type errorMátyás Jani2021-08-201-1/+1
* | | Add database ratelimiting backendLukas Reschke2021-09-135-28/+152
* | | Merge pull request #28780 from nextcloud/backport/28422/stable22John Molakvoæ2021-09-1011-26/+444
|\ \ \
| * | | use specific email getter where necessaryArthur Schiwon2021-09-101-2/+2
| * | | enable the user to set a primary (notification) email address (backend)Arthur Schiwon2021-09-103-12/+68
| * | | Confirm mails only per POSTArthur Schiwon2021-09-101-0/+4
| * | | add a job to clean up expired verification tokensArthur Schiwon2021-09-102-4/+108
| * | | fix parameter type hint in phpdocArthur Schiwon2021-09-101-1/+1
| * | | implement verification for additional mailsArthur Schiwon2021-09-104-11/+154
| * | | move verification token logic out of lost password controllerArthur Schiwon2021-09-101-0/+111
| | |/ | |/|
* / | make it possible to override the default collationArthur Schiwon2021-09-093-9/+13
|/ /
* | 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-242-3/+5
|/ /
* | 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
* | 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-191-0/+7
|\ \ \ | |_|/ |/| |
| * | Use IURLGenerator function to get value of `\OC::$WEBROOT` globalJonas Meurer2021-08-161-0/+7
* | | 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
|/
* fix Folder->getById() when a single storage is mounted multiple timesRobin Appelman2021-08-091-15/+29
* 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
* 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