summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Hash cache keyChristopher Ng2021-08-171-2/+3
| |/ / /
* | | | Merge pull request #28413 from nextcloud/fix/app-token-login-name-mismatch-lo...John Molakvoæ2021-08-181-1/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Emit an error log when the app token login name does not matchChristoph Wurst2021-08-131-1/+6
* | | | Merge pull request #28464 from nextcloud/bugfix/noid/session-error-handlingJohn Molakvoæ2021-08-171-1/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | Only trap E_ERROR in session handlingJulius Härtl2021-08-171-1/+3
| |/ /
* | | Use IURLGenerator function to get value of `\OC::$WEBROOT` globalJonas Meurer2021-08-161-0/+7
* | | Make sure that a empty directory can still be deleted when copied from anothe...Julius Härtl2021-08-131-0/+1
|/ /
* | Merge pull request #27923 from nextcloud/remove-flysystem-storage-classLukas Reschke2021-08-101-264/+0
|\ \
| * | Remove Flysystem storage classLukas Reschke2021-07-121-264/+0
* | | Merge pull request #28220 from nextcloud/get-by-id-multiple-mounts-single-sto...John Molakvoæ2021-08-091-15/+29
|\ \ \
| * | | fix Folder->getById() when a single storage is mounted multiple timesRobin Appelman2021-07-281-15/+29
* | | | Always list the class of an object firstJulius Härtl2021-08-051-3/+3
* | | | Set a maximum level of encoding nested arguments of exception tracesJulius Härtl2021-08-051-3/+18
* | | | Merge pull request #28009 from nextcloud/enh/21045/quota-restrictionsJulien Veyssier2021-07-301-0/+12
|\ \ \ \
| * | | | refs #21045 add app config to disable unlimited quota and to set max quotaJulien Veyssier2021-07-291-0/+12
| | |_|/ | |/| |
* / | | Remove some mentions of ownCloud from our api documentationCarl Schwan2021-07-293-5/+5
|/ / /
* | | Merge pull request #28175 from nextcloud/jail-search-rootJulius Härtl2021-07-291-11/+15
|\ \ \ | |/ / |/| |
| * | dont apply jail search filter is on the rootRobin Appelman2021-07-261-11/+15
* | | Merge pull request #27886 from ecsecta/keep_pw_based_authntoken_alive_on_pwle...Lukas Reschke2021-07-272-0/+10
|\ \ \
| * | | prevent the invalidation of pw based authn tokens on a pw less loginTobias Assmann2021-07-162-0/+10
| | |/ | |/|
* | | Merge pull request #28075 from nextcloud/enh/noid/admin_audit-report-full-pathJulius Härtl2021-07-261-0/+1
|\ \ \
| * | | Admin Audit - Sharing: createShare - report the full pathszaimen2021-07-221-0/+1
* | | | Allow empty Redis configVincent Petry2021-07-231-4/+4
|/ / /
* | | Merge pull request #27888 from nextcloud/fix/redis-authJohn Molakvoæ2021-07-221-24/+92
|\ \ \
| * | | Properly support RedisClusterJohn Molakvoæ (skjnldsv)2021-07-221-16/+22
| * | | Support redis user password auth and tls encryptionJohn Molakvoæ (skjnldsv)2021-07-201-22/+84
* | | | Merge pull request #28082 from nextcloud/improve-exception-serializerLukas Reschke2021-07-211-1/+57
|\ \ \ \
| * | | | Sanitize more functions from the encryption appLukas Reschke2021-07-211-1/+57
| |/ / /
* | | | Merge pull request #28077 from nextcloud/heicPerformanceJulius Härtl2021-07-211-2/+1
|\ \ \ \ | |/ / / |/| | |
| * | | 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
* | | | Merge pull request #27860 from J0WI/alphanumeric-rndJoas Schilling2021-07-164-4/+5
|\ \ \ \
| * | | | Introduce ISecureRandom::CHAR_ALPHANUMERICJ0WI2021-07-084-4/+5
| | |/ / | |/| |
* | | | Merge pull request #26463 from Worteks/fix-s3proxyJulius Härtl2021-07-142-2/+15
|\ \ \ \
| * | | | fix(proxy): use accessorMaxime Besson2021-06-301-2/+2
| * | | | fix(proxy): reaching s3 storage behind some http proxyMaxime Besson2021-04-091-4/+4
| * | | | fix(proxy): reaching s3 storage behind some http proxySamuel2021-04-092-2/+15
* | | | | Merge pull request #27884 from nextcloud/enh/cloud-id-localblizzz2021-07-143-13/+36
|\ \ \ \ \
| * | | | | Allow to get a local cloud id without going through the contacts managerJulius Härtl2021-07-142-12/+35
| * | | | | Directly return cloud id from userJulius Härtl2021-07-141-1/+1
* | | | | | Merge pull request #27761 from nextcloud/bugfix/noid/also-hide-group-from-dir...Julius Härtl2021-07-141-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Also hide group from direct matchesJoas Schilling2021-07-021-1/+1
* | | | | | Merge pull request #27631 from yan12125/php8-fix-error-reportingJulius Härtl2021-07-131-1/+1
|\ \ \ \ \ \
| * | | | | | Correctly skip suppressed errors in PHP 8.0Chih-Hsuan Yen2021-07-131-1/+1
* | | | | | | Merge pull request #26481 from ghost/fdroidJulius Härtl2021-07-131-0/+14
|\ \ \ \ \ \ \
| * | | | | | | Add F-DroidHouraisanNEET2021-07-041-0/+14
* | | | | | | | Merge pull request #27852 from nextcloud/bugfix/noid/allow-casting-query-func...Julius Härtl2021-07-133-5/+5
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Allow casting query functions as wellJoas Schilling2021-07-073-5/+5
* | | | | | | | Check for !== false instead Lukas Reschke2021-07-121-1/+1
* | | | | | | | Check if dns_get_record returns non-falseLukas Reschke2021-07-121-1/+1
| |_|_|_|/ / / |/| | | | | |