summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | |
| * | | | Add tableExists to public db apiRobin Appelman2014-12-093-38/+23
| | | | |
| * | | | Add dropTable to IDBConnectionRobin Appelman2014-12-093-10/+21
| | | | |
* | | | | Merge pull request #12409 from owncloud/tags-getTagsForObjectIdsJoas Schilling2014-12-092-1/+59
|\ \ \ \ \ | |/ / / / |/| | | | Add getTagsForObjects in ITags
| * | | | Add getTagsForObjects in ITagsVincent Petry2014-12-082-1/+59
| | | | | | | | | | | | | | | | | | | | Returns the list of tags that are set on the given object ids.
* | | | | Merge pull request #12568 from owncloud/autoload-encryption-classesJoas Schilling2014-12-091-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Fix namespaces of encryption classes and encryption tests
| * | | | | Fix namespace of Files_Encryption outside of the appJoas Schilling2014-12-091-2/+2
| | | | | |
* | | | | | Merge pull request #12672 from LEDfan/cm-per-unitThomas Müller2014-12-091-4/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Fix Contactsmanager permission + unit test
| * | | | | Fix permissionsLEDfan2014-12-061-4/+4
| | |/ / / | |/| | |
* | | | | Merge pull request #12406 from owncloud/drop-getApps-getUsersThomas Müller2014-12-0918-351/+544
|\ \ \ \ \ | |_|_|/ / |/| | | | Config cleanup - OC_Preferences refactoring
| * | | | drop unused isDebugMode and setDebugMode of OC_ConfigMorris Jobke2014-12-081-18/+0
| | | | |
| * | | | reduce OC_Preferences, OC_Config and \OCP\Config usageMorris Jobke2014-12-087-15/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * files_encryption * files_versions * files_trashbin * tests * status.php * core * server container
| * | | | Workaround to fix the too early init dilemmaMorris Jobke2014-12-082-5/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-085-15/+68
| | | | |
| * | | | Refactoring of OC_Preferences to AllConfigMorris Jobke2014-12-085-264/+266
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * | | | fix base.php for not installed systemsMorris Jobke2014-12-081-25/+25
| | | | |
| * | | | migrate \OC\AllConfig to \OCP\IConfigMorris Jobke2014-12-083-9/+13
| | | | |
| * | | | introduce deleteAllUserValuesMorris Jobke2014-12-082-0/+16
| | | | |
| * | | | introduce proper interface for deleteAppValueMorris Jobke2014-12-083-0/+17
| | | | |
| * | | | use old methods and redirect in deprecated methodsMorris Jobke2014-12-082-4/+4
| | | | |
| * | | | @deprecated messages for \OCP\Config and \OCP\AppConfigMorris Jobke2014-12-082-2/+8
| | | | |
| * | | | Extract interaction with config.php into SystemConfigMorris Jobke2014-12-085-20/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-0815-43/+268
|\ \ \ \ \ | |/ / / / |/| | | | Add a public api for apps to add mounts