summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* fix(files): undefined sidebarskjnldsv2024-09-041-1/+1
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* fix(dav): adjust usages of webdav.customRequestRichard Steinmetz2024-09-041-1/+1
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-04206-368/+570
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #47714 from nextcloud/backport/47674/stable28Kate2024-09-033-10/+10
|\
| * fix(settings): Fix sharing exclude groups from password requirement option ↵provokateurin2024-09-033-10/+10
| | | | | | | | | | | | | | not working Signed-off-by: provokateurin <kate@provokateurin.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #46680 from nextcloud/backport/44294/stable28Andy Scherzinger2024-09-031-0/+1
|\ \ | | | | | | [stable28] fix: Pass the mountpoint target user to storages without owner
| * | fix: Pass the mountpoint target user to storages without ownerJulius Härtl2024-09-031-0/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | | | Storages that do not have a dedicated owner (e.g. groupfolders, external storages) currently always assume the current session user as the owner. This leads to several issues when there is no user session but a node is obtained through a user folder. In order to have the correct user available we need to pass the user that is used to setup a mountpoint along to the storage layer as we generally assume that an owner is available for those. Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | fix(oauth2): fix testsJulien Veyssier2024-09-033-9/+9
| | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | fix(oauth2): store hashed secret instead of encryptedJulien Veyssier2024-09-0312-55/+118
|/ | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-0324-2/+132
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-0216-6/+56
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-016-6/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #47639 from nextcloud/backport/47465/stable28Ferdinand Thiessen2024-08-311-7/+32
|\ | | | | [stable28] fix(files): Reset drop notice on firefox
| * fix(files): missing RawLocation type importJohn Molakvoæ2024-08-301-0/+1
| | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * fix(files): Reset drop notice on firefoxFerdinand Thiessen2024-08-301-7/+31
| | | | | | | | | | | | | | | | | | | | | | On firefox there is an old bug where when you move a dragged file outside the window the `dragleave` event is never emitted. So we just use a timeout to reset the drag over state. Also a small change: Use the ID of the main container instead of relying on tag name and class. (The ID is guranteed as other APIs rely on it, while the class is just used internally). Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-312-0/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-30130-256/+430
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #47336 from nextcloud/backport/47332/stable28Andy Scherzinger2024-08-293-4/+8
|\ | | | | [stable28] fix(caldav): allow renaming of birthday calendars
| * fix(caldav): allow renaming of birthday calendarsAnna Larch2024-08-203-4/+8
| | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-29108-184/+294
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-28142-512/+150
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(files): fix list gap at bottomElizabeth Danzberger2024-08-271-1/+1
| | | | | | | | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #47214 from nextcloud/backport/47201/stable28Andy Scherzinger2024-08-272-2/+11
|\ \ | | | | | | [stable28] fix(userstatus): run user status automation job for start and end events
| * | fix(userstatus): run user status automation job for start and end eventsAnna Larch2024-08-142-2/+11
| | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | fix(files): Correctly validate new node nameFerdinand Thiessen2024-08-273-208/+188
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Resolves https://github.com/nextcloud/server/issues/45409 This includes two fixes: 1. The name in the "new node" dialog is correctly selected (e.g. `file.txt` only `file` is selected by default), to allow quick naming 2. `@nextcloud/files` functions for filename validation are used, this allows to use new Nextcloud 30 capabilities (e.g. reserved names) Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-2748-96/+96
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | fix(flow): cannot set customer user agentArthur Schiwon2024-08-261-1/+1
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-266-0/+24
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-2512-8/+34
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | fix(files): Adjust import of `ShareType`Ferdinand Thiessen2024-08-241-3/+3
| | | | | | | | | | | | | | | | | | | | | There must have been a backport that was not 100% correct, the exported name is called `ShareType` (without s). Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-2438-48/+186
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #47427 from nextcloud/backport/47415/stable28Ferdinand Thiessen2024-08-234-0/+37
|\ \ \ | | | | | | | | [stable28] fix: Trusted server icon recovery without addressbook change
| * | | fix(federation): always set server status to OK after successful runsPablo Zimdahl2024-08-224-0/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously if a server status got set to failure, it stayed that way until an addressbook-sync found changes. Now the server status is set to OK after each successful sync check (if that's not the case already), regardless of addressbook changes. This change also includes two new logging statements, which could help next time someone debugs this. Signed-off-by: Pablo Zimdahl <pablo@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-2398-24/+114
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | fix(caldav): limit property lengthAnna Larch2024-08-221-1/+1
| | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | stable28: fix comment deletiongreta2024-08-225-95/+94
| | | | | | | | | | | | | | | Signed-off-by: greta <gretadoci@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-2214-2/+112
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | fix(userstatus): Don't set predefined user status as custom when changing ↵Joas Schilling2024-08-211-5/+19
| | | | | | | | | | | | | | | | | | "Clear at" Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | fix(FileList): Update filelist or share savefenn-cs2024-08-211-0/+3
| | | | | | | | | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-2188-86/+24
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #46939 from nextcloud/backport/46768/stable28Ferdinand Thiessen2024-08-217-85/+153
|\ \ \ | | | | | | | | [stable28] fix(files): Provide default file action for file entry name (on click action)
| * | | fix(files): Add missing directory variable to error messageFerdinand Thiessen2024-08-212-7/+62
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | fix(files): Provide file actions from list entry to make it reactiveFerdinand Thiessen2024-08-216-77/+90
| | |/ | |/| | | | | | | | | | | | | | | | | | | This fixes non reactive default action text of the name component. Also use download action as default action so that only one place is needed to define how to download a file. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #47037 from nextcloud/backport/46996/stable28Ferdinand Thiessen2024-08-213-66/+23
|\ \ \ | | | | | | | | [stable28] fix(trashbin): Correctly set original name as displayname
| * | | perf(files_trashbin): Only trigger one PROPFIND for trashbin viewFerdinand Thiessen2024-08-202-66/+18
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | fix(files_trashbin): Original name of the deleted files should be set as ↵Ferdinand Thiessen2024-08-201-0/+5
| |/ / | | | | | | | | | | | | | | | display name for DAV Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* / / fix(user_ldap): Catch DB Exceptions when updating group membershipsCôme Chilliet2024-08-202-5/+88
|/ / | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-2018-12/+206
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #47279 from nextcloud/backport/46881/stable28Stephan Orbaugh2024-08-191-7/+17
|\ \
| * | fix: try to find non-recursive share sourceRobin Appelman2024-08-161-7/+17
| | | | | | | | | | | | | | | | | | instead of always picking the first one, try to find one that won't blow up Signed-off-by: Robin Appelman <robin@icewind.nl>