.. |
Accounts
|
fix email verification status
|
8 years ago |
Activity
|
Fix activity manager tests
|
9 years ago |
App
|
Add new bundle
|
8 years ago |
AppFramework
|
Remove deprecated Controller Functions
|
8 years ago |
Archive
|
Remove unneeded checks if it runs on a Windows machine
|
9 years ago |
Authentication
|
Merge pull request #4894 from nextcloud/generic-security-activities
|
8 years ago |
BackgroundJob
|
Add duration of last job execution to the table
|
8 years ago |
Cache
|
Make cache tests a bit more clear
|
8 years ago |
Command
|
Add proper tests
|
8 years ago |
Comments
|
update FakeManager
|
8 years ago |
Contacts/ContactsMenu
|
Do not show an email action for contacts with emtpy email addresses
|
8 years ago |
DB
|
Fix autoloader and namespace test
|
8 years ago |
Diagnostics
|
Adjust query/event logging code in favour of more complex owncloud/diagnostics (#27643)
|
8 years ago |
Encryption
|
Don't use deprecated getMock() anymore
|
8 years ago |
Federation
|
clean cloud ids
|
8 years ago |
Files
|
Replace wrong PHPDocs
|
8 years ago |
GlobalScale
|
add new config switched for the global scale architecture
|
8 years ago |
Group
|
Remove legacy OC_User_Backend and OC_User_Interface
|
8 years ago |
Hooks
|
Move tests/ to PSR-4 (#24731)
|
9 years ago |
Http/Client
|
Merge pull request #2912 from nextcloud/increase-coverage-response.php
|
8 years ago |
IntegrityCheck
|
Add proper tests
|
8 years ago |
L10N
|
Don't force the use of Accept-Language anymore
|
8 years ago |
Lock
|
Fix getMock DBLockingProviderTest
|
9 years ago |
Lockdown
|
Save the scope of an auth token in the session
|
8 years ago |
Log
|
Delete the correct config value
|
8 years ago |
Mail
|
Rename renderHTML to renderHtml
|
8 years ago |
Memcache
|
Make cache tests a bit more clear
|
8 years ago |
Migration
|
Fix getMock Migration
|
9 years ago |
Notification
|
Use a php class for the definitions to avoid loading problems
|
9 years ago |
OCS
|
PrivateData to app
|
8 years ago |
Preview
|
fix preview tests
|
8 years ago |
PublicNamespace
|
Move tests/ to PSR-4 (#24731)
|
9 years ago |
Repair
|
Also repair storage id's when repairing invalid entries
|
8 years ago |
RichObjectStrings
|
Add test and adjust PHP function arguments
|
9 years ago |
Security
|
Add bruteforce capabilities
|
8 years ago |
Session
|
Move tests/ to PSR-4 (#24731)
|
9 years ago |
Settings
|
… and their tests needed adjustments, too
|
8 years ago |
Share
|
Kill dead code
|
8 years ago |
Share20
|
Emit hook postUnshareFromSelf when the recipient of a share unshares it
|
8 years ago |
SystemTag
|
test setTagGroups with empty groupids
|
8 years ago |
Template
|
Properly handle if the deps file if for some reason empty
|
8 years ago |
Traits
|
fix and extend dav test to also test the master-key setup
|
8 years ago |
Updater
|
Update the URLs in tests to use example.org
|
8 years ago |
User
|
emit changeUser only if there really was a change (quota, displayname)
|
8 years ago |
Util
|
Stricter phan config fixes
|
8 years ago |
APITest.php
|
FIx lib/ a-d
|
9 years ago |
AllConfigTest.php
|
Don't use deprecated getMock() anymore
|
8 years ago |
AppConfigTest.php
|
Fix tests
|
8 years ago |
AppTest.php
|
Fix tests
|
8 years ago |
AutoLoaderTest.php
|
Fix unit tests
|
9 years ago |
AvatarManagerTest.php
|
Add using casing check/fix for initMountPoints
|
9 years ago |
AvatarTest.php
|
avatar to appdata
|
9 years ago |
CapabilitiesManagerTest.php
|
Add tests for public capabilties
|
8 years ago |
ConfigTest.php
|
Check for boolean false and add tests
|
8 years ago |
ContactsManagerTest.php
|
FIx lib/ a-d
|
9 years ago |
DateTimeFormatterTest.php
|
Fix more tests
|
9 years ago |
ErrorHandlerTest.php
|
FIx lib/ a-d
|
9 years ago |
FileChunkingTest.php
|
Fix getMock FileChunkingTest
|
9 years ago |
FilesTest.php
|
Make sure memory limit is > post size and upload filesize
|
9 years ago |
HTTPHelperTest.php
|
Fix getMock HTTPHelper
|
9 years ago |
HelperStorageTest.php
|
fix quota tests for external storage
|
8 years ago |
HookHelper.php
|
Move tests/ to PSR-4 (#24731)
|
9 years ago |
ImageTest.php
|
Use 90% JPEG quality for thumbnails and previews by default
|
8 years ago |
InfoXmlTest.php
|
Add the AppContainer
|
8 years ago |
InstallerTest.php
|
Fix the installer tests
|
8 years ago |
LargeFileHelperGetFileSizeTest.php
|
Remove unneeded Windows logic
|
9 years ago |
LargeFileHelperTest.php
|
Move tests/ to PSR-4 (#24731)
|
9 years ago |
LegacyHelperTest.php
|
Simplify isSubDirectory check
|
9 years ago |
LoggerTest.php
|
Better fallback for unknown log types
|
8 years ago |
NaturalSortTest.php
|
Fix lib/
|
9 years ago |
NavigationManagerTest.php
|
Don't load navigation entries of restricted apps
|
8 years ago |
RepairStepTest.php
|
Don't use deprecated getMock() anymore
|
8 years ago |
ServerTest.php
|
Remove IDb interface which was deprecated for 3 years already
|
8 years ago |
SetupTest.php
|
Move OC_Defaults to OCP\Defaults
|
8 years ago |
SubAdminTest.php
|
Move tests/ to PSR-4 (#24731)
|
9 years ago |
TagsTest.php
|
Fix getMock TagTest
|
9 years ago |
TempManagerTest.php
|
Fix getMock TempManagerTest
|
9 years ago |
TemplateFunctionsTest.php
|
Fix lib/
|
9 years ago |
TestCase.php
|
Move OC_Defaults to OCP\Defaults
|
8 years ago |
TestMoveableMountPoint.php
|
Move tests/ to PSR-4 (#24731)
|
9 years ago |
UpdaterTest.php
|
Prevent migration from ownCloud 11 to Nextcloud 12
|
8 years ago |
UrlGeneratorTest.php
|
Add tests and inject IRequest
|
8 years ago |
UserTest.php
|
Remove warning
|
8 years ago |
UtilCheckServerTest.php
|
Use SystemConfig instead of AllConfig for DB stuff
|
8 years ago |
UtilTest.php
|
Use IConfig instead of static OCP\Config
|
8 years ago |