aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix: encrypt and store password, decrypt and retrieve the sameyemkareems2024-10-283-4/+30
| | | | Signed-off-by: yemkareems <yemkareems@gmail.com>
* Merge pull request #48931 from nextcloud/backport/48917/stable30Kate2024-10-281-0/+1
|\
| * fix(dav): Cleanup view-only checkbackport/48917/stable30provokateurin2024-10-281-0/+1
|/ | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Merge pull request #48635 from nextcloud/backport/48623/stable30Kate2024-10-281-1/+1
|\
| * fix: Allow overriding shouldApplyQuota check from child classesbackport/48623/stable30Julius Knorr2024-10-281-1/+1
|/ | | | Signed-off-by: Julius Knorr <jus@bitgrid.net>
* Merge pull request #48901 from nextcloud/backport/48898/stable30Grigorii K. Shartsev2024-10-283-3/+4
|\ | | | | [stable30] fix(files): add title for files list table header button
| * chore(assets): Recompile assetsbackport/48898/stable30nextcloud-command2024-10-262-3/+3
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * 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>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-2816-24/+50
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-2754-88/+166
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-26146-402/+670
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #48893 from nextcloud/backport/48625/stable30Grigorii K. Shartsev2024-10-2521-42/+90
|\ | | | | [stable30] fix(files): handle empty view with error
| * chore(assets): Recompile assetsbackport/48625/stable30Grigorii 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>
* Merge pull request #48890 from nextcloud/backport/48882/stable30F. E Noel Nfebe2024-10-251-7/+4
|\ | | | | [stable30] refactor(ShareApiController): Check for null and empty strings with e…
| * refactor(ShareApiController): Check for null and empty strings with empty()backport/48882/stable30fenn-cs2024-10-251-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 #48881 from nextcloud/backport/48381/stable30Kate2024-10-251-1/+10
|\
| * fix(ShareAPI): Send mails for mail shares by defaultbackport/48381/stable30fenn-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>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-25150-142/+160
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #48856 from nextcloud/backport/48839/stable30Joas Schilling2024-10-241-2/+2
|\ \ | |/ |/| [stable30] build: Print RTL limited characters in translation-checker
| * build: Show the actual stringbackport/48839/stable30Joas Schilling2024-10-231-2/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * build: Print RTL limited characters in translation-checkerprovokateurin2024-10-231-2/+2
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Merge pull request #48872 from nextcloud/backport/48852/stable30Ferdinand Thiessen2024-10-247-54/+80
|\ \ | | | | | | [stable30] fix(app-store): Correctly render Markdown in app description
| * | chore(assets): Recompile assetsnextcloud-command2024-10-244-6/+6
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | fix(app-store): Correctly render Markdown in app descriptionFerdinand Thiessen2024-10-243-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 #48877 from nextcloud/backport/48863/stable30Julien Veyssier2024-10-241-8/+26
|\ \ \ | |/ / |/| | [stable30] [TextProcessing] Fix: Also list types that are available in task processing
| * | feat(textprocessing): factorize taskProcessingCompatibleTaskTypesbackport/48863/stable30Julien 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 #48836 from nextcloud/backport/48799/stable30Ferdinand Thiessen2024-10-233-4/+4
|\ \ | | | | | | [stable30] fix(files_sharing): Add correct context to translation
| * | chore(assets): Recompile assetsbackport/48799/stable30nextcloud-command2024-10-232-3/+3
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | fix(files_sharing): Add correct context to translationFerdinand Thiessen2024-10-231-1/+1
|/ / | | | | | | | | | | This string is extracted in the `files_sharing` app so it needs to be accessed there and not on `files`. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #48834 from nextcloud/backport/48728/stable30Ferdinand Thiessen2024-10-235-12/+21
|\ \ | | | | | | [stable30] fix(files): Adjust NavigationQuota for Nextcloud 30 design
| * | chore(assets): Recompile assetsbackport/48728/stable30nextcloud-command2024-10-232-3/+3
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | fix(files): Adjust NavigationQuota for Nextcloud 30 designFerdinand Thiessen2024-10-233-9/+18
|/ / | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #48866 from nextcloud/backport/48853/stable30Ferdinand Thiessen2024-10-231-0/+4
|\ \ | | | | | | [stable30] fix(app-store): Ensure the `groups` property is always an array
| * | fix(app-store): Ensure the `groups` property is always an arraybackport/48853/stable30Ferdinand 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 #48868 from nextcloud/backport/48854/stable30Ferdinand Thiessen2024-10-231-1/+15
|\ \ | | | | | | [stable30] fix(app-store): Also proxy images of locally installed apps
| * | fix(app-store): Also proxy images of locally installed appsbackport/48854/stable30Ferdinand 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 #48748 from nextcloud/backport/48373/stable30Ferdinand Thiessen2024-10-232-1/+25
|\ \ | |/ |/| [stable30] fix: add PasswordConfirmationRequired to create user storages endpoint
| * fix: Add frontend code for password confirmationbackport/48373/stable30Ferdinand Thiessen2024-10-181-1/+21
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * fix: add PasswordConfirmationRequired to update and delete methodyemkareems2024-10-181-0/+2
| | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com>
| * fix: add PasswordConfirmationRequired to create user storages endpointyemkareems2024-10-181-0/+2
| | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com>
* | 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 #48830 from nextcloud/backport/48603/stable30Joas Schilling2024-10-221-2/+19
|\ \ | | | | | | [stable30] fix(logger): Remove more parameters of other methods
| * | fix(logger): Remove more parameters of other methodsbackport/48603/stable30Joas Schilling2024-10-211-2/+19
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>