aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* chore(assets): Recompile assetsfix/files--list-header-button-titleGrigorii K. Shartsev2024-10-252-3/+3
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* fix(files): add title for files list table header buttonGrigorii K. Shartsev2024-10-251-0/+1
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* Merge pull request #48895 from nextcloud/jtr/chore-bug-report-logsJosh2024-10-251-4/+4
|\ | | | | chore: Clarify log entry requirements in bug report form
| * chore: Clarify log entry requirements in bug report formjtr/chore-bug-report-logsJosh2024-10-251-4/+4
|/ | | Signed-off-by: Josh <josh.t.richards@gmail.com>
* Merge pull request #48892 from nextcloud/update-stale-bot-configurationDaniel2024-10-251-1/+0
|\ | | | | chore: don't remove needs info label when commenting on a stale issue
| * chore: don't remove needs info label when commenting on a stale issueupdate-stale-bot-configurationDaniel Kesselberg2024-10-251-1/+0
| | | | | | | | | | | | | | 1) Removing the "needs info" label when someone comments on a stale issue seems incorrect. 2) By default, the stale action removes the "stale" label upon commenting. However, the labels-to-remove-when-unstale option triggers an additional API request to remove the "stale" label, which was already removed in the previous API call. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #48884 from nextcloud/bugfix/noid/allow-to-force-db-throttlerJoas Schilling2024-10-252-2/+14
|\ \ | | | | | | feat(bruteforce): Allow forcing the database throttler
| * | feat(bruteforce): Allow forcing the database throttlerbugfix/noid/allow-to-force-db-throttlerJoas Schilling2024-10-242-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | Using the database is most likely worse for performance, but makes investigating issues a lot easier as it's possible to look directly at the table to see all logged remote addresses and actions. Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #48625 from nextcloud/fix/files--handle-empty-view-with-errorGrigorii K. Shartsev2024-10-2521-42/+90
|\ \ \ | |_|/ |/| | fix(files): handle empty view with error
| * | chore(assets): Recompile assetsfix/files--handle-empty-view-with-errorGrigorii K. Shartsev2024-10-2517-19/+19
| | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
| * | refactor(files): migrate to @nextcloud/sharingGrigorii K. Shartsev2024-10-252-21/+3
| | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
| * | fix(files): handle empty view with errorGrigorii K. Shartsev2024-10-252-6/+63
| | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
| * | chore(files): migrate davUtils to TSGrigorii K. Shartsev2024-10-253-15/+24
|/ / | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-25150-142/+160
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #48882 from nextcloud/safety-net-null-checkF. E Noel Nfebe2024-10-251-7/+4
|\ \ | |/ |/| refactor(ShareApiController): Check for null and empty strings with e…
| * refactor(ShareApiController): Check for null and empty strings with empty()safety-net-null-checkfenn-cs2024-10-241-7/+4
|/ | | | | | Proactive measure to avoid warnings in higher php versions as well possible type errors Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* Merge pull request #48381 from ↵F. E Noel Nfebe2024-10-241-1/+10
|\ | | | | | | | | nextcloud/fix/48012/fix-share-email-send-mail-share fix(ShareAPI): Send mails for mail shares by default
| * fix(ShareAPI): Send mails for mail shares by defaultfix/48012/fix-share-email-send-mail-sharefenn-cs2024-10-241-1/+10
|/ | | | | | | | | | | | | | It looks like, the frontend it needs to provide the `sendMail` param for the backend to decide wether mails would be sent. Our UI does not have that at the moment so it should default to sending emails always for mail shares. Not exactly sure how this was handled earlier but this is a good starting point. Resolves : https://github.com/nextcloud/server/issues/48012 Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* Merge pull request #48874 from nextcloud/jtr/setup-checks-headingFerdinand Thiessen2024-10-241-1/+1
|\ | | | | fix(settings): Change "setup warnings" -> "setup checks" in Overview
| * fix(settings): Change "setup warnings" -> "setup checks" in Overviewjtr/setup-checks-headingJosh2024-10-231-1/+1
| | | | | | Signed-off-by: Josh <josh.t.richards@gmail.com>
* | Merge pull request #48863 from nextcloud/fix/noid/textprocessing-list-typesJulien Veyssier2024-10-241-8/+26
|\ \ | | | | | | [TextProcessing] Fix: Also list types that are available in task processing
| * | feat(textprocessing): factorize taskProcessingCompatibleTaskTypesJulien Veyssier2024-10-241-22/+11
| | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * | fix(textprocessing): also list types that are available in task processingJulien Veyssier2024-10-241-0/+29
|/ / | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* / Fix(l10n): Update translations from TransifexNextcloud bot2024-10-24122-344/+296
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #48864 from nextcloud/fix/invalid-app-configFerdinand Thiessen2024-10-236-114/+115
|\ | | | | fix(settings): Do not use `null` on `string` parameter for sharing disclaimer
| * chore: Compile assetsfix/invalid-app-configFerdinand Thiessen2024-10-232-3/+3
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * fix(settings): Do not use `null` on `string` parameter for sharing disclaimerFerdinand Thiessen2024-10-234-111/+112
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #48852 from nextcloud/fix/app-store-markdownFerdinand Thiessen2024-10-237-54/+80
|\ \ | |/ |/| fix(app-store): Correctly render Markdown in app description
| * chore(assets): Recompile assetsfix/app-store-markdownnextcloud-command2024-10-234-6/+6
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * fix(app-store): Correctly render Markdown in app descriptionFerdinand Thiessen2024-10-233-48/+74
| | | | | | | | | | | | This seems to be broken by an update because the renderer now passes an object instead of multiple arguments to the render functions. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #48867 from nextcloud/fix/apps/wrong-missing-castsKate2024-10-235-21/+4
|\ \
| * | fix(apps): Fix wrong or missing castsfix/apps/wrong-missing-castsprovokateurin2024-10-235-21/+4
| |/ | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Merge pull request #48854 from nextcloud/fix/proxy-app-screenshotKate2024-10-231-1/+15
|\ \ | |/ |/|
| * fix(app-store): Also proxy images of locally installed appsfix/proxy-app-screenshotFerdinand Thiessen2024-10-231-1/+15
| | | | | | | | | | | | | | Before this only app store apps got their screenshots proxied, but this will cause locally installed apps to not be correctly shown on the app-store. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #48853 from nextcloud/fix/app-store-groupsFerdinand Thiessen2024-10-231-0/+4
|\ \ | | | | | | fix(app-store): Ensure the `groups` property is always an array
| * | fix(app-store): Ensure the `groups` property is always an arrayfix/app-store-groupsFerdinand Thiessen2024-10-231-0/+4
| |/ | | | | | | | | | | | | If the value was a string, like a single group, then `json_decode` will also yield only a string. So in this case we ensure the property is always an array with that value. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #48850 from nextcloud/fix/unified-search-ctrl-fFerdinand Thiessen2024-10-233-7/+10
|\ \ | | | | | | fix(unified-search): Close on second ctrl+f
| * | chore: Compile assetsfix/unified-search-ctrl-fFerdinand Thiessen2024-10-232-3/+3
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix(unified-search): Close on second ctrl+fFerdinand Thiessen2024-10-231-4/+7
| |/ | | | | | | | | | | Also only add the event listener if short-cuts are not disabled for accessibility reasons. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #48851 from nextcloud/artonge/fix/uid_typeLouis2024-10-231-1/+1
|\ \ | | | | | | Fix $uid type in Encryption stream
| * | fix: $uid type in Encryption streamartonge/fix/uid_typeLouis2024-10-231-1/+1
| |/ | | | | | | | | | | | | As explained by the comment. Signed-off-by: Louis <louis@chmn.me> Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Merge pull request #48837 from ↵Joas Schilling2024-10-232-5/+61
|\ \ | | | | | | | | | | | | nextcloud/followup/47329/add-all-types-to-handling fix(entity): Fix mapping of old/sub-types to actually supported datab…
| * | fix(entity): Fix mapping of old/sub-types to actually supported database typesfollowup/47329/add-all-types-to-handlingJoas Schilling2024-10-232-5/+61
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #48839 from ↵Ferdinand Thiessen2024-10-231-2/+2
|\ \ \ | |_|/ |/| | | | | | | | nextcloud/build/translation-checker-print-rtl-limited-characters build: Print RTL limited characters in translation-checker
| * | build: Show the actual stringbuild/translation-checker-print-rtl-limited-charactersJoas Schilling2024-10-231-2/+2
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | build: Print RTL limited characters in translation-checkerprovokateurin2024-10-221-2/+2
| | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-236-10/+10
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-222-2/+2
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-2256-48/+206
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #48790 from ↵Kate2024-10-22591-6672/+2834
|\ \ | |/ |/| | | nextcloud/refactor/apps/constructor-property-promotion