aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #48638 from nextcloud/fix/reasons-to-usePytal2024-10-104-14/+13
|\ | | | | fix: Fix "Reasons to use Nextcloud" design
| * chore: compile assetsfix/reasons-to-useChristopher Ng2024-10-092-2/+2
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * fix: Fix "Reasons to use Nextcloud" designChristopher Ng2024-10-092-12/+11
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-1040-4/+318
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* 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-091-5/+5
| | | | | | This improves the debugging experience in the vue dev tool. Signed-off-by: Louis Chemineau <louis@chmn.me>
* fix(dav): Public WebDAV endpoint should allow `GET` requestsfix/public-getFerdinand Thiessen2024-10-091-6/+10
| | | | | | | `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 #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-085-49/+63
|\ \ | | | | | | 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(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-081-32/+50
|\ \ | |/ |/| | | | | nextcloud/chore/48409/replace-diaspora-and-twitter chore: Replace Twitter & Diaspora links and text
| * 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-081-7/+27
| | | | | | | | | | | | inline SVGs 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 #48494 from nextcloud/refactor/storage/strong-param-typesKate2024-10-0816-227/+168
|\ \ \ | |_|/ |/| |
| * | 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>
* | fix(BackgroundJobs): Adjust intervals and time sensitivitiesprovokateurin2024-10-0817-35/+19
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-0896-2/+208
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | feat(sidebar): Show node owner in metadata sublinefenn-cs2024-10-073-24/+70
|/ | | | | | Resolves: https://github.com/nextcloud/server/issues/46178 Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* fix: Ensure we only pass string to writeln()Joas Schilling2024-10-072-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* test: Fix wrongly mocked methodJoas Schilling2024-10-071-2/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* ci: Fix psalm by typing the QuestionHelperJoas Schilling2024-10-071-0/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #48438 from nextcloud/fix/bring-back-zip-eventFerdinand Thiessen2024-10-073-43/+45
|\ | | | | fix(dav): Emit `BeforeZipCreatedEvent` when creating folder zip archive
| * fix(dav): Emit `BeforeZipCreatedEvent` when creating folder zip archivefix/bring-back-zip-eventFerdinand Thiessen2024-09-293-43/+45
| | | | | | | | | | | | This is required to not break behavior on zip download (apps should be able to react to zip download especially for shares). Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-0720-56/+86
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-0618-4/+128
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-0516-0/+42
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #48532 from nextcloud/fix/48437/dont-exclude-userArthur Schiwon2024-10-041-6/+0
|\ \ | | | | | | fix: do not reduce count for subadmins if they are members of group
| * | fix: do not reduce count for subadmins if they are members of groupfix/48437/dont-exclude-userMaksim Sukharev2024-10-021-6/+0
| | | | | | | | | | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
* | | fix: use nc's binary finding logic for smbsmb-systembridgeRobin Appelman2024-10-044-7/+36
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-0448-512/+564
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #48440 from nextcloud/refactor/background-serviceFerdinand Thiessen2024-10-031-34/+28
|\ \ \ | | | | | | | | refactor(theming): Reduce duplicated code in `BackgroundService`
| * | | refactor(theming): Reduce duplicated code in `BackgroundService`refactor/background-serviceFerdinand Thiessen2024-09-281-34/+28
| | |/ | |/| | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #48543 from nextcloud/fix/themes-layoutPytal2024-10-032-7/+0
|\ \ \ | | | | | | | | fix(theming): Fix layout of themes
| * | | fix(theming): Fix layout of themesChristopher Ng2024-10-022-7/+0
| | |/ | |/| | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Merge pull request #48548 from nextcloud/fix/fix-admin-audit-event-listeningCôme Chilliet2024-10-032-55/+9
|\ \ \ | | | | | | | | fix(admin_audit): Listen to the right events