Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use a map to prevent having to use search | Robin Appelman | 2014-06-03 | 1 | -4/+2 |
| | |||||
* | Remove duplicate cache cleanup | Robin Appelman | 2014-06-03 | 1 | -1/+0 |
| | |||||
* | Simplify AppConfig->getValues() | Robin Appelman | 2014-06-01 | 1 | -19/+9 |
| | |||||
* | Add caching to AppConfig->getApps | Robin Appelman | 2014-06-01 | 1 | -0/+23 |
| | |||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -7/+7 |
| | | | | * test case added to avoid adding them later | ||||
* | Fix @return array PHPDocs, in /lib | Robin McCorkell | 2014-05-13 | 1 | -2/+2 |
| | |||||
* | Some more PHPDoc fixes | Lukas Reschke | 2014-04-21 | 1 | -0/+1 |
| | |||||
* | using array_key_exists() instead of isset() - required because in case the ↵ | Thomas Müller | 2014-04-07 | 1 | -1/+1 |
| | | | | value is null isset is returning false | ||||
* | More PHPDoc fixes, using scrutinizer patches as hints | Bart Visscher | 2014-02-28 | 1 | -2/+2 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 1 | -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_patches | Thomas Müller | 2014-02-14 | 1 | -94/+100 |
|\ | | | | | | | | | Conflicts: lib/private/appconfig.php | ||||
| * | Add explicit sorting | Robin Appelman | 2014-02-11 | 1 | -2/+4 |
| | | |||||
| * | Add caching to appconfig | Robin Appelman | 2014-02-07 | 1 | -16/+45 |
| | | |||||
| * | use the 'new' server container for appconfig | Robin Appelman | 2014-02-07 | 1 | -5/+6 |
| |\ | |||||
| * | | Merge branch 'master' into convert-oc_appconfig | Bart Visscher | 2013-10-02 | 1 | -72/+90 |
| | | | |||||
* | | | Fix more documentation failes | Joas Schilling | 2014-02-08 | 1 | -4/+0 |
| | | | | | | | | | | | | Issue #7111 | ||||
* | | | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -1/+6 |
| |/ |/| | |||||
* | | Fixed apps loading order | Vincent Petry | 2013-12-20 | 1 | -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 fetched | Robin Appelman | 2013-12-18 | 1 | -5/+10 |
| | | |||||
* | | Fetch all appconfig values for an app at once and cache the results | Robin Appelman | 2013-12-18 | 1 | -54/+84 |
| | | |||||
* | | Remove "link" shares right after disabling the "allow_link_share" setting | Morris Jobke | 2013-10-18 | 1 | -0/+6 |
|/ | |||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -0/+203 |
Conflicts: lib/private/vcategories.php |