aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-2610-4/+68
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #46079 from nextcloud/fix/well-known-checksCôme Chilliet2024-06-251-1/+1
|\ | | | | fix(settings): make trailing slash for caldav/carddav redirects optional
| * fix(settings): make trailing slash for caldav/carddav redirects optionalMichaIng2024-06-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | #43939 moved the CalDAV/CardDAV redirect checks from the frontend to a new backend API. Since the backend does not send an authentication header, checking for the expected response code 207 of the DAV endpoint does not work anymore, hence the URL of the last redirect is checked instead. This URL is expected to contain a trailing slash, which was not required before, since the DAV endpoint works properly without it (when authenticated). While a trailing slash in the redirect does no harm, it causes many setups to throw an admin panel warning, while in fact the redirects work properly. Furthermore, the proposed "/.well-known/carddav" => "/remote.php/dav/" redirect leads to double slashes, when doing a request to "/.well-known/carddav/", which seems more wrong then right. This change makes the trailing slash optional, hence old and adjusted setups won't throw the warning anymore, and the DAV endpoint works well in both cases. Signed-off-by: MichaIng <micha@dietpi.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-2576-154/+182
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix: Better wordings in the new user modalJérôme Herbinet2024-06-251-2/+2
|/ | | | | | | Co-authored-by: Jan C. Borchardt <925062+jancborchardt@users.noreply.github.com> Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com> Co-authored-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
* chore(deps): Update `debounce` to 2.1.0Ferdinand Thiessen2024-06-232-2/+3
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-234-2/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-21140-4/+170
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: Increase debounce delay when saving account propertiesChristopher Ng2024-06-212-2/+2
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix: Do not import from `axios` but only `@nextcloud/axios`Ferdinand Thiessen2024-06-2010-15/+16
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-202-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore(assets): Recompile assetsnextcloud-command2024-06-192-1/+7
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* chore: Add SPDX headerAndy Scherzinger2024-06-191-0/+3
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Merge pull request #45930 from nextcloud/repair-mimetype-expensiveRobin Appelman2024-06-194-0/+48
|\ | | | | fix: move repair mimetype repair step to the expensive steps
| * feat: add setup check for needed mimetype migrationsRobin Appelman2024-06-184-0/+48
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | feat(settings): Emit loaded event for user managementChristopher Ng2024-06-181-0/+2
|/ | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-172-4/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-164-0/+58
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-154-158/+164
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* test(settings): fix AccountMigratorTest when using PNG avatarsFerdinand Thiessen2024-06-141-0/+0
| | | | | | | PNG is lossless so we test the imported file for equality with the exported file, but the changed asset was never imported into Nextcloud so it was never initially scaled. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-142-18/+18
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore: Add SPDX headerAndy Scherzinger2024-06-132-0/+0
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-136-48/+190
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-124-2/+64
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-102-0/+64
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-092-0/+34
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-086-14/+90
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #43942 from nextcloud/fix/43612/avoid-pwd-confirm-ssoArthur Schiwon2024-06-073-14/+15
|\ | | | | fix(Session): avoid password confirmation on SSO
| * refactor(Token): introduce scope constantsArthur Schiwon2024-06-053-14/+15
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #45684 from nextcloud/feat/user-row-action-svgJohn Molakvoæ2024-06-071-0/+6
|\ \
| * | feat(settings): Support svg user row action iconsChristopher Ng2024-06-061-0/+6
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-0716-4/+276
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #45686 from nextcloud/feat/user-row-action-enabledPytal2024-06-062-4/+15
|\ \ | | | | | | feat(settings): Add user row action enabled callback
| * | feat(settings): Close user row action menu after clickChristopher Ng2024-06-051-0/+1
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | feat(settings): Add action enabled callbackChristopher Ng2024-06-052-4/+14
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | chore: Add SPDX headerAndy Scherzinger2024-06-063-3/+3
| | | | | | | | | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-066-8/+230
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-05144-2396/+5854
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | chore(assets): Recompile assetsnextcloud-command2024-06-032-2/+6
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | chore: Add SPDX headerAndy Scherzinger2024-06-03325-5674/+747
| | | | | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* | fix(caldav): automatically delete outdated scheduling objectsAnna Larch2024-05-314-0/+52
| | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | chore: Change more "user" strings to "account"Christopher Ng2024-05-303-7/+7
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | refactor: Shorten input focus callsChristopher Ng2024-05-301-3/+3
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | fix: Autofocus username inputChristopher Ng2024-05-301-0/+4
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | refactor: Migrate to built-in NcSelect input labelChristopher Ng2024-05-301-26/+7
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | chore: Change some "user" strings to "account"Christopher Ng2024-05-301-6/+6
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | fix(settings): Move user creation modal to dialogChristopher Ng2024-05-302-38/+55
|/ | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat(ldap): sync additional properties to profile and SABJake Nabasny2024-05-309-4/+166
| | | | | | | | | | | | | | | Synced from LDAP to profile: - Date of birth Synced from LDAP to SAB (via the profile): - Biography - Date of birth Original code by Jake Nabasny (GitHub: @slapcat) Co-authored-by: Jake Nabasny <jake@nabasny.com> Co-authored-by: Richard Steinmetz <richard@steinmetz.cloud> Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* fix:Ensure security.txt file ends with a newline characterArchisman Das2024-05-271-1/+2
| | | | Signed-off-by: Archisman Das <archisman.officials@gmail.com>
* feat: Add back searching in disabled user listCôme Chilliet2024-05-232-2/+3
| | | | | | | | When disabled users where moved to their own endpoint we overlooked search, so adding it back. The search is done case-insensitive in uid and display name. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>