aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | feat: Update UI to respect tag creation permissionsnfebe2025-01-223-1/+15
| * | | feat(systemtags): toggle for system tag creation in admin settingsnfebe2025-01-225-4/+110
| * | | feat(systemtags): add setting to block non admin to create system tagsBenjamin Gaussorgues2025-01-229-28/+161
|/ / /
* | | 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
| * | | chore(assets): Recompile assetsnextcloud-command2025-01-22174-219/+219
| * | | fix(files): better conversion error messagesskjnldsv2025-01-221-3/+6
| * | | fix(reuse): core/openapi-administration licenseskjnldsv2025-01-221-0/+2
| * | | chore: update @nextcloud/dialogs to 6.1.1skjnldsv2025-01-222-14/+18
| * | | feat(files): add mime icon endpointskjnldsv2025-01-225-1/+583
| * | | feat(files): add conversion actionskjnldsv2025-01-226-2/+237
| |/ /
* | | Merge pull request #50319 from nextcloud/jtr/fix-testSearchGroupsJosh2025-01-221-2/+2
|\ \ \
| * | | test: fix periodic `Test\Group\DatabaseTest::testSearchGroups` failurejtr/fix-testSearchGroupsJosh2025-01-221-2/+2
| |/ /
* | | Merge pull request #50083 from nextcloud/bugfix/trim-tagsFerdinand Thiessen2025-01-221-0/+2
|\ \ \ | |/ / |/| |
| * | fix: Trim tags on adding or editingbugfix/trim-tagsKostiantyn Miakshyn2025-01-201-0/+2
* | | 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.14Ferdinand Thiessen2025-01-221-0/+0
|/ / /
* | | 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
|/ / /
* | | 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
|/ / /
* | | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-22124-124/+452
* | | Merge pull request #50305 from nextcloud/chore/first-login-hours-minutesPytal2025-01-215-7/+13
|\ \ \
| * | | chore(assets): Recompile assetschore/first-login-hours-minutesnextcloud-command2025-01-214-6/+6
| * | | chore: Only show hours and minutes in first login timestampChristopher Ng2025-01-211-1/+7
|/ / /
* | | Merge pull request #50220 from nextcloud/fix/sidebar-favoritesFerdinand Thiessen2025-01-219-17/+176
|\ \ \
| * | | chore: Compile assetsFerdinand Thiessen2025-01-215-7/+7
| * | | fix(files): Ensure favorites set in sidebar workFerdinand Thiessen2025-01-214-10/+169
|/ / /
* | | Merge pull request #50233 from nextcloud/fix/update-notificationFerdinand Thiessen2025-01-213-2/+203
|\ \ \
| * | | fix(updatenotification): Parse pre-release version of appsFerdinand Thiessen2025-01-213-2/+203
* | | | Merge pull request #49261 from nextcloud/fix/file-list-filters-resetFerdinand Thiessen2025-01-2114-80/+146
|\ \ \ \
| * | | | chore: Compile assetsFerdinand Thiessen2025-01-218-11/+11
| * | | | fix(files): Properly reset all file list filters on view changeFerdinand Thiessen2025-01-216-69/+135
* | | | | 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
* | | | | Merge pull request #50255 from nextcloud/fix/password-validationFerdinand Thiessen2025-01-211-1/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fix(sharing): Set correct password context for share password validationfix/password-validationFerdinand Thiessen2025-01-201-1/+3
* | | | | Merge pull request #49820 from nextcloud/fixHeaderStyleSettingsLouis2025-01-211-1/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fix(settings): Make header style inline with other pagesfixHeaderStyleSettingsGit'Fellow2024-12-121-1/+3
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-21246-370/+686
| |_|/ / |/| | |
* | | | Merge pull request #50230 from nextcloud/feat/settings/advanced-deploy-optionsAndrey Borysenko2025-01-20107-159/+523
|\ \ \ \ | |_|/ / |/| | |
| * | | chore(assets): Recompile assetsnextcloud-command2025-01-20102-153/+153
| * | | feat(app_api): Advanced deploy optionsAndrey Borysenko2025-01-205-6/+370
|/ / /
* | | Merge pull request #48800 from GreyXor/masterJoas Schilling2025-01-201-2/+3
|\ \ \
| * | | fix: use self failure for consistencyGreyXor2025-01-161-1/+1
| * | | fix: add eol in dav command and use success const as return codeGreyXor2025-01-161-1/+2
* | | | Merge pull request #50265 from nextcloud/fix/settings-for-encryption-without-...max-nextcloud2025-01-203-4/+4
|\ \ \ \
| * | | | chore(assets): Recompile assetsnextcloud-command2025-01-202-3/+3
| * | | | fix(encryption): handle empty encryptionModules fineMax2025-01-201-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #50271 from nextcloud/removeWarningRegressionGit'Fellow2025-01-201-1/+0
|\ \ \ \