Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #12786 from owncloud/userfolder-setup | Morris Jobke | 2014-12-11 | 1 | -0/+1 |
|\ | | | | | Ensure user mountpoints are setup when using getUserFolder | ||||
| * | Ensure user mountpoints are setup when using getUserFolder | Robin Appelman | 2014-12-11 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #12781 from owncloud/jenkins-curl-open-basedir | Morris Jobke | 2014-12-11 | 4 | -3/+22 |
|\ \ | | | | | | | [Jenkins only] curl open basedir | ||||
| * | | Check if open_basedir is set | Lukas Reschke | 2014-12-11 | 3 | -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 interface | Lukas Reschke | 2014-12-11 | 2 | -1/+20 |
| | | | |||||
* | | | Correctly fallback to english, if the plural case is not translated | Joas Schilling | 2014-12-11 | 2 | -3/+21 |
| |/ |/| | |||||
* | | year go -> year ago | Thomas Müller | 2014-12-11 | 1 | -1/+1 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-11 | 232 | -1572/+1670 |
|/ | |||||
* | Merge pull request #12758 from owncloud/fix-config-doc-block | Morris Jobke | 2014-12-10 | 2 | -6/+6 |
|\ | | | | | Add type of the variables to the docs | ||||
| * | Add type of the variables to the docs | Joas Schilling | 2014-12-10 | 2 | -6/+6 |
| | | |||||
* | | Merge pull request #11892 from owncloud/remove_triggerupdate | Thomas Müller | 2014-12-10 | 2 | -4/+7 |
|\ \ | |/ |/| | Remove triggerupdate.php & add quiet option for CLI scanner | ||||
| * | make path absolute | Jörn Friedrich Dreyer | 2014-12-10 | 2 | -3/+6 |
| | | |||||
| * | remove triggerupdate, ref #11872 | Jörn Friedrich Dreyer | 2014-12-04 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #12750 from owncloud/cache-numericstorageidfix | Robin Appelman | 2014-12-10 | 1 | -0/+9 |
|\ \ | | | | | | | Fix numeric storage id for cache wrapper | ||||
| * | | Fix numeric storage id for cache wrapper | Vincent Petry | 2014-12-10 | 1 | -0/+9 |
| | | | |||||
* | | | Merge pull request #12485 from owncloud/jenkins-12383 | Joas Schilling | 2014-12-10 | 8 | -51/+454 |
|\ \ \ | |/ / |/| | | New DateTimeFormatter class for dates in other timezones and languages | ||||
| * | | Require the interface and return a string instead of private classes | Joas Schilling | 2014-12-10 | 2 | -54/+54 |
| | | | |||||
| * | | Deprecate Util::formatDate() | Joas Schilling | 2014-12-10 | 5 | -50/+57 |
| | | | | | | | | | | | | Make DateTimeFormatter a service and adjust tests that have been inaccurate | ||||
| * | | Add a DateTimeFormatter class which allows overwriting the language and timezone | Joas Schilling | 2014-12-09 | 3 | -1/+397 |
| | | | | | | | | | | | | Fix #12227 | ||||
* | | | Merge pull request #12711 from owncloud/add-backend-to-rest-index | Lukas Reschke | 2014-12-10 | 2 | -0/+16 |
|\ \ \ | | | | | | | | | Expose backend type via REST API | ||||
| * | | | Expose backend type via REST API | Lukas Reschke | 2014-12-09 | 2 | -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 transifex | Jenkins for ownCloud | 2014-12-10 | 2 | -0/+4 |
| | | | | |||||
* | | | | Merge pull request #12664 from owncloud/fix-12164 | Thomas Müller | 2014-12-10 | 2 | -30/+37 |
|\ \ \ \ | | | | | | | | | | | Use httphelper and cache response even when it is empty | ||||
| * | | | | Inject config | Victor Dubiniuk | 2014-12-10 | 2 | -11/+17 |
| | | | | | |||||
| * | | | | Fix tests. Add two more test cases | Victor Dubiniuk | 2014-12-08 | 1 | -6/+7 |
| | | | | | |||||
| * | | | | Use httphelper and cache response even when it empty | Victor Dubiniuk | 2014-12-06 | 2 | -21/+21 |
| | | | | | |||||
* | | | | | Merge pull request #12695 from owncloud/db-drop-table | Morris Jobke | 2014-12-09 | 4 | -47/+70 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Add dropTable to IDBConnection | ||||
| * | | | | Quote identifiers for oracle | Robin Appelman | 2014-12-09 | 1 | -0/+27 |
| | | | | | |||||
| * | | | | Add tableExists to public db api | Robin Appelman | 2014-12-09 | 3 | -38/+23 |
| | | | | | |||||
| * | | | | Add dropTable to IDBConnection | Robin Appelman | 2014-12-09 | 3 | -10/+21 |
| | | | | | |||||
* | | | | | Merge pull request #12409 from owncloud/tags-getTagsForObjectIds | Joas Schilling | 2014-12-09 | 2 | -1/+59 |
|\ \ \ \ \ | |/ / / / |/| | | | | Add getTagsForObjects in ITags | ||||
| * | | | | Add getTagsForObjects in ITags | Vincent Petry | 2014-12-08 | 2 | -1/+59 |
| | | | | | | | | | | | | | | | | | | | | Returns the list of tags that are set on the given object ids. | ||||
* | | | | | Merge pull request #12568 from owncloud/autoload-encryption-classes | Joas Schilling | 2014-12-09 | 1 | -2/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix namespaces of encryption classes and encryption tests | ||||
| * | | | | | Fix namespace of Files_Encryption outside of the app | Joas Schilling | 2014-12-09 | 1 | -2/+2 |
| | | | | | | |||||
* | | | | | | Merge pull request #12672 from LEDfan/cm-per-unit | Thomas Müller | 2014-12-09 | 1 | -4/+4 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Fix Contactsmanager permission + unit test | ||||
| * | | | | | Fix permissions | LEDfan | 2014-12-06 | 1 | -4/+4 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #12406 from owncloud/drop-getApps-getUsers | Thomas Müller | 2014-12-09 | 18 | -351/+544 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Config cleanup - OC_Preferences refactoring | ||||
| * | | | | drop unused isDebugMode and setDebugMode of OC_Config | Morris Jobke | 2014-12-08 | 1 | -18/+0 |
| | | | | | |||||
| * | | | | reduce OC_Preferences, OC_Config and \OCP\Config usage | Morris Jobke | 2014-12-08 | 7 | -15/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * files_encryption * files_versions * files_trashbin * tests * status.php * core * server container | ||||
| * | | | | Workaround to fix the too early init dilemma | Morris Jobke | 2014-12-08 | 2 | -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-update | Morris Jobke | 2014-12-08 | 5 | -15/+68 |
| | | | | | |||||
| * | | | | Refactoring of OC_Preferences to AllConfig | Morris Jobke | 2014-12-08 | 5 | -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 systems | Morris Jobke | 2014-12-08 | 1 | -25/+25 |
| | | | | | |||||
| * | | | | migrate \OC\AllConfig to \OCP\IConfig | Morris Jobke | 2014-12-08 | 3 | -9/+13 |
| | | | | | |||||
| * | | | | introduce deleteAllUserValues | Morris Jobke | 2014-12-08 | 2 | -0/+16 |
| | | | | | |||||
| * | | | | introduce proper interface for deleteAppValue | Morris Jobke | 2014-12-08 | 3 | -0/+17 |
| | | | | | |||||
| * | | | | use old methods and redirect in deprecated methods | Morris Jobke | 2014-12-08 | 2 | -4/+4 |
| | | | | | |||||
| * | | | | @deprecated messages for \OCP\Config and \OCP\AppConfig | Morris Jobke | 2014-12-08 | 2 | -2/+8 |
| | | | | | |||||
| * | | | | Extract interaction with config.php into SystemConfig | Morris Jobke | 2014-12-08 | 5 | -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-api | Lukas Reschke | 2014-12-08 | 15 | -43/+268 |
|\ \ \ \ \ | |/ / / / |/| | | | | Add a public api for apps to add mounts |