]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
17 months agomake sure to show download button only one time 38818/head
Simon L [Wed, 14 Jun 2023 09:30:04 +0000 (11:30 +0200)]
make sure to show download button only one time

Signed-off-by: Simon L <szaimen@e.mail.de>
17 months agoMerge pull request #38807 from nextcloud/automated/noid/stable26-fix-npm-audit
Simon L [Wed, 14 Jun 2023 13:17:39 +0000 (15:17 +0200)]
Merge pull request #38807 from nextcloud/automated/noid/stable26-fix-npm-audit

[stable26] Fix npm audit

17 months agochore(deps): fix npm audit 38807/head
nextcloud-command [Wed, 14 Jun 2023 12:16:45 +0000 (12:16 +0000)]
chore(deps): fix npm audit

Signed-off-by: GitHub <noreply@github.com>
17 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 14 Jun 2023 00:18:10 +0000 (00:18 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
17 months agoMerge pull request #38396 from nextcloud/backport/38164/stable26
Simon L [Tue, 13 Jun 2023 22:58:33 +0000 (00:58 +0200)]
Merge pull request #38396 from nextcloud/backport/38164/stable26

[stable26] Show pending popover menu when password is enabled by default

17 months agochore(assets): Recompile JS 38396/head
Joas Schilling [Mon, 22 May 2023 10:53:21 +0000 (12:53 +0200)]
chore(assets): Recompile JS

Signed-off-by: Joas Schilling <coding@schilljs.com>
(cherry picked from commit 9f8fa4802bc419b9f0637efad32c24778e8215ff)

17 months agoShow pending popover menu when password is enabled by default
Daniel Calviño Sánchez [Tue, 9 May 2023 23:54:32 +0000 (01:54 +0200)]
Show pending popover menu when password is enabled by default

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>
(cherry picked from commit d4631921b4f4ab2832bc6698def47aa16d60c621)

17 months agoRename "pendingPassword" to "pendingEnforcedPassword"
Daniel Calviño Sánchez [Tue, 9 May 2023 23:51:50 +0000 (01:51 +0200)]
Rename "pendingPassword" to "pendingEnforcedPassword"

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
(cherry picked from commit d80f8fc84f0e548ebf7520ee0995d6e06ec00c1d)

17 months agoMerge pull request #38358 from nextcloud/backport/38294/stable26
Arthur Schiwon [Tue, 13 Jun 2023 17:37:20 +0000 (19:37 +0200)]
Merge pull request #38358 from nextcloud/backport/38294/stable26

[stable26] Use aria-expanded correctly on toggle user actions

17 months agoMerge pull request #37776 from nextcloud/backport/37534/stable26
Arthur Schiwon [Tue, 13 Jun 2023 09:46:05 +0000 (11:46 +0200)]
Merge pull request #37776 from nextcloud/backport/37534/stable26

[stable26] Adjust the value of the "max-parts" parameter of the object storage 'ListPart' interface to 1000

17 months agoMerge pull request #38574 from nextcloud/backport/38301/stable26
Arthur Schiwon [Tue, 13 Jun 2023 09:40:38 +0000 (11:40 +0200)]
Merge pull request #38574 from nextcloud/backport/38301/stable26

[stable26] fix(caldav): Ignore invalid events for reminder generation

17 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 13 Jun 2023 00:18:22 +0000 (00:18 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
17 months agoMerge pull request #38752 from nextcloud/backport/38735/stable26
Simon L [Mon, 12 Jun 2023 15:00:05 +0000 (17:00 +0200)]
Merge pull request #38752 from nextcloud/backport/38735/stable26

[stable26] allow to specify upgrade.cli-upgrade-link in order to link to the correct documentation

17 months agoMerge pull request #38583 from nextcloud/backport/38206/stable26
Simon L [Mon, 12 Jun 2023 14:46:23 +0000 (16:46 +0200)]
Merge pull request #38583 from nextcloud/backport/38206/stable26

[stable26] Increase from 100000 to 600000 iterations for hash_pbkdf2

17 months agoMerge pull request #38564 from nextcloud/backport/38549/stable26
Simon L [Mon, 12 Jun 2023 14:06:34 +0000 (16:06 +0200)]
Merge pull request #38564 from nextcloud/backport/38549/stable26

[stable26] Fix app menu flicker

17 months agoMerge pull request #38399 from nextcloud/backport/38291/stable26
Simon L [Mon, 12 Jun 2023 13:17:16 +0000 (15:17 +0200)]
Merge pull request #38399 from nextcloud/backport/38291/stable26

[stable26] fix loading custom logo image

17 months agoallow to specify upgrade.cli-upgrade-link in order to link to the correct documentation 38752/head
Simon L [Sat, 10 Jun 2023 07:47:04 +0000 (09:47 +0200)]
allow to specify upgrade.cli-upgrade-link in order to link to the correct documentation

Signed-off-by: Simon L <szaimen@e.mail.de>
17 months agoMerge pull request #38741 from nextcloud/automated/noid/stable26-fix-npm-audit
Simon L [Mon, 12 Jun 2023 08:23:08 +0000 (10:23 +0200)]
Merge pull request #38741 from nextcloud/automated/noid/stable26-fix-npm-audit

[stable26] Fix npm audit

17 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 12 Jun 2023 00:18:10 +0000 (00:18 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
17 months agochore(deps): fix npm audit 38741/head
nextcloud-command [Sun, 11 Jun 2023 02:58:06 +0000 (02:58 +0000)]
chore(deps): fix npm audit

Signed-off-by: GitHub <noreply@github.com>
17 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 11 Jun 2023 00:34:45 +0000 (00:34 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
17 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 10 Jun 2023 00:17:52 +0000 (00:17 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
17 months agoMerge pull request #38557 from nextcloud/backport/38259/stable26
Robin Appelman [Fri, 9 Jun 2023 17:58:11 +0000 (19:58 +0200)]
Merge pull request #38557 from nextcloud/backport/38259/stable26

[stable26] reload filelist when adding or removing shares

17 months agochore(assets): Recompile assets 38557/head
nextcloud-command [Fri, 9 Jun 2023 15:59:39 +0000 (15:59 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
17 months agoreload filelist when adding or removing shares
Robin Appelman [Mon, 15 May 2023 11:03:13 +0000 (13:03 +0200)]
reload filelist when adding or removing shares

Signed-off-by: Robin Appelman <robin@icewind.nl>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
17 months agoMerge pull request #38720 from nextcloud/backport/38719/stable26
John Molakvoæ [Fri, 9 Jun 2023 14:57:08 +0000 (16:57 +0200)]
Merge pull request #38720 from nextcloud/backport/38719/stable26

17 months agoCreate lint-eslint-when-unrelated.yml 38720/head
John Molakvoæ [Fri, 9 Jun 2023 08:49:58 +0000 (10:49 +0200)]
Create lint-eslint-when-unrelated.yml

Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
17 months agoMerge pull request #38704 from nextcloud/backport/38486/stable26
John Molakvoæ [Fri, 9 Jun 2023 06:47:45 +0000 (08:47 +0200)]
Merge pull request #38704 from nextcloud/backport/38486/stable26

17 months agofix(psalm): Install apcu, ftp and ldap extension like in static-code-analysis-security 38704/head
Joas Schilling [Thu, 1 Jun 2023 21:58:45 +0000 (23:58 +0200)]
fix(psalm): Install apcu, ftp and ldap extension like in static-code-analysis-security

Signed-off-by: Joas Schilling <coding@schilljs.com>
17 months agofix(CI): Temporary workaround - Run Psalm CI with 1 thread only so it finishes
Joas Schilling [Thu, 1 Jun 2023 21:47:21 +0000 (23:47 +0200)]
fix(CI): Temporary workaround - Run Psalm CI with 1 thread only so it finishes

Signed-off-by: Joas Schilling <coding@schilljs.com>
17 months agofix: keep important php and node versions
John Molakvoæ [Thu, 8 Jun 2023 11:15:08 +0000 (13:15 +0200)]
fix: keep important php and node versions

Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
17 months agofix(CI): Update oracle image and config
Joas Schilling [Thu, 1 Jun 2023 22:44:42 +0000 (00:44 +0200)]
fix(CI): Update oracle image and config

Signed-off-by: Joas Schilling <coding@schilljs.com>
17 months agochore: update workflows from templates
John Molakvoæ [Thu, 1 Jun 2023 16:09:13 +0000 (18:09 +0200)]
chore: update workflows from templates

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
17 months agoMerge pull request #38698 from nextcloud/backport/38694/stable26
John Molakvoæ [Thu, 8 Jun 2023 14:20:39 +0000 (16:20 +0200)]
Merge pull request #38698 from nextcloud/backport/38694/stable26

17 months agofix(actions): cypress 38698/head
John Molakvoæ [Thu, 8 Jun 2023 06:43:56 +0000 (08:43 +0200)]
fix(actions): cypress

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
17 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 8 Jun 2023 00:19:09 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
17 months agoMerge pull request #38672 from nextcloud/backport/38577/stable26
Julien Veyssier [Wed, 7 Jun 2023 13:33:24 +0000 (15:33 +0200)]
Merge pull request #38672 from nextcloud/backport/38577/stable26

[stable26] Improve oauth2 database migration from ownCloud

17 months agoshorten oauth2 client names before resizing the column 38672/head
Julien Veyssier [Mon, 5 Jun 2023 09:28:22 +0000 (11:28 +0200)]
shorten oauth2 client names before resizing the column

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
17 months agodrop the oauth2_clients trusted column, delete unsupported clients and their access...
Julien Veyssier [Thu, 1 Jun 2023 12:51:01 +0000 (14:51 +0200)]
drop the oauth2_clients trusted column, delete unsupported clients and their access tokens

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
17 months agoMerge pull request #38487 from nextcloud/backport/37522/stable26
Ferdinand Thiessen [Wed, 7 Jun 2023 13:14:06 +0000 (15:14 +0200)]
Merge pull request #38487 from nextcloud/backport/37522/stable26

[stable26] Ungroup `placeholder` css rules

17 months agofix(core): Ungroup `placeholder` css rules to prevent browsers from removing all... 38487/head
Ferdinand Thiessen [Fri, 31 Mar 2023 14:50:51 +0000 (16:50 +0200)]
fix(core): Ungroup `placeholder` css rules to prevent browsers from removing all rules

When rules are grouped using the comma operator and one selector is invalid / unknown then the whole group is invalidated[1].
In this case `::-ms-input-placeholder` is unknown to Firefox and Chrome, so the `::placeholder` rule is never applied.
[1]: https://www.w3.org/TR/selectors-3/#grouping

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
17 months agoMerge pull request #38677 from nextcloud/backport/38648/stable26
Christoph Wurst [Wed, 7 Jun 2023 11:13:26 +0000 (13:13 +0200)]
Merge pull request #38677 from nextcloud/backport/38648/stable26

[stable26] fix(caldav): Cast calendar objects id to int when building index

17 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 7 Jun 2023 00:18:09 +0000 (00:18 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
17 months agofix(caldav): Cast calendar objects id to int when building index 38677/head
Christoph Wurst [Mon, 5 Jun 2023 16:33:40 +0000 (18:33 +0200)]
fix(caldav): Cast calendar objects id to int when building index

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
17 months agoMerge pull request #38660 from nextcloud/backport/38649/stable26
Christoph Wurst [Tue, 6 Jun 2023 18:02:18 +0000 (20:02 +0200)]
Merge pull request #38660 from nextcloud/backport/38649/stable26

[stable26] fix(caldav): Close DB cursor in reminder index background job

17 months agoMerge pull request #38479 from nextcloud/backport/38440/stable26
Simon L [Tue, 6 Jun 2023 14:23:47 +0000 (16:23 +0200)]
Merge pull request #38479 from nextcloud/backport/38440/stable26

[stable26] fix: Catch Deadlock properly as execute throws Doctrine exceptions not our wrapped ones

17 months agofix(caldav): Close DB cursor in reminder index background job 38660/head
Christoph Wurst [Mon, 5 Jun 2023 16:47:24 +0000 (18:47 +0200)]
fix(caldav): Close DB cursor in reminder index background job

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
17 months agoMerge pull request #38654 from nextcloud/backport/37904/stable26
Julius Härtl [Tue, 6 Jun 2023 06:11:04 +0000 (08:11 +0200)]
Merge pull request #38654 from nextcloud/backport/37904/stable26

17 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 6 Jun 2023 00:17:53 +0000 (00:17 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
17 months agoMerge pull request #38521 from nextcloud/artonge/backport/stable26/38469
Julius Härtl [Mon, 5 Jun 2023 20:18:50 +0000 (22:18 +0200)]
Merge pull request #38521 from nextcloud/artonge/backport/stable26/38469

17 months agofix: Use proper link for navigating to files on click handler 38654/head
Julius Härtl [Mon, 24 Apr 2023 14:36:06 +0000 (16:36 +0200)]
fix: Use proper link for navigating to files on click handler

Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
17 months agoMerge pull request #38573 from nextcloud/backport/38355/stable26
Arthur Schiwon [Mon, 5 Jun 2023 15:38:51 +0000 (17:38 +0200)]
Merge pull request #38573 from nextcloud/backport/38355/stable26

[stable26] fix(trashbin): Truncate long filenames

17 months agoFix initialisation of versions in the DB 38521/head
Louis Chemineau [Thu, 25 May 2023 15:32:35 +0000 (17:32 +0200)]
Fix initialisation of versions in the DB

Broken after https://github.com/nextcloud/server/pull/36690

Signed-off-by: Louis Chemineau <louis@chmn.me>
17 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 5 Jun 2023 00:17:43 +0000 (00:17 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
17 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 4 Jun 2023 00:17:51 +0000 (00:17 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
17 months agoMerge pull request #38598 from nextcloud/automated/noid/stable26-update-psalm-baseline
Daniel [Sat, 3 Jun 2023 12:31:58 +0000 (14:31 +0200)]
Merge pull request #38598 from nextcloud/automated/noid/stable26-update-psalm-baseline

[stable26] Update psalm-baseline.xml

17 months agoUpdate psalm baseline 38598/head
nextcloud-command [Sat, 3 Jun 2023 02:46:35 +0000 (02:46 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
17 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 3 Jun 2023 00:18:04 +0000 (00:18 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
17 months agoMerge pull request #38118 from nextcloud/automated/noid/stable26-fix-npm-audit
Simon L [Fri, 2 Jun 2023 16:51:42 +0000 (18:51 +0200)]
Merge pull request #38118 from nextcloud/automated/noid/stable26-fix-npm-audit

[stable26] Fix npm audit

17 months agochore(deps): fix npm audit 38118/head
nextcloud-command [Fri, 2 Jun 2023 15:24:25 +0000 (15:24 +0000)]
chore(deps): fix npm audit

Signed-off-by: GitHub <noreply@github.com>
17 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 2 Jun 2023 00:17:41 +0000 (00:17 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
17 months agofix(caldav): Ignore invalid events for reminder generation 38574/head
Christoph Wurst [Wed, 31 May 2023 07:48:45 +0000 (09:48 +0200)]
fix(caldav): Ignore invalid events for reminder generation

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
17 months agoMerge pull request #38517 from nextcloud/backport/38496/stable26
Daniel [Thu, 1 Jun 2023 18:37:32 +0000 (20:37 +0200)]
Merge pull request #38517 from nextcloud/backport/38496/stable26

[stable26] fix: catch errors in id3parser library

17 months agoAdapt encryption test to change in generateHeader 38583/head
Côme Chilliet [Thu, 25 May 2023 14:31:27 +0000 (16:31 +0200)]
Adapt encryption test to change in generateHeader

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
17 months agoIncrease from 100000 to 600000 iterations for hash_pbkdf2
Côme Chilliet [Thu, 11 May 2023 15:20:44 +0000 (17:20 +0200)]
Increase from 100000 to 600000 iterations for hash_pbkdf2

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
17 months agofix(trashbin): Truncate long filenames 38573/head
Christopher Ng [Thu, 1 Jun 2023 02:06:42 +0000 (19:06 -0700)]
fix(trashbin): Truncate long filenames

Signed-off-by: Christopher Ng <chrng8@gmail.com>
17 months agoMerge pull request #38539 from nextcloud/backport/37758/stable26
Julius Härtl [Thu, 1 Jun 2023 08:18:00 +0000 (10:18 +0200)]
Merge pull request #38539 from nextcloud/backport/37758/stable26

17 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 1 Jun 2023 00:18:10 +0000 (00:18 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
17 months agoFix app menu flicker 38564/head
ZetaTom [Wed, 31 May 2023 12:43:14 +0000 (14:43 +0200)]
Fix app menu flicker

Signed-off-by: ZetaTom <70907959+ZetaTom@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
17 months agoredis: move lua scripts to class and add type hints 38539/head
Varun Patil [Tue, 9 May 2023 18:04:32 +0000 (11:04 -0700)]
redis: move lua scripts to class and add type hints

Signed-off-by: Varun Patil <varunpatil@ucla.edu>
17 months agoMerge pull request #38530 from nextcloud/automated/noid/stable26-update-ca-cert-bundle
Joas Schilling [Wed, 31 May 2023 07:26:20 +0000 (09:26 +0200)]
Merge pull request #38530 from nextcloud/automated/noid/stable26-update-ca-cert-bundle

[stable26] Update ca-cert bundle

17 months agoadd test to verify redis lua script hashes
Robin Appelman [Mon, 17 Apr 2023 14:18:48 +0000 (16:18 +0200)]
add test to verify redis lua script hashes

Signed-off-by: Robin Appelman <robin@icewind.nl>
17 months agoredis: use atomic operations everywhere
Varun Patil [Sun, 16 Apr 2023 20:44:06 +0000 (13:44 -0700)]
redis: use atomic operations everywhere

This removes a lot of acrobatics in the code and does each operation
atomically using a lua script. This also reduces several round trips
to the server, and the scripts are compiled and cached server-side.

Notably, since all operations work only on a single key (except clear,
which is broken anyway and shouldn't be used), they will continue to
function and be atomic for Redis cluster.

Signed-off-by: Varun Patil <varunpatil@ucla.edu>
17 months agoUpdate CA certificate bundle 38530/head
nextcloud-command [Wed, 31 May 2023 02:33:26 +0000 (02:33 +0000)]
Update CA certificate bundle

Signed-off-by: GitHub <noreply@github.com>
17 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 31 May 2023 00:17:53 +0000 (00:17 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
17 months agofix: catch errors in id3parser library 38517/head
Daniel Kesselberg [Sat, 27 May 2023 22:30:47 +0000 (00:30 +0200)]
fix: catch errors in id3parser library

We use a forked version of getID3 to read embedded images from mp3 files to use them as previews.

If the library is unable to extract a image or fails on something different we should handle it properly.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
17 months agoMerge pull request #38509 from nextcloud/artonge/backport/stable26/38467
Louis [Tue, 30 May 2023 11:55:00 +0000 (13:55 +0200)]
Merge pull request #38509 from nextcloud/artonge/backport/stable26/38467

[stable26] Add fallback when a there is no preview for a version

17 months agoAdd fallback when a there is no preview for a version 38509/head
Louis Chemineau [Tue, 30 May 2023 10:16:49 +0000 (12:16 +0200)]
Add fallback when a there is no preview for a version

Signed-off-by: Louis Chemineau <louis@chmn.me>
17 months agoImprove handling of undefined version label
Louis Chemineau [Thu, 25 May 2023 13:37:22 +0000 (15:37 +0200)]
Improve handling of undefined version label

Signed-off-by: Louis Chemineau <louis@chmn.me>
17 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 30 May 2023 00:17:47 +0000 (00:17 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
17 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 28 May 2023 00:17:43 +0000 (00:17 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
17 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 27 May 2023 00:18:13 +0000 (00:18 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
18 months agofix: execute throws docrine exceptions not our wrapped ones 38479/head
Julius Härtl [Wed, 24 May 2023 15:04:13 +0000 (17:04 +0200)]
fix: execute throws docrine exceptions not our wrapped ones

Signed-off-by: Julius Härtl <jus@bitgrid.net>
18 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 26 May 2023 00:18:18 +0000 (00:18 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
18 months agoMerge pull request #38435 from nextcloud/release/26.0.2 v26.0.2
Arthur Schiwon [Thu, 25 May 2023 10:09:03 +0000 (12:09 +0200)]
Merge pull request #38435 from nextcloud/release/26.0.2

26.0.2

18 months ago26.0.2 38435/head
Arthur Schiwon [Wed, 24 May 2023 13:16:51 +0000 (15:16 +0200)]
26.0.2

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
18 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 25 May 2023 00:19:59 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
18 months agoMerge pull request #38437 from nextcloud/revert-37793-backport/37522/stable26
Joas Schilling [Wed, 24 May 2023 15:18:12 +0000 (17:18 +0200)]
Merge pull request #38437 from nextcloud/revert-37793-backport/37522/stable26

Revert "[stable26] Ungroup `placeholder` css rules to prevent browsers from removing all rules"

18 months agoRevert "[stable26] Ungroup `placeholder` css rules to prevent browsers from removing... 38437/head
Arthur Schiwon [Wed, 24 May 2023 13:19:13 +0000 (15:19 +0200)]
Revert "[stable26] Ungroup `placeholder` css rules to prevent browsers from removing all rules"

18 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 24 May 2023 00:17:58 +0000 (00:17 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
18 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 23 May 2023 00:17:36 +0000 (00:17 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
18 months agofix loading custom logo image 38399/head
Robin Appelman [Mon, 15 May 2023 15:38:43 +0000 (17:38 +0200)]
fix loading custom logo image

Signed-off-by: Robin Appelman <robin@icewind.nl>
18 months agoUse aria-expanded correctly on toggle user actions 38358/head
fenn-cs [Tue, 16 May 2023 00:16:25 +0000 (01:16 +0100)]
Use aria-expanded correctly on toggle user actions

The aria-expanded attribute was added on the expandable item rather
Than the button that triggers the expand.

Resolves : #37137

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
18 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 22 May 2023 00:17:54 +0000 (00:17 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
18 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 21 May 2023 00:17:17 +0000 (00:17 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
18 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 20 May 2023 00:17:21 +0000 (00:17 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
18 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 19 May 2023 00:17:29 +0000 (00:17 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
18 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 18 May 2023 18:46:40 +0000 (18:46 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
18 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 18 May 2023 00:17:58 +0000 (00:17 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
18 months agoMerge pull request #37793 from nextcloud/backport/37522/stable26
Ferdinand Thiessen [Wed, 17 May 2023 19:12:47 +0000 (21:12 +0200)]
Merge pull request #37793 from nextcloud/backport/37522/stable26

[stable26] Ungroup `placeholder` css rules to prevent browsers from removing all rules