nextcloud/apps
Anna Larch 810fee552c perf(user_ldap): chunk oracle queries for lower bind cost
Oracle's OCI8 driver binds each named parameter individually via
OCIBindByName, making queries with 65 000 parameters dramatically
slower than on MySQL or PostgreSQL — slow enough to time out in CI
and degrade production LDAP syncs on large installations.

Lower maxSlices to 5 for Oracle (5 000 params/query) via a match
expression alongside the existing SQLite special-case. SQLite and
all other databases are unchanged.

Assisted-by: ClaudeCode:claude-sonnet-4-6
Signed-off-by: Anna Larch <anna@nextcloud.com>
2026-06-04 10:06:46 +00:00
..
admin_audit chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
appstore fix(appstore): do not set wrong app as active 2026-06-03 20:09:48 +02:00
cloud_federation_api fix(l10n): Update translations from Transifex 2026-05-27 00:23:28 +00:00
comments fix(l10n): Update translations from Transifex 2026-05-22 00:22:53 +00:00
contactsinteraction chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
dashboard fix(l10n): Update translations from Transifex 2026-05-20 01:49:34 +00:00
dav fix: access shared trashbin objects 2026-06-03 13:44:39 +00:00
encryption fix(encryption): recovery keys should be shown when user keys are used 2026-05-28 14:34:04 +02:00
federatedfilesharing fix(l10n): Update translations from Transifex 2026-05-24 00:23:05 +00:00
federation test: adjust tests 2026-05-20 14:51:35 +02:00
files fix(files): use type field instead of instanceof for Folder 2026-06-03 08:45:27 +02:00
files_external fix(l10n): Update translations from Transifex 2026-06-03 00:36:17 +00:00
files_reminders chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
files_sharing fix(files_sharing): clear the password after saving 2026-06-03 21:03:30 +02:00
files_trashbin fix: "than" vs "then" typos 2026-05-28 13:39:37 +00:00
files_versions fix(l10n): Update translations from Transifex 2026-06-03 00:36:17 +00:00
lookup_server_connector chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
oauth2 fix(settings,oauth2): preserve wipe state across admin deletion paths 2026-05-26 19:21:58 +00:00
profile fix(l10n): Update translations from Transifex 2026-06-04 00:23:55 +00:00
provisioning_api fix(l10n): Update translations from Transifex 2026-05-29 00:23:48 +00:00
settings fix(l10n): Update translations from Transifex 2026-06-04 00:23:55 +00:00
sharebymail fix(l10n): Update translations from Transifex 2026-05-30 00:23:12 +00:00
systemtags fix(l10n): Update translations from Transifex 2026-06-03 00:36:17 +00:00
testing chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
theming fix(l10n): Update translations from Transifex 2026-05-25 00:22:45 +00:00
twofactor_backupcodes fix(l10n): Update translations from Transifex 2026-05-31 00:22:45 +00:00
updatenotification feat: Add office as shipped app 2026-05-27 13:57:37 +00:00
user_ldap perf(user_ldap): chunk oracle queries for lower bind cost 2026-06-04 10:06:46 +00:00
user_status fix(l10n): Update translations from Transifex 2026-05-27 00:23:28 +00:00
weather_status fix(l10n): Update translations from Transifex 2026-05-27 00:23:28 +00:00
webhook_listeners fix: only allow full admins to create 'token needed' webhooks 2026-05-19 15:17:41 +00:00
workflowengine fix(l10n): Update translations from Transifex 2026-05-31 00:22:45 +00:00