0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-05-02 13:00:42 +00:00
nextcloud_server/apps/user_ldap/lib
Côme Chilliet 11ce100818 feat(user_ldap): Add a --clearcache option to ldap:test-user-settings
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-03-05 17:01:27 +01:00
..
AppInfo chore: Add SPDX header 2024-05-30 15:49:33 +02:00
Command feat(user_ldap): Add a --clearcache option to ldap:test-user-settings 2025-03-05 17:01:27 +01:00
Controller refactor(user_ldap): Replace security annotations with respective attributes 2024-07-27 22:39:08 +02:00
DataCollector chore: Add SPDX header 2024-05-30 15:49:33 +02:00
Db chore: Add SPDX header 2024-05-30 15:49:33 +02:00
Events chore: Add SPDX header 2024-05-30 15:49:33 +02:00
Exceptions chore: Add SPDX header 2024-05-30 15:49:33 +02:00
Handler chore: Add SPDX header 2024-05-30 15:49:33 +02:00
Jobs fix(BackgroundJobs): Adjust intervals and time sensitivities 2024-11-25 08:38:58 +01:00
Mapping fix(db): Promote the use of getDatabaseProvider to reduce the impage of removed upstream platforms 2024-07-19 11:21:14 +02:00
Migration chore: Add SPDX header 2024-05-30 15:49:33 +02:00
Notification feat(notifications): Migrate server INotifiers to new exceptions 2024-06-25 11:56:24 +02:00
PagedResults chore: Add SPDX header 2024-05-30 15:49:33 +02:00
Service chore: Add SPDX header 2024-05-30 15:49:33 +02:00
Settings chore: Add SPDX header 2024-05-30 15:49:33 +02:00
SetupChecks fix(user_ldap): Use %n in plural translation to avoid a crash in L10N 2024-09-16 06:33:17 +00:00
User fix(user_ldap): Correctly cache that user exists to avoid a request on mapping new user 2025-03-05 14:46:11 +01:00
Access.php chore: composer run cs:fix 2025-03-05 14:46:11 +01:00
AccessFactory.php refactor: Use IAppConfig for setting cron type 2024-06-28 18:00:39 +02:00
BackendUtility.php chore: Add SPDX header 2024-05-30 15:49:33 +02:00
Configuration.php fix(user_ldap): Lowercase value for all attributes in configuration 2025-03-05 14:46:11 +01:00
Connection.php chore: Add SPDX header 2024-05-30 15:49:33 +02:00
ConnectionFactory.php chore: Add SPDX header 2024-05-30 15:49:33 +02:00
FilesystemHelper.php chore: Add SPDX header 2024-05-30 15:49:33 +02:00
Group_LDAP.php fix(user_ldap): Do not map groups we do not know if they match filter 2025-01-28 09:55:30 +01:00
Group_Proxy.php fix(user_ldap): Remove redundant if check 2025-03-05 17:01:27 +01:00
GroupPluginManager.php chore: Add SPDX header 2024-05-30 15:49:33 +02:00
Helper.php chore: Add SPDX header 2024-05-30 15:49:33 +02:00
IGroupLDAP.php chore: Add SPDX header 2024-05-30 15:49:33 +02:00
ILDAPGroupPlugin.php chore: Add SPDX header 2024-05-30 15:49:33 +02:00
ILDAPUserPlugin.php chore: Add SPDX header 2024-05-30 15:49:33 +02:00
ILDAPWrapper.php chore: Add SPDX header 2024-05-30 15:49:33 +02:00
IUserLDAP.php chore: Add SPDX header 2024-05-30 15:49:33 +02:00
LDAP.php chore: Add SPDX header 2024-05-30 15:49:33 +02:00
LDAPProvider.php chore: Add SPDX header 2024-05-30 15:49:33 +02:00
LDAPProviderFactory.php chore: Add SPDX header 2024-05-30 15:49:33 +02:00
LDAPUtility.php chore: Add SPDX header 2024-05-30 15:49:33 +02:00
LoginListener.php chore: Add SPDX header 2024-05-30 15:49:33 +02:00
Proxy.php feat(user_ldap): upstream common code into Proxy class and add public getters for backends 2025-03-05 17:01:27 +01:00
User_LDAP.php fix(user_ldap): Correctly cache that user exists to avoid a request on mapping new user 2025-03-05 14:46:11 +01:00
User_Proxy.php feat(user_ldap): upstream common code into Proxy class and add public getters for backends 2025-03-05 17:01:27 +01:00
UserPluginManager.php chore: Add SPDX header 2024-05-30 15:49:33 +02:00
Wizard.php chore: Add SPDX header 2024-05-30 15:49:33 +02:00
WizardResult.php chore: Add SPDX header 2024-05-30 15:49:33 +02:00