aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Expand)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-142-4/+4
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-132-2/+2
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-126-34/+334
* Add unique index for user_ldap group membershipsCôme Chilliet2023-08-101-0/+1
* Fix check-group --update for deleted groupsCôme Chilliet2023-08-101-2/+10
* Use BIGINT for new table id fieldCôme Chilliet2023-08-101-2/+1
* Removed GroupCreatedEvent/GroupDeletedEvent from UpdateGroupsServiceCôme Chilliet2023-08-101-6/+0
* Dispatch UserRemovedEvents for removed groupsCôme Chilliet2023-08-101-0/+12
* [user_ldap] Small perf improvements suggestion from reviewCôme Chilliet2023-08-102-2/+2
* Fix check-group command for new groupsCôme Chilliet2023-08-101-6/+12
* Fix getKnownGroups return valueCôme Chilliet2023-08-101-1/+1
* Add output to check-group --update commandCôme Chilliet2023-08-101-1/+25
* Always empty cache before updating a groupCôme Chilliet2023-08-101-0/+1
* Fix errors in UpdateGroupsService.phpCôme Chilliet2023-08-101-4/+4
* Add missing primary key for ldap_group_membershipCôme Chilliet2023-08-101-0/+6
* Add check-group commandCôme Chilliet2023-08-105-10/+199
* Move UpdateGroups methods to a serviceCôme Chilliet2023-08-105-233/+222
* Add group events to UpdateGroupsCôme Chilliet2023-08-101-0/+7
* Update autoloader mapping for user_ldapCôme Chilliet2023-08-103-2/+12
* Refactor user_ldap group membership to use flat DBCôme Chilliet2023-08-106-91/+309
* Merge pull request #39058 from nextcloud/fix/fix-ldap-filters-for-empty-searchCôme Chilliet2023-08-081-2/+6
|\
| * Avoid adding (attribute=) part to filter which will confuse LDAP serversCôme Chilliet2023-06-291-2/+6
* | Fix OpenAPI specsjld31032023-08-031-1/+1
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-032-8/+8
* | user_ldap: Add OpenAPI specjld31032023-07-312-76/+410
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-292-4/+4
* | fix!: Remove symfony EventDispatcherInterface from UserJoas Schilling2023-07-271-2/+0
* | fix(dispatcher): Move remaining simple cases in apps/ folder to IEventDispatcherJoas Schilling2023-07-251-4/+2
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-252-2/+2
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-242-2/+2
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-214-2/+58
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-202-0/+82
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-154-4/+26
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-144-2/+10
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-132-6/+6
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-122-0/+4
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-112-0/+4
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-102-2/+54
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-092-0/+4
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-086-6/+10
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-072-2/+2
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-066-114/+164
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-0520-0/+40
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-042-194/+222
* | Fix event names of 2FA related typed eventsJoas Schilling2023-07-032-53/+47
* | Merge pull request #34443 from nextcloud/feat/add-enabled-user-backendCôme Chilliet2023-07-0315-170/+266
|\ \
| * | Add method to list disabled users to IProvideEnabledStateBackendCôme Chilliet2023-06-292-0/+16
| * | Fix since annotations and add boolean return type for setUserEnabledCôme Chilliet2023-06-202-3/+4
| * | Fix User_Proxy tests as wellCôme Chilliet2023-05-251-1/+11
| * | Use DI for DeletedUsersIndex and fix testsCôme Chilliet2023-05-259-118/+151