Commit graph

21907 commits

Author SHA1 Message Date
Joas Schilling
31ba65f48f fix(log): Log exception class when message is empty
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-11-13 13:37:03 +00:00
Nextcloud bot
30652da1c5
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-12 00:24:35 +00:00
Nextcloud bot
dac2ade88d
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-11 00:22:36 +00:00
Arthur Schiwon
3d7202680a
Merge pull request #41357 from nextcloud/fix/before-log-event
[stable26] Fix type in BeforeMessageLoggedEvent
2023-11-09 21:05:40 +01:00
Robin Appelman
608da34fd9
fix type in BeforeMessageLoggedEvent
Signed-off-by: Robin Appelman <robin@icewind.nl>
2023-11-09 14:07:26 +01:00
Robin Appelman
6f7f52146f optimize cache jail creation
Signed-off-by: Robin Appelman <robin@icewind.nl>
2023-11-07 13:59:40 +00:00
Joas Schilling
02c55503c7
Merge pull request #41151 from nextcloud/backport/40885/stable26
[stable26] fix(OCM): Make the public API only rely on OCP
2023-11-06 09:45:47 +01:00
Nextcloud bot
1741ae0fd5
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-04 00:29:47 +00:00
Christoph Wurst
4fd23f9eda fix(session): Log why session renewal failed
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-11-02 10:34:15 +00:00
Nextcloud bot
dd1a980019
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-01 00:29:04 +00:00
Nextcloud bot
603951048b
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-31 00:26:38 +00:00
Jonas
ae554fd3af enh(IMountManager): Add method to get MountPoint from CachedMountInfo
Signed-off-by: Jonas <jonas@freesources.org>
2023-10-27 10:38:57 +02:00
Joas Schilling
4a3217cc90
fix(OCM): Make the public API only rely on OCP
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-27 10:35:20 +02:00
Nextcloud bot
290037d6a9
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-27 00:28:08 +00:00
Nextcloud bot
7c2d612d75
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-26 00:26:52 +00:00
Nextcloud bot
8717d9b575
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-25 00:43:51 +00:00
Nextcloud bot
183177cd89
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-24 00:26:03 +00:00
Nextcloud bot
9ff8051aa1
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-22 00:28:57 +00:00
Nextcloud bot
b0e4d25df1
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-19 00:28:32 +00:00
Nextcloud bot
3b1b997322
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-18 00:52:55 +00:00
Nextcloud bot
d90de779d1
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-17 00:28:00 +00:00
Nextcloud bot
3f9c450158
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-15 00:27:50 +00:00
Arthur Schiwon
33994b2d81
Merge pull request #38555 from nextcloud/backport/36857/stable26
[stable26] fix unencrypted_size for folders when scanning the filesystem with encryption enabled
2023-10-12 09:14:04 +02:00
Nextcloud bot
3b5e854e8f
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-12 00:25:49 +00:00
Arthur Schiwon
96eca4a3ea fix(ci): update return type in php doc
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-10-11 14:41:43 +02:00
Robin Appelman
29c36f85b0 fix type hints
Signed-off-by: Robin Appelman <robin@icewind.nl>
2023-10-11 14:41:43 +02:00
Robin Appelman
0fde240089 fix unencrypted folder size when no children with unencrypted size set are left
Signed-off-by: Robin Appelman <robin@icewind.nl>
2023-10-11 14:41:43 +02:00
Robin Appelman
ed6606e86b fix unencrypted_size for files when scanning
Signed-off-by: Robin Appelman <robin@icewind.nl>
2023-10-11 14:41:43 +02:00
Robin Appelman
1a70ba6421 fix unencrypted_size for folders when scanning the filesystem with encryption enabled
Signed-off-by: Robin Appelman <robin@icewind.nl>
2023-10-11 14:41:43 +02:00
Arthur Schiwon
2fc6a6751a
Merge pull request #38815 from nextcloud/backport/38490/stable26
[stable26] emit an event when a message is logged
2023-10-11 12:10:38 +02:00
Arthur Schiwon
d0fb60891d
fix(api): set the correct version in since annotation
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-10-11 10:44:13 +02:00
Maxence Lange
76340f7ea8
Merge pull request #40781 from nextcloud/backport/40745/stable26
[stable26] fix ocm-provider rewrite rules
2023-10-11 07:25:41 -01:00
Nextcloud bot
02befe415b
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-11 00:28:31 +00:00
Christoph Wurst
a5241ba93e fix: Log critical session renewal and logout paths
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-10-10 10:06:00 +00:00
Arthur Schiwon
582b42bb8e
Merge pull request #40351 from nextcloud/backport/40349/stable26
[stable26] fix(autoloader): no apcu no side effects
2023-10-09 22:55:00 +02:00
Christoph Wurst
02e27b8db6 fix(user): Log affected user of app token login name mismatch
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-10-06 08:32:46 +00:00
Maxence Lange
2f78b6e58b fix ocm-provider rewrite rules
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2023-10-05 08:56:08 +00:00
Nextcloud bot
df622dbad3
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-04 00:27:19 +00:00
Nextcloud bot
ab350fcee5
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-03 00:26:24 +00:00
Nextcloud bot
c3f10dcdb7
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-30 00:26:15 +00:00
jld3103
ab2c222c12
Fix Dashboard IManager getWidgets return annotation
Signed-off-by: jld3103 <jld3103yt@gmail.com>
2023-09-29 09:01:21 +02:00
Nextcloud bot
be48278d3b
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-29 00:25:51 +00:00
Nextcloud bot
4832eb423c
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-28 00:28:17 +00:00
Nextcloud bot
f7d5c91081
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-27 00:27:14 +00:00
Nextcloud bot
f6b4fc9e21
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-25 00:30:08 +00:00
Maxence Lange
021d73e705
Merge pull request #40592 from nextcloud/backport/39574/39574-stable26
[stable26] ocm services
2023-09-23 14:08:09 -01:00
Nextcloud bot
1251d48e6c
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-23 00:28:19 +00:00
Maxence Lange
1bd9d9143b ocm services
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2023-09-22 19:46:42 -01:00
Nextcloud bot
110b7848d8
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-09-22 00:32:20 +00:00
Joas Schilling
59871eb38c
Merge pull request #40507 from nextcloud/backport/40488/stable26
[stable26] fix(comments): Use provided offset in best effort when loading comments
2023-09-20 10:23:52 +02:00