Côme Chilliet
|
5d1ca7e25a
|
fix: Drop workarounds for unsupported obsolete PHP versions
Also improved error handling in Installer.php to be type safe.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2024-04-22 16:55:42 +02:00 |
|
Côme Chilliet
|
37c89f4191
|
Merge pull request #44025 from nextcloud/fix/remove-oc-app-calls
Migrate away from OC_App and toward IAppManager.
|
2024-04-22 16:41:15 +02:00 |
|
Côme Chilliet
|
ac1d868d18
|
fix: Lazy load IURLGenerator from AppManager to avoid installation crash
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2024-04-22 15:50:06 +02:00 |
|
Robin Appelman
|
deac58ab7e
|
Merge pull request #44884 from nextcloud/query-req-id
feat: add request id as comment to all queries
|
2024-04-22 13:03:55 +02:00 |
|
Côme Chilliet
|
a0be3ffdf2
|
fix: Fix tests following OC_App migrations to IAppManager
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2024-04-22 12:21:55 +02:00 |
|
Côme Chilliet
|
733a818139
|
fix: Migrate a few more classes away from OC_App::getAppPath
Also fixed AppTest
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2024-04-22 12:19:01 +02:00 |
|
Côme Chilliet
|
0e7bac72ae
|
fix: Make sure that AppManager can be built before Nextcloud is installed
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2024-04-22 12:17:31 +02:00 |
|
Côme Chilliet
|
644036ab4e
|
fix: Migrate away from OC_App toward the IAppManager
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2024-04-22 12:14:58 +02:00 |
|
Nextcloud bot
|
2be7b12fd5
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2024-04-20 00:20:02 +00:00 |
|
Nextcloud bot
|
fc560d8ec9
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2024-04-19 00:20:24 +00:00 |
|
Sam Bull
|
b6ade7c8e4
|
fix: regression with updating read-only config
Signed-off-by: Sam Bull <git@sambull.org>
|
2024-04-18 18:40:51 +02:00 |
|
Joas Schilling
|
5fffbcfe86
|
Merge pull request #44889 from nextcloud/bugfix/noid/skip-cross-storage-move-with-ac
fix(files): Also skip cross storage move with access control
|
2024-04-18 10:48:03 +02:00 |
|
Joas Schilling
|
2161387ac7
|
Merge pull request #44886 from nextcloud/techdebt/noid/improved-activity-exceptions
fix(activity): Improved activity exceptions
|
2024-04-18 10:05:49 +02:00 |
|
Maxence Lange
|
b75bb088d1
|
Merge pull request #44640 from nextcloud/fix/noid/returns-real-value-on-details
fix(appconfig): returns correct value on details
|
2024-04-18 07:05:15 -01:00 |
|
Joas Schilling
|
64d32abb48
|
fix(CI): Suppress psalm UndefinedClass
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2024-04-18 09:24:11 +02:00 |
|
Nextcloud bot
|
5447dd3483
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2024-04-18 00:20:32 +00:00 |
|
Maxence Lange
|
a624a2b34f
|
fix(appconfig): returns correct value on details
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
|
2024-04-17 16:28:02 -01:00 |
|
Maxence Lange
|
b4004a2582
|
Merge pull request #43574 from nextcloud/enh/noid/lazyappconfig-migrate-metadata
enh(metadata): migrate metadata to lazy appconfig
|
2024-04-17 16:20:33 -01:00 |
|
Ferdinand Thiessen
|
3aa9c53a87
|
Merge pull request #44644 from nextcloud/enh/noid/returns-formated-app-values
fix(appconfig): format app values
|
2024-04-17 17:11:36 +02:00 |
|
Robin Appelman
|
8c10c78099
|
feat: add request id as comment to all queries
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2024-04-17 16:36:24 +02:00 |
|
Joas Schilling
|
050408c9de
|
fix(files): Also skip cross storage move with access control
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2024-04-17 16:29:07 +02:00 |
|
Joas Schilling
|
17744f8590
|
fix(activity): Remove unneeded exception (types are enforced)
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2024-04-17 15:36:42 +02:00 |
|
Joas Schilling
|
9f4845e25b
|
fix(activity): Add a dedicated exception when the filter or setting is not found
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2024-04-17 15:36:42 +02:00 |
|
Joas Schilling
|
784ab6e79a
|
fix(activity): Add a dedicated exception when the event is unknown to the provider
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2024-04-17 15:36:41 +02:00 |
|
Joas Schilling
|
8f83953ff1
|
fix(activity): Add a dedicated exception when not all fields are set while publishing an activity
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2024-04-17 15:36:41 +02:00 |
|
Joas Schilling
|
661143a1d1
|
fix(activity): Add a dedicated exception when invalid values are set
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2024-04-17 15:36:40 +02:00 |
|
Nextcloud bot
|
4c1d4aeccb
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2024-04-17 00:20:38 +00:00 |
|
Côme Chilliet
|
3ad4bbb096
|
Merge pull request #44658 from nextcloud/fix/migrate-away-from-resource-type
fix: Remove obsolete resource typing
|
2024-04-16 17:13:07 +02:00 |
|
Ferdinand Thiessen
|
7eec3b5a72
|
Merge pull request #44761 from nextcloud/fix/deps-webauthn-lib
fix(deps): Bump web-auth/webauthn-lib from 3.3.9 to 4.8.5
|
2024-04-16 12:57:34 +02:00 |
|
Ferdinand Thiessen
|
f06bf0413d
|
fix(PsrLoggerAdapter): Adjust code to comply with v2 of Psr\Log (allow \Stringable as message)
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
|
2024-04-16 11:51:04 +02:00 |
|
Ferdinand Thiessen
|
e8452d9ef1
|
fix(deps): Bump web-auth/webauthn-lib from 3.3.9 to 4.8.5
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
|
2024-04-16 11:48:13 +02:00 |
|
yemkareems
|
29f0448937
|
Merge pull request #44840 from nextcloud/feature/occ-clear-avatar-cache-command
Feature/occ clear avatar cache command
|
2024-04-16 15:13:32 +05:30 |
|
yemkareems
|
1d50d78bb3
|
feat: changes by build/autoloaderchecker.sh
Signed-off-by: yemkareems <yemkareems@gmail.com>
|
2024-04-16 14:18:51 +05:30 |
|
Joas Schilling
|
10fc78a9ea
|
Merge pull request #44810 from nextcloud/moveToOCPServer
chore(db): move to OCP\Server
|
2024-04-15 14:00:44 +02:00 |
|
Joas Schilling
|
984f00c581
|
Merge pull request #44770 from nextcloud/techdebt/noid/improved-notification-exceptions
fix(notifications): Improved notification exceptions
|
2024-04-15 09:26:21 +02:00 |
|
Nextcloud bot
|
1ce3ae8a30
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2024-04-15 00:19:41 +00:00 |
|
Nextcloud bot
|
42c36c152b
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2024-04-14 00:19:56 +00:00 |
|
Git'Fellow
|
5f519a2e7d
|
chore(db): move to OCP\Server
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
|
2024-04-13 18:29:22 +02:00 |
|
Joas Schilling
|
bbaaaf4b91
|
feat(capabilities): Expose if mod-rewrite is working via capabilities
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2024-04-12 13:00:20 +02:00 |
|
Joas Schilling
|
874525425c
|
fix(notifications): Add a warning when using relative links
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2024-04-12 10:30:39 +02:00 |
|
Joas Schilling
|
6545fed34a
|
fix(notifications): Throw AlreadyProcessedException also from the manager when it's done
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2024-04-12 10:30:38 +02:00 |
|
Joas Schilling
|
0d0c2cdaa0
|
fix(notifications): Add a dedicated exception when a notification was not parsed completely
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2024-04-12 10:30:38 +02:00 |
|
Joas Schilling
|
c8e4a29dfa
|
fix(notifications): Add a dedicated exception when the notification is unknown to the notifier
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2024-04-12 10:30:37 +02:00 |
|
Joas Schilling
|
2c6ecef90f
|
fix(notifications): Add a dedicated exception when not all fields are set while saving a notification
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2024-04-12 10:30:37 +02:00 |
|
Joas Schilling
|
834bd13e28
|
fix(notifications): Add a dedicated exception when invalid values are set
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2024-04-12 09:23:15 +02:00 |
|
Christoph Wurst
|
46fb51b022
|
Merge pull request #44746 from nextcloud/doc/idbconnection-prepare-branding
docs: Adjust branding in IDBConnection::prepare doc block
|
2024-04-09 20:57:19 +02:00 |
|
Christoph Wurst
|
5443069471
|
docs: Adjust branding in IDBConnection::prepare doc block
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2024-04-09 20:40:29 +02:00 |
|
Pytal
|
728c46d174
|
Merge pull request #44736 from nextcloud/fix/avatar-images
fix: Fix avatar images
|
2024-04-09 10:10:19 -07:00 |
|
Côme Chilliet
|
b6f5cfa83f
|
chore: add @since annotation for IStreamImage::resource method
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2024-04-09 14:18:39 +02:00 |
|
Julius Härtl
|
e0fcf6b700
|
Merge pull request #44294 from nextcloud/fix/storage-mount-owner
fix: Pass the mountpoint target user to storages without owner
|
2024-04-09 13:18:13 +02:00 |
|