aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #39282 from nextcloud/release/27.0.1_rc1v27.0.1rc1Arthur Schiwon2023-07-131-2/+2
|\ | | | | 27.0.1 RC1
| * 27.0.1 RC1Arthur Schiwon2023-07-101-2/+2
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #39354 from nextcloud/backport/39323/39323-stable27Andy Scherzinger2023-07-131-0/+6
|\ \ | | | | | | [stable27] getStorage before remove
| * | getStorage before removeMaxence Lange2023-07-131-0/+6
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | Merge pull request #39326 from ↵Arthur Schiwon2023-07-131-6/+0
|\ \ \ | |/ / |/| | | | | | | | nextcloud/automated/noid/stable27-update-psalm-baseline [stable27] Update psalm-baseline.xml
| * | Update psalm baselinenextcloud-command2023-07-121-6/+0
| | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | Merge pull request #39344 from nextcloud/ci/sign-drone-stable27Andy Scherzinger2023-07-131-0/+4
|\ \ \ | | | | | | | | [stable27] chore(CI): Sign .drone.yml file
| * | | chore(CI): Sign .drone.yml fileJoas Schilling2023-07-131-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #38395 from nextcloud/backport/38164/stable27Arthur Schiwon2023-07-133-13/+13
|\ \ \ \ | |/ / / |/| | | [stable27] Show pending popover menu when password is enabled by default
| * | | chore(assets): Recompile assetsnextcloud-command2023-07-132-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | Show pending popover menu when password is enabled by defaultDaniel Calviño Sánchez2023-07-131-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When "Enforce password protection" is enabled in the sharing settings a popover menu is shown to set a password before the share is created. On the other hand, when "Always ask for a password" was enabled in the sharing settings and a new link share was created the share was immediately created with a default password; the user was not able to specify a password (nor create the share without password). The component template already provided the needed elements to also ask for the password without enforcing it, but the popover menu was not shown due to "enableLinkPasswordByDefault" being missing in "if" conditions. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | Rename "pendingPassword" to "pendingEnforcedPassword"Daniel Calviño Sánchez2023-07-131-4/+4
|/ / / | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-1350-262/+468
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #38991 from nextcloud/backport/38665/stable27Arthur Schiwon2023-07-121-2/+3
|\ \ \ | | | | | | | | [stable27] fix(weather_status): Pass address as param to OSM API
| * | | fix(weather_status): Pass address as paramFerdinand Thiessen2023-07-121-2/+3
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #38919 from nextcloud/backport/38639/stable27Arthur Schiwon2023-07-124-6/+139
|\ \ \ \ | | | | | | | | | | [stable27] pruneOutdatedSyncTokens deletes all entries
| * | | | fix(dav): close cursor when fetching max idRichard Steinmetz2023-07-112-2/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
| * | | | Issue #36644: Test casesChristof Arnosti2023-06-212-2/+113
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christof Arnosti <charno@charno.ch>
| * | | | Issue #36644: Fix pruneOutdatedSyncTokens for CalDAVChristof Arnosti2023-06-212-4/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pruneOutdatedSyncTokens accidentally deletes all entries of the calendarchanges table instead of leaving $limit elements in the table Signed-off-by: Christof Arnosti <charno@charno.ch>
* | | | | Merge pull request #39333 from nextcloud/backport/38950/stable27Arthur Schiwon2023-07-124-6/+20
|\ \ \ \ \ | |_|/ / / |/| | | | [stable27] fix(files): sanitize name and ext display
| * | | | fix(files): sanitize name and ext displayJohn Molakvoæ2023-07-124-6/+20
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | Merge pull request #38678 from nextcloud/backport/38655/stable27Arthur Schiwon2023-07-124-22/+33
|\ \ \ \ \ | | | | | | | | | | | | [stable27] fix(systemtags): Incorrect tags shown temporarily
| * | | | | Show loading icon when loading tagsChristopher Ng2023-07-113-22/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | Reset show tags on closeChristopher Ng2023-07-113-3/+4
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | Merge pull request #39334 from nextcloud/backport/39324/stable27Arthur Schiwon2023-07-121-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | | [stable27] ci(32bit): fix failing test setup
| * | | | ci(32bit): fix failing test setupArthur Schiwon2023-07-121-1/+1
|/ / / / | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Merge pull request #39283 from nextcloud/orphan-share-command-stable27Andy Scherzinger2023-07-120-0/+0
|\ \ \ \ | |/ / / |/| | | [27] add command do delete orphan shares
| * | | add command do delete orphan sharesRobin Appelman2023-07-105-0/+187
| | |/ | |/| | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #39325 from nextcloud/automated/noid/stable27-fix-npm-auditFerdinand Thiessen2023-07-121-62/+79
|\ \ \ | | | | | | | | [stable27] Fix npm audit
| * | | chore(deps): fix npm auditnextcloud-command2023-07-111-62/+79
| | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-12224-3084/+2876
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #39292 from nextcloud/backport/39248/stable27Arthur Schiwon2023-07-121-2/+42
|\ \ \ \ | | | | | | | | | | [stable27] preload custom properties when propfinding folders
| * | | | preload custom properties when propfinding foldersRobin Appelman2023-07-101-2/+42
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #38971 from nextcloud/backport/38945/stable27Arthur Schiwon2023-07-121-96/+126
|\ \ \ \ \ | | | | | | | | | | | | [stable27] implement optimized getDirectoryContent for DAV
| * | | | | Include PR #38965Git'Fellow2023-07-101-0/+1
| | | | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
| * | | | | implement optimized getDirectoryContent for DAVRobin Appelman2023-07-101-96/+125
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | Merge pull request #38816 from nextcloud/backport/38490/stable27Arthur Schiwon2023-07-127-1/+114
|\ \ \ \ \ \ | | | | | | | | | | | | | | [stable27] emit an event when a message is logged
| * | | | | | emit an event when a message is loggedRobin Appelman2023-07-107-1/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | Merge pull request #38756 from nextcloud/backport/38468/stable27Arthur Schiwon2023-07-121-1/+7
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [stable27] log failures to read certificates during listing
| * | | | | | | log failures to read certificates during listingRobin Appelman2023-07-101-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | | Merge pull request #38572 from nextcloud/backport/38301/stable27Arthur Schiwon2023-07-122-0/+46
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [stable27] fix(caldav): Ignore invalid events for reminder generation
| * | | | | | | | fix(caldav): Ignore invalid events for reminder generationChristoph Wurst2023-07-102-0/+46
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | | Merge pull request #38475 from nextcloud/backport/38454/stable27Arthur Schiwon2023-07-121-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | [stable27] fix(carddav): Make system contact phone number RFC compliant
| * | | | | | | fix(carddav): Make system contact phone number RFC compliantgreta2023-07-101-1/+1
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: greta <gretadoci@gmail.com>
* | | | | | | Merge pull request #39301 from nextcloud/fix/legacy-navigate-paramJohn Molakvoæ2023-07-113-3/+16
|\ \ \ \ \ \ \
| * | | | | | | fix(files): fix legacy router query changeJohn Molakvoæ2023-07-113-3/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | | | Merge pull request #38357 from ↵Arthur Schiwon2023-07-111-39/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/automated/noid/stable27-update-psalm-baseline [stable27] Update psalm-baseline.xml
| * | | | | | | | Update psalm baselinenextcloud-command2023-07-071-39/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | | | | | | Merge pull request #39269 from nextcloud/backport/35915/35915-stable27Arthur Schiwon2023-07-118-32/+196
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | [stable27] display displayname on federated shares
| * | | | | | | | | display displayname on federated sharesMaxence Lange2023-07-118-32/+196
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>