summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* adding dependencies for supported platformsThomas Müller2014-12-113-1/+31
|
* adding supported libraries - including min and max versionThomas Müller2014-12-113-1/+63
|
* adding dependencies for command line toolsThomas Müller2014-12-111-2/+41
|
* Merge pull request #12746 from owncloud/skip-longpath-test-againThomas Müller2014-12-101-1/+1
|\ | | | | skip testLongPath()
| * skip testLongPath()Thomas Müller2014-12-101-1/+1
| |
* | Merge pull request #12750 from owncloud/cache-numericstorageidfixRobin Appelman2014-12-101-0/+4
|\ \ | | | | | | Fix numeric storage id for cache wrapper
| * | Fix numeric storage id for cache wrapperVincent Petry2014-12-101-0/+4
| |/
* | Merge pull request #12485 from owncloud/jenkins-12383Joas Schilling2014-12-103-12/+201
|\ \ | |/ |/| New DateTimeFormatter class for dates in other timezones and languages
| * Deprecate Util::formatDate()Joas Schilling2014-12-102-12/+24
| | | | | | | | Make DateTimeFormatter a service and adjust tests that have been inaccurate
| * Add sometests and copy tests from Util::formatDate to new classJoas Schilling2014-12-091-0/+177
| |
* | Merge pull request #12711 from owncloud/add-backend-to-rest-indexLukas Reschke2014-12-103-38/+87
|\ \ | | | | | | Expose backend type via REST API
| * | Make class compatibleLukas Reschke2014-12-091-0/+3
| | |
| * | Expose backend type via REST APILukas Reschke2014-12-092-38/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | This change will expose the user backend via the REST API which is a pre-requisite for https://github.com/owncloud/core/issues/12620. For example: ````json [{"name":"9707A09E-CA9A-4ABE-A66A-3F632F16C409","displayname":"Document Conversion User Account","groups":[],"subadmin":[],"quota":"default","storageLocation":"\/Users\/lreschke\/Programming\/core\/data\/9707A09E-CA9A-4ABE-A66A-3F632F16C409","lastLogin":0,"backend":"OCA\\user_ldap\\USER_LDAP"},{"name":"ED86733E-745C-4E4D-90CB-278A9737DB3C","displayname":"Hacker","groups":[],"subadmin":[],"quota":"default","storageLocation":"\/Users\/lreschke\/Programming\/core\/data\/ED86733E-745C-4E4D-90CB-278A9737DB3C","lastLogin":0,"backend":"OCA\\user_ldap\\USER_LDAP"},{"name":"71CDF45B-E125-450D-983C-D9192F36EC88","displayname":"admin","groups":[],"subadmin":[],"quota":"default","storageLocation":"\/Users\/lreschke\/Programming\/core\/data\/71CDF45B-E125-450D-983C-D9192F36EC88","lastLogin":0,"backend":"OCA\\user_ldap\\USER_LDAP"},{"name":"admin","displayname":"admin","groups":["admin"],"subadmin":[],"quota":"default","storageLocation":"\/Users\/lreschke\/Programming\/core\/data\/admin","lastLogin":"1418057287","backend":"OC_User_Database"},{"name":"test","displayname":"test","groups":[],"subadmin":[],"quota":"default","storageLocation":"\/Users\/lreschke\/Programming\/core\/data\/test","lastLogin":0,"backend":"OC_User_Database"}] ```
* | | Merge pull request #12664 from owncloud/fix-12164Thomas Müller2014-12-101-3/+76
|\ \ \ | | | | | | | | Use httphelper and cache response even when it is empty
| * | | Remove leftoverVictor Dubiniuk2014-12-101-1/+0
| | | |
| * | | Inject configVictor Dubiniuk2014-12-101-21/+26
| | | |
| * | | Fix tests. Add two more test casesVictor Dubiniuk2014-12-081-39/+52
| | | |
| * | | Test OC\Updater::checkVictor Dubiniuk2014-12-061-2/+58
| | | |
* | | | Merge pull request #12695 from owncloud/db-drop-tableMorris Jobke2014-12-091-0/+69
|\ \ \ \ | |_|_|/ |/| | | Add dropTable to IDBConnection
| * | | add unit tests for tableExists and dropTableRobin Appelman2014-12-091-0/+69
| | | |
* | | | Merge pull request #12409 from owncloud/tags-getTagsForObjectIdsJoas Schilling2014-12-091-0/+30
|\ \ \ \ | |/ / / |/| | | Add getTagsForObjects in ITags
| * | | Add getTagsForObjects in ITagsVincent Petry2014-12-081-0/+30
| | | | | | | | | | | | | | | | Returns the list of tags that are set on the given object ids.
* | | | Merge pull request #12672 from LEDfan/cm-per-unitThomas Müller2014-12-091-0/+209
|\ \ \ \ | | | | | | | | | | Fix Contactsmanager permission + unit test
| * | | | Mock interfaceLEDfan2014-12-081-30/+9
| | | | |
| * | | | Use PHPUnit mocksLEDfan2014-12-071-27/+30
| | | | |
| * | | | Add unit test for contactsmanagerLEDfan2014-12-071-0/+227
| | |/ / | |/| |
* | | | Merge pull request #12406 from owncloud/drop-getApps-getUsersThomas Müller2014-12-0910-464/+444
|\ \ \ \ | |_|_|/ |/| | | Config cleanup - OC_Preferences refactoring
| * | | drop unused isDebugMode and setDebugMode of OC_ConfigMorris Jobke2014-12-081-33/+0
| | | |
| * | | reduce OC_Preferences, OC_Config and \OCP\Config usageMorris Jobke2014-12-083-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * files_encryption * files_versions * files_trashbin * tests * status.php * core * server container
| * | | Workaround to fix the too early init dilemmaMorris Jobke2014-12-081-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * this needs to be properly fixed by a proper organisation of the base.php * introduced fixDIInit() in AllConfig that moves the injection of DatabaseConnection to a later point in time * problems mostly because of the autoconfig setup
| * | | introduce preCondition for setUserValue to provide atomic check-and-updateMorris Jobke2014-12-081-0/+85
| | | |
| * | | Refactoring of OC_Preferences to AllConfigMorris Jobke2014-12-083-417/+334
| | | | | | | | | | | | | | | | | | | | | | | | * keep old static methods - mapped to new ones and deprecated * removed deleteApp, getUsers, getApps because they are unused * make AllConfig unit tests more robust against not cleaned up environments
| * | | migrate \OC\AllConfig to \OCP\IConfigMorris Jobke2014-12-083-5/+4
| | | |
| * | | Extract interaction with config.php into SystemConfigMorris Jobke2014-12-081-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | * introduce SystemConfig to avoid DI circle (used by database connection which is itself needed by AllConfig that itself contains the methods to access the config.php which then would need the database connection - did you get it? ;)) * use DI container and use that method in legacy code paths (for easier refactoring later) * create and use getSystemConfig instead of query() in DI container
* | | | Merge pull request #12577 from owncloud/public-mount-apiLukas Reschke2014-12-084-22/+22
|\ \ \ \ | |/ / / |/| | | Add a public api for apps to add mounts
| * | | Add public api for mount configurationsRobin Appelman2014-12-044-22/+22
| | | |
* | | | React on other statuscodes than 200Lukas Reschke2014-12-082-22/+9
| | | |
* | | | Add statuscodesLukas Reschke2014-12-082-10/+86
| | | |
* | | | Add REST route for user & group managementLukas Reschke2014-12-083-0/+618
| |/ / |/| | | | | | | | First step of a somewhat testable user management. - I know, the JSON returns are in an ugly format but the JS expects it that way. So let's keep it that way until we have time to fix the JS in the future.
* | | Merge pull request #12583 from owncloud/trim-portMorris Jobke2014-12-051-0/+17
|\ \ \ | | | | | | | | Trim port from domain
| * | | Add test for IPv6 without portLukas Reschke2014-12-041-1/+2
| | | |
| * | | Trim port from domainLukas Reschke2014-12-031-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | Depending on the used environment the port might be appended to the host header resulting in an inaccessible instance when initially setting up on a system with a different HTTP or HTTPS port. (for example test:500) To test this setup ownCloud under a different port with and without this patch. (heads-up: localhost is always white-listed, so use a different domain)
* | | | Merge pull request #12622 from owncloud/disable-for-allJoas Schilling2014-12-051-3/+6
|\ \ \ \ | | | | | | | | | | Disable when no sendmail is available
| * | | | Disable when no sendmail is availableLukas Reschke2014-12-041-3/+6
| | | | |
* | | | | Merge pull request #12619 from owncloud/use-also-original-heaMorris Jobke2014-12-041-1/+2
|\ \ \ \ \ | |_|_|/ / |/| | | | Merge headers
| * | | | Fix unit testLukas Reschke2014-12-041-1/+2
| |/ / /
* | | | Merge pull request #12616 from owncloud/node-fileinfoMorris Jobke2014-12-044-46/+73
|\ \ \ \ | | | | | | | | | | make \OC\Files\Node\Node implement the FileInfo interface
| * | | | make \OC\Files\Node\Node implement the FileInfo interfaceRobin Appelman2014-12-044-46/+73
| | | | |
* | | | | Merge pull request #12596 from owncloud/remove-travis-tracesMorris Jobke2014-12-042-13/+1
|\ \ \ \ \ | |_|/ / / |/| | | | Remove last traces of travis integration
| * | | | PHP < 5.4 is not supported anymore - see #12606Morris Jobke2014-12-041-8/+0
| | | | |