| Commit message (Expand) | Author | Age | Files | Lines |
* | feat(user_ldap): Add a --clearcache option to ldap:test-user-settingsbackport/50567/stable30 | Côme Chilliet | 2025-03-05 | 1 | -0/+9 |
* | fix(user_ldap): Remove redundant if check | Côme Chilliet | 2025-03-05 | 1 | -3/+1 |
* | feat(user_ldap): Add command test-user-settings to test LDAP user settings | Côme Chilliet | 2025-03-05 | 1 | -0/+227 |
* | feat(user_ldap): upstream common code into Proxy class and add public getters... | Côme Chilliet | 2025-03-05 | 3 | -49/+59 |
* | chore: composer run cs:fixbackport/46114/stable30 | Côme Chilliet | 2025-03-05 | 1 | -2/+2 |
* | fix(user_ldap): Lowercase value for all attributes in configuration | Côme Chilliet | 2025-03-05 | 1 | -0/+21 |
* | fix(user_ldap): Correctly cache that user exists to avoid a request on mappin... | Côme Chilliet | 2025-03-05 | 3 | -3/+1 |
* | fix(user_ldap): Avoid extra LDAP request when mapping a user for the first time | Côme Chilliet | 2025-03-05 | 3 | -24/+133 |
* | fix(l10n): Improve english source strings | Joas Schilling | 2025-02-26 | 1 | -1/+1 |
* | fix(user_ldap): Do not map groups we do not know if they match filterbackport/45364/stable30 | Côme Chilliet | 2025-01-28 | 2 | -4/+11 |
* | fix(BackgroundJobs): Adjust intervals and time sensitivitiesbackport/48600/stable30 | provokateurin | 2024-11-25 | 1 | -1/+1 |
* | fix(user_ldap): Use %n in plural translation to avoid a crash in L10Nbackport/48028/stable30 | Côme Chilliet | 2024-09-16 | 1 | -4/+4 |
* | fix(LDAP): check index before accessing itbackport/47914/stable30 | Arthur Schiwon | 2024-09-12 | 1 | -4/+3 |
* | fix(LDAP): remove unneeded dependencies | Arthur Schiwon | 2024-08-01 | 2 | -16/+0 |
* | refactor(user_ldap): Replace security annotations with respective attributes | provokateurin | 2024-07-27 | 2 | -19/+20 |
* | fix(db): Promote the use of `getDatabaseProvider` to reduce the impage of rem... | Joas Schilling | 2024-07-19 | 1 | -2/+2 |
* | refactor: Use `IAppConfig` for setting cron type | Ferdinand Thiessen | 2024-06-28 | 2 | -35/+20 |
* | feat(notifications): Migrate server INotifiers to new exceptions | Joas Schilling | 2024-06-25 | 1 | -3/+4 |
* | fix: Only list remnants as disabled if option is enabled | Côme Chilliet | 2024-06-06 | 1 | -0/+3 |
* | Merge pull request #45573 from nextcloud/chore/noid/spdx-batch9 | Andy Scherzinger | 2024-05-30 | 87 | -1941/+242 |
|\ |
|
| * | chore: Add SPDX header | Andy Scherzinger | 2024-05-30 | 87 | -1941/+242 |
* | | Merge pull request #36942 from nextcloud/unmark-login-date | John Molakvoæ | 2024-05-30 | 1 | -1/+6 |
|\ \ |
|
| * | | fix: php lint | John Molakvoæ | 2024-05-27 | 1 | -1/+1 |
| * | | unmark deleted users if their last login date is more recent than deleted date | Robin Appelman | 2024-05-27 | 1 | -1/+6 |
* | | | Refactor `OC\Server::getAvatarManager` in user_ldap app | Andrew Summers | 2024-05-30 | 1 | -1/+1 |
| |/
|/| |
|
* | | feat(ldap): sync additional properties to profile and SAB | Jake Nabasny | 2024-05-30 | 5 | -0/+73 |
|/ |
|
* | fix: Also search in email field for disabled users | Côme Chilliet | 2024-05-23 | 1 | -1/+2 |
* | feat: Add back searching in disabled user list | Côme Chilliet | 2024-05-23 | 2 | -3/+13 |
* | fix: add ldap_exop_passwd function to sensitive value | yemkareems | 2024-05-16 | 1 | -1/+1 |
* | fix: Avoid useless reference usage in user_ldap | Côme Chilliet | 2024-04-30 | 3 | -2/+3 |
* | fix(user_ldap): Improve typing and fix a var name | Côme Chilliet | 2024-04-30 | 3 | -8/+14 |
* | fix: Fix newly spotted psalm issues, add exhaustive typed magic properties fo... | Côme Chilliet | 2024-04-30 | 2 | -43/+141 |
* | Merge pull request #44860 from nextcloud/fix/remove-unicode-logs-user-ldap | Côme Chilliet | 2024-04-22 | 2 | -23/+23 |
|\ |
|
| * | fix(user_ldap): Remove unicode character from log lines | Côme Chilliet | 2024-04-16 | 2 | -23/+23 |
* | | Merge pull request #44859 from nextcloud/feat/add-ldap-connection-setup-check | Ferdinand Thiessen | 2024-04-18 | 2 | -0/+113 |
|\ \ |
|
| * | | feat(user_ldap): Add setup check to verify connection configuration | Côme Chilliet | 2024-04-16 | 2 | -0/+113 |
| |/ |
|
* | | Merge pull request #44658 from nextcloud/fix/migrate-away-from-resource-type | Côme Chilliet | 2024-04-16 | 12 | -118/+75 |
|\ \
| |/
|/| |
|
| * | fix: Fix typing issues related to resource migration | Côme Chilliet | 2024-04-09 | 3 | -26/+1 |
| * | fix: Add missing psalm-assert to isResource | Côme Chilliet | 2024-04-09 | 1 | -0/+1 |
| * | fix: Fix small psalm errors in FTP and LDAP connections | Côme Chilliet | 2024-04-09 | 1 | -2/+1 |
| * | fix(user_ldap): Fix tests using wrong types | Côme Chilliet | 2024-04-09 | 1 | -1/+5 |
| * | fix: Remove obsolete resource typing | Côme Chilliet | 2024-04-09 | 12 | -90/+68 |
* | | docs(LDAP): add info on stored DN form | Arthur Schiwon | 2024-04-05 | 2 | -0/+19 |
* | | fix(LDAP): escape DN on check-user | Arthur Schiwon | 2024-04-05 | 1 | -1/+2 |
|/ |
|
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 7 | -27/+27 |
* | fix(user_ldap): Early failure for empty password login attempt | Côme Chilliet | 2024-03-06 | 1 | -7/+5 |
* | Merge pull request #43764 from nextcloud/fix/user_ldap-ignore-unserialize-err... | Côme Chilliet | 2024-03-06 | 1 | -0/+4 |
|\ |
|
| * | fix(user_ldap): Ignore unserialize error in group membership migration | Côme Chilliet | 2024-03-06 | 1 | -0/+4 |
* | | fix(user_ldap): Catch DB Exceptions when updating group memberships | Côme Chilliet | 2024-03-06 | 2 | -5/+88 |
|/ |
|
* | fix(migrations): Help developers to add description and copyright info | Joas Schilling | 2024-03-05 | 2 | -4/+4 |