summaryrefslogtreecommitdiffstats
path: root/lib/public/iappconfig.php
Commit message (Collapse)AuthorAgeFilesLines
* Add version to @deprecated tagsMorris Jobke2015-04-191-5/+5
|
* Add @since tags to all methods in public namespaceMorris Jobke2015-04-161-0/+9
| | | | | | | * enhance the app development experience - you can look up the method introduction right inside the code without searching via git blame * easier to write apps for multiple versions
* Revert "Deprecated \OCP\IAppConfig - add missing methods to IConfig"Vincent Petry2015-03-271-7/+0
| | | | This reverts commit 012016d3311a13c3c1e9d60778dc6fbd6be0204e.
* Merge pull request #13938 from owncloud/deprecate-iappconfigThomas Müller2015-03-271-0/+7
|\ | | | | Deprecated \OCP\IAppConfig - add missing methods to IConfig
| * Deprecated \OCP\IAppConfig - add missing methods to IConfigMorris Jobke2015-03-171-0/+7
| |
* | Update license headersJenkins for ownCloud2015-03-261-4/+21
|/
* Revert "Updating license headers"Morris Jobke2015-02-261-21/+4
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-4/+21
|
* Cleanup of PHPDoc return typesRobin McCorkell2015-01-161-1/+1
|
* introduce proper interface for deleteAppValueMorris Jobke2014-12-081-0/+1
|
* @deprecated messages for \OCP\Config and \OCP\AppConfigMorris Jobke2014-12-081-2/+4
|
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-7/+7
| | | | * test case added to avoid adding them later
* Fix @return array PHPDocs, in /libRobin McCorkell2014-05-131-2/+2
|
* More PHPDoc fixes, using scrutinizer patches as hintsBart Visscher2014-02-281-3/+2
|
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-0/+2
| | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend
* use the 'new' server container for appconfigRobin Appelman2014-02-071-0/+91