Julien Veyssier 1acc57b5c0 feat(bg-jobs): allow setting a job class list instead of a single class in cron.php and the job worker occ command 5 mesiacov pred
..
Accounts ec5133b739 fix: Apply new coding standard to all files 5 mesiacov pred
Activity 8f83953ff1 fix(activity): Add a dedicated exception when not all fields are set while publishing an activity 5 mesiacov pred
App ac1d868d18 fix: Lazy load IURLGenerator from AppManager to avoid installation crash 5 mesiacov pred
AppFramework a0be3ffdf2 fix: Fix tests following OC_App migrations to IAppManager 5 mesiacov pred
Archive ec4fff20e8 Avoid Deprecation warning from Zip tests on PHP 8.1 2 rokov pred
Authentication f9ce6bfdff Refactor `OC\Server::getHasher` 6 mesiacov pred
Avatar 78ed7604ff test: Update tests 5 mesiacov pred
BackgroundJob 1acc57b5c0 feat(bg-jobs): allow setting a job class list instead of a single class in cron.php and the job worker occ command 4 mesiacov pred
Cache d5c23dbb9f Move CappedMemoryCache to OCP 2 rokov pred
Calendar f5c361cf44 composer run cs:fix 1 rok pred
Collaboration aa5f037af7 chore: apply changes from Nextcloud coding standards 1.1.1 10 mesiacov pred
Command 303e2febc7 Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobs 7 mesiacov pred
Comments ec5133b739 fix: Apply new coding standard to all files 5 mesiacov pred
Contacts 449d28e610 test(php): Fix the unit tests 8 mesiacov pred
DB b04f6d57b4 fix(tests): Make PostgreSQL unit tests less flacky by ordering 8 mesiacov pred
Diagnostics aa5f037af7 chore: apply changes from Nextcloud coding standards 1.1.1 10 mesiacov pred
DirectEditing 614981ae9a feat(directediting): Allow opening by file id 1 rok pred
Encryption edaa436345 add key location to info:file output 8 mesiacov pred
Federation 575e7d8dba fix(federation): ICloudId->getRemote() should contain the protocol 5 mesiacov pred
Files 88ccea6d06 test: add test for jail watcher 5 mesiacov pred
GlobalScale 8d5165e8dc Adapt tests to config value typing 1 rok pred
Group aa5f037af7 chore: apply changes from Nextcloud coding standards 1.1.1 10 mesiacov pred
Hooks 6e35457fcc Remove unused private ForwardEmitter and LegacyEmitter 3 rokov pred
Http 51739ad1ac Adjust tests to match new expected exception 7 mesiacov pred
IntegrityCheck 0a79884abf feat(appconfig): switching integrity check to lazy config values 6 mesiacov pred
L10N a0be3ffdf2 fix: Fix tests following OC_App migrations to IAppManager 5 mesiacov pred
Lock 7394645eb7 restore shared lock ttl when releasing 9 mesiacov pred
Lockdown cd585885b8 Refactor `OC\Server::getLockdownManager` 6 mesiacov pred
Log 6941c91531 add unit test for ExceptionSerializer 2 rokov pred
Mail 609e751667 Add "-i" to MailTest's pipe 8 mesiacov pred
Memcache ff62154a79 adjust redis compareSetTTL to use a lua script 9 mesiacov pred
Migration 2bfb6fc731 fix: Make Repair object injectable and fix BackgroundRepair test 8 mesiacov pred
Net 8aea25b5b9 Add remote host validation API 1 rok pred
Notification f5c361cf44 composer run cs:fix 1 rok pred
OCS f5c361cf44 composer run cs:fix 1 rok pred
Preview 40edb426a3 Refactor `OC\Server::getRootFolder` 10 mesiacov pred
PublicNamespace caff1023ea Format control structures, classes, methods and function 4 rokov pred
Remote 41b5e5923a Use exactly one empty line after the namespace declaration 4 rokov pred
Repair aa5f037af7 chore: apply changes from Nextcloud coding standards 1.1.1 10 mesiacov pred
RichObjectStrings caff1023ea Format control structures, classes, methods and function 4 rokov pred
Route 1b5a0c3e1c fix: Fix RouterTest by adding IAppManager 5 mesiacov pred
Security 33e1c8b236 fix(security): Handle idn_to_utf8 returning false 9 mesiacov pred
Session 234b510652 Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 4 rokov pred
Settings 865fd3ba08 fix: add missing copyrights and strict types 6 mesiacov pred
Share a598de627c chore: remove long depricated share code 6 mesiacov pred
Share20 fda1c42ab7 fix(tests): Fix tests when daytime saving time change happened recently 5 mesiacov pred
Support 8d5165e8dc Adapt tests to config value typing 1 rok pred
SystemTag 6953e14580 fix: Move SystemTags events to IEventDispatcher 1 rok pred
Talk 2c356d0852 Add a Talk API for OCP 2 rokov pred
Template 51ea3de8a7 fix(JSResourceLocator): Consider configured app roots for files 7 mesiacov pred
TextProcessing aa5f037af7 chore: apply changes from Nextcloud coding standards 1.1.1 10 mesiacov pred
Traits 61f7f13bd8 Migrate from ILogger to LoggerInterface where needed in the tests 2 rokov pred
Updater 519e434573 fix(updatenotification): spread the use of new appconfig 6 mesiacov pred
User 21ee7f59bd fix(session): Do not update authtoken last_check for passwordless 5 mesiacov pred
Util aa5f037af7 chore: apply changes from Nextcloud coding standards 1.1.1 10 mesiacov pred
APITest.php f5c361cf44 composer run cs:fix 1 rok pred
AllConfigTest.php b8868e2652 fix(config): Make sure user keys are strings 6 mesiacov pred
AppConfigTest.php a624a2b34f fix(appconfig): returns correct value on details 5 mesiacov pred
AppScriptSortTest.php 491bd6260c Sort app scripts topologically by its dependencies 2 rokov pred
AppTest.php 733a818139 fix: Migrate a few more classes away from OC_App::getAppPath 5 mesiacov pred
AutoLoaderTest.php 44577e4345 Remove trailing and in between spaces 4 rokov pred
CapabilitiesManagerTest.php f5c361cf44 composer run cs:fix 1 rok pred
ConfigTest.php f7a2b71627 Fix tests 3 rokov pred
ContactsManagerTest.php 637cafcf35 Fix ContactsManagerTest adressbook mocks having a null key 1 rok pred
DateTimeFormatterTest.php b2e9e0fa0d chore: Replace OC::$server->getL10N by OCP\Util::getL10N in lib and some apps 7 mesiacov pred
EmojiHelperTest.php f5c361cf44 composer run cs:fix 1 rok pred
ErrorHandlerTest.php f5c361cf44 composer run cs:fix 1 rok pred
EventSourceFactoryTest.php a2afc7b6a9 refactor: migrate OC_EventSource to dependency injection 1 rok pred
FileChunkingTest.php 98ed72b3ed Revert "fix(performance): Do not set up filesystem on every call" 1 rok pred
HelperStorageTest.php b6c3507aa0 only determine quota_include_external_storage once for quota wrapper 1 rok pred
HookHelper.php b80ebc9674 Use the short array syntax, everywhere 4 rokov pred
ImageTest.php 5d1ca7e25a fix: Drop workarounds for unsupported obsolete PHP versions 5 mesiacov pred
InfoXmlTest.php e76d525a43 chore: Drop \OC_App::getAppInfo 1 rok pred
InitialStateServiceTest.php aa5f037af7 chore: apply changes from Nextcloud coding standards 1.1.1 10 mesiacov pred
InstallerTest.php f461c79c58 Refactor `OC\Server::getAppFetcher` 7 mesiacov pred
LargeFileHelperGetFileSizeTest.php 9b8ca9ad1f Move findBinaryFinder and isFunctionEnabled away from OC_Helper 2 rokov pred
LargeFileHelperTest.php 3a7cf40aaa Mode to modern phpunit 4 rokov pred
LegacyHelperTest.php f5c361cf44 composer run cs:fix 1 rok pred
LoggerTest.php f5c361cf44 composer run cs:fix 1 rok pred
MemoryInfoTest.php 94ecae4ade Add helper to cast to int|float, fix MemoryInfo on 32bits 1 rok pred
NaturalSortTest.php f5c361cf44 composer run cs:fix 1 rok pred
NavigationManagerTest.php 876e2d6198 feat(AppManager): Provide `getAppIcon` function 6 mesiacov pred
RepairTest.php 0e1931754a chore: use DI for \OC\Repair 8 mesiacov pred
ServerTest.php 6910832170 Refactor `OC\Server::getCommentsManager` 6 mesiacov pred
SetupTest.php ccc66e912b fix: Use DI for Setup class and move away from deprecated methods 8 mesiacov pred
SubAdminTest.php f5c361cf44 composer run cs:fix 1 rok pred
TagsTest.php f5c361cf44 composer run cs:fix 1 rok pred
TempManagerTest.php f5c361cf44 composer run cs:fix 1 rok pred
TemplateFunctionsTest.php 3b057600d0 fix: Correctly add `module` content type to script tags when scripts with versions are used 1 rok pred
TestCase.php ec5133b739 fix: Apply new coding standard to all files 5 mesiacov pred
TestMoveableMountPoint.php f5c361cf44 composer run cs:fix 1 rok pred
UpdaterTest.php 519e434573 fix(updatenotification): spread the use of new appconfig 6 mesiacov pred
UrlGeneratorTest.php 572ea18ac7 fix: Fix linkToOCSRouteAbsolute() without index.php and subfolder 10 mesiacov pred
UtilCheckServerTest.php 271e63e41c Convert isset ternary to null coalescing operator 1 rok pred
UtilTest.php 58d516b509 Make sure common and main core scripts are loaded first 2 rokov pred