aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Move timezone logic out of server.phpJoas Schilling2014-12-161-1/+1
|
* Merge pull request #12846 from owncloud/fix-searchbytags-testMorris Jobke2014-12-151-2/+6
|\ | | | | Sort results to make sure assert work on consistent order
| * Sort results to make sure assert work on consistent orderVincent Petry2014-12-151-2/+6
| |
* | Merge pull request #12625 from owncloud/app-dependencies-libs-and-commandsBernhard Posselt2014-12-154-14/+246
|\ \ | |/ |/| adding dependencies for command line tools and php libraries
| * adding unit tests for PlatformRepository::normalizeVersion()Thomas Müller2014-12-121-0/+65
| |
| * rework api of DependencyAnalyzerThomas Müller2014-12-121-18/+13
| |
| * fix unit testsThomas Müller2014-12-111-1/+1
| |
| * single dependencies will not be represented as an array + fix unit testsThomas Müller2014-12-111-3/+5
| |
| * adding dependency to owncloud version - with fallback to requiremin and ↵Thomas Müller2014-12-113-1/+40
| | | | | | | | requiremax
| * 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 #12726 from owncloud/add-filter-for-backend-to-rest-indexMorris Jobke2014-12-132-3/+97
|\ \ | | | | | | Add filter for backend to rest index
| * | Use array key instead of valueLukas Reschke2014-12-121-3/+14
| | |
| * | Add test for user without backendLukas Reschke2014-12-121-0/+16
| | |
| * | Add filter for 'backend' to user REST routeLukas Reschke2014-12-102-0/+67
| | | | | | | | | | | | | | | | | | | | | | | | This adds a "backend" type filter to the index REST route which is a pre-requisite for https://github.com/owncloud/core/issues/12620 For example when calling `index.php/settings/users/users?offset=0&limit=10&gid=&pattern=&backend=OC_User_Database` only users within the backend `OC_User_Database` would be shown. (requires sending a CSRF token as well) Depends upon https://github.com/owncloud/core/pull/12711
* | | Merge pull request #12806 from owncloud/display-backend-in-usermgntVincent Petry2014-12-121-2/+12
|\ \ \ | | | | | | | | Show user backend in user management
| * | | Show user backend in user managementMorris Jobke2014-12-121-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * add switch to settings to show user backend * user classes for headers and rows to unify the show/hide statement * add user backend to response of user create request * proper markup in settings area
* | | | Merge pull request #12778 from owncloud/searchbytags2Vincent Petry2014-12-124-24/+155
|\ \ \ \ | |/ / / |/| | | Added searchByTags to view, storage and cache
| * | | Make $userId mandatory for searchByTagsVincent Petry2014-12-121-0/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | $userId is now a mandatory parameter for searchByTags. Also fixed some places in the code where the argument was missing (Node API and View)
| * | | Added searchByTags to view, storage and cacheVincent Petry2014-12-111-0/+57
| | | |
| * | | Add user parameter to tag managerVincent Petry2014-12-111-24/+38
| | | |
| * | | Add login/logout to TestCase base classVincent Petry2014-12-101-0/+21
| | | |
* | | | Merge pull request #12808 from owncloud/add-special-parameterlist-to-managerJoas Schilling2014-12-121-0/+20
|\ \ \ \ | | | | | | | | | | Add special parameterlist to manager
| * | | | Add test for getSpecialParameterList()Joas Schilling2014-12-111-0/+20
| | |_|/ | |/| |
* | | | Merge pull request #12781 from owncloud/jenkins-curl-open-basedirMorris Jobke2014-12-111-0/+9
|\ \ \ \ | | | | | | | | | | [Jenkins only] curl open basedir
| * | | | Check if open_basedir is setLukas Reschke2014-12-111-0/+9
| |/ / / | | | | | | | | | | | | | | | | | | | | The file:// protocol does not work with curl when an open_basedir is set. This fixes https://github.com/owncloud/core/issues/12016
* | | | Merge pull request #12780 from owncloud/make-datetimeformattertest-reliableJoas Schilling2014-12-111-4/+2
|\ \ \ \ | | | | | | | | | | Use a fixed timestamp so we dont switch days/years with the getTimestampAgo
| * | | | Use a fixed timestamp so we dont switch days/years with the getTimestampAgoJoas Schilling2014-12-111-4/+2
| |/ / /
* / / / Correctly fallback to english, if the plural case is not translatedJoas Schilling2014-12-112-1/+20
|/ / /
* | | 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