aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #54007 from ↵Maxence Lange2025-07-211-4/+1
|\ | | | | | | | | nextcloud/fix/noid/no-lazy-loading-on-isBypassListed fix(bruteforce): limit appconfig lazy loading
| * fix(bruteforce): limit appconfig lazy loadingfix/noid/no-lazy-loading-on-isBypassListedMaxence Lange2025-07-201-4/+1
| | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | Merge pull request #53986 from ↵Joas Schilling2025-07-211-0/+7
|\ \ | |/ |/| | | | | nextcloud/bugfix/53985/trigger-update-for-autodisabled-local-apps fix(update): Correctly trigger update for auto-disabled local apps
| * fix(update): Correctly trigger update for auto-disabled local appsbugfix/53985/trigger-update-for-autodisabled-local-appsJoas Schilling2025-07-171-0/+7
| | | | | | | | | | | | | | When updating a local app we still need to run updateApp so that repair steps and migrations are correctly executed Signed-off-by: Joas Schilling <coding@schilljs.com>
* | feat(appconfig): add searchKeys()enh/noid/appconfig-get-fast-keysMaxence Lange2025-07-181-1/+28
| | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | fix(Coordinator): ensure the core app is loaded firstFerdinand Thiessen2025-07-171-1/+7
|/ | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #53449 from nextcloud/feat/noid/preset-configMaxence Lange2025-07-163-12/+72
|\ | | | | feat(lexicon): configurable presets
| * feat(lexicon): preset()feat/noid/preset-configMaxence Lange2025-07-153-12/+72
| | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | fix: add strict typing to ContextChat classesEdward Ly2025-07-151-0/+2
| | | | | | | | Signed-off-by: Edward Ly <contact@edward.ly>
* | feat(ContextChat): add isContextChatAvailable method to OCP APIEdward Ly2025-07-151-0/+4
| | | | | | | | Signed-off-by: Edward Ly <contact@edward.ly>
* | feat: add Context Chat OCP APIEdward Ly2025-07-152-0/+52
|/ | | | Signed-off-by: Edward Ly <contact@edward.ly>
* fix(FileAccess): Use one param for rewriting home dirs and excluding ↵feat/getByAncestorInStorageMarcel Klehr2025-07-151-3/+14
| | | | | | non-user files mounts Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix(FileAccess*): Change the way home dir root is found, remove the ↵Julien Veyssier2025-07-151-6/+2
| | | | | | excludeTrashbinMounts param of getDistinctMounts Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* fix(FileAccess*): Adress review commentsJulien Veyssier2025-07-151-8/+7
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* fix(FileAccess): exclude trashbin nodes on the oc_filecache query, there is ↵Julien Veyssier2025-07-151-8/+8
| | | | | | no trashbin mount Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* fix(FileAccess*): Adress review commentsJulien Veyssier2025-07-151-31/+8
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* fix(FileAccessTest): Adress review commentsMarcel Klehr2025-07-151-15/+19
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix(FileAccessTest): Do not use LIMIT in subqueryMarcel Klehr2025-07-151-1/+0
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix(FileAccess#getDistinctMounts): Order results deterministicallyMarcel Klehr2025-07-151-1/+2
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix(FileAccess#getByAncestorInStorage): Use a subquery to fix testsMarcel Klehr2025-07-151-4/+12
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix(FileAccess): Add testsMarcel Klehr2025-07-151-9/+9
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix(FileAccess): Run cs:fixMarcel Klehr2025-07-151-3/+3
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix(FileAccess): Address review commentsMarcel Klehr2025-07-151-7/+9
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix: Fix psalm issuesMarcel Klehr2025-07-151-2/+2
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* feat(IFileAccess#getMounts): Add new method to retrieve all distinct mountsMarcel Klehr2025-07-151-1/+62
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* feat(IFileAccess#getByAncestorInStorage): Add new method to retrieve all ↵Marcel Klehr2025-07-151-0/+67
| | | | | | files in a mount Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Revert "perf(base): Stop setting up the FS for every basic auth request"John Molakvoæ2025-07-113-7/+300
|
* Merge pull request #53141 from nextcloud/perf/files/setup-fs-basic-auth-requestJohn Molakvoæ2025-07-113-300/+7
|\
| * chore: Remove unused \OC\Cache\CappedMemoryCacheprovokateurin2025-07-081-109/+0
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * chore: Remove unused \OC\Cache\Fileprovokateurin2025-07-081-190/+0
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * refactor(Server): Deprecate \OCP\ICache service and replace it with a ↵provokateurin2025-07-081-1/+7
| | | | | | | | | | | | distributed cache Signed-off-by: provokateurin <kate@provokateurin.de>
* | Merge pull request #53887 from nextcloud/fix/lower-email-caseJohn Molakvoæ2025-07-111-2/+6
|\ \
| * | fix: force lowercase emailsfix/lower-email-caseskjnldsv2025-07-101-2/+6
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | Merge pull request #53896 from nextcloud/feat/talk-9679/threadsJoas Schilling2025-07-101-1/+13
|\ \ \ | | | | | | | | feat(comments): Allow to filter by topmost parent id
| * | | feat(comments): Allow to filter by topmost parent idfeat/talk-9679/threadsJoas Schilling2025-07-101-1/+13
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #53501 from nextcloud/fix-theming-for-disabled-accountsDaniel Calviño Sánchez2025-07-103-3/+13
|\ \ \ \ | | | | | | | | | | fix: Fix theming for disabled accounts
| * | | | fix: Throw specific LoginException when the user is disabledDaniel Calviño Sánchez2025-07-103-3/+13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | | Merge pull request #53893 from nextcloud/fix/cleanup-loadapp-callsKate2025-07-102-2/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix: Replace OC_App::loadApp calls by IAppManagerCôme Chilliet2025-07-102-2/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | Merge pull request #53892 from nextcloud/fix/cleanup-getinstallpathCôme Chilliet2025-07-103-31/+36
|\ \ \ \ \ | |_|/ / / |/| | | | fix: Move getInstallPath to Installer class
| * | | | chore: Check if apps directory is really writable in Installerfix/cleanup-getinstallpathCôme Chilliet2025-07-102-14/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...rather than checkServer. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | fix: Move getInstallPath to Installer classCôme Chilliet2025-07-103-21/+30
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | This method does not need a public API for now, it’s only used internally. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | / / fix(systemtags): case-insensitive search & prevent duplicatesskjnldsv2025-07-091-2/+19
| |/ / |/| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | chore(Http\Client): fix linting issueschore/update-guzzle7Ferdinand Thiessen2025-07-091-12/+4
|/ / | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #53537 from nextcloud/fix/cleanup-dependencyanalyserKate2025-07-094-179/+117
|\ \
| * | chore: Move info parsing related method from OC_App to InfoParserCôme Chilliet2025-07-083-78/+77
| | | | | | | | | | | | | | | | | | Also fix the tests Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | chore: Cleanup DependencyAnalyzer and InfoParserCôme Chilliet2025-07-082-102/+41
| | | | | | | | | | | | | | | | | | Also fix support for database dependency with attributes in the info.xml Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #53763 from nextcloud/feat/task/analyze-imageLukas Schaefer2025-07-081-0/+1
|\ \ \ | |/ / |/| | feat(TaskProcessing): Add AnalyzeImage TaskType
| * | Merge branch 'master' into feat/task/analyze-imagefeat/task/analyze-imageLukas Schaefer2025-07-08220-295/+542
| |\ \
| * | | feat: support multiple imagesLukas Schaefer2025-07-031-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Lukas Schaefer <lukas@lschaefer.xyz>