aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
Commit message (Expand)AuthorAgeFilesLines
* fix(BackgroundJobs): Adjust intervals and time sensitivitiesbackport/48600/stable28provokateurin2024-11-251-1/+1
* fix(LDAP): check index before accessing itbackport/47914/stable28Arthur Schiwon2024-09-121-4/+3
* fix(user_ldap): Catch DB Exceptions when updating group membershipsCôme Chilliet2024-08-202-5/+88
* fix(LDAP): remove unneeded dependenciesArthur Schiwon2024-08-012-16/+0
* fix: Only list remnants as disabled if option is enabledCôme Chilliet2024-06-121-0/+3
* fix: php lintJohn Molakvoæ2024-05-301-1/+1
* unmark deleted users if their last login date is more recent than deleted dateRobin Appelman2024-05-301-1/+6
* fix: Also search in email field for disabled usersCôme Chilliet2024-05-271-1/+2
* feat: Add back searching in disabled user listCôme Chilliet2024-05-272-3/+13
* fix: add ldap_exop_passwd function to sensitive valueyemkareems2024-05-161-1/+1
* fix(user_ldap): Fix a var nameCôme Chilliet2024-04-301-1/+1
* docs(LDAP): add info on stored DN formArthur Schiwon2024-04-102-0/+19
* fix(LDAP): escape DN on check-userArthur Schiwon2024-04-101-1/+2
* fix(user_ldap): Early failure for empty password login attemptCôme Chilliet2024-03-071-7/+5
* fix(user_ldap): Ignore unserialize error in group membership migrationCôme Chilliet2024-03-061-0/+4
* chore(deps): Update openapi-extractorprovokateurin2024-01-191-0/+2
* Fix crash of login in case of duplicated group membershipCôme Chilliet2024-01-151-1/+1
* Fix upgrade of user_ldap when oc_group_members contains duplicated uidsCôme Chilliet2024-01-041-5/+13
* fix(LDAP): ensure stored groups are formatted as simple listArthur Schiwon2024-01-021-2/+2
* 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-041-0/+113
* enh(LDAP): implement IIsAdmin interfaceArthur Schiwon2023-12-044-2/+27
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-2324-103/+103
* fix(LDAP): prevent incomplete displaynames…Arthur Schiwon2023-11-071-2/+2
* Improve setup checks naming and improve database version checkCôme Chilliet2023-10-241-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-192-0/+66
* Merge pull request #40367 from nextcloud/fix/user_ldap-update-groups-on-loginCôme Chilliet2023-10-165-3/+184
|\
| * 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-124-181/+145
| * 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-112-5/+46
* | refactor(LDAP): pass IConfig via constructor to Group_LDAPArthur Schiwon2023-10-102-9/+11
* | fix(ldap): store last known user groupsArthur Schiwon2023-10-092-2/+27
|/
* Merge pull request #37201 from AaronDewes/fix/ldap-filter-generationCôme Chilliet2023-10-022-9/+7
|\
| * Merge branch 'master' into fix/ldap-filter-generationAaron Dewes2023-09-206-63/+83
| |\
| * | 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-281-1/+1
* | | Add single status code descriptions for OpenAPIjld31032023-09-271-0/+2
| |/ |/|
* | Remove deprectated ILogger uses from user_ldap applicationCôme Chilliet2023-09-192-56/+28