summaryrefslogtreecommitdiffstats
path: root/lib/private/appconfig.php
Commit message (Collapse)AuthorAgeFilesLines
* Use a map to prevent having to use searchRobin Appelman2014-06-031-4/+2
|
* Remove duplicate cache cleanupRobin Appelman2014-06-031-1/+0
|
* Simplify AppConfig->getValues()Robin Appelman2014-06-011-19/+9
|
* Add caching to AppConfig->getAppsRobin Appelman2014-06-011-0/+23
|
* 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
|
* Some more PHPDoc fixesLukas Reschke2014-04-211-0/+1
|
* using array_key_exists() instead of isset() - required because in case the ↵Thomas Müller2014-04-071-1/+1
| | | | value is null isset is returning false
* More PHPDoc fixes, using scrutinizer patches as hintsBart Visscher2014-02-281-2/+2
|
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-2/+5
| | | | | | | | | | | 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
* Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-141-94/+100
|\ | | | | | | | | Conflicts: lib/private/appconfig.php
| * Add explicit sortingRobin Appelman2014-02-111-2/+4
| |
| * Add caching to appconfigRobin Appelman2014-02-071-16/+45
| |
| * use the 'new' server container for appconfigRobin Appelman2014-02-071-5/+6
| |\
| * | Merge branch 'master' into convert-oc_appconfigBart Visscher2013-10-021-72/+90
| | |
* | | Fix more documentation failesJoas Schilling2014-02-081-4/+0
| | | | | | | | | | | | Issue #7111
* | | polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-1/+6
| |/ |/|
* | Fixed apps loading orderVincent Petry2013-12-201-1/+1
| | | | | | | | | | | | | | | | | | | | On SQLite the app order can be arbitrary and cause strange bugs. On MySQL, the app order seems to be always alphabetical. This fix enforces alphabetical order to make sure that all environments behave the same and to reduce bugs related to app loading order. Fixes #6442
* | dont re-read the config values for an app when a non existing key is fetchedRobin Appelman2013-12-181-5/+10
| |
* | Fetch all appconfig values for an app at once and cache the resultsRobin Appelman2013-12-181-54/+84
| |
* | Remove "link" shares right after disabling the "allow_link_share" settingMorris Jobke2013-10-181-0/+6
|/
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+203
Conflicts: lib/private/vcategories.php