summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Expand)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2023-12-182-2/+2
* Fix(l10n): Update translations from TransifexNextcloud bot2023-12-152-0/+4
* Fix(l10n): Update translations from TransifexNextcloud bot2023-12-122-0/+8
* Fix(l10n): Update translations from TransifexNextcloud bot2023-12-112-4/+54
* Invert parameter order in getDisabledUserList to be consistentCôme Chilliet2023-12-062-2/+2
* feat(LDAP): warn about demoting a group while promoting anotherArthur Schiwon2023-12-041-8/+23
* enh(LDAP): add occ command to promote an LDAP group to adminArthur Schiwon2023-12-044-0/+116
* enh(LDAP): implement IIsAdmin interfaceArthur Schiwon2023-12-044-2/+27
* Fix(l10n): Update translations from TransifexNextcloud bot2023-12-014-4/+8
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-272-0/+4
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-248-4/+16
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-2329-110/+110
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-172-4/+4
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-144-42/+46
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-122-0/+2
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-116-0/+10
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-104-4/+8
* Merge pull request #41333 from nextcloud/fix/41316/incomplete-displaynameArthur Schiwon2023-11-091-2/+2
|\
| * fix(LDAP): prevent incomplete displaynames…Arthur Schiwon2023-11-071-2/+2
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-0916-2/+30
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-0828-28/+0
|/
* Merge pull request #41083 from nextcloud/feat/improve-setup-checks-wordingCôme Chilliet2023-11-071-2/+2
|\
| * Improve setup checks naming and improve database version checkCôme Chilliet2023-10-241-2/+2
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-062-4/+4
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-312-30/+30
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-282-0/+2
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-272-2/+4
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-252-0/+2
|/
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-246-0/+6
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-2116-0/+16
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-2060-0/+60
* fix: replace non-standard autocorrect with spellcheck attributeGrigorii K. Shartsev2023-10-201-2/+2
* Change SetupResult API to named constructorsCôme Chilliet2023-10-191-2/+2
* Small cleanups in SetupCheck classesCôme Chilliet2023-10-191-8/+5
* Fix SetupChecks/LdapInvalidUuids.phpCôme Chilliet2023-10-191-12/+11
* ProgressCarl Schwan2023-10-194-0/+68
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-182-2/+2
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-172-0/+4
* Merge pull request #40367 from nextcloud/fix/user_ldap-update-groups-on-loginCôme Chilliet2023-10-168-5/+188
|\
| * Fix LDAP LoginListener by adding new group relationships to caches before fir...Côme Chilliet2023-10-123-3/+38
| * Fire group events at login for LDAP groupsCôme Chilliet2023-10-127-183/+149
| * 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
|/