aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* fix(Router): Stop loading routes of disabled appsprovokateurin2024-05-101-1/+1
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* fix(userstatus): Fix docs of user status managerJoas Schilling2024-05-072-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #45058 from nextcloud/perf/db/sort-before-chunkingChristoph Wurst2024-05-071-0/+3
|\ | | | | perf(db): Sort data for IN before chunking
| * perf(db): Sort data for IN before chunkingChristoph Wurst2024-04-261-0/+3
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | fix(User\Manager): Avoid future collisions with updater/audit logsJosh2024-05-061-0/+2
| | | | | | | | | | Avoid future collisions for not yet created updater and audit log files (at least using default names). Signed-off-by: Josh <josh.t.richards@gmail.com>
* | fix(OC_Image): Set correct return type for exif_imagetype stubprovokateurin2024-05-061-1/+1
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Merge pull request #30359 from nextcloud/enh/background-job-classMarcel Klehr2024-05-064-8/+52
|\ \ | | | | | | Allow calling cron jobs background job class with occ
| * | fix(bg-jobs): review adjustmentsJulien Veyssier2024-05-022-6/+5
| | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * | feat(bg-jobs): allow setting a job class list instead of a single class in ↵Julien Veyssier2024-05-024-7/+18
| | | | | | | | | | | | | | | | | | cron.php and the job worker occ command Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * | fix(bg-jobs): fix psalm issuesMarcel Klehr2024-05-022-3/+14
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | fix(bg-jobs): fix minor issuesMarcel Klehr2024-05-021-1/+1
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | feat(bg-jobs): Add background worker occ commandJulius Härtl2024-05-021-0/+19
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | feat(bg-jobs): Allow calling cron.php with a background job classJulius Härtl2024-05-021-3/+7
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #45093 from nextcloud/bugfix/noid/avoid-getKey-race-conditionJoas Schilling2024-05-061-6/+6
|\ \ \ | | | | | | | | fix(session): Avoid race condition for cache::get() vs. cache::hasKey()
| * | | fix(session): Avoid race condition for cache::get() vs. cache::hasKey()Joas Schilling2024-04-291-6/+6
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #45140 from nextcloud/fix-fileaccess-singleDaniel2024-05-021-2/+2
|\ \ \ \ | |_|/ / |/| | | fix: fix FileAccess::getByFileId(InStorage)
| * | | fix: fix FileAccess::getByFileId(InStorage)Robin Appelman2024-05-011-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #39247 from nextcloud/query-log-backtraceJohn Molakvoæ2024-05-021-1/+7
|\ \ \ \
| * | | | feat: add option to add backtrace to the query loggerRobin Appelman2024-05-011-1/+7
| |/ / / | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #45122 from ↵Joas Schilling2024-05-021-15/+0
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/techdebt/noid/remove-temporary-executeUpdate fix(querybuilder): Remove temporary internal method executeUpdate()
| * | | fix(querybuilder): Remove temporary internal method executeUpdate()Joas Schilling2024-04-301-15/+0
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-05-012-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | chore: remove unnecessary ini_setDaniel Kesselberg2024-04-301-1/+0
|/ / / | | | | | | | | | | | | | | | | | | | | | Changing gc_maxlifetime cannot have any effect because this configuration option does not exist. There is a configuration option named session.gc_maxlifetime. I removed the ini_set call because autoconfiguring is error-prone, and the current code could never have worked as intended. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | fix: Avoid reference use in AppConfigCôme Chilliet2024-04-301-6/+4
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | fix: Fix small psalm errors in legacyCôme Chilliet2024-04-302-2/+2
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | fix: Fix tiny phpdoc errors related to ShareCôme Chilliet2024-04-302-10/+7
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | fix: Fix phpdoc typing in DirectEditing\ManagerCôme Chilliet2024-04-301-4/+3
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | fix: Improve typing in Archive/TAR.phpCôme Chilliet2024-04-301-18/+14
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | fix: Improve typing of mimetype aliasesCôme Chilliet2024-04-302-28/+15
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | fix: Fix default values for ini var in lib/base.phpCôme Chilliet2024-04-301-2/+2
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | fix: Remove bogus code from query builder and fix parameter nameCôme Chilliet2024-04-301-6/+2
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | fix: Fix newly spotted psalm issues, add exhaustive typed magic properties ↵Côme Chilliet2024-04-306-46/+27
| | | | | | | | | | | | | | | | | | for LDAP classes Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-302-2/+2
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #44968 from nextcloud/fix/drop-workaround-for-obsolete-phpCôme Chilliet2024-04-294-21/+22
|\ \ \ | |/ / |/| | fix: Drop workarounds for unsupported obsolete PHP versions
| * | fix: Drop workarounds for unsupported obsolete PHP versionsCôme Chilliet2024-04-224-21/+22
| | | | | | | | | | | | | | | | | | Also improved error handling in Installer.php to be type safe. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #44952 from nextcloud/perf/44951/template-creatorJulius Härtl2024-04-294-0/+50
|\ \ \ | | | | | | | | perf(templates): Emit RegisterTemplateCreatorEvent to register template creators more lazy
| * | | perf(templates): Emit RegisterTemplateCreatorEvent to register template ↵Julius Härtl2024-04-224-0/+50
| | | | | | | | | | | | | | | | | | | | | | | | creators more lazy Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-272-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | fix(session): Do not update authtoken last_check for passwordlessChristoph Wurst2024-04-261-2/+0
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | feat: add option to enable s3 accelerationRobin Appelman2024-04-261-1/+16
| |_|/ |/| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-264-0/+4
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-2518-0/+36
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | fix(openstack): Fix psalm issue with updated openstack versionJoas Schilling2024-04-241-1/+4
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-24192-216/+250
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #44962 from nextcloud/dependabot/composer/sabre/dav-4.6.0Joas Schilling2024-04-231-6/+0
|\ \ \ | | | | | | | | chore(deps): Bump sabre/dav from 4.5.0 to 4.6.0
| * | | fix(storage): Fix DAV storage as false is never returnedJoas Schilling2024-04-221-6/+0
| | |/ | |/| | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #44966 from ↵Côme Chilliet2024-04-231-1/+1
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/add-missing-docblock-parameter-querybuilder chore: Add missing parameter to docblock tag psalm-taint-sink
| * | | chore: Add missing parameter to docblock tag psalm-taint-sinkCôme Chilliet2024-04-221-1/+1
| | |/ | |/| | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #44973 from nextcloud/feat/legal-privacy-linksPytal2024-04-231-1/+1
|\ \ \ | | | | | | | | feat: Add legal notice and privacy policy links to help page
| * | | feat: Update help entry nameChristopher Ng2024-04-221-1/+1
| | |/ | |/| | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>