summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Expand)AuthorAgeFilesLines
...
| * Add logging to be able to debug FirstLoginListenerCôme Chilliet2023-10-121-0/+21
| * Move event listener registration to register()Côme Chilliet2023-10-121-12/+8
| * Use a standard array for the stateful cacheCôme Chilliet2023-10-121-6/+18
| * Add FirstLoginListener to accept shares upon first ldap user loginCôme Chilliet2023-10-122-0/+153
* | fix(LDAP): solve race condition reading groups of disappeared LDAP userArthur Schiwon2023-10-113-7/+131
* | refactor(LDAP): pass IConfig via constructor to Group_LDAPArthur Schiwon2023-10-104-23/+23
* | refactor(tests): simplify code, reduce duplicationArthur Schiwon2023-10-091-425/+257
* | test(Group LDAP): add test for getting groups of OfflineUserArthur Schiwon2023-10-091-0/+45
* | fix(ldap): store last known user groupsArthur Schiwon2023-10-092-2/+27
|/
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-032-0/+2
* Merge pull request #37201 from AaronDewes/fix/ldap-filter-generationCôme Chilliet2023-10-023-11/+9
|\
| * Merge branch 'master' into fix/ldap-filter-generationAaron Dewes2023-09-2011-75/+103
| |\
| * | Fix testsAaron Dewes2023-08-131-2/+2
| * | Simplify escapeFilterPartAaron Dewes2023-08-131-3/+1
| * | Escape some more valuesAaron Dewes2023-08-131-5/+5
| * | Fix: Escape group names for LDAPAaronDewes2023-08-131-1/+1
* | | Update apps/user_ldap/lib/User/User.phpMarcel Klehr2023-09-291-1/+1
* | | LDAP: Increase profile picture limit to 512Marcel Klehr2023-09-291-1/+1
* | | Convert isset ternary to null coalescing operatorHamid Dehnavi2023-09-282-3/+3
* | | Fix OCS-APIRequest header for OpenAPIjld31032023-09-271-8/+12
* | | Add single status code descriptions for OpenAPIjld31032023-09-272-1/+3
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-262-0/+4
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-222-0/+44
| |/ |/|
* | Remove deprectated ILogger uses from user_ldap applicationCôme Chilliet2023-09-192-56/+28
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-192-6/+6
* | Merge pull request #39128 from nextcloud/fix/35319/ldap-missing-avatarJulius Härtl2023-09-112-5/+22
|\ \
| * | fix(LDAP): add return type hint and descriptionArthur Schiwon2023-07-071-2/+2
| * | fix(ldap): avatar is not being fetchedArthur Schiwon2023-07-052-3/+20
* | | Move new methods to a new interface in OCPCôme Chilliet2023-09-051-1/+2
* | | Fix psalm errors about groupExists return typeCôme Chilliet2023-09-052-9/+5
* | | Add batch methods in user backendsCarl Schwan2023-09-052-2/+35
* | | Do not log passwords in debug modeAnna Larch2023-08-241-0/+9
* | | 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