aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #51568 from nextcloud/feat/add-wcf-capCôme Chilliet11 days6-0/+93
|\ | | | | feat(files): Add capability for clients to check WCF state
| * feat(files): Add capability for clients to check WCF statefeat/add-wcf-capFerdinand Thiessen13 days6-0/+93
| | | | | | | | | | | | | | | | | | | | This adds a non-initial-state capability for the windows-compatibile-filemnames feature. It is not required by the webui and it might have performance impacts (always compares system config against windows presets), so it is not included in every page load, but instead for querying from the clients. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot11 days84-278/+856
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #51250 from ↵yemkareems12 days5-7/+34
|\ \ | | | | | | | | | | | | nextcloud/fix/pass-hide-download-in-update-request fix: pass hide download attribute while creating the share to fix github issue 50788
| * | fix(files_sharing): make sure IDs are unique for HTML elementsFerdinand Thiessen13 days1-2/+8
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix(files_sharing): ugly hacks to update permissions on share creationFerdinand Thiessen13 days4-9/+27
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix: pass hide download attribute while creating the share to fix github ↵yemkareems13 days2-5/+8
| |/ | | | | | | | | | | issue 50788 Signed-off-by: yemkareems <yemkareems@gmail.com>
* | fix(webauthn): do not require bcmath or gmp - not needed anymoreFerdinand Thiessen12 days2-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>
* | fix(core): adjust fronend code for changes in webauthn libraryFerdinand Thiessen12 days1-3/+3
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot12 days2-4/+4
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #51195 from nextcloud/feat/photo-cache-avifKate13 days1-0/+1
|\ | | | | feat: Allow AVIF content type in PhotoCache
| * feat: Allow AVIF content type in PhotoCachefeat/photo-cache-avifMiguel Sánchez de León Peque2025-03-031-0/+1
| | | | | | | | Signed-off-by: Miguel Sánchez de León Peque <peque@ieco.io>
* | Merge pull request #50663 from nextcloud/enh/improve-transfer-ownership-loggingJulius Knorr13 days1-0/+6
|\ \ | | | | | | enh: improve occ file:transfer-ownership logging
| * | feat: improve occ file:transfer-ownership loggingenh/improve-transfer-ownership-logginggrnd-alt2025-03-061-0/+6
| | | | | | | | | | | | Signed-off-by: grnd-alt <github@belakkaf.net>
* | | Fix(l10n): Update translations from TransifexNextcloud bot13 days24-184/+184
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #51400 from nextcloud/chore/tests-hot-keyFerdinand Thiessen13 days1-26/+23
|\ \ \ | | | | | | | | test: speed up hotkey tests by 2.4s
| * | | test: speed up hotkey tests by 2.4schore/tests-hot-keyFerdinand Thiessen2025-03-111-26/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That is about 2500% as we needed to always wait for the timeout of 500ms. As the event was already handled - compared to now where we only wait for one tick which is about 20ms. Also the tests did not work as expected - for shift and meta key they did not report the failing tests. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #51457 from nextcloud/fix/dav-csrfFerdinand Thiessen14 days1-2/+3
|\ \ \ \ | | | | | | | | | | fix(dav): do not require CSRF for safe and indempotent HTTP methods
| * | | | fix(dav): do not require CSRF for safe and indempotent HTTP methodsfix/dav-csrfFerdinand Thiessen2025-03-131-2/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | Merge pull request #51380 from nextcloud/fix/noid/contactsmenu-ab-enabledHamza14 days5-16/+70
|\ \ \ \ \ | | | | | | | | | | | | fix(cardav): only show users from enabled addressBooks in contacts menu
| * | | | | fix(cardav): only show useres from enabled addressBooks in contacts menufix/noid/contactsmenu-ab-enabledHamza Mahjoubi14 days5-16/+70
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
* | | | | | fix(files_sharing): skip expiration notify for invalid share recordfix-sharing-expiration-notifyLuka Trovic14 days1-1/+4
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Luka Trovic <luka@nextcloud.com>
* | | | | Merge pull request #51389 from ↵Côme Chilliet14 days1-0/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bug/noid/skip-quote-cache-for-remote-shares fix: skip caching lastSeenQuotaUsage for remote shares
| * | | | | fix: skip caching lastSeenQuotaUsage for remote sharesbug/noid/skip-quote-cache-for-remote-sharesDaniel Kesselberg2025-03-141-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | Merge pull request #51512 from ↵Kate14 days1-1/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/comments/activity-rich-subject-parameters fix(comments): Fix activity rich subject parameters
| * | | | | | fix(comments): Fix activity rich subject parametersfix/comments/activity-rich-subject-parametersprovokateurin2025-03-171-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | | Merge pull request #51181 from doubleO8/fix-occ-theming-config-background_colorStephan Orbaugh14 days1-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | include 'background_color' in list of supported keys
| * | | | | | fix(theming) include 'background_color' in list of supported keysdoubleO82025-03-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: doubleO8 <wb008@hdm-stuttgart.de>
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-03-1732-4/+180
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | fix(profile): allow to reset phone numberFerdinand Thiessen2025-03-161-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-03-1616-0/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | build(deps): bump nextcloud/openapi-extractordependabot[bot]2025-03-151-0/+505
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [nextcloud/openapi-extractor](https://github.com/nextcloud-releases/openapi-extractor) from 1.5.0 to 1.5.1. - [Changelog](https://github.com/nextcloud-releases/openapi-extractor/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud-releases/openapi-extractor/compare/v1.5.0...v1.5.1) --- updated-dependencies: - dependency-name: nextcloud/openapi-extractor 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(l10n): Update translations from TransifexNextcloud bot2025-03-1532-150/+248
| |/ / / / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-03-1420-6/+36
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #51469 from nextcloud/fix/share-statusFerdinand Thiessen2025-03-132-15/+30
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix(files_sharing): ensure share status action works also in grid view
| * | | | | | fix(files_sharing): ensure share status action works also in grid viewFerdinand Thiessen2025-03-132-15/+30
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove some hacks from files app about the *files_sharing* status action, in general not sure why this hack was there instead of being in the correct app - but it broke the grid view. So now the sharing information is also available in grid view. Moreover the icon is fixed in size to not overflow the actions menu. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | Merge pull request #51441 from ↵Daniel2025-03-131-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | nextcloud/fix/alter-invite-attachment-filename-and-type fix(CalDav): alter invitation attachment filename and type
| * | | | | fix(CalDav): alter invitation attachment filename and typefix/alter-invite-attachment-filename-and-typeSebastianKrupinski2025-03-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-03-13112-256/+344
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | fix(files): correctly handle plural translation formsCaitlin Jordan2025-03-121-15/+8
|/ / / / / | | | | | | | | | | | | | | | | | | | | Co-authored-by: Caitlin Jordan <jordan.cait17@gmail.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-03-12106-628/+682
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #51378 from nextcloud/fix/lookup-server-connector-v2Ferdinand Thiessen2025-03-118-45/+64
|\ \ \ \ \ | | | | | | | | | | | | fix(lookup-server): disable when not using global scale
| * | | | | fix(lookup-server): disable lookup server for non-global scale setupsFerdinand Thiessen2025-03-118-39/+62
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | fix(lookup-server): do not query data by defaultFerdinand Thiessen2025-03-114-10/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | fix(lookup-server): do not upload data by defaultFerdinand Thiessen2025-03-115-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | Merge pull request #51379 from nextcloud/appStoreCacheFolderGit'Fellow2025-03-111-1/+3
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | fix(AppDiscover): Strip double-quotes from folder name
| * | | | | fix(AppDiscover): Ensure created cache folder is safe-chars onlyappStoreCacheFolderGit'Fellow2025-03-101-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | | | | fix(files): also enable delete action if trashbin is disabledFerdinand Thiessen2025-03-111-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | test(files_trashbin): add test coverage also for utils like the loggerFerdinand Thiessen2025-03-111-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | refactor(files_trashbin): restore action refactoringFerdinand Thiessen2025-03-113-16/+169
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. do not rely on magic string but use constant ID for trashbin view 2. add unit tests for restore action Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>