nextcloud-server/tests/lib
Andy Scherzinger 14f79829f3
Merge pull request #52775 from nextcloud/nested-jail-root
fix unjailedroot of nested jails if there are other wrappers in between
2025-05-14 17:36:55 +07:00
..
Accounts fix(AccountManager): Sanitize social media handles 2025-02-06 11:58:24 +07:00
Activity
App fix: Replace getInstalledApps calls with getEnabledApps 2025-02-13 10:19:20 +07:00
AppFramework fix(phpunit): Remove some more withConsecutive calls 2025-03-31 09:43:22 +07:00
Archive
Authentication Merge pull request #51130 from nextcloud/fix/credential-passwordless-auth 2025-03-07 16:49:18 +07:00
Avatar
BackgroundJob perf(cron): Delay (re)checking timed jobs 2025-03-31 13:21:29 +07:00
Cache
Calendar fix: check if properties exist before using them 2025-05-12 15:44:07 +07:00
Collaboration test: Finish migrating tests/Core/ to PHPUnit 10 compatible code 2025-05-02 16:47:42 +07:00
Command
Comments test: Fix coding standards 2025-05-05 10:09:22 +07:00
Config feat(lexicon): configurable default value 2025-01-14 10:36:07 +07:00
Contacts/ContactsMenu test: Finish migrating tests/Core/ to PHPUnit 10 compatible code 2025-05-02 16:47:42 +07:00
DB test: Prepare more tests for PHPUnit 10 2025-04-30 09:18:01 +07:00
Diagnostics
DirectEditing test: Finish migrating tests/Core/ to PHPUnit 10 compatible code 2025-05-02 16:47:42 +07:00
Encryption test: Finish migrating tests/Core/ to PHPUnit 10 compatible code 2025-05-02 16:47:42 +07:00
Federation fix(federation): allows equal signs in federation id 2025-04-22 13:03:56 +07:00
Files Merge pull request #52775 from nextcloud/nested-jail-root 2025-05-14 17:36:55 +07:00
FilesMetadata
GlobalScale
Group test: fix periodic `Test\Group\DatabaseTest::testSearchGroups` failure 2025-01-22 10:53:03 +07:00
Hooks
Http test: Finish migrating tests/Core/ to PHPUnit 10 compatible code 2025-05-02 16:47:42 +07:00
IntegrityCheck test: Finish migrating tests/Core/ to PHPUnit 10 compatible code 2025-05-02 16:47:42 +07:00
L10N test: Prepare more tests for PHPUnit 10 2025-04-30 09:18:01 +07:00
Lock
Lockdown
Log test: Prepare more tests for PHPUnit 10 2025-04-30 09:18:01 +07:00
Mail fix(mail): use matching text color for primary elements 2025-04-17 11:51:46 +07:00
Memcache
Migration fix: Remove incorrect `@throws` annotations and move away from OC_App 2025-02-24 17:48:34 +07:00
Net
Notification
OCS test: Prepare more tests for PHPUnit 10 2025-04-30 09:18:01 +07:00
Preview fix(blurhash): Use preview API to generate the previews 2025-05-05 11:13:31 +07:00
Profile/Actions fix(FediverseAction): Ensure valid fediverse links are generated 2025-02-06 11:58:24 +07:00
Remote
Repair refactor: convert sanitize account properties repair step to background job 2025-02-24 15:16:28 +07:00
RichObjectStrings Revert "refactor(RichObjectStrings): Only log error if key or value is not string in validator" 2025-04-09 08:35:56 +07:00
Route fix(tests): Adapt tests to appManager usage 2025-02-24 17:48:34 +07:00
Security fix: log requests exceeding the rate limiting 2025-05-14 12:23:40 +07:00
Session
Settings test: Prepare more tests for PHPUnit 10 2025-04-30 09:18:01 +07:00
SetupCheck
Share
Share20 perf(Share20): Add interface to query all shares in a folder without filtering by user 2025-05-08 15:29:40 +07:00
Support chore(tests): Adapt tests to the countUsers refactor 2025-01-14 16:34:15 +07:00
SystemTag feat(systemtags): add setting to block non admin to create system tags 2025-01-22 20:07:24 +07:00
Talk
TaskProcessing fix(taskprocessing): use the event for AppAPI to get list of AI providers 2025-04-09 15:47:48 +07:00
Template fix(phpunit): Remove some more withConsecutive calls 2025-03-31 09:43:22 +07:00
TextProcessing
Traits
Updater test: Prepare more tests for PHPUnit 10 2025-04-30 09:18:01 +07:00
User test: Prepare more tests for PHPUnit 10 2025-04-30 09:18:01 +07:00
Util
AllConfigTest.php
AppConfigTest.php fix(lexicon): renaming and minor fixes 2024-12-13 11:08:20 +07:00
AppScriptSortTest.php
AppTest.php fix(TemplateLayout): `core` is not an app but the server itself 2025-01-24 15:10:23 +07:00
AutoLoaderTest.php
BinaryFinderTest.php
CapabilitiesManagerTest.php
ConfigTest.php
ContactsManagerTest.php fix(cardav): only show useres from enabled addressBooks in contacts menu 2025-03-17 11:56:34 +07:00
DateTimeFormatterTest.php
EmojiHelperTest.php
ErrorHandlerTest.php
EventSourceFactoryTest.php
HelperStorageTest.php
HookHelper.php
ImageTest.php
InfoXmlTest.php
InitialStateServiceTest.php
InstallerTest.php
LargeFileHelperGetFileSizeTest.php
LargeFileHelperTest.php
LegacyHelperTest.php
LoggerTest.php
MemoryInfoTest.php
NaturalSortTest.php
NavigationManagerTest.php fix(navigation): Fix default app entry registered as closure 2025-04-25 14:47:33 +07:00
RepairTest.php
ServerTest.php
SetupTest.php
SubAdminTest.php
TagsTest.php fix: Replace all usages of OC_User backend method calls by IUserManager 2025-04-10 11:29:21 +07:00
TempManagerTest.php refactor(TempManager): Simplify and unify implementations and remove legacy behavior 2025-03-03 11:11:12 +07:00
TemplateFunctionsTest.php chore: Move template functions out of legacy folder 2025-03-20 10:54:50 +07:00
TemplateLayoutTest.php chore(tests): Adapt TemplateLayoutTest to constructor change 2025-03-25 14:23:40 +07:00
TestCase.php fix: Remove multiple require_once calls for template functions 2025-03-20 10:54:50 +07:00
TestMoveableMountPoint.php
UpdaterTest.php
UrlGeneratorTest.php
UtilCheckServerTest.php
UtilTest.php fix: Remove some call and references to deprecated OC_Util class 2025-04-07 17:05:54 +07:00