Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(TaskProcessingApiController): Improve error handlingfix/taskprocessingcontroller-errorhandling | Marcel Klehr | 13 days | 1 | -8/+36 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 13 days | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | feat(files_sharing): add config option for extending link-share permissions | Ferdinand Thiessen | 2025-07-17 | 2 | -0/+46 |
| | | | | | | | | This allows the admin to control the behavior whether link shares with READ permissions should be extended to also gain SHARE permissions, allowing users (public share receivers) to add the share to their cloud. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix: Fix clearing unified search when modal is closed | Daniel Calviño Sánchez | 2025-07-16 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | | The unified search modal was intended to be cleared when closed. However, "UnifiedSearchModal" did not emit "update:query" when its internal query value ("searchQuery") changed, so "UnifiedSearch.query" was kept as an empty string. When the modal was closed "update:query" was emitted with an empty string, which should have cleared "UnifiedSearch.query" and that, in turn, should have cleared the modal. However as "UnifiedSearch.query" was already an empty string the watcher that updates "UnifiedSearchModal.searchQuery" from "UnifiedSearch.query" was not triggered and the modal was not cleared. As "UnifiedSearch.query" is now updated with the value of "UnifiedSearchModal.searchQuery" the latter can not be trimmed when updated from the former, as that would in turn also trim "UnifiedSearchModal.searchQuery" and prevent to search for anything with spaces at the beginning or end (even if those trailing spaces are just temporary while writing something like "searched value"). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | feat(lexicon): preset()feat/noid/preset-config | Maxence Lange | 2025-07-15 | 2 | -0/+73 |
| | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | Revert "perf(base): Stop setting up the FS for every basic auth request" | John Molakvoæ | 2025-07-11 | 1 | -2/+77 |
| | |||||
* | Merge pull request #53141 from nextcloud/perf/files/setup-fs-basic-auth-request | John Molakvoæ | 2025-07-11 | 1 | -77/+2 |
|\ | |||||
| * | fix(core): Stop abusing the cache for avatar upload | provokateurin | 2025-07-08 | 1 | -77/+2 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | Merge pull request #53887 from nextcloud/fix/lower-email-case | John Molakvoæ | 2025-07-11 | 1 | -1/+2 |
|\ \ | |||||
| * | | fix: force lowercase emailsfix/lower-email-case | skjnldsv | 2025-07-10 | 1 | -1/+2 |
| | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-07-11 | 2 | -12/+12 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | fix: Replace OC_App::loadApp calls by IAppManager | Côme Chilliet | 2025-07-10 | 1 | -2/+6 |
|/ / | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* / | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-07-09 | 2 | -6/+8 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-07-08 | 6 | -0/+210 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-07-07 | 2 | -8/+52 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-07-05 | 8 | -0/+8 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | chore: run rectorrector-phpunit10 | Robin Appelman | 2025-07-01 | 1 | -1/+2 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | chore: apply new CSFixer rules | Ferdinand Thiessen | 2025-07-01 | 55 | -38/+83 |
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> # Conflicts: # apps/settings/lib/SetupChecks/PhpOpcacheSetup.php | ||||
* | Merge pull request #53671 from nextcloud/fix/read-only-share-download | John Molakvoæ | 2025-07-01 | 1 | -4/+1 |
|\ | |||||
| * | feat(files_sharing): allow viewing files with download disabled | skjnldsv | 2025-06-26 | 1 | -4/+1 |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-07-01 | 4 | -6/+270 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-30 | 4 | -94/+366 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | chore(assets): Recompile assets | nextcloud-command | 2025-06-26 | 4 | -4/+4 |
| | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | | style(content): rely on var(--header-height)fix/noid/content-header-height | Maksim Sukharev | 2025-06-26 | 1 | -4/+4 |
|/ | | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-26 | 2 | -2/+452 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(profile): Consistent email confirmation success page design | Josh | 2025-06-25 | 1 | -1/+1 |
| | | | Signed-off-by: Josh <josh.t.richards@gmail.com> | ||||
* | fix(profile): Consistent email confirmation page design | Josh | 2025-06-25 | 1 | -1/+1 |
| | | | Signed-off-by: Josh <josh.t.richards@gmail.com> | ||||
* | Merge pull request #52880 from nextcloud/memcache-commands | Robin Appelman | 2025-06-25 | 7 | -75/+273 |
|\ | | | | | Add commands to set/get/delete/clear the distributed memcache | ||||
| * | feat: add command to clear memcachememcache-commands | Robin Appelman | 2025-06-24 | 2 | -1/+49 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | feat: add command to delete memcache key | Robin Appelman | 2025-06-24 | 2 | -0/+45 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | feat: add commands to get and set memcache values | Robin Appelman | 2025-06-24 | 3 | -0/+102 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | refactor: split off value casting out of config:system:set command | Robin Appelman | 2025-06-24 | 2 | -75/+78 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | feat(occ): Add commands to list all routes and match a single onefeat/noid/add-command-to-list-all-routes | Joas Schilling | 2025-06-25 | 3 | -0/+233 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | feat(lexicon): migrate config key/value | Maxence Lange | 2025-06-24 | 3 | -21/+13 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | Merge pull request #53615 from nextcloud/fix/revive-lowercase-email | Richard Steinmetz | 2025-06-24 | 1 | -0/+16 |
|\ | | | | | fix: revive always storing lowercased email addresses | ||||
| * | fix: revive always storing lowercased email addresses | Richard Steinmetz | 2025-06-24 | 1 | -0/+16 |
| | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-24 | 4 | -0/+240 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix: update request token on two-factor pagesfix/two-factor-request-token | Richard Steinmetz | 2025-06-23 | 6 | -4/+34 |
| | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | | fix: generate csrf tokens if two factor challenge is ongoing | Richard Steinmetz | 2025-06-23 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-23 | 2 | -0/+184 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-22 | 4 | -0/+92 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-21 | 8 | -0/+1102 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix(core): Make --password-from-env work with NC_PASS everywherefix/core/password-from-env-nc-pass | provokateurin | 2025-06-20 | 2 | -6/+6 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | fix(core): Make OC_PASS actually work for occ user:auth-tokens:add ↵ | provokateurin | 2025-06-20 | 1 | -2/+2 |
|/ | | | | | | --password-from-env Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-20 | 6 | -4/+154 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix: reload login page after password reset | SebastianKrupinski | 2025-06-19 | 1 | -2/+3 |
| | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-19 | 4 | -10/+12 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-18 | 4 | -0/+12 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #53540 from nextcloud/feature/add-profile-to-occ | Richard Steinmetz | 2025-06-17 | 2 | -0/+236 |
|\ | | | | | Feature/add profile to occ | ||||
| * | feat: allow reading profile properties from occ | Salvatore Martire | 2025-06-17 | 2 | -0/+236 |
| | | | | | | | | | | | | | | This change adds support for reading profile information through the occ command, and updates the corresponding test. Signed-off-by: Salvatore Martire <4652631+klarkent@users.noreply.github.com> |