Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-05-08 | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix: Avoid useless reference usage in user_ldap | Côme Chilliet | 2024-04-30 | 3 | -2/+3 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix(user_ldap): Improve typing and fix a var name | Côme Chilliet | 2024-04-30 | 4 | -9/+15 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix: Fix newly spotted psalm issues, add exhaustive typed magic properties ↵ | Côme Chilliet | 2024-04-30 | 2 | -43/+141 |
| | | | | | | for LDAP classes Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-27 | 2 | -0/+10 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-26 | 2 | -0/+10 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-23 | 2 | -0/+4 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | 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 | ||||
| * | fix(user_ldap): Remove unicode character from log lines | Côme Chilliet | 2024-04-16 | 2 | -23/+23 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-22 | 2 | -0/+16 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-21 | 4 | -0/+72 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-20 | 14 | -0/+70 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-19 | 2 | -2/+2 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #44859 from nextcloud/feat/add-ldap-connection-setup-check | Ferdinand Thiessen | 2024-04-18 | 4 | -0/+115 |
|\ \ | | | | | | | feat(user_ldap): Add setup check to verify connection configuration | ||||
| * | | feat(user_ldap): Add setup check to verify connection configuration | Côme Chilliet | 2024-04-16 | 4 | -0/+115 |
| |/ | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Merge pull request #44658 from nextcloud/fix/migrate-away-from-resource-type | Côme Chilliet | 2024-04-16 | 17 | -151/+107 |
|\ \ | |/ |/| | fix: Remove obsolete resource typing | ||||
| * | fix(user_ldap): Fix LDAP tests with new typing | Côme Chilliet | 2024-04-09 | 1 | -18/+7 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | fix: Fix typing issues related to resource migration | Côme Chilliet | 2024-04-09 | 3 | -26/+1 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | fix: Add missing psalm-assert to isResource | Côme Chilliet | 2024-04-09 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | fix: Fix small psalm errors in FTP and LDAP connections | Côme Chilliet | 2024-04-09 | 1 | -2/+1 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | fix(user_ldap): Fix tests using wrong types | Côme Chilliet | 2024-04-09 | 6 | -16/+30 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | fix: Remove obsolete resource typing | Côme Chilliet | 2024-04-09 | 12 | -90/+68 |
| | | | | | | | | | | | | In PHP>=8.1, LDAP and FTP resources are always typed objects Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Merge pull request #44350 from nextcloud/fix/noid/ldap-check-user-escape | Arthur Schiwon | 2024-04-10 | 3 | -1/+21 |
|\ \ | |/ |/| | fix(LDAP): escape DN on check-user | ||||
| * | docs(LDAP): add info on stored DN form | Arthur Schiwon | 2024-04-05 | 2 | -0/+19 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | fix(LDAP): escape DN on check-user | Arthur Schiwon | 2024-04-05 | 1 | -1/+2 |
| | | | | | | | | | | | | | | the DN has to be escaped differently when used as a base and we were missing it here in the search method call in the check-user command. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | chore(deps): Update openapi-extractor | provokateurin | 2024-04-08 | 1 | -8/+80 |
|/ | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 10 | -30/+30 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-02 | 2 | -0/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-01 | 2 | -12/+14 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-29 | 2 | -4/+4 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | feat(branchoff): Bump versions and requirements in apps | Joas Schilling | 2024-03-28 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-16 | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-08 | 2 | -0/+50 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(user_ldap): Early failure for empty password login attempt | Côme Chilliet | 2024-03-06 | 1 | -7/+5 |
| | | | | | | | | This avoids user_ldap logging about an invalid configuration with an empty password when the empty password actually comes from a login attempt. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Merge pull request #43764 from ↵ | Côme Chilliet | 2024-03-06 | 1 | -0/+4 |
|\ | | | | | | | | | nextcloud/fix/user_ldap-ignore-unserialize-errors-in-migration fix(user_ldap): Ignore unserialize error in group membership migration | ||||
| * | fix(user_ldap): Ignore unserialize error in group membership migration | Côme Chilliet | 2024-03-06 | 1 | -0/+4 |
| | | | | | | | | | | | | | | The memberships will be checked by the background job later and data will be added to the table anyway. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | fix(user_ldap): Catch DB Exceptions when updating group memberships | Côme Chilliet | 2024-03-06 | 2 | -5/+88 |
|/ | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix(migrations): Help developers to add description and copyright info | Joas Schilling | 2024-03-05 | 2 | -4/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-05 | 4 | -4/+6 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-29 | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-28 | 2 | -0/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-25 | 2 | -26/+26 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-19 | 4 | -0/+4 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-18 | 2 | -0/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-16 | 6 | -0/+8 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-15 | 6 | -0/+46 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #43461 from nextcloud/fix/get-rid-of-getlogger | F. E Noel Nfebe | 2024-02-14 | 5 | -6/+11 |
|\ | | | | | chore: Migrate away from OC::$server->getLogger | ||||
| * | chore: Migrate away from OC::$server->getLogger | Côme Chilliet | 2024-02-13 | 5 | -6/+11 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-14 | 64 | -128/+136 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | feat: rename users to account or person | Vincent Petry | 2024-02-13 | 1 | -1/+1 |
|/ | | | | | | Replace translated text in most locations Signed-off-by: Vincent Petry <vincent@nextcloud.com> |