aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* test(files): Add tests for path handlingbackport/47905/stable30Ferdinand Thiessen2024-10-173-4/+137
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): Ensure children are removed from folder and not duplicatedFerdinand Thiessen2024-10-172-13/+64
| | | | | | | | | | | * Resolves https://github.com/nextcloud/server/issues/47904 We need to make sure that we only add one source (unique!) once as a child, this is ensured by simply use a native `Set`. Also we need to remove children on from folders when the `files:node:deleted` event is emitted. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): Add more visual move / copy notificationFerdinand Thiessen2024-10-173-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>
* fix(files): Make `openMenu` watcher null safeFerdinand Thiessen2024-10-171-3/+5
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): Reset context menu position on closeFerdinand Thiessen2024-10-171-0/+17
| | | | | | | | | * Resolves https://github.com/nextcloud/server/issues/46934 Ensure that after a right-click the context menu position is resetted, so that pressing the "actions"-menu button it is displayed on the correct location. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-10-17260-778/+850
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-10-1644-56/+210
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-10-1580-194/+270
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-10-1436-90/+206
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-10-1370-184/+208
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-10-1248-106/+330
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-10-1170-208/+342
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #48630 from nextcloud/backport/48628/stable30Stephan Orbaugh2024-10-101-6/+10
|\ | | | | [stable30] fix(dav): Public WebDAV endpoint should allow `GET` requests
| * fix(dav): Public WebDAV endpoint should allow `GET` requestsbackport/48628/stable30Ferdinand 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>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-1040-4/+318
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #48553 from nextcloud/backport/48543/stable30Stephan Orbaugh2024-10-092-7/+0
|\ | | | | [stable30] fix(theming): Fix layout of themes
| * fix(theming): Fix layout of themesChristopher Ng2024-10-032-7/+0
| | | | | | | | 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>
* | fix(settings): Use axios directly for health check to preven URL sanitizingFerdinand Thiessen2024-10-081-1/+2
| | | | | | | | | | | | | | | | When using Apache with `DirectorySlash` it will respond with 301 and the URL with trailing slash. But when using traefik as the reverse proxy it can not rewrite redirects, this leads to the problem that the Apache response is using HTTP in the redirect but the real server (traefik) is only listening on HTTPS. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #48551 from nextcloud/backport/48548/stable30Stephan Orbaugh2024-10-082-56/+10
|\ \ | | | | | | [stable30] fix(admin_audit): Listen to the right events
| * | fix(admin_audit): Listen to the right eventsbackport/48548/stable30Côme Chilliet2024-10-032-56/+10
| |/ | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-0896-2/+208
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | 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>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-0448-512/+564
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-10-03218-286/+364
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #48529 from nextcloud/backport/48519/stable30Daniel2024-10-022-4/+11
|\ | | | | [stable30] fix(dav): don't crash subscription on invalid calendar object
| * fix(dav): don't crash subscription on invalid calendar objectbackport/48519/stable30escoand2024-10-022-4/+11
| | | | | | | | Signed-off-by: escoand <escoand@users.noreply.github.com>
* | fix(caldav): add missing handlersbackport/48508/stable30Anna Larch2024-10-023-108/+66
|/ | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* Merge pull request #48516 from nextcloud/backport/48512/stable30Benjamin Gaussorgues2024-10-021-12/+11
|\
| * fix(files): Fix folders not being selectable in the smart pickerChristopher Ng2024-10-021-12/+11
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #48506 from nextcloud/backport/48451/stable30Daniel2024-10-022-10/+91
|\ \ | | | | | | [stable30] fix: make federation address book sync work with allow_local_remote_servers = false
| * | fix: make federation address book sync work with allow_local_remote_servers ↵backport/48451/stable30Daniel 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>
* | | chore: Move from Twitter to Xbackport/48486/stable30fenn-cs2024-10-021-7/+7
| |/ |/| | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | fix(theming): Use `AppConfig` for setting background imagebackport/48439/stable30Ferdinand Thiessen2024-10-021-1/+3
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-0228-8/+44
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-10-01124-244/+292
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: correctly count disabled users for subadminsbackport/48437/stable30Maksim Sukharev2024-09-301-4/+4
| | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-29104-298/+432
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-2822-6/+172
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #48394 from nextcloud/backport/48375/stable30Andy Scherzinger2024-09-271-0/+3
|\ | | | | [stable30] Skip future shipped apps from updatenotification check
| * fix(updatenotification): Communicate app_api as shipped in 30+backport/48375/stable30Joas Schilling2024-09-261-0/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * fix(updatenotification): Communicate twofactor_nextcloud_notification as ↵Joas Schilling2024-09-261-0/+1
| | | | | | | | | | | | shipped in 30+ Signed-off-by: Joas Schilling <coding@schilljs.com>
| * fix(updatenotification): Communicate files_downloadlimit as shipped in 29+Joas Schilling2024-09-261-0/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-2724-18/+256
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #48401 from nextcloud/backport/48366/stable30Kate2024-09-261-6/+13
|\ \
| * | fix(files_sharing): Check if propfind response is valid before accessing ↵backport/48366/stable30provokateurin2024-09-261-0/+4
| | | | | | | | | | | | | | | | | | share permission props Signed-off-by: provokateurin <kate@provokateurin.de>
| * | refactor(files_sharing): Make permissions prop checks less error proneprovokateurin2024-09-261-6/+9
| | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | fix(files_sharing): Parse OCM share permissions from OCM and not OCS propprovokateurin2024-09-261-1/+1
| |/ | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>