aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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
| * | | fix(admin_audit): Listen to the right eventsfix/fix-admin-audit-event-listeningCôme Chilliet2024-10-032-55/+9
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Merge pull request #48540 from nextcloud/bugfix/noid/remove-3rdparty-useJoas Schilling2024-10-035-13/+13
|\ \ \ \ | |/ / / |/| | | fix(filesexternal): Remove unneeded 3rdparty library use
| * | | fix(filesexternal): Remove unneeded 3rdparty library usebugfix/noid/remove-3rdparty-useJoas Schilling2024-10-025-13/+13
| |/ / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / / Fix(l10n): Update translations from TransifexNextcloud bot2024-10-03218-286/+364
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #48508 from nextcloud/fix/webcal-subscription-jobs-middlewareAnna2024-10-023-108/+66
|\ \ | | | | | | fix(caldav): add missing handlers
| * | fix(caldav): add missing handlersfix/webcal-subscription-jobs-middlewareAnna Larch2024-10-013-108/+66
| | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | Merge pull request #48519 from nextcloud/bug/48518/ignore-invalid-datesSebastian Krupinski2024-10-022-4/+11
|\ \ \ | | | | | | | | fix(dav): don't crash subscription on invalid calendar object
| * | | fix(dav): don't crash subscription on invalid calendar objectbug/48518/ignore-invalid-datesescoand2024-10-022-4/+11
| | | | | | | | | | | | | | | | Signed-off-by: escoand <escoand@users.noreply.github.com>
* | | | Merge pull request #48486 from nextcloud/chore/48408/rename-twitter-to-xF. E Noel Nfebe2024-10-021-7/+7
|\ \ \ \ | |/ / / |/| | | chore: Move from Twitter to X
| * | | chore: Move from Twitter to Xchore/48408/rename-twitter-to-xfenn-cs2024-10-021-7/+7
| | | | | | | | | | | | | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | | | Merge pull request #47414 from nextcloud/debt/noid/user-changed-eventArthur Schiwon2024-10-021-0/+92
|\ \ \ \ | | | | | | | | | | test(admin_audit): add test for user management listener
| * | | | test(admin_audit): add test for user management listenerdebt/noid/user-changed-eventDaniel Kesselberg2024-09-231-0/+92
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | Merge pull request #48512 from nextcloud/fix/pick-folder-smart-pickerPytal2024-10-021-12/+11
|\ \ \ \ \ | |_|/ / / |/| | | | fix(files): Fix folders not being selectable in the smart picker
| * | | | fix(files): Fix folders not being selectable in the smart pickerChristopher Ng2024-10-011-12/+11
| | |/ / | |/| | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | Merge pull request #47788 from nextcloud/feat/add-addressbook-list-commandAnna2024-10-026-1/+190
|\ \ \ \ | | | | | | | | | | feat(carddav): add command to list address books
| * | | | feat(carddav): add command to list address booksfeat/add-addressbook-list-commandAnna Larch2024-09-306-1/+190
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-0228-8/+44
| |/ / / |/| | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | fix: make federation address book sync work with allow_local_remote_servers ↵Daniel Kesselberg2024-10-012-10/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | = false Client.preventLocalAddress expects an absolute URL, which means the base_uri option cannot be used. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Merge pull request #48235 from nextcloud/readd-object-store-phpunitRobin Appelman2024-10-012-4/+1
|\ \ \ \ | | | | | | | | | | test: re-add object store primary storage phpunit tests
| * | | | test: fix share storage move test with object storeRobin Appelman2024-09-271-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | fix: preserve fileid when moving from objectstore to non-objectstoreRobin Appelman2024-09-271-4/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-01124-244/+292
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #47846 from nextcloud/fix/provisionApi-status-codesHamza2024-09-302-25/+25
|\ \ \ \ \ | | | | | | | | | | | | fix: provision api's status codes
| * | | | | fix: provision api's status codesfix/provisionApi-status-codesHamza Mahjoubi2024-09-302-25/+25
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
* | | | | | perf(files): Adjust default chunk size for chunked upload to 100MiBperf/files/chunked-upload-default-100-mibprovokateurin2024-09-301-1/+1
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | fix(files): Add more visual move / copy notificationfix/files-add-move-infoFerdinand Thiessen2024-09-303-4/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Resolves: https://github.com/nextcloud/server/issues/46645 This adds loading toast notification while the move operation is running. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>