nextcloud-server/tests/lib
Côme Chilliet 001b12c482
Merge pull request #50999 from nextcloud/fix/move-away-from-oc-app
fix: Replace OC_App calls by IAppManager
2025-02-27 18:33:47 +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: Change UserAgent to *cloud 2025-02-19 18:51:08 +07:00
Archive
Authentication fix: Handle exception when clearing previously removed two factor tokens 2024-11-05 11:14:05 +07:00
Avatar
BackgroundJob
Cache
Calendar feat(ocp): add calendar api to retrieve availability of attendees 2025-01-13 10:12:31 +07:00
Collaboration
Command
Comments Merge pull request #47329 from nextcloud/feat/add-datetime-qbmapper-support 2024-10-18 19:05:08 +07:00
Config feat(lexicon): configurable default value 2025-01-14 10:36:07 +07:00
Contacts/ContactsMenu feat(contacts): Show time difference for users in different timezones 2025-01-16 18:10:04 +07:00
DB feat: support migrating an instance to sharding 2025-02-25 17:52:40 +07:00
Diagnostics
DirectEditing
Encryption
Federation
Files fix: make sure we process mime extensions as string 2025-02-05 12:35:41 +07:00
FilesMetadata test: add some minimal testing for metadata storage 2024-11-07 16:27:16 +07:00
GlobalScale
Group test: fix periodic `Test\Group\DatabaseTest::testSearchGroups` failure 2025-01-22 10:53:03 +07:00
Hooks
Http fix: do not query CNAME if A succeeded already 2024-11-06 20:21:38 +07:00
IntegrityCheck
L10N fix(rtl): Make clear that the direction is based on language 2024-09-23 17:00:07 +07:00
Lock
Lockdown test: Fix IStorage return types 2024-09-26 17:29:48 +07:00
Log
Mail feat(Mailer): add "null" SMTP transport mode 2024-11-19 11:32:39 +07:00
Memcache
Migration fix: Remove incorrect `@throws` annotations and move away from OC_App 2025-02-24 17:48:34 +07:00
Net fix(tests): Add IpAddressClassifier v6 zone ID test 2024-11-04 09:31:48 +07:00
Notification
OCS
Preview fix(preview): Filter for folders in cleanup old preview job 2025-01-27 10:16:08 +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 fix(richobjectstrings): Add missing placeholder validation 2024-11-06 21:31:41 +07:00
Route fix(tests): Adapt tests to appManager usage 2025-02-24 17:48:34 +07:00
Security fix(ratelimit): Allow to bypass rate-limit from bruteforce allowlist 2025-01-27 12:46:15 +07:00
Session
Settings feat(DeclarativeSettings): Allow to implement value getter and setter directly in Form 2024-10-15 20:33:45 +07:00
SetupCheck
Share
Share20 fix: Exclude non accepted shares when computing access list 2025-01-30 09:57:14 +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): Fix tests 2025-01-24 16:45:43 +07:00
Template
TextProcessing
Traits fix(UserTrait): Fix backend initialization 2024-10-08 11:12:01 +07:00
Updater
User fix: Fix UserTest to return valid configuration values 2025-02-10 14:52:18 +07:00
Util
AllConfigTest.php feat(user-prefs): IUserPreferences 2024-11-18 20:11:31 +07:00
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 chore: Drop unused legacy `OC_Files` 2024-09-28 13:18:40 +07:00
BinaryFinderTest.php
CapabilitiesManagerTest.php
ConfigTest.php
ContactsManagerTest.php
DateTimeFormatterTest.php
EmojiHelperTest.php
ErrorHandlerTest.php
EventSourceFactoryTest.php
HelperStorageTest.php refactor(Storage): Align all Storage constructors 2024-10-23 13:24:18 +07:00
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: Replace getInstalledApps calls with getEnabledApps 2025-02-13 10:19:20 +07:00
RepairTest.php
ServerTest.php
SetupTest.php
SubAdminTest.php
TagsTest.php refactor(tags): move favorite event dispatching to tags.php 2024-12-03 20:56:36 +07:00
TempManagerTest.php
TemplateFunctionsTest.php
TemplateLayoutTest.php fix: Shipped apps should include the Nextcloud version in the cache buster 2024-10-14 16:04:13 +07:00
TestCase.php
TestMoveableMountPoint.php
UpdaterTest.php
UrlGeneratorTest.php feat(files): Make the files download action use WebDAV zip download 2024-09-28 13:18:29 +07:00
UtilCheckServerTest.php
UtilTest.php