aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Remove check for very old PGsql Git'Fellow2023-08-131-39/+0
* | Merge pull request #38082 from nextcloud/allow-wasm-unsafe-eval-in-cspJoas Schilling2023-08-111-0/+8
|\ \
| * | Allow "wasm-unsafe-eval" in CSPDaniel Calviño Sánchez2023-08-101-0/+8
* | | Merge pull request #39723 from nextcloud/removed-apc-extension-version-checkDaniel2023-08-101-4/+1
|\ \ \
| * | | chore: remove version check for apc extensionDaniel Kesselberg2023-08-101-4/+1
* | | | docs: remove superfluous phpdocsDaniel Kesselberg2023-08-101-9/+1
|/ / /
* / / log imaginary errors as info to not spam the server logsSimon L2023-08-091-2/+2
|/ /
* | feat: Add delete task APIJulius Härtl2023-08-071-0/+12
* | change sql where order to match index orderJulien Veyssier2023-08-071-2/+2
* | allow anon text processing schedulingJulien Veyssier2023-08-073-6/+56
* | start implementing ocs endpoint to get task list from user+appId+identifierJulien Veyssier2023-08-072-1/+37
* | Merge pull request #39698 from joshtrichards/invalid-source-storage-path-catchJohn Molakvoæ2023-08-051-1/+1
|\ \
| * | fix: simplify `sourceData` checkJohn Molakvoæ2023-08-051-1/+1
| * | Catch more invalid cache source storage pathsJosh Richards2023-08-031-1/+1
* | | Merge pull request #39605 from nextcloud/bugfix/noid/final-events-cleanupJoas Schilling2023-08-0410-471/+80
|\ \ \ | |/ / |/| |
| * | fix!: Move getEventDispatcher usage to IEventDispatcherJoas Schilling2023-07-283-5/+9
| * | chore!: Remove legacy SymfonyAdapterJoas Schilling2023-07-283-348/+0
| * | fix: Migrate collaboration listener and remove legacy adapterJoas Schilling2023-07-281-34/+16
| * | fix: Remove legacy dispatcher from share managerJoas Schilling2023-07-282-7/+0
| * | feat!: Migrate Share accepted event to typed eventJoas Schilling2023-07-282-3/+4
| * | feat!: Migrate unShare events to typed eventsJoas Schilling2023-07-282-44/+27
| * | feat!: Migrate Sharing events to typed eventsJoas Schilling2023-07-282-23/+17
| * | feat!: Migrate AccountManager event to typed eventJoas Schilling2023-07-281-7/+7