| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(user_ldap): Do not map groups we do not know if they match filterbackport/45364/stable31 | Côme Chilliet | 2025-01-27 | 2 | -4/+11 |
* | Merge pull request #50162 from nextcloud/fix/improve-ldap-avatar-handling | Arthur Schiwon | 2025-01-16 | 5 | -136/+43 |
|\ |
|
| * | fix(user_ldap): Remove now unused class FilesystemHelper | Côme Chilliet | 2025-01-13 | 4 | -39/+1 |
| * | fix(user_ldap): Strong type User class and fix most type issues | Côme Chilliet | 2025-01-13 | 2 | -35/+27 |
| * | fix(user_ldap): Always update avatar from LDAP when we have the data | Côme Chilliet | 2025-01-13 | 1 | -16/+1 |
| * | chore(user_ldap): Improve typing in user_ldap User class | Côme Chilliet | 2025-01-13 | 1 | -43/+16 |
| * | chore(user_ldap): Rename avatar setting method to a more suited name | Côme Chilliet | 2025-01-13 | 1 | -7/+2 |
* | | feat(updatenotification): Add a limit to user count from LDAP so save perform... | Côme Chilliet | 2025-01-14 | 2 | -13/+15 |
|/ |
|
* | fix(user_ldap): retrieve from LDAP first "email shaped" value instead of firs... | Thatoo | 2024-11-20 | 1 | -1/+8 |
* | fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntax | provokateurin | 2024-11-05 | 3 | -4/+8 |
* | fix(psalm): Fix some newly detected issuesrefactor/apps/constructor-property-promotion | provokateurin | 2024-10-21 | 1 | -2/+2 |
* | refactor(apps): Use constructor property promotion when possible | provokateurin | 2024-10-21 | 36 | -351/+166 |
* | chore(db): Apply query prepared statementsdbQueriesExecStmt2 | Git'Fellow | 2024-10-17 | 1 | -9/+5 |
* | chore(db): Correctly apply query types | Git'Fellow | 2024-10-17 | 1 | -2/+2 |
* | chore(apps): Apply new rector configuration to autouse classes | Côme Chilliet | 2024-10-15 | 17 | -44/+56 |
* | chore: Use more gender neutral language | provokateurin | 2024-10-14 | 6 | -7/+7 |
* | fix(BackgroundJobs): Adjust intervals and time sensitivities | provokateurin | 2024-10-08 | 1 | -1/+1 |
* | Merge pull request #48223 from nextcloud/feat/add-rector-config | Côme Chilliet | 2024-09-23 | 2 | -3/+3 |
|\ |
|
| * | chore: Apply rector configuration to apps folder | Côme Chilliet | 2024-09-20 | 2 | -3/+3 |
* | | chore(legacy): Introduce public version ct plass and drop version methods fro...clean/version-ocp | Julius Knorr | 2024-09-20 | 1 | -1/+4 |
|/ |
|
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 23 | -84/+84 |
* | chore: Remove deprecated `ILogger` logging functionschore/remove-ilogger | Ferdinand Thiessen | 2024-09-19 | 1 | -2/+3 |
* | feat: add profile pronouns | John Molakvoæ (skjnldsv) | 2024-09-17 | 4 | -0/+14 |
* | fix(psalm): Fix @throws annotationsfix/psalm/throws-annotations | provokateurin | 2024-09-17 | 1 | -1/+1 |
* | Merge pull request #48042 from nextcloud/refactor/elvis | Christoph Wurst | 2024-09-16 | 1 | -2/+1 |
|\ |
|
| * | refactor: Use the elvis operator | Christoph Wurst | 2024-09-15 | 1 | -2/+1 |
* | | Merge pull request #48028 from nextcloud/fix/fix-ldap-setupcheck-crash | Andy Scherzinger | 2024-09-16 | 1 | -4/+4 |
|\ \ |
|
| * | | fix(user_ldap): Use %n in plural translation to avoid a crash in L10Nfix/fix-ldap-setupcheck-crash | Côme Chilliet | 2024-09-15 | 1 | -4/+4 |
| |/ |
|
* / | refactor: Replace __CLASS__ with ::class referencesrefactor/self-class-reference | Christoph Wurst | 2024-09-15 | 2 | -9/+9 |
|/ |
|
* | Merge pull request #47865 from nextcloud/admin_audit/enh/move-to-event-listen... | Côme Chilliet | 2024-09-13 | 3 | -138/+61 |
|\ |
|
| * | feat(user_ldap): Introduce user id assigned typed events for LDAP usage | Carl Schwan | 2024-09-10 | 3 | -138/+61 |
* | | fix(LDAP): check index before accessing it | Arthur Schiwon | 2024-09-12 | 1 | -4/+3 |
|/ |
|
* | chore: adjust code to adhere to coding standard | Anna Larch | 2024-09-05 | 2 | -3/+2 |
* | chore: composer run cs:fix | Côme Chilliet | 2024-08-27 | 1 | -2/+2 |
* | fix(user_ldap): Lowercase value for all attributes in configuration | Côme Chilliet | 2024-08-27 | 1 | -0/+21 |
* | fix(ldap): Fix user_ldap attribute casing to fix tests | Côme Chilliet | 2024-08-27 | 1 | -3/+3 |
* | fix(user_ldap): Correctly cache that user exists to avoid a request on mappin... | Côme Chilliet | 2024-08-27 | 3 | -4/+1 |
* | fix(user_ldap): Avoid extra LDAP request when mapping a user for the first time | Côme Chilliet | 2024-08-27 | 3 | -24/+133 |
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 23 | -72/+72 |
* | Use cache in LDAP backend's checkPassword | Akhil | 2024-08-16 | 1 | -11/+9 |
* | 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 |