aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Refactor `OC\Server::getAvatarManagerAndrew Summers2023-09-011-1/+1
* feat(files): add uploaderJohn Molakvoæ2023-09-011-1/+1
* Merge pull request #36068 from nextcloud/gf-encryption-fixRobin Appelman2023-09-014-34/+59
|\
| * extend fix-key-location to handle cases from broken cross-storage movesRobin Appelman2023-08-314-34/+59
* | fix(s3): fix handling verify_bucket_exists parameterThomas Citharel2023-08-311-1/+1
|/
* sharebymail: remove ILogger and upgrade to PHP 8 syntaxBenjamin Gaussorgues2023-08-301-1/+1
* feat: add switch to disable dns pinningDaniel Kesselberg2023-08-291-2/+4
* Merge pull request #40026 from lhsazevedo/auth-token-commandsJoas Schilling2023-08-294-0/+24
|\
| * Merge branch 'master' into auth-token-commandsLucas Azevedo2023-08-282-8/+41
| |\
| * | Fix typoLucas Azevedo2023-08-251-1/+1
| * | Fixes from static analysisLucas Azevedo2023-08-251-3/+3
| * | Add last-used-before optionLucas Azevedo2023-08-254-0/+24
* | | Merge pull request #40079 from nextcloud/techdebt/noid/user-IThrottler-interf...Joas Schilling2023-08-286-22/+17
|\ \ \
| * | | techdebt(DI): Use public IThrottler interface which exists since Nextcloud 25Joas Schilling2023-08-286-22/+17
* | | | Merge pull request #40077 from nextcloud/bugfix/noid/purge-displayname-cache-...Joas Schilling2023-08-282-0/+12
|\ \ \ \ | |_|_|/ |/| | |
| * | | fix(cache): Remove displayname cache entry on deleteJoas Schilling2023-08-282-0/+12
| | |/ | |/|
* | | Merge pull request #39083 from nextcloud/fix/check-vobject-existenceAndy Scherzinger2023-08-281-3/+22
|\ \ \ | |_|/ |/| |
| * | fix(CalDAV): Check if the vObject exists before attempting any operationsAnna Larch2023-08-281-3/+22
| |/
* | Use nullsafe call syntax instead of additionnal checkCôme Chilliet2023-08-281-1/+1
* | Set files_sharing:hide_disabled_user_shares to 'yes' to hide shares from disa...Côme Chilliet2023-08-281-5/+19
|/
* Merge pull request #39958 from nextcloud/dav-permissions-perfJohn Molakvoæ2023-08-221-17/+5
|\
| * improve performance of calculating dav permissionsRobin Appelman2023-08-181-17/+5
* | fix(middleware): Fix header injection for bruteforce middlewareJoas Schilling2023-08-221-5/+1
* | fix: Make bypass function public APIJoas Schilling2023-08-212-7/+8
* | feat: Expose if the own IP is allowed to bypass bruteforce protectionJoas Schilling2023-08-212-22/+12
* | feat: Add a header which signals that the request was throttledJoas Schilling2023-08-211-4/+14
* | feat(security): Add a "testing mode" for bruteforce protection that doesn't s...Joas Schilling2023-08-211-2/+6
* | feat(security): Add a bruteforce protection backend base on memcacheJoas Schilling2023-08-215-126/+442
* | Merge pull request #39888 from nextcloud/less-container-queriesJoas Schilling2023-08-184-14/+29
|\ \
| * | only determine quota_include_external_storage once for quota wrapperRobin Appelman2023-08-182-4/+6
| * | better caching in storage stats calculationsRobin Appelman2023-08-181-7/+12
| * | reuse dependencies from wrapped cacheRobin Appelman2023-08-181-3/+11
| |/
* | Merge pull request #39867 from nextcloud/login-lessJoas Schilling2023-08-182-42/+8
|\ \ | |/ |/|
| * add separate event for rendering login page templateRobin Appelman2023-08-172-3/+8
| * move core script loading from static template to event listenerRobin Appelman2023-08-171-39/+0
* | Merge pull request #39770 from nextcloud/fix/always-use-displayname-from-corr...max-nextcloud2023-08-171-0/+5
|\ \
| * | fix: always use display name from correct backendMax2023-08-151-0/+5
* | | Merge pull request #39910 from nextcloud/bugfix/noid/fix-memcache-class-handlingJoas Schilling2023-08-171-7/+9
|\ \ \
| * | | fix(memcache): Fix comparison of Memcache configs to classesJoas Schilling2023-08-161-7/+9
| |/ /
* | | feat: redirect to the mime icon if no preview availableJohn Molakvoæ2023-08-172-0/+101
* | | Merge pull request #39481 from nextcloud/fix/transfer-ownersipJulius Härtl2023-08-171-16/+24
|\ \ \
| * | | fix: don't emit Hooks when hookpaths are emptyAnna Larch2023-08-171-16/+24
| | |/ | |/|
* | | Merge pull request #39906 from nextcloud/fix/prevent-warnings-if-attr-unsetFerdinand Thiessen2023-08-172-4/+4
|\ \ \ | |/ / |/| |
| * | fix: Prevent PHP warnings when optional CacheEntry attributes are unsetFerdinand Thiessen2023-08-162-4/+4
| |/
* / Rewrite OCS CSRF check to be readablejld31032023-08-161-7/+15
|/
* select the fileid first when looking for incomplete filesRobin Appelman2023-08-141-5/+9
* Merge pull request #39644 from nextcloud/fix/noid/copy-delete-fallback-for-filesDaniel2023-08-141-1/+1
|\
| * fix: copy-and-delete fallback should use unlinkDaniel Kesselberg2023-07-311-1/+1
* | Code simplification using null coalescingGit'Fellow2023-08-131-24/+4
* | Fix lintGit'Fellow2023-08-131-1/+0