nextcloud/apps/user_ldap/lib
Benjamin Gaussorgues 2b7415ef4d
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
Integration sqlite / changes (push) Waiting to run
Integration sqlite / integration-sqlite (master, main, 8.4, main, --tags ~@large files_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, capabilities_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, collaboration_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, comments_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, dav_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, federation_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, file_conversions) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, files_reminders) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, filesdrop_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, guests_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, ldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, openldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, openldap_numerical_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, routing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, setup_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, sharees_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, sharing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, theming_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, main, 8.4, main, videoverification_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite-summary (push) Blocked by required conditions
Psalm static code analysis / changes (push) Waiting to run
Psalm static code analysis / static-code-analysis (push) Blocked by required conditions
Psalm static code analysis / static-code-analysis-security (push) Blocked by required conditions
Psalm static code analysis / static-code-analysis-ocp (push) Blocked by required conditions
Psalm static code analysis / static-code-analysis-ncu (push) Blocked by required conditions
Psalm static code analysis / static-code-analysis-strict (push) Blocked by required conditions
Psalm static code analysis / static-code-analysis-summary (push) Blocked by required conditions
Merge pull request #60960 from nextcloud/carl/querybuilder-magic-number
refactor: Use new IQueryBuilder::MAX_IN_PARAMETERS
2026-06-10 23:09:30 +02:00
..
AppInfo chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Command chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Controller chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
DataCollector chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
Db refactor: Use new IQueryBuilder::MAX_IN_PARAMETERS 2026-06-03 13:45:29 +02:00
Events chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Exceptions chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Handler chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Jobs chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Mapping perf(user_ldap): chunk oracle queries for lower bind cost 2026-06-04 10:33:42 +02:00
Migration chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Notification chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
PagedResults chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Service chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Settings chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
SetupChecks chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
User chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Access.php fix: Use a CappedMemoryCache instead of an array to cache stuff in user_ldap 2026-06-02 09:46:18 +02:00
AccessFactory.php fix(user_ldap): Move accesses to AccessFactory instead of static var 2026-06-02 09:46:19 +02:00
BackendUtility.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Configuration.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Connection.php chore(user_ldap): Move static var to static property and silence warning 2026-06-02 09:46:19 +02:00
ConnectionFactory.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Group_LDAP.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Group_Proxy.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
GroupPluginManager.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Helper.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
IGroupLDAP.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
ILDAPGroupPlugin.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
ILDAPUserPlugin.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
ILDAPWrapper.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
IUserLDAP.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
LDAP.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
LDAPProvider.php feat(ldap): Allow to search one user by one of its LDAP attribute 2026-05-11 12:41:00 +02:00
LDAPProviderFactory.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
LDAPUtility.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
LoginListener.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Proxy.php fix(user_ldap): Move accesses to AccessFactory instead of static var 2026-06-02 09:46:19 +02:00
User_LDAP.php fix(user_ldap): allow editing profile fields not managed by LDAP 2026-06-04 12:07:10 +02:00
User_Proxy.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
UserPluginManager.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Wizard.php fix: Remove static vars from user_ldap 2026-03-23 16:34:01 +01:00
WizardFactory.php feat(user_ldap): Add a wizard OCS API 2025-11-21 14:23:57 +01:00
WizardResult.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00