aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* fix(ocm): `publicKey` can be disabled so capabilities do not matchfix/ocm-public-key-is-optionalFerdinand Thiessen4 days2-2/+1
| | | | | | | | When the public key feature is disabled null is returned for `publicKey`. So in this case we need to adjust the capabilities and return type of `jsonSerialize()`. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot4 days16-104/+530
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #51568 from nextcloud/feat/add-wcf-capCôme Chilliet5 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 Thiessen6 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 bot5 days84-278/+856
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #51250 from ↵yemkareems5 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 Thiessen6 days1-2/+8
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix(files_sharing): ugly hacks to update permissions on share creationFerdinand Thiessen6 days4-9/+27
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix: pass hide download attribute while creating the share to fix github ↵yemkareems6 days2-5/+8
| |/ | | | | | | | | | | issue 50788 Signed-off-by: yemkareems <yemkareems@gmail.com>
* | fix(webauthn): do not require bcmath or gmp - not needed anymoreFerdinand Thiessen6 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 Thiessen6 days1-3/+3
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot6 days2-4/+4
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #51195 from nextcloud/feat/photo-cache-avifKate6 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 Knorr7 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 bot7 days24-184/+184
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #51400 from nextcloud/chore/tests-hot-keyFerdinand Thiessen7 days1-26/+23
|\ \ \ | | | | | | | | test: speed up hotkey tests by 2.4s
| * | | test: speed up hotkey tests by 2.4schore/tests-hot-keyFerdinand Thiessen13 days1-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 Thiessen7 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 Thiessen12 days1-2/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | Merge pull request #51380 from nextcloud/fix/noid/contactsmenu-ab-enabledHamza7 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 Mahjoubi8 days5-16/+70
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
* | | | | | fix(files_sharing): skip expiration notify for invalid share recordfix-sharing-expiration-notifyLuka Trovic8 days1-1/+4
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Luka Trovic <luka@nextcloud.com>
* | | | | Merge pull request #51389 from ↵Côme Chilliet8 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 Kesselberg11 days1-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | Merge pull request #51512 from ↵Kate8 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-parametersprovokateurin8 days1-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | | Merge pull request #51181 from doubleO8/fix-occ-theming-config-background_colorStephan Orbaugh8 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 bot8 days32-4/+180
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | fix(profile): allow to reset phone numberFerdinand Thiessen9 days1-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot9 days16-0/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | build(deps): bump nextcloud/openapi-extractordependabot[bot]10 days1-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 bot10 days32-150/+248
| |/ / / / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot11 days20-6/+36
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #51469 from nextcloud/fix/share-statusFerdinand Thiessen11 days2-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 Thiessen11 days2-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 ↵Daniel11 days1-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-typeSebastianKrupinski12 days1-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot12 days112-256/+344
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | fix(files): correctly handle plural translation formsCaitlin Jordan13 days1-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 bot13 days106-628/+682
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #51378 from nextcloud/fix/lookup-server-connector-v2Ferdinand Thiessen13 days8-45/+64
|\ \ \ \ \ | | | | | | | | | | | | fix(lookup-server): disable when not using global scale
| * | | | | fix(lookup-server): disable lookup server for non-global scale setupsFerdinand Thiessen13 days8-39/+62
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | fix(lookup-server): do not query data by defaultFerdinand Thiessen13 days4-10/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | fix(lookup-server): do not upload data by defaultFerdinand Thiessen13 days5-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | Merge pull request #51379 from nextcloud/appStoreCacheFolderGit'Fellow13 days1-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 Thiessen13 days1-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>