aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* fix(TasksSearchProviderTest): adjust deep link to Tasks appbackport/49639/stable30Raimund Schlüßler2025-01-241-3/+3
| | | Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
* fix: adjust url for task linksRaimund Schlüßler2025-01-241-1/+1
| | | Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
* Merge pull request #50372 from nextcloud/backport/50369/stable30Richard Steinmetz2025-01-241-1/+1
|\ | | | | [stable30] fix(dav): default calendar and address book not created on first login
| * fix(dav): default calendar and address book not created on first loginbackport/50369/stable30Richard Steinmetz2025-01-231-1/+1
| | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-24170-134/+1078
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #50333 from nextcloud/backport/50330/stable30Joas Schilling2025-01-231-1/+1
|\ | | | | [stable30] fix(security): Update .well-known/security.txt expiration date
| * fix(security): Update .well-known/security.txt expiration datebackport/50330/stable30Joas Schilling2025-01-231-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-231996-15826/+3008
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(translations): Fix webhook_listenersJoas Schilling2025-01-231-0/+0
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-2324-54/+342
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #50291 from nextcloud/backport/49820/stable30Git'Fellow2025-01-221-1/+3
|\ | | | | [stable30] fix(settings): Make header style inline with other pages
| * fix(settings): Make header style inline with other pagesbackport/49820/stable30Git'Fellow2025-01-211-1/+3
| | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | fix(files): rename actions submenu back entryskjnldsv2025-01-221-1/+1
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | fix(files): close submenu on main actions state changeskjnldsv2025-01-221-0/+7
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-22112-116/+362
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | 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 #50197 from nextcloud/backport/50177/stable30Maksim Sukharev2025-01-211-0/+5
|\
| * fix(files): hide move dialog action if destination has no CREATE permissionMaksim Sukharev2025-01-171-0/+5
| | | | | | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-21174-364/+552
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #50278 from nextcloud/backport/50265/stable30max-nextcloud2025-01-201-1/+1
|\ \ | | | | | | [stable30] fix(encryption): handle empty encryptionModules fine
| * | 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>
* | | chore(i18n): Improved grammarrakekniven2025-01-201-1/+1
|/ / | | | | | | | | | | | | Reported at Transifex Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-2018-6/+56
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-1916-10/+46
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix: Apply enforce theme config for anonymous users as wellbackport/50076/stable30Kostiantyn Miakshyn2025-01-181-1/+4
| | | | | | | | Signed-off-by: Kostiantyn Miakshyn <molodchick@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-1834-14/+224
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(files): Add empty alt text to purely decorative iconsfix/legacy-file-dropFerdinand Thiessen2025-01-172-3/+3
|/ | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-1730-0/+212
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #50174 from nextcloud/backport/50152/stable30Ferdinand Thiessen2025-01-161-2/+4
|\ | | | | [stable30] fix(dashboard): don't initially load items of hidden api widgets
| * fix(dashboard): don't initially load items of hidden api widgetsRichard Steinmetz2025-01-161-2/+4
| | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | Merge pull request #49306 from nextcloud/backport/49271/stable30Ferdinand Thiessen2025-01-161-3/+3
|\ \ | | | | | | [stable30] fix(files): Make injected actions reactive
| * | fix(files): Make injected actions reactiveFerdinand Thiessen2025-01-131-3/+3
| | | | | | | | | | | | | | | | | | | | | Provided values are not reactive by default and by design, we must need computed to make them reactive. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | fix(settings): Correctly parse and display default quotabackport/50187/stable30Ferdinand Thiessen2025-01-161-11/+28
| |/ |/| | | | | | | | | | | | | | | | | | | In the account management settings (default settings) the quota was parsed not consistently with how we do it everywhere else. Meaning `1 KB` should be 1024 bytes not 1000 bytes. Also this fixes an issue where searching "1KB" does not yield any output because of the space in the parsed value "1 KB". Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(files_sharing): Remove debounce from expiration date formattingFerdinand Thiessen2025-01-162-4/+6
| | | | | | | | | | | | | | | | This should be done as soon as changed, as the value is not passed to API but needs to be tracked internally (e.g. if you quickly press "save"). Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(files_sharing): Stop overwriting the share expiration date with the ↵provokateurin2025-01-161-4/+1
| | | | | | | | | | | | default expiration date Signed-off-by: provokateurin <kate@provokateurin.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-16100-4/+108
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-1598-98/+98
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-01-1416-2/+54
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-1328-78/+228
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-1214-2/+42
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-11116-28/+280
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(setupchecks): Binary data can have problems with serializebackport/50113/stable30Git'Fellow2025-01-101-2/+2
| | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-104-8/+66
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-0928-4/+394
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(settings): Fix log file download return typeprovokateurin2025-01-083-11/+17
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-08188-444/+612
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(app-store): add missing exApps list items to search filterAndrey Borysenko2025-01-071-1/+2
| | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* fix: block moving files to it's own parent with davbackport/49966/stable30Robin Appelman2025-01-071-0/+5
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-01-076-0/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: remove references to non-existent ShareTypesnfebe2025-01-062-5/+5
| | | | | | | A refactor was done to remove ShareTypes and an incomplete backport of 00c2b94391819eda77ddc7ab347972383c6319c0 left incorrect references to shareTypes. Signed-off-by: nfebe <fenn25.fn@gmail.com>