summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | 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 docsJoas Schilling2014-12-102-6/+6
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #11892 from owncloud/remove_triggerupdateThomas Müller2014-12-102-4/+7
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | 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 wrapperVincent Petry2014-12-101-0/+9
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #12485 from owncloud/jenkins-12383Joas Schilling2014-12-108-51/+454
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | 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
| * | | | | | Add a DateTimeFormatter class which allows overwriting the language and timezoneJoas Schilling2014-12-093-1/+397
* | | | | | | Merge pull request #12711 from owncloud/add-backend-to-rest-indexLukas Reschke2014-12-102-0/+16
|\ \ \ \ \ \ \
| * | | | | | | Expose backend type via REST APILukas Reschke2014-12-092-0/+16
* | | | | | | | [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
|\ \ \ \ \ \ \ \
| * | | | | | | | 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
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | 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 ITagsVincent Petry2014-12-082-1/+59
* | | | | | | | | Merge pull request #12568 from owncloud/autoload-encryption-classesJoas Schilling2014-12-091-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | 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 permissionsLEDfan2014-12-061-4/+4
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #12406 from owncloud/drop-getApps-getUsersThomas Müller2014-12-0918-351/+544
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | 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
| * | | | | | | | Workaround to fix the too early init dilemmaMorris Jobke2014-12-082-5/+39
| * | | | | | | | 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
| * | | | | | | | 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
* | | | | | | | | Merge pull request #12577 from owncloud/public-mount-apiLukas Reschke2014-12-0815-43/+268
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Add public api for mount configurationsRobin Appelman2014-12-0415-43/+268
* | | | | | | | | Merge pull request #12618 from owncloud/initial-work-migrate-to-appframeworkLukas Reschke2014-12-087-39/+62
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add REST route for user & group managementLukas Reschke2014-12-087-39/+62
* | | | | | | | | | Merge pull request #12452 from owncloud/server2server-ng-ocsMorris Jobke2014-12-082-5/+7
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |