summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-142-4/+4
|
* Merge pull request #12639 from owncloud/bad_mtime_formatMorris Jobke2014-12-131-1/+1
|\ | | | | Fix formatting of bad dates from external storages
| * Return ? if mtime is 0 or -1Robin McCorkell2014-12-121-1/+1
| | | | | | | | Tooltip contains 'Unable to determine date'. Fixes #6395
* | Merge pull request #12726 from owncloud/add-filter-for-backend-to-rest-indexMorris Jobke2014-12-133-4/+19
|\ \ | | | | | | Add filter for backend to rest index
| * | Use public interfaceLukas Reschke2014-12-112-6/+6
| | |
| * | Add filter for 'backend' to user REST routeLukas Reschke2014-12-103-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-12-1310-12/+12
| | |
* | | Merge pull request #12778 from owncloud/searchbytags2Vincent Petry2014-12-1211-29/+146
|\ \ \ | | | | | | | | Added searchByTags to view, storage and cache
| * | | Added searchByTag in cache jail wrapperVincent Petry2014-12-121-0/+12
| | | |
| * | | Make $userId mandatory for searchByTagsVincent Petry2014-12-127-29/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | $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-117-0/+100
| | | |
| * | | Add user parameter to tag managerVincent Petry2014-12-113-14/+18
| | | |
* | | | Merge pull request #12808 from owncloud/add-special-parameterlist-to-managerJoas Schilling2014-12-123-0/+39
|\ \ \ \ | | | | | | | | | | Add special parameterlist to manager
| * | | | Allow extensions to specify the list of special parametersJoas Schilling2014-12-113-0/+39
| | | | |
* | | | | Merge pull request #12587 from owncloud/dav-logerrorsVincent Petry2014-12-121-3/+29
|\ \ \ \ \ | | | | | | | | | | | | Log exceptions in DAV storage
| * | | | | Log exceptions in DAV storageVincent Petry2014-12-031-3/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In some cases a "NotFound" might be expected, so just return false as before. But for other exceptions, the exception is now logged.
* | | | | | Merge pull request #12807 from owncloud/fix-timespan-languageJoas Schilling2014-12-121-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Correctly inject the language into the subcall
| * | | | | | Correctly inject the language into the subcallJoas Schilling2014-12-121-1/+1
| | | | | | |
* | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-12-128-10/+10
|/ / / / / /
* | | | | | Merge pull request #12698 from owncloud/handle_readonly_shared_filesMorris Jobke2014-12-121-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Handle readonly shared files
| * | | | | | return correct resultJörn Friedrich Dreyer2014-12-081-2/+2
| | | | | | |
* | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-12-12232-250/+250
| | | | | | |
* | | | | | | Merge pull request #12786 from owncloud/userfolder-setupMorris Jobke2014-12-111-0/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Ensure user mountpoints are setup when using getUserFolder
| * | | | | | | Ensure user mountpoints are setup when using getUserFolderRobin Appelman2014-12-111-0/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #12781 from owncloud/jenkins-curl-open-basedirMorris Jobke2014-12-114-3/+22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [Jenkins only] curl open basedir
| * | | | | | | Check if open_basedir is setLukas Reschke2014-12-113-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The file:// protocol does not work with curl when an open_basedir is set. This fixes https://github.com/owncloud/core/issues/12016
| * | | | | | | Add IniGetWrapper to public interfaceLukas Reschke2014-12-112-1/+20
| | | | | | | |
* | | | | | | | Correctly fallback to english, if the plural case is not translatedJoas Schilling2014-12-112-3/+21
| |/ / / / / / |/| | | | | |
* | | | | | | year go -> year agoThomas Müller2014-12-111-1/+1
| | | | | | |
* | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-12-11232-1572/+1670
|/ / / / / /
* | | | | | Merge pull request #12758 from owncloud/fix-config-doc-blockMorris Jobke2014-12-102-6/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add type of the variables to the docs
| * | | | | | Add type of the variables to the docsJoas Schilling2014-12-102-6/+6
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #11892 from owncloud/remove_triggerupdateThomas Müller2014-12-102-4/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Remove triggerupdate.php & add quiet option for CLI scanner
| * | | | | make path absoluteJörn Friedrich Dreyer2014-12-102-3/+6
| | | | | |
| * | | | | remove triggerupdate, ref #11872Jörn Friedrich Dreyer2014-12-041-2/+2
| | | | | |
* | | | | | Merge pull request #12750 from owncloud/cache-numericstorageidfixRobin Appelman2014-12-101-0/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix numeric storage id for cache wrapper
| * | | | | | Fix numeric storage id for cache wrapperVincent Petry2014-12-101-0/+9
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #12485 from owncloud/jenkins-12383Joas Schilling2014-12-108-51/+454
|\ \ \ \ \ \ | |/ / / / / |/| | | | | New DateTimeFormatter class for dates in other timezones and languages
| * | | | | Require the interface and return a string instead of private classesJoas Schilling2014-12-102-54/+54
| | | | | |
| * | | | | Deprecate Util::formatDate()Joas Schilling2014-12-105-50/+57
| | | | | | | | | | | | | | | | | | | | | | | | Make DateTimeFormatter a service and adjust tests that have been inaccurate
| * | | | | Add a DateTimeFormatter class which allows overwriting the language and timezoneJoas Schilling2014-12-093-1/+397
| | | | | | | | | | | | | | | | | | | | | | | | Fix #12227
* | | | | | Merge pull request #12711 from owncloud/add-backend-to-rest-indexLukas Reschke2014-12-102-0/+16
|\ \ \ \ \ \ | | | | | | | | | | | | | | Expose backend type via REST API
| * | | | | | Expose backend type via REST APILukas Reschke2014-12-092-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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"}] ```
* | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-12-102-0/+4
| | | | | | |
* | | | | | | Merge pull request #12664 from owncloud/fix-12164Thomas Müller2014-12-102-30/+37
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Use httphelper and cache response even when it is empty
| * | | | | | | Inject configVictor Dubiniuk2014-12-102-11/+17
| | | | | | | |
| * | | | | | | Fix tests. Add two more test casesVictor Dubiniuk2014-12-081-6/+7
| | | | | | | |
| * | | | | | | Use httphelper and cache response even when it emptyVictor Dubiniuk2014-12-062-21/+21
| | | | | | | |
* | | | | | | | Merge pull request #12695 from owncloud/db-drop-tableMorris Jobke2014-12-094-47/+70
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | Add dropTable to IDBConnection
| * | | | | | | Quote identifiers for oracleRobin Appelman2014-12-091-0/+27
| | | | | | | |