Nextcloud bot
f39bf67b8b
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-11 00:28:39 +00:00
Arthur Schiwon
0f4151c1ae
Merge pull request #40693 from nextcloud/fix/dashboard-widgets-api-stable25
...
[stable25] Fix Dashboard IManager getWidgets return annotation
2023-10-09 23:01:40 +02:00
Arthur Schiwon
8fa780ba6c
Merge pull request #39992 from nextcloud/backport/39770/stable25
...
[stable25] fix: always use display name from correct backend
2023-10-09 23:00:52 +02:00
Nextcloud bot
3deb128dba
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-04 00:27:27 +00:00
Nextcloud bot
6ef0a0d1ab
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-03 00:26:35 +00:00
Nextcloud bot
ed1dff421d
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-30 00:26:22 +00:00
jld3103
a29153a447
Fix Dashboard IManager getWidgets return annotation
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
2023-09-29 08:58:52 +02:00
Nextcloud bot
ffc1ae6046
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-29 00:25:58 +00:00
Nextcloud bot
30d8da9aff
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-28 00:28:24 +00:00
Nextcloud bot
4a67375310
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-27 00:27:21 +00:00
Nextcloud bot
c125984ce1
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-25 00:30:14 +00:00
Nextcloud bot
c59edb05d9
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-23 00:28:26 +00:00
Nextcloud bot
5ca2425fca
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-22 00:32:29 +00:00
Joas Schilling
163ace279b
Merge pull request #40509 from nextcloud/backport/40488/stable25
...
[stable25] fix(comments): Use provided offset in best effort when loading comments
2023-09-20 10:24:09 +02:00
Nextcloud bot
a3b5109280
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-20 00:27:57 +00:00
Joas Schilling
bf623072d1
fix(comments): Use provided offset in best effort when loading comments
...
When we didn't find the "$lastKnownComment" the whole condition was ignored.
Now we still use the ID as an offset.
This is required as a fall-back for expired messages in Talk
and deleted comments in other apps.
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-09-19 14:25:54 +00:00
Max
40056c807a
fix: always use display name from correct backend
...
Overwrite the display name after the account is initialized
when using an instacne of IGetDisplayNameBackend.
Before when using a variation of user_oidc and registering
a Backend.php implementing IGetDisplayNameBackend
the personal setting page shows 'uid'.
The UserManager/AccountManager seems not to use consistently
the correct backend.
The correct backend is used in this sequence:
server/lib/private/TemplateLayout.php
$userDisplayName = \OC_User::getDisplayName();
$this->assign(user_displayname, $userDisplayName);
In the settings page, it definitely not calls the registered backend,
but seems to fall back to default Backend and shows (usually) uid
or a value from the standard account property table.
Signed-off-by: Max <max@nextcloud.com>
2023-09-15 14:01:13 +02:00
Julius Härtl
8ddcebe3bd
fix: Only read unencrypted_size when file is actually encrypted
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-09-12 15:07:15 +02:00
Julius Härtl
19cf570aac
fix: Only store unencrypted_size if path should be encrypted
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-09-12 15:07:15 +02:00
Côme Chilliet
66c6bc01b6
fix(logging): user log condition feature
...
Signed-off-by: Anna Larch <anna@nextcloud.com>
2023-09-07 10:35:56 +02:00
Tobias Kaminsky
a1d4f51dfd
Merge pull request #40304 from nextcloud/backport/40293/stable25
...
[stable25] fix(ratelimit): Only use memory cache backend for redis
2023-09-07 08:23:31 +02:00
Nextcloud bot
57e32f1917
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-07 00:29:29 +00:00
Joas Schilling
c2d7e9b21e
fix(ratelimit): Only use memory cache backend for redis
...
Signed-off-by: Anna Larch <anna@nextcloud.com>
2023-09-06 16:12:15 +00:00
Arthur Schiwon
41e0fcf80c
Merge pull request #40261 from nextcloud/backport/40234/stable25
...
[stable25] enh: skip processing for empty response
2023-09-05 18:54:53 +02:00
Arthur Schiwon
cb607b5b8d
Merge pull request #40233 from nextcloud/fix/fix-video-seeking-public-link
...
[stable25] Detect aborted connection in OC\Files\View and stop writing data to the output buffer
2023-09-05 18:54:31 +02:00
Arthur Schiwon
4299e1517d
Merge pull request #40188 from nextcloud/backport/39017/stable25
...
[stable25] fix(s3): fix handling verify_bucket_exists parameter
2023-09-05 17:46:40 +02:00
Arthur Schiwon
e004f8099a
Merge pull request #39731 from nextcloud/backport/39698/stable25
...
[stable25] Catch more invalid cache source storage paths
2023-09-05 17:45:25 +02:00
Côme Chilliet
6b2580d49a
Apply suggestions from code review in View.php
...
Co-authored-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-09-05 14:36:23 +02:00
Daniel Kesselberg
07ab666d84
enh: skip processing for empty response
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-09-05 09:57:25 +02:00
Côme Chilliet
168b07d038
Lower log to debug for connections aborted by the client
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-09-04 16:45:14 +02:00
Côme Chilliet
cb2a6d688f
Detect aborted connection in OC\Files\View and stop writing data to the
...
output buffer
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-09-04 14:58:30 +02:00
Nextcloud bot
8a2a16e9d4
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-03 00:25:59 +00:00
Nextcloud bot
9b7e12b919
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-01 00:30:05 +00:00
Thomas Citharel
fe37e5590b
fix(s3): fix handling verify_bucket_exists parameter
...
If 'verify_bucket_exists' is set to false in the config.php s3 configuration, it's supposed to avoid
verifying that the bucket exists. However empty(falsy) will always return true, so this condition
would not work.
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-08-31 21:45:44 +00:00
Nextcloud bot
0a1457127b
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-31 00:35:14 +00:00
Nextcloud bot
f3a012210f
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-30 00:32:12 +00:00
Anna Larch
681da56912
fix(CalDAV): check voject exists before attempting any operation
...
Signed-off-by: Anna Larch <anna@nextcloud.com>
2023-08-29 15:37:53 +02:00
Robin Appelman
2f1c599810
Merge pull request #39703 from nextcloud/cache-imcomplete-id-first-25
...
[stable25] Select the fileid first when looking for incomplete files
2023-08-28 14:18:48 +02:00
Robin Appelman
c8cf2ebf17
select the fileid first when looking for incomplete files
...
this seems to improve mariadbs index selection
Signed-off-by: Robin Appelman <robin@icewind.nl>
2023-08-28 13:30:01 +02:00
Anna Larch
1e957b5c87
fix: don't emit Hooks when hookpaths are empty
...
Signed-off-by: Anna Larch <anna@nextcloud.com>
Signed-off-by: Max <max@nextcloud.com>
2023-08-28 11:45:01 +02:00
Nextcloud bot
fc0cc95e31
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-23 00:28:46 +00:00
Nextcloud bot
11986e2f8d
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-17 00:34:16 +00:00
Nextcloud bot
55d833698e
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-16 00:26:02 +00:00
Nextcloud bot
5af8f5d470
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-14 00:26:24 +00:00
Nextcloud bot
90e6c82561
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-13 00:25:24 +00:00
Nextcloud bot
722b663556
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-12 00:28:08 +00:00
Nextcloud bot
ed505c5ceb
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-11 00:30:35 +00:00
Nextcloud bot
0f54238e6c
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-10 00:27:21 +00:00
Nextcloud bot
590d4f3fbc
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-09 00:51:09 +00:00
Nextcloud bot
372a405114
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-08 00:29:56 +00:00