You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Bernd Rederlechner 3866f388b1
Refactor writeObject to only use MultipartUpload when required
3 jaren geleden
..
Accounts adjust internal data handling logic to fix store and load 3 jaren geleden
Activity Fix activity tests again 3 jaren geleden
App Fix unit tests 3 jaren geleden
AppFramework Move DateTime::RFC2822 to DateTimeInterface::2822 3 jaren geleden
Archive Format code to a single space around binary operators 3 jaren geleden
Authentication Fix Authentication test 3 jaren geleden
Avatar Fix unit tests 3 jaren geleden
BackgroundJob Remove getLastJob from IJobList 3 jaren geleden
Cache Format code to a single space around binary operators 3 jaren geleden
Calendar Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 3 jaren geleden
Collaboration Allow to get a local cloud id without going through the contacts manager 3 jaren geleden
Command Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 3 jaren geleden
Comments Fix unit tests 3 jaren geleden
Contacts/ContactsMenu Add a setting to restrict returning a full match unless in phonebook or same group 3 jaren geleden
DB Add a unit test to check for casting a IQueryFunction 3 jaren geleden
Diagnostics Format control structures, classes, methods and function 4 jaren geleden
DirectEditing Get the parent directory before creating a file from a template 3 jaren geleden
Encryption Log and continue when failing to update encryption keys during for individual files 3 jaren geleden
EventDispatcher Fix the legacy dispatcher argument order 3 jaren geleden
Federation Allow to get a local cloud id without going through the contacts manager 3 jaren geleden
Files Refactor writeObject to only use MultipartUpload when required 2 jaren geleden
GlobalScale Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 3 jaren geleden
Group Fix types in the Group Manager 3 jaren geleden
Hooks Remove unused private ForwardEmitter and LegacyEmitter 3 jaren geleden
Http Adjust test 3 jaren geleden
IntegrityCheck Cleanup the constructor 3 jaren geleden
L10N Correctly replace all PHP placeholders with the parameters 3 jaren geleden
Lock Bump doctrine/dbal from 2.12.0 to 3.0.0 3 jaren geleden
Lockdown Format control structures, classes, methods and function 4 jaren geleden
Log Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 3 jaren geleden
Mail Set local domain for swiftmailer transport 3 jaren geleden
Memcache Migrate HintException to OCP 3 jaren geleden
Migration Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 3 jaren geleden
Notification Allow registering NotifierServices trough IBootstrap 3 jaren geleden
OCS Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 3 jaren geleden
Preview Skip the test if Imagick is misconfigured 3 jaren geleden
PublicNamespace Format control structures, classes, methods and function 4 jaren geleden
Remote Use exactly one empty line after the namespace declaration 4 jaren geleden
Repair test: adjust expectation 3 jaren geleden
RichObjectStrings Format control structures, classes, methods and function 4 jaren geleden
Route Only load routes of the app which is requested 3 jaren geleden
Security Merge pull request #26626 from J0WI/strict-security 3 jaren geleden
Session Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 3 jaren geleden
Settings Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 3 jaren geleden
Share Re-use fetched dependencies in lib/base.php 3 jaren geleden
Share20 Admin Audit - Sharing: createShare - report the full path 2 jaren geleden
Support Fix support tests 3 jaren geleden
SystemTag Format control structures, classes, methods and function 4 jaren geleden
Template Bump scssphp/scssphp from 1.0.3 to 1.4.0 3 jaren geleden
Traits php cs fix 3 jaren geleden
Updater Format code to a single space around binary operators 3 jaren geleden
User refs #21045 add app config to disable unlimited quota and to set max quota 2 jaren geleden
Util Format code to a single space around binary operators 3 jaren geleden
APITest.php Format code to a single space around binary operators 3 jaren geleden
AllConfigTest.php Format code to a single space around binary operators 3 jaren geleden
AppConfigTest.php Bump doctrine/dbal from 2.12.0 to 3.0.0 3 jaren geleden
AppTest.php Fix unit tests 3 jaren geleden
AutoLoaderTest.php Remove trailing and in between spaces 4 jaren geleden
CapabilitiesManagerTest.php Fix warnings about logException 3 jaren geleden
ConfigTest.php Fix tests 3 jaren geleden
ContactsManagerTest.php Format code to a single space around binary operators 3 jaren geleden
DateTimeFormatterTest.php Format code to a single space around binary operators 3 jaren geleden
ErrorHandlerTest.php Cleaner removePassword regex 3 jaren geleden
FileChunkingTest.php Format control structures, classes, methods and function 4 jaren geleden
HelperStorageTest.php Add visibility to all methods and position of static keyword 4 jaren geleden
HookHelper.php Use the short array syntax, everywhere 4 jaren geleden
ImageTest.php php cs fix 3 jaren geleden
InfoXmlTest.php Format control structures, classes, methods and function 4 jaren geleden
InitialStateServiceTest.php Fix unit tests 3 jaren geleden
InstallerTest.php Fix unit tests 3 jaren geleden
LargeFileHelperGetFileSizeTest.php Make sure we can also run with escapedshell args 3 jaren geleden
LargeFileHelperTest.php Mode to modern phpunit 4 jaren geleden
LegacyHelperTest.php Rewrite LegacyHelperTest without $this->at() 3 jaren geleden
LoggerTest.php Format code to a single space around binary operators 3 jaren geleden
MemoryInfoTest.php Let memory limit set in tests fit the used amount 2 jaren geleden
NaturalSortTest.php Format control structures, classes, methods and function 4 jaren geleden
NavigationManagerTest.php Let apps toggle an unread counter on app icons 3 jaren geleden
RepairStepTest.php log full expection during repair step 3 jaren geleden
ServerTest.php Bump doctrine/dbal from 2.12.0 to 3.0.0 3 jaren geleden
SetupTest.php Fix unit tests 3 jaren geleden
SubAdminTest.php Change tests to typed event listener 3 jaren geleden
TagsTest.php Make sure getUsersFavoritingObject can be run without a user 3 jaren geleden
TempManagerTest.php Remove unneeded import 3 jaren geleden
TemplateFunctionsTest.php Format control structures, classes, methods and function 4 jaren geleden
TestCase.php Make Testcase class compatible with phpunit-9.5 3 jaren geleden
TestMoveableMountPoint.php Move tests/ to PSR-4 (#24731) 8 jaren geleden
UpdaterTest.php Fix unit tests 3 jaren geleden
UrlGeneratorTest.php Use IURLGenerator function to get value of `\OC::$WEBROOT` global 2 jaren geleden
UtilCheckServerTest.php Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 3 jaren geleden
UtilTest.php load share settings from the share manager in more places 3 jaren geleden