Julien Veyssier
|
f22f7311de
|
fix(taskprocessing): fix TaskProcessingTest
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
|
2025-08-04 10:11:24 +07:00 |
John Molakvoæ
|
4829ac57c1
|
fix: use `OCP\Server`
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
|
2025-08-01 17:00:09 +07:00 |
Josh
|
14b4d0327e
|
fix(AppFramework): Log malformed protocol values and unify fallback behavior
Signed-off-by: Josh <josh.t.richards@gmail.com>
|
2025-08-01 17:00:09 +07:00 |
Kate
|
89d659ca17
|
Merge pull request #51602 from nextcloud/fix/fix-default-share-folder-for-group-shares
|
2025-07-29 11:12:58 +07:00 |
Stephan Orbaugh
|
4eda352397
|
Merge pull request #54026 from nextcloud/enh/add-cloud-id-chars
feat: add ICloudIdResolver
|
2025-07-28 15:49:12 +07:00 |
Maxence Lange
|
33bff30e1d
|
feat(lexicon): moving out from unstable
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
|
2025-07-24 15:56:33 +07:00 |
Ferdinand Thiessen
|
66eb021ece
|
refactor: remove duplicated types and add return types
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
|
2025-07-23 15:59:26 +07:00 |
Daniel Kesselberg
|
9bbbd11191
|
fix(imip): group messages by logging principal and uri as context
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
|
2025-07-22 15:33:24 +07:00 |
Maxence Lange
|
484491e7cc
|
fix(bruteforce): limit appconfig lazy loading
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
|
2025-07-20 00:49:11 +07:00 |
Maxence Lange
|
20b908cf3f
|
feat(appconfig): add searchKeys()
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
|
2025-07-18 23:54:55 +07:00 |
Maxence Lange
|
e64be71e52
|
feat(lexicon): preset()
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
|
2025-07-15 11:29:33 +07:00 |
Marcel Klehr
|
43be97de08
|
fix(FileAccess): Use one param for rewriting home dirs and excluding non-user files mounts
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2025-07-15 09:15:16 +07:00 |
Julien Veyssier
|
3a96f8e533
|
fix(FileAccess*): fix tests
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
|
2025-07-15 09:15:16 +07:00 |
Julien Veyssier
|
cb221c8211
|
fix(FileAccess*): Change the way home dir root is found, remove the excludeTrashbinMounts param of getDistinctMounts
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
|
2025-07-15 09:15:16 +07:00 |
Julien Veyssier
|
7e986988fe
|
fix(FileAccess*): Adress review comments
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
|
2025-07-15 09:15:16 +07:00 |
Marcel Klehr
|
131125bbb7
|
fix(FileAccessTest): Adress review comments
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2025-07-15 09:15:16 +07:00 |
Marcel Klehr
|
26f6013c1f
|
fix(FileAccessTest): Make it work on sharded instance
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2025-07-15 09:15:16 +07:00 |
Marcel Klehr
|
3941622059
|
fix(FileAccessTest): Make sure path_hash is not NULL
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2025-07-15 09:15:16 +07:00 |
Marcel Klehr
|
10cc43041b
|
fix(FileAccess#getByAncestorInStorage): Use a subquery to fix tests
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2025-07-15 09:15:16 +07:00 |
Marcel Klehr
|
d67c877ac5
|
fix(FileAccess): Add tests
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2025-07-15 09:15:16 +07:00 |
John Molakvoæ
|
2b50d9b2c5
|
Revert "perf(base): Stop setting up the FS for every basic auth request"
|
2025-07-11 17:07:44 +07:00 |
John Molakvoæ
|
6f0255d82a
|
Merge pull request #53141 from nextcloud/perf/files/setup-fs-basic-auth-request
|
2025-07-11 15:25:10 +07:00 |
Joas Schilling
|
088d6843b7
|
fix(comments): Adjust interface with implementation
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2025-07-10 22:03:21 +07:00 |
Kate
|
034246a1a9
|
Merge pull request #53893 from nextcloud/fix/cleanup-loadapp-calls
|
2025-07-10 15:06:05 +07:00 |
Côme Chilliet
|
c0b31d1e2d
|
Merge pull request #53892 from nextcloud/fix/cleanup-getinstallpath
fix: Move getInstallPath to Installer class
|
2025-07-10 13:10:19 +07:00 |
Côme Chilliet
|
7127ac4b43
|
fix: Replace OC_App::loadApp calls by IAppManager
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2025-07-10 11:40:27 +07:00 |
Côme Chilliet
|
12c0cfc977
|
fix: Move getInstallPath to Installer class
This method does not need a public API for now, it’s only used
internally.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2025-07-10 09:39:58 +07:00 |
skjnldsv
|
51a2125020
|
fix(systemtags): case-insensitive search & prevent duplicates
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
|
2025-07-09 19:28:20 +07:00 |
Côme Chilliet
|
1f5e232314
|
chore: Move info parsing related method from OC_App to InfoParser
Also fix the tests
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2025-07-08 15:57:05 +07:00 |
Côme Chilliet
|
5d65f14e60
|
chore: Fix CrashReport\Registry tests
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2025-07-08 13:32:14 +07:00 |
Côme Chilliet
|
ab310ce938
|
fix: Fix issues and tests in DIContainer and friends
Some tests related to MiddlewareDispatcher are still failing.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2025-07-08 13:32:14 +07:00 |
Côme Chilliet
|
7070ba4365
|
chore(tests): Adapt DefaultShareProviderTest to new constructor parameter
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2025-07-08 13:25:00 +07:00 |
provokateurin
|
90705520c7
|
chore: Remove unused \OC\Cache\CappedMemoryCache
Signed-off-by: provokateurin <kate@provokateurin.de>
|
2025-07-08 11:39:33 +07:00 |
provokateurin
|
0d8f983c71
|
chore: Remove unused \OC\Cache\File
Signed-off-by: provokateurin <kate@provokateurin.de>
|
2025-07-08 11:39:17 +07:00 |
Stephan Orbaugh
|
4dcb282a47
|
Merge pull request #53109 from TechnicalSuwako/master
fix(settings): change Mastodon only URI to webfinger
|
2025-07-07 12:02:11 +07:00 |
Jana Peper
|
603522a59c
|
test: fix tests
Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
|
2025-07-03 10:25:19 +07:00 |
Robin Appelman
|
aa15f9d16d
|
chore: run rector
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2025-07-01 22:45:52 +07:00 |
Ferdinand Thiessen
|
5981b7eb51
|
chore: apply new CSFixer rules
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
# Conflicts:
# apps/settings/lib/SetupChecks/PhpOpcacheSetup.php
|
2025-07-01 16:26:50 +07:00 |
Daniel Kesselberg
|
53fb05e2d0
|
fix(nullcache): make get compliant with the interface
The interface defines ICacheEntry|false, thus we should not return null.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
|
2025-06-26 09:54:48 +07:00 |
Maxence Lange
|
d29e1dc380
|
feat(lexicon): new tests about lexicon migration
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
|
2025-06-24 12:10:57 +07:00 |
Maxence Lange
|
d8fc08d718
|
feat(lexicon): fix tests
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
|
2025-06-24 12:10:57 +07:00 |
Maxence Lange
|
e39ab65239
|
feat(lexicon): migrate config key/value
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
|
2025-06-24 12:10:57 +07:00 |
Richard Steinmetz
|
b6af06d2e0
|
fix: revive always storing lowercased email addresses
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
|
2025-06-24 13:53:08 +07:00 |
Ferdinand Thiessen
|
35a27b5fd5
|
fix(FilenameValidator): use `_` as default replacement for invalid chars
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
|
2025-06-18 09:44:57 +07:00 |
Robin Appelman
|
3561937816
|
chore: run rector on tests with new rule
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2025-06-12 18:38:29 +07:00 |
Robin Appelman
|
29e39c0a2e
|
chore: run rector on tests
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2025-06-12 18:31:58 +07:00 |
Daniel
|
e1fcd6ccfb
|
Merge pull request #53000 from nextcloud/fix/noid/stuck-ffmpeg
fix: unblock ffmpeg on some broken videos
|
2025-06-10 22:22:04 +07:00 |
Kate
|
1474fa3407
|
Merge pull request #52743 from nextcloud/bug/noid/expires-date-format
|
2025-06-10 14:25:05 +07:00 |
Daniel Kesselberg
|
df9a275c89
|
test: addd test for hideFromCollaboration
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
|
2025-06-10 13:55:53 +07:00 |
Daniel Kesselberg
|
be587def0e
|
fix: use correct format for expires, last-modified, and if-modified-since headers
Before: Sat, 10 May 2025 18:17:41 +0000
After: Sat, 10 May 2025 18:17:41 GMT
RFC: https://httpwg.org/specs/rfc9110.html#http.date
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
|
2025-06-10 13:15:31 +07:00 |