aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* test: add test for nested jail cross-storage movefix-copying-or-moving-from-shared-groupfoldersRobin Appelman2024-10-101-0/+23
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix: Fix copying or moving from shared groupfoldersDaniel Calviño Sánchez2024-10-101-2/+6
| | | | | | | | | | | | | | | When copying or moving between two local storages the source path (on disk) to copy or move from is got from the unjailed path of the source storage. However, if the source storage has more than one jail getting the unjailed path resolves the most external jail, but the source path needs to be got from the most internal jail instead (the one closer to the local storage). This can happen, for example, with a shared groupfolder: in that case there is an external jail for the shared storage, and one internal jail for the groupfolder storage wrapped by the shared storage. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-10-1042-4/+354
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #48536 from nextcloud/artonge/fix/vue_app_namesLouis2024-10-0926-391/+399
|\ | | | | fix: Vue app names
| * chore: Compile assetsartonge/fix/vue_app_namesLouis Chemineau2024-10-0921-383/+383
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * fix: Minor @nc/vue usage errorsLouis Chemineau2024-10-092-3/+9
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * fix: Vue app namesLouis Chemineau2024-10-093-5/+7
|/ | | | | | This improves the debugging experience in the vue dev tool. Signed-off-by: Louis Chemineau <louis@chmn.me>
* Merge pull request #48623 from nextcloud/fix/allow-quota-wrapper-checkKate2024-10-091-1/+1
|\
| * fix: Allow overriding shouldApplyQuota check from child classesfix/allow-quota-wrapper-checkJulius Knorr2024-10-091-1/+1
| | | | | | | | Signed-off-by: Julius Knorr <jus@bitgrid.net>
* | Merge pull request #48628 from nextcloud/fix/public-getKate2024-10-099-12/+127
|\ \
| * | fix(dav): Public WebDAV endpoint should allow `GET` requestsfix/public-getFerdinand Thiessen2024-10-099-12/+127
|/ / | | | | | | | | | | | | `GET` should be allowed even without Ajax header to allow downloading files, or show files in the viewer. All other requests could be guarded, but this should not. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #48605 from ↵Joas Schilling2024-10-091-0/+0
|\ \ | | | | | | | | | | | | nextcloud/dependabot/composer/guzzlehttp/guzzle-7.9.2 chore(deps): Bump guzzlehttp/guzzle from 7.8.1 to 7.9.2
| * | chore(deps): Bump guzzlehttp/guzzle from 7.8.1 to 7.9.2dependabot/composer/guzzlehttp/guzzle-7.9.2Joas Schilling2024-10-091-0/+0
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #48619 from nextcloud/fix/unified-search-empty-sectionsPytal2024-10-091-2/+18
|\ \ \ | |/ / |/| | fix: Fix empty sections appearing in search results
| * | fix: Fix empty sections appearing in search resultsfix/unified-search-empty-sectionsChristopher Ng2024-10-081-2/+18
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Merge pull request #48538 from nextcloud/fix/get-managers-as-subadminPytal2024-10-086-49/+66
|\ \ \ | | | | | | | | fix: Return correct list of managers for a user
| * | | test: Fix testsfix/get-managers-as-subadminChristopher Ng2024-10-082-17/+13
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | refactor: Clean upChristopher Ng2024-10-081-33/+11
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | fix: Return correct list of managers for a userChristopher Ng2024-10-083-3/+43
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | fix: Subadmin can access selfChristopher Ng2024-10-081-0/+3
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-09138-544/+776
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #48520 from ↵F. E Noel Nfebe2024-10-087-38/+57
|\ \ \ | |/ / |/| | | | | | | | nextcloud/chore/48409/replace-diaspora-and-twitter chore: Replace Twitter & Diaspora links and text
| * | chore(assets): Recompile assetschore/48409/replace-diaspora-and-twitternextcloud-command2024-10-082-3/+3
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | fix(federatedfilesharing): Use valid mastodon URL for sharingFerdinand Thiessen2024-10-081-1/+1
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix(federatedfilesharing): Add aria label to include the `X` in `X (formerly ↵Ferdinand Thiessen2024-10-081-1/+2
| | | | | | | | | | | | | | | | | | Twitter)` button. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | refactor(federatedfilessharing): Make copy logic more resilient and use ↵Ferdinand Thiessen2024-10-081-17/+14
| | | | | | | | | | | | | | | | | | Typescript Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix(federatedfilessharing): Use social media icons from core rather than ↵Ferdinand Thiessen2024-10-082-8/+28
| | | | | | | | | | | | | | | | | | inline SVGs Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | feat(core): Add correct X logo as provided by X Corp.Ferdinand Thiessen2024-10-082-1/+2
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix(core): Use correct facebook icon provided by MetaFerdinand Thiessen2024-10-081-1/+1
| | | | | | | | | | | | | | | | | | The legal terms require to exactly use the facebook logo as provided by Meta. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | chore: Replace Twitter & Diaspora links and textfenn-cs2024-10-081-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Use Twitters new name "X" - Remove Diaspora social and include Mastodon instead Resolves : https://github.com/nextcloud/server/issues/48409 Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | | Merge pull request #48597 from ↵Côme Chilliet2024-10-083-1/+8
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/fix-email-share-transfer-accross-storages Fix email share transfer accross storages
| * | | fix(tests): Fix sharebymail testsfix/fix-email-share-transfer-accross-storagesCôme Chilliet2024-10-082-2/+4
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | fix(sharebymail): Fix share update when node id changedCôme Chilliet2024-10-071-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes transfering an email share from a user to another one when using objectstore as primary storage. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | feat(transfer-ownership): Improve verbose output of commandCôme Chilliet2024-10-071-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Makes debbuging way easier Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Merge pull request #48610 from nextcloud/fix/usertrait/backend-initializationKate2024-10-081-0/+3
|\ \ \ \
| * | | | fix(UserTrait): Fix backend initializationfix/usertrait/backend-initializationprovokateurin2024-10-081-0/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | Merge pull request #48613 from nextcloud/feat/add-query-param-to-force-languageCôme Chilliet2024-10-081-4/+8
|\ \ \ \ \ | | | | | | | | | | | | feat(l10n): Allow to force language with a query parameter
| * | | | | feat(l10n): Respect forceLanguage query parameter in more placesfeat/add-query-param-to-force-languageCôme Chilliet2024-10-081-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Attempt to make L10N Factory consistent with itself when forceLanguage query parameter is used. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | feat(l10n): Allow to force language with a query parameterCôme Chilliet2024-10-081-1/+1
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will be used by support application to always generate the support report in english. It may also be used to debug a language, or to temporarily show a page in an other language to take a screenshot or to share your screen with someone speaking another language. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | Merge pull request #48494 from nextcloud/refactor/storage/strong-param-typesKate2024-10-0848-995/+710
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | refactor(files_external): Add Storage parameter strong typesrefactor/storage/strong-param-typesprovokateurin2024-10-078-175/+116
| | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | | | refactor(files_sharing): Add Storage parameter strong typesprovokateurin2024-10-073-38/+33
| | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | | | refactor(files_trashbin): Add Storage parameter strong typesprovokateurin2024-10-072-10/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | | | refactor(dav): Add Storage parameter strong typesprovokateurin2024-10-072-1/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | | | test(workflowengine): Add Storage parameter strong typesprovokateurin2024-10-071-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | | | refactor(Storage): Make all parameter types strong typesprovokateurin2024-10-0732-768/+542
| |/ / / | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | Merge pull request #48603 from nextcloud/bugfix/noid/censor-more-valuesJoas Schilling2024-10-081-2/+19
|\ \ \ \ | | | | | | | | | | fix(logger): Remove more parameters of other methods
| * | | | fix(logger): Remove more parameters of other methodsbugfix/noid/censor-more-valuesJoas Schilling2024-10-071-2/+19
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #48600 from ↵Kate2024-10-0826-51/+41
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | nextcloud/fix/backgroundjobs/adjust-intervals-time-sensitivities
| * | | | feat(TimedJob): Add debug log about time sensitive jobs with long intervalsfix/backgroundjobs/adjust-intervals-time-sensitivitiesprovokateurin2024-10-081-0/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>