aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* feat: move primary object store configuration to a single placeprimary-object-store-settingsRobin Appelman2025-05-284-146/+172
* Merge pull request #52996 from nextcloud/fix/emit_hooks_on_copyJonas2025-05-281-2/+2
|\
| * fix(node): emit hooks on `Node::copy()`Jonas2025-05-271-2/+2
* | Merge pull request #53130 from nextcloud/artonge/fix/skip_blurhash_if_preview...Benjamin Gaussorgues2025-05-271-0/+5
|\ \
| * | fix(blurhash): Skip generation the if previews are disabled.artonge/fix/skip_blurhash_if_previews_are_disabledLouis Chemineau2025-05-271-0/+5
| |/
* / fix(FileReferenceEventListener): Invalidate cache after node was renamedfix/file_reference_invalidate_renameJonas2025-05-271-0/+5
|/
* fix(log): map all warnings to warn log level, notice to infoChristoph Wurst2025-05-271-2/+2
* feat(IUser): add `getQuotaBytes` method to get machine readable quotafeat/user-get-quota-bytesFerdinand Thiessen2025-05-225-4/+20
* fix: Revert "fix(db): Store last insert id before reconnect"tests/noid/speed-up-comments-testJoas Schilling2025-05-214-43/+10
* Merge pull request #52972 from nextcloud/fix/setupmanager/home-root-providers...Kate2025-05-202-57/+68
|\
| * fix(SetupManager): Include home and root providers when registering mountsfix/setupmanager/home-root-providers-register-mountsprovokateurin2025-05-202-57/+68
* | Merge pull request #52859 from Murena-SAS/dev/external-storage-previewsStephan Orbaugh2025-05-201-4/+4
|\ \
| * | fix: Throw exception in PreviewManager when preview is not availableAkhil2025-05-201-4/+4
| |/
* / fix(throttler): Don't query bruteforce attempts twiceperf/noid/query-performanceJoas Schilling2025-05-201-12/+14
|/
* feat: only load template fields when requestedElizabeth Danzberger2025-05-191-2/+63
* Merge pull request #52879 from nextcloud/bug/noid/clear-dav-photo-cacheChristoph Wurst2025-05-192-15/+12
|\
| * refactor(dav): replace IAppData with IAppDataFactory for PhotoCachebug/noid/clear-dav-photo-cacheDaniel Kesselberg2025-05-152-15/+12
* | Merge pull request #50157 from nextcloud/feat/mountmanager/emit-eventsKate2025-05-191-7/+24
|\ \
| * | feat(UserMountCache): Emit events for added, removed and updated mountsfeat/mountmanager/emit-eventsprovokateurin2025-05-191-7/+24
* | | Merge pull request #52930 from nextcloud/chore/depreate-oc-helper-roKate2025-05-192-2/+4
|\ \ \ | |/ / |/| |
| * | chore: deprecate `OC_Helper::isReadOnlyConfigEnabled`chore/depreate-oc-helper-roFerdinand Thiessen2025-05-172-2/+4
* | | Merge pull request #52848 from nextcloud/fix/cleanup-servercontainerKate2025-05-192-634/+35
|\ \ \ | |/ / |/| |
| * | fix: Do not use circle provider class constantCôme Chilliet2025-05-161-2/+1
| * | fix: Count on the circles application to register its share providerCôme Chilliet2025-05-161-40/+1
| * | fix: Remove deprecated getters from Server that were previously removed from ...Côme Chilliet2025-05-161-461/+0
| * | fix: Cleanup share ProviderFactory to correctly use DI instead of deprecated ...Côme Chilliet2025-05-162-143/+45
* | | Merge pull request #52890 from nextcloud/chore/move-stream-copy-implementationFerdinand Thiessen2025-05-177-31/+17
|\ \ \
| * | | chore: move streamCopy implementation from `OC_Helper` to `OCP\Files`Ferdinand Thiessen2025-05-167-31/+17
* | | | chore!: remove legacy functions from `OC_Helper` deprecated before v10Ferdinand Thiessen2025-05-161-101/+4
* | | | chore: deprecate OC_Helper::copyrchore/deprecate-ochelper-copyrFerdinand Thiessen2025-05-162-5/+43
|/ / /
* / / chore: move implementation to non-deprecated OCP\Util from OC_Helperchore/move-impl-utilFerdinand Thiessen2025-05-161-48/+14
|/ /
* | Merge pull request #52871 from AndyXheli/patch-2Christoph Wurst2025-05-161-1/+1
|\ \
| * | fix(previews): lower log level when cached preview isn't foundAndyXheli2025-05-151-1/+1
| |/
* | Merge pull request #52873 from nextcloud/cache-rename-source-errorRobin Appelman2025-05-151-1/+1
|\ \
| * | fix: improve error message when cache rename source can't be foundcache-rename-source-errorRobin Appelman2025-05-151-1/+1
| |/
* | Merge pull request #52870 from nextcloud/chore/remove-get-storageKate2025-05-151-22/+0
|\ \
| * | chore!(\OCP\Files): remove deprecated static `getStorage` methodchore/remove-get-storageFerdinand Thiessen2025-05-151-22/+0
| |/
* | fix(RouteParser): bail out if method name contains hashtagrefactor/app/remove-register-routesFerdinand Thiessen2025-05-151-1/+1
* | chore(AppFramework): Remove unused RouteConfig class and migrate tests to Rou...provokateurin2025-05-152-280/+1
* | refactor(App): Remove registerRoutes methodprovokateurin2025-05-151-1/+1
|/
* Merge pull request #52822 from nextcloud/feat/mime-namesJohn Molakvoæ2025-05-152-2/+24
|\
| * feat(core): add human readable mimesJohn Molakvoæ (skjnldsv)2025-05-142-2/+24
* | fix: Fix warning when crash reporter fails to get loadedJoas Schilling2025-05-151-0/+1
* | Merge pull request #52667 from nextcloud/fix/improve-init-profilingCôme Chilliet2025-05-144-21/+27
|\ \
| * | fix: Fix psalm issue and update baselinefix/improve-init-profilingCôme Chilliet2025-05-141-1/+2
| * | feat: Improve init a bit, and add more profiling stepsCôme Chilliet2025-05-134-20/+25
* | | Merge pull request #52544 from nextcloud/chore/drop-deprecated-account-scopesJohn Molakvoæ2025-05-142-24/+4
|\ \ \
| * | | chore(IAccountManager): remove deprecated visibility constantschore/drop-deprecated-account-scopesFerdinand Thiessen2025-05-142-24/+4
* | | | Merge pull request #52812 from nextcloud/chore/oc-helper-rmdirrJohn Molakvoæ2025-05-145-36/+16
|\ \ \ \
| * | | | chore: move implementation from OC legacy to OCP\Fileschore/oc-helper-rmdirrFerdinand Thiessen2025-05-145-36/+16
| | |_|/ | |/| |