summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Apply suggestions from code review Lukas Reschke2021-09-131-7/+5
* Implement PR review feedbackLukas Reschke2021-09-072-6/+1
* phpcsLukas Reschke2021-09-061-1/+0
* Adjust logic to store period instead of current timestampLukas Reschke2021-09-065-45/+31
* Add database ratelimiting backendLukas Reschke2021-09-062-4/+150
* Provide initial stateChristopher Ng2021-08-271-7/+7
* Unregister enc stream wrapper for any exceptionVincent Petry2021-08-261-1/+1
* Merge pull request #28473 from nextcloud/fix-file-get-contentsChristoph Wurst2021-08-251-1/+1
|\
| * Avoid usage of Nextcloud API, use PHP functionacsfer2021-08-181-1/+1
| * Fix path of `file_get_contents`acsfer2021-08-171-1/+1
* | Merge pull request #28476 from nextcloud/search-jail-insensitiveVincent Petry2021-08-242-3/+5
|\ \
| * | use case insensitive like when limiting search to jailRobin Appelman2021-08-172-3/+5
* | | use getGetUnjailedRoot to determine if jailed search needs the path filterRobin Appelman2021-08-231-1/+1
* | | Refactor writeObject to only use MultipartUpload when requiredBernd Rederlechner2021-08-202-20/+61
* | | Merge pull request #28478 from jzombi/patch-1Joas Schilling2021-08-201-1/+1
|\ \ \
| * | | Fix SQL type errorMátyás Jani2021-08-171-1/+1
| | |/ | |/|
* | | Merge pull request #28504 from nextcloud/fix/debug-movie-previewChristoph Wurst2021-08-192-2/+8
|\ \ \
| * | | Properly log errors in Movie previews generationJohn Molakvoæ (skjnldsv)2021-08-192-2/+8
* | | | Remove unused methodDaniel Kesselberg2021-08-181-10/+0
* | | | Merge pull request #28493 from nextcloud/bugfix/occ-error-outputJohn Molakvoæ2021-08-181-3/+5
|\ \ \ \
| * | | | Write upgrade/not-installed notices to stderrJulius Härtl2021-08-181-3/+5
* | | | | Merge pull request #28485 from nextcloud/bugfix/20913/check-image-resourceJulius Härtl2021-08-181-6/+14
|\ \ \ \ \
| * | | | | Fix #20913: Check image resource before attempting to preserve alphaSimon Spannagel2021-08-181-6/+14
| | |_|/ / | |/| | |
* | | | | Merge pull request #28481 from nextcloud/fix/hash-keyJulius Härtl2021-08-181-2/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | 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