aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* feat(core): Hide header in PWAprovokateurin2 days5-4/+19
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* fix(l10n): Update translations from TransifexNextcloud bot2 days2-0/+46
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore: compile assetsfeat/app-icon-opacityFerdinand Thiessen3 days2-2/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(AccountMenu): do not apply alpha mask on the account menuFerdinand Thiessen3 days1-0/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(AppMenu): add slight opactiy gradient to app iconsFerdinand Thiessen3 days2-3/+2
| | | | | | - resolves https://github.com/nextcloud/server/issues/54141 Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(ContactsMenu): use proper icons in the header navigationFerdinand Thiessen3 days1-8/+14
| | | | | | | app icons in the header navigation are excluded from the outlined icons change, so this reverts this change. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(AccountMenu): apply some outline to the user avatarFerdinand Thiessen3 days1-19/+25
| | | | | | - resolves https://github.com/nextcloud/server/issues/54140 Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(l10n): Update translations from TransifexNextcloud bot4 days2-10/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #54092 from ↵John Molakvoæ5 days3-30/+90
|\ | | | | | | nextcloud/dependabot/composer/vendor-bin/openapi-extractor/nextcloud/openapi-extractor-1.8.1
| * chore(deps): bump nextcloud/openapi-extractordependabot/composer/vendor-bin/openapi-extractor/nextcloud/openapi-extractor-1.8.1dependabot[bot]5 days3-30/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [nextcloud/openapi-extractor](https://github.com/nextcloud-releases/openapi-extractor) from 1.8.0 to 1.8.1. - [Changelog](https://github.com/nextcloud-releases/openapi-extractor/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud-releases/openapi-extractor/compare/v1.8.0...v1.8.1) --- updated-dependencies: - dependency-name: nextcloud/openapi-extractor dependency-version: 1.8.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: provokateurin <kate@provokateurin.de>
* | fix(userconfig): duplicate core lexiconfix/54080/using-userconfig-to-set-langMaxence Lange5 days1-1/+6
| | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | feat(preset): add lexicon entry for custom share tokenfeat/preset/custom-share-tokenMaxence Lange5 days1-0/+13
| | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | feat(lexicon): add note and key-detailsMaxence Lange5 days3-0/+19
| | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | Merge pull request #53944 from nextcloud/chore/too-many-argumentsKate6 days1-1/+1
|\ \
| * | chore: Fix all method calls with too many argumentschore/too-many-argumentsprovokateurin12 days1-1/+1
| | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | fix(l10n): Update translations from TransifexNextcloud bot7 days2-0/+162
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #53975 from nextcloud/feat/lexicon/moving-out-from-unstableMaxence Lange9 days2-10/+10
|\ \ | | | | | | feat(lexicon): moving out from unstable
| * | feat(lexicon): marking unstable as @deprecatedMaxence Lange10 days1-9/+9
| | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | feat(lexicon): moving out from unstableMaxence Lange10 days1-1/+1
| | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | fix(l10n): Update translations from TransifexNextcloud bot9 days4-2/+604
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | feat: replace material icons with outline versions (second pass)feat/material-icons-outlineskjnldsv10 days1-4/+5
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | feat: replace material icons with outline versionsskjnldsv10 days6-8/+8
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | fix(TaskProcessingApiController): Improve error handlingfix/taskprocessingcontroller-errorhandlingMarcel Klehr12 days1-8/+36
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | fix(l10n): Update translations from TransifexNextcloud bot12 days2-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | feat(files_sharing): add config option for extending link-share permissionsFerdinand Thiessen2025-07-172-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 closedDaniel Calviño Sánchez2025-07-161-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-configMaxence Lange2025-07-152-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-111-2/+77
|
* Merge pull request #53141 from nextcloud/perf/files/setup-fs-basic-auth-requestJohn Molakvoæ2025-07-111-77/+2
|\
| * fix(core): Stop abusing the cache for avatar uploadprovokateurin2025-07-081-77/+2
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Merge pull request #53887 from nextcloud/fix/lower-email-caseJohn Molakvoæ2025-07-111-1/+2
|\ \
| * | fix: force lowercase emailsfix/lower-email-caseskjnldsv2025-07-101-1/+2
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | fix(l10n): Update translations from TransifexNextcloud bot2025-07-112-12/+12
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | fix: Replace OC_App::loadApp calls by IAppManagerCôme Chilliet2025-07-101-2/+6
|/ / | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* / fix(l10n): Update translations from TransifexNextcloud bot2025-07-092-6/+8
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-07-086-0/+210
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-07-072-8/+52
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-07-058-0/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore: run rectorrector-phpunit10Robin Appelman2025-07-011-1/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* chore: apply new CSFixer rulesFerdinand Thiessen2025-07-0155-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-downloadJohn Molakvoæ2025-07-011-4/+1
|\
| * feat(files_sharing): allow viewing files with download disabledskjnldsv2025-06-261-4/+1
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-07-014-6/+270
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-06-304-94/+366
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | chore(assets): Recompile assetsnextcloud-command2025-06-264-4/+4
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | style(content): rely on var(--header-height)fix/noid/content-header-heightMaksim Sukharev2025-06-261-4/+4
|/ | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-262-2/+452
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(profile): Consistent email confirmation success page designJosh2025-06-251-1/+1
| | | Signed-off-by: Josh <josh.t.richards@gmail.com>
* fix(profile): Consistent email confirmation page designJosh2025-06-251-1/+1
| | | Signed-off-by: Josh <josh.t.richards@gmail.com>
* Merge pull request #52880 from nextcloud/memcache-commandsRobin Appelman2025-06-257-75/+273
|\ | | | | Add commands to set/get/delete/clear the distributed memcache