Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(settings): Handle email change restriction separately from display name ↵ | provokateurin | 2025-04-02 | 1 | -0/+1 |
| | | | | | | | | | change restriction Co-authored-by: provokateurin <kate@provokateurin.de> Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Louis <louis@chmn.me> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | chore(i18n): Aligned grammar | rakekniven | 2025-03-31 | 1 | -1/+1 |
| | | | Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> | ||||
* | perf(settings): Remove computation of all groups | Christopher Ng | 2025-03-28 | 1 | -3/+10 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix(webauthn): do not require bcmath or gmp - not needed anymore | Ferdinand Thiessen | 2025-03-19 | 2 | -5/+2 |
| | | | | | | | | The extensions are not required anymore but only recommended for performance. See also: https://github.com/web-auth/webauthn-framework/issues/213 Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Merge pull request #51378 from nextcloud/fix/lookup-server-connector-v2 | Ferdinand Thiessen | 2025-03-11 | 1 | -3/+5 |
|\ | | | | | fix(lookup-server): disable when not using global scale | ||||
| * | fix(lookup-server): disable lookup server for non-global scale setups | Ferdinand Thiessen | 2025-03-11 | 1 | -3/+5 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | fix(lookup-server): do not upload data by default | Ferdinand Thiessen | 2025-03-11 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | fix(AppDiscover): Ensure created cache folder is safe-chars onlyappStoreCacheFolder | Git'Fellow | 2025-03-10 | 1 | -1/+3 |
|/ | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | chore: Move magic number into a documented constfix/fix-disabled-user-list-for-saml-subadmin | Côme Chilliet | 2025-03-10 | 1 | -1/+3 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix: Correctly count disabled users for SAML groups subadmins | Côme Chilliet | 2025-03-10 | 1 | -12/+4 |
| | | | | | | If too many users return -1 as for LDAP so that link is shown Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix(systemtags): unify restrict_creation_to_admin handling | skjnldsv | 2025-03-06 | 1 | -1/+1 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix: Change SQL query so that it is ansi safe | Johan Bernhardsson | 2025-02-27 | 1 | -3/+3 |
| | | | | Signed-off-by: Johan Bernhardsson <johan.bernhardsson@redpill-linpro.com> | ||||
* | fix(l10n): Improve english source strings | Joas Schilling | 2025-02-26 | 2 | -2/+2 |
| | | | | | | | - No leading/trailing whitespace - Use asci single quote Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | feat(setupcheck): check logging level for validityfeat/setup-check-logging | Ferdinand Thiessen | 2025-02-22 | 1 | -0/+55 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Merge pull request #50779 from nextcloud/chore/mailer-tests | Ferdinand Thiessen | 2025-02-18 | 1 | -2/+3 |
|\ | | | | | test(Mailer): Align tests for mailer with stable30 | ||||
| * | test(Mailer): Align tests for mailer with stable30chore/mailer-tests | Josh | 2025-02-12 | 1 | -2/+3 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | fix(settings): Inject subadmin manager and adapt tests, resolve a FIXME comment | Côme Chilliet | 2025-02-13 | 2 | -23/+18 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | chore: Apply new rector configuration to apps folder | Côme Chilliet | 2025-02-13 | 4 | -6/+12 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | chore: re-apply current rector configuration to apps folder | Côme Chilliet | 2025-02-13 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | fix: Replace isInstalled calls with isEnabledForAnyone or isEnabledForUser | Côme Chilliet | 2025-02-13 | 1 | -2/+2 |
|/ | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix(emailTemplate): use instance Name instead of Url in subjectuseNameNotUrl | Git'Fellow | 2025-02-12 | 1 | -1/+2 |
| | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | fix(setupcheck): Update setup check for PHP version to be more accuratebugfix/noid/bump-php-dependency-update-versions | Joas Schilling | 2025-02-10 | 1 | -1/+12 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(provisioning_api): Correct limit for `editUser` | Ferdinand Thiessen | 2025-02-06 | 1 | -0/+2 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Merge pull request #50281 from ↵ | Andy Scherzinger | 2025-01-30 | 1 | -1/+3 |
|\ | | | | | | | | | nextcloud/fix/fix-email-setupcheck-with-null-smtpmode fix(settings): Fix setup check when mail_smptmode is set to "null" | ||||
| * | fix(settings): Fix setup check when mail_smptmode is set to "null"fix/fix-email-setupcheck-with-null-smtpmode | Côme Chilliet | 2025-01-20 | 1 | -1/+3 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Merge pull request #50425 from nextcloud/fix/openapi/outdated-specs | Andy Scherzinger | 2025-01-26 | 1 | -0/+2 |
|\ \ | | | | | | | Fix outdated OpenAPI specs | ||||
| * | | fix(settings): Add back adminstration scope for LogSettingsControllerfix/openapi/outdated-specs | provokateurin | 2025-01-25 | 1 | -0/+2 |
| | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | fix(settings): Add some context to the PHP memory limit errorjtr-settings-memory-limit-details | Josh | 2025-01-26 | 1 | -1/+1 |
| | | | | | | | | | Signed-off-by: Josh <josh.t.richards@gmail.com> | ||||
* | | | fix(SetupChecks): Pass webfinger if a handler is therefix-setupcheck-webfinger-400 | Josh | 2025-01-26 | 1 | -1/+1 |
|/ / | | | | | Signed-off-by: Josh <josh.t.richards@gmail.com> | ||||
* | | fix(security): Update .well-known/security.txt expiration date | Joas Schilling | 2025-01-23 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | feat(systemtags): toggle for system tag creation in admin settings | nfebe | 2025-01-22 | 1 | -0/+4 |
|/ | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com> | ||||
* | feat(sharing): Toggle custom tokens setting as admin | Christopher Ng | 2025-01-15 | 1 | -0/+1 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix(setupchecks): Binary data can have problems with serializesetupChecksMoveFromBinary | Git'Fellow | 2025-01-09 | 1 | -2/+2 |
| | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | Merge pull request #49977 from ↵ | Josh | 2025-01-09 | 1 | -10/+10 |
|\ | | | | | | | | | nextcloud/jtr-perf-checks-connectivity-https-proto perf(settings): Speed up InternetConnectivity setup check | ||||
| * | perf(settings): Speed up InternetConnectivity setup checkjtr-perf-checks-connectivity-https-proto | Josh | 2025-01-07 | 1 | -10/+10 |
| | | | | | | | | | | Specify default protocol (https://) rather than let default handling test both http:// and https:// Signed-off-by: Josh <josh.t.richards@gmail.com> | ||||
* | | Merge pull request #49882 from nextcloud/fix/http/template-valid-status-codes | Kate | 2025-01-08 | 1 | -9/+9 |
|\ \ | |||||
| * | | fix(settings): Fix log file download return type | provokateurin | 2025-01-07 | 1 | -9/+9 |
| | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | Merge pull request #49891 from ↵ | John Molakvoæ | 2025-01-07 | 1 | -21/+24 |
|\ \ \ | |/ / |/| | | | | | nextcloud/refactor/settings/mail-settings-parameters | ||||
| * | | refactor(settings): Use parameters explicitly when setting mail settingsrefactor/settings/mail-settings-parameters | provokateurin | 2025-01-06 | 1 | -21/+24 |
| |/ | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | Merge pull request #49988 from nextcloud/jtr-locale-personal-info | Joas Schilling | 2025-01-07 | 1 | -1/+1 |
|\ \ | | | | | | | fix(settings): show the correct initial locale in Personal info | ||||
| * | | fix(settings): show the correct initial locale in Personal infojtr-locale-personal-info | Josh | 2024-12-29 | 1 | -1/+1 |
| |/ | | | | | Signed-off-by: Josh <josh.t.richards@gmail.com> | ||||
* / | refactor(provisioning_api): Rename AUserData to AUserDataOCSController to ↵ | provokateurin | 2025-01-06 | 1 | -2/+2 |
|/ | | | | | | allow openapi-extractor to detect it as OCS Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix: error handling for wrong json values | Jana Peper | 2024-12-18 | 1 | -1/+16 |
| | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com> | ||||
* | feat: add error flags for json_decode | Jana Peper | 2024-12-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com> | ||||
* | feat: filter disabled apps in task types requests | Jana Peper | 2024-12-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com> | ||||
* | feat: save state in db | Jana Peper | 2024-12-18 | 2 | -1/+5 |
| | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com> | ||||
* | fix(setupcheck): Disable PhpMaxFileSize setupcheck for now | Joas Schilling | 2024-12-04 | 1 | -2/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(setupcheck): Make the Memcache setupcheck use the cache | Joas Schilling | 2024-12-02 | 1 | -0/+37 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(activity): Fix activity object type warnings | Joas Schilling | 2024-11-27 | 1 | -3/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(settings): psalm PhpMaxFileSize setup check warningbackport/49384/master | skjnldsv | 2024-11-19 | 1 | -6/+6 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> |