Christoph Wurst
e8959e75e2
Merge pull request #38660 from nextcloud/backport/38649/stable26
...
[stable26] fix(caldav): Close DB cursor in reminder index background job
2023-06-06 20:02:18 +02:00
Simon L
c77aab679c
Merge pull request #38479 from nextcloud/backport/38440/stable26
...
[stable26] fix: Catch Deadlock properly as execute throws Doctrine exceptions not our wrapped ones
2023-06-06 16:23:47 +02:00
Christoph Wurst
aa5ae7ccf5
fix(caldav): Close DB cursor in reminder index background job
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-06-06 07:41:35 +00:00
Julius Härtl
67155c6de9
Merge pull request #38654 from nextcloud/backport/37904/stable26
2023-06-06 08:11:04 +02:00
Nextcloud bot
daf7050211
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-06 00:17:53 +00:00
Julius Härtl
5404437636
Merge pull request #38521 from nextcloud/artonge/backport/stable26/38469
2023-06-05 22:18:50 +02:00
Julius Härtl
03d7556be2
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>
2023-06-05 21:41:47 +02:00
Arthur Schiwon
33451e72ae
Merge pull request #38573 from nextcloud/backport/38355/stable26
...
[stable26] fix(trashbin): Truncate long filenames
2023-06-05 17:38:51 +02:00
Louis Chemineau
8482fb1cea
Fix initialisation of versions in the DB
...
Broken after https://github.com/nextcloud/server/pull/36690
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-06-05 10:20:32 +00:00
Nextcloud bot
a54d822af1
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-05 00:17:43 +00:00
Nextcloud bot
e0cb139cb3
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-04 00:17:51 +00:00
Daniel
722fbaa616
Merge pull request #38598 from nextcloud/automated/noid/stable26-update-psalm-baseline
...
[stable26] Update psalm-baseline.xml
2023-06-03 14:31:58 +02:00
nextcloud-command
71b19d0dc8
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2023-06-03 02:46:35 +00:00
Nextcloud bot
eea9c881a9
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-03 00:18:04 +00:00
Simon L
3e1d29dfb5
Merge pull request #38118 from nextcloud/automated/noid/stable26-fix-npm-audit
...
[stable26] Fix npm audit
2023-06-02 18:51:42 +02:00
nextcloud-command
e4980db102
chore(deps): fix npm audit
...
Signed-off-by: GitHub <noreply@github.com>
2023-06-02 15:24:25 +00:00
Nextcloud bot
c39218248c
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-02 00:17:41 +00:00
Daniel
a2ac818bd2
Merge pull request #38517 from nextcloud/backport/38496/stable26
...
[stable26] fix: catch errors in id3parser library
2023-06-01 20:37:32 +02:00
Christopher Ng
f1ce5d4a22
fix(trashbin): Truncate long filenames
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-06-01 10:04:59 +00:00
Julius Härtl
5b02df2f86
Merge pull request #38539 from nextcloud/backport/37758/stable26
2023-06-01 10:18:00 +02:00
Nextcloud bot
161187ca4c
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-06-01 00:18:10 +00:00
Varun Patil
119e52f8b6
redis: move lua scripts to class and add type hints
...
Signed-off-by: Varun Patil <varunpatil@ucla.edu>
2023-05-31 12:00:34 +02:00
Joas Schilling
05d9937272
Merge pull request #38530 from nextcloud/automated/noid/stable26-update-ca-cert-bundle
...
[stable26] Update ca-cert bundle
2023-05-31 09:26:20 +02:00
Robin Appelman
76013b9287
add test to verify redis lua script hashes
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2023-05-31 07:13:23 +00:00
Varun Patil
f5895faafa
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>
2023-05-31 07:13:23 +00:00
nextcloud-command
3736eecb2e
Update CA certificate bundle
...
Signed-off-by: GitHub <noreply@github.com>
2023-05-31 02:33:26 +00:00
Nextcloud bot
1778f42348
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-31 00:17:53 +00:00
Daniel Kesselberg
ef0cffc937
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>
2023-05-30 13:45:48 +00:00
Louis
2f09dc5234
Merge pull request #38509 from nextcloud/artonge/backport/stable26/38467
...
[stable26] Add fallback when a there is no preview for a version
2023-05-30 13:55:00 +02:00
Louis Chemineau
205cddcf11
Add fallback when a there is no preview for a version
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-05-30 12:16:49 +02:00
Louis Chemineau
5ac2eefe7b
Improve handling of undefined version label
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-05-30 11:56:45 +02:00
Nextcloud bot
36ec021f74
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-30 00:17:47 +00:00
Nextcloud bot
2f33312336
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-28 00:17:43 +00:00
Nextcloud bot
72612cb73c
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-27 00:18:13 +00:00
Julius Härtl
0a7594753f
fix: execute throws docrine exceptions not our wrapped ones
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-05-26 07:46:25 +00:00
Nextcloud bot
8f0da6b9f7
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-26 00:18:18 +00:00
Arthur Schiwon
053cefa373
Merge pull request #38435 from nextcloud/release/26.0.2
...
26.0.2
2023-05-25 12:09:03 +02:00
Arthur Schiwon
deae7be0a5
26.0.2
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-05-25 12:08:34 +02:00
Nextcloud bot
3a14476947
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-25 00:19:59 +00:00
Joas Schilling
c075a1e42e
Merge pull request #38437 from nextcloud/revert-37793-backport/37522/stable26
...
Revert "[stable26] Ungroup `placeholder` css rules to prevent browsers from removing all rules"
2023-05-24 17:18:12 +02:00
Arthur Schiwon
8ba2f2617f
Revert "[stable26] Ungroup placeholder css rules to prevent browsers from removing all rules"
2023-05-24 15:19:13 +02:00
Nextcloud bot
93a7d27bb4
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-24 00:17:58 +00:00
Nextcloud bot
81a6300e39
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-23 00:17:36 +00:00
Nextcloud bot
68acce900a
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-22 00:17:54 +00:00
Nextcloud bot
a36cd93617
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-21 00:17:17 +00:00
Nextcloud bot
702515d038
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-20 00:17:21 +00:00
Nextcloud bot
dc3a6e79b5
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-19 00:17:29 +00:00
Nextcloud bot
daf1bfe19d
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-18 18:46:40 +00:00
Nextcloud bot
eab8807e6e
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-05-18 00:17:58 +00:00
Ferdinand Thiessen
a01a15c62b
Merge pull request #37793 from nextcloud/backport/37522/stable26
...
[stable26] Ungroup `placeholder` css rules to prevent browsers from removing all rules
2023-05-17 21:12:47 +02:00