aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | feat(systemtags): toggle for system tag creation in admin settingsnfebe2025-01-225-4/+110
| | | | | | | | | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com>
| * | feat(systemtags): add setting to block non admin to create system tagsBenjamin Gaussorgues2025-01-229-28/+161
|/ / | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | Merge pull request #50123 from nextcloud/feat/file-conversion-provider-frontJohn Molakvoæ2025-01-22188-236/+1062
|\ \
| * | fix(files): jsunit file_conversionsfeat/file-conversion-provider-frontskjnldsv2025-01-223-4/+4
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | chore(assets): Recompile assetsnextcloud-command2025-01-22174-219/+219
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | fix(files): better conversion error messagesskjnldsv2025-01-221-3/+6
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | fix(reuse): core/openapi-administration licenseskjnldsv2025-01-221-0/+2
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | chore: update @nextcloud/dialogs to 6.1.1skjnldsv2025-01-222-14/+18
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | feat(files): add mime icon endpointskjnldsv2025-01-225-1/+583
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | feat(files): add conversion actionskjnldsv2025-01-226-2/+237
| |/ | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | Merge pull request #50319 from nextcloud/jtr/fix-testSearchGroupsJosh2025-01-221-2/+2
|\ \ | | | | | | test(group): fix frequent `testSearchGroups` failure
| * | test: fix periodic `Test\Group\DatabaseTest::testSearchGroups` failurejtr/fix-testSearchGroupsJosh2025-01-221-2/+2
| |/ | | | | Signed-off-by: Josh <josh.t.richards@gmail.com>
* | Merge pull request #50083 from nextcloud/bugfix/trim-tagsFerdinand Thiessen2025-01-221-0/+2
|\ \ | |/ |/| fix: Trim tags on adding or editing
| * fix: Trim tags on adding or editingbugfix/trim-tagsKostiantyn Miakshyn2025-01-201-0/+2
| | | | | | | | Signed-off-by: Kostiantyn Miakshyn <molodchick@gmail.com>
* | Merge pull request #50314 from nextcloud/chore/symfony-httpFerdinand Thiessen2025-01-221-0/+0
|\ \ | | | | | | chore(3rdparty): Bump symfony/http-foundation from 6.4.12 to 6.4.14
| * | chore(3rdparty): Bump symfony/http-foundation from 6.4.12 to 6.4.14Ferdinand Thiessen2025-01-221-0/+0
|/ / | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #50310 from nextcloud/dependabot/npm_and_yarn/undici-5.28.5dependabot[bot]2025-01-221-3/+3
|\ \
| * | chore(deps-dev): bump undici from 5.28.4 to 5.28.5dependabot[bot]2025-01-221-3/+3
|/ / | | | | | | | | | | | | | | | | | | | | | | | | Bumps [undici](https://github.com/nodejs/undici) from 5.28.4 to 5.28.5. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.28.4...v5.28.5) --- updated-dependencies: - dependency-name: undici dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #50309 from nextcloud/dependabot/npm_and_yarn/vite-5.4.14dependabot[bot]2025-01-221-3/+4
|\ \
| * | chore(deps): bump vite from 5.4.6 to 5.4.14dependabot[bot]2025-01-221-3/+4
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.6 to 5.4.14. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.14/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.14/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-22124-124/+452
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #50305 from nextcloud/chore/first-login-hours-minutesPytal2025-01-215-7/+13
|\ \ | | | | | | chore: Only show hours and minutes in first login timestamp
| * | chore(assets): Recompile assetschore/first-login-hours-minutesnextcloud-command2025-01-214-6/+6
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | chore: Only show hours and minutes in first login timestampChristopher Ng2025-01-211-1/+7
|/ / | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #50220 from nextcloud/fix/sidebar-favoritesFerdinand Thiessen2025-01-219-17/+176
|\ \ | | | | | | fix(files): Ensure favorites set in sidebar work
| * | chore: Compile assetsFerdinand Thiessen2025-01-215-7/+7
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix(files): Ensure favorites set in sidebar workFerdinand Thiessen2025-01-214-10/+169
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | When marking a file as favorite from within the sidebar make sure it really works, this fixes two issues: 1. The source needs to be the plain source not URL encoded, as otherwise the source of the node would be encoded twice (and show with encoding in the navigation) 2. The store should also listen for the update events as the sidebar has no access to the real node to update it, instead the store should - as long as we only have the legacy sidebar - update the node when added or removed as favorite. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #50233 from nextcloud/fix/update-notificationFerdinand Thiessen2025-01-213-2/+203
|\ \ | | | | | | fix(updatenotification): Parse pre-release version of apps
| * | fix(updatenotification): Parse pre-release version of appsFerdinand Thiessen2025-01-213-2/+203
| | | | | | | | | | | | | | | | | | | | | | | | The notitication is correctly created, but the changelog is not show. We need to make sure the version passed to the manager is in the allowed format (major.minor.patch). Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #49261 from nextcloud/fix/file-list-filters-resetFerdinand Thiessen2025-01-2114-80/+146
|\ \ \ | | | | | | | | fix(files): Properly reset all file list filters on view change
| * | | chore: Compile assetsFerdinand Thiessen2025-01-218-11/+11
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | fix(files): Properly reset all file list filters on view changeFerdinand Thiessen2025-01-216-69/+135
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #50285 from nextcloud/release/31.0.0_beta_5v31.0.0beta5Benjamin Gaussorgues2025-01-211-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | build(hub): 31.0.0 beta 5Benjamin Gaussorgues2025-01-211-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | | | Merge pull request #50255 from nextcloud/fix/password-validationFerdinand Thiessen2025-01-211-1/+3
|\ \ \ \ | |_|/ / |/| | | fix(sharing): Set correct password context for share password validation
| * | | fix(sharing): Set correct password context for share password validationfix/password-validationFerdinand Thiessen2025-01-201-1/+3
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #49820 from nextcloud/fixHeaderStyleSettingsLouis2025-01-211-1/+3
|\ \ \ \ | |_|/ / |/| | | fix(settings): Make header style inline with other pages
| * | | fix(settings): Make header style inline with other pagesfixHeaderStyleSettingsGit'Fellow2024-12-121-1/+3
| | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-21246-370/+686
| |_|/ |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #50230 from nextcloud/feat/settings/advanced-deploy-optionsAndrey Borysenko2025-01-20107-159/+523
|\ \ \ | |_|/ |/| | feat(settings): advanced deploy options
| * | chore(assets): Recompile assetsnextcloud-command2025-01-20102-153/+153
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | feat(app_api): Advanced deploy optionsAndrey Borysenko2025-01-205-6/+370
|/ / | | | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* | Merge pull request #48800 from GreyXor/masterJoas Schilling2025-01-201-2/+3
|\ \ | | | | | | fix: add eol in dav command and use success const as return code
| * | fix: use self failure for consistencyGreyXor2025-01-161-1/+1
| | | | | | | | | | | | Signed-off-by: GreyXor <greyxor@protonmail.com>
| * | fix: add eol in dav command and use success const as return codeGreyXor2025-01-161-1/+2
| | | | | | | | | | | | Signed-off-by: GreyXor <greyxor@protonmail.com>
* | | Merge pull request #50265 from ↵max-nextcloud2025-01-203-4/+4
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/settings-for-encryption-without-modules fix(encryption): handle empty encryptionModules fine
| * | | chore(assets): Recompile assetsnextcloud-command2025-01-202-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | fix(encryption): handle empty encryptionModules fineMax2025-01-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `[].find(...)` will return `undefined`. `undefined[0]` throws an exception. Handle this case more gracefully. Signed-off-by: Max <max@nextcloud.com>
* | | | Merge pull request #50271 from nextcloud/removeWarningRegressionGit'Fellow2025-01-201-1/+0
|\ \ \ \ | | | | | | | | | | fix(TemplateManager): Remove warning message
| * | | | fix(TemplateManager): Remove warning messageGit'Fellow2025-01-201-1/+0
| |/ / / | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>