Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some more PHPDoc fixes | Lukas Reschke | 2014-04-21 | 1 | -1/+1 |
| | |||||
* | Fix PHPdoc in lib/private | Bart Visscher | 2014-04-15 | 1 | -6/+11 |
| | | | | using scrutinizer patch | ||||
* | move replace to inside isset | Myles McNamara | 2014-02-28 | 1 | -2/+2 |
| | |||||
* | replace spaces in download link without encoding entire URL | Myles McNamara | 2014-02-28 | 1 | -0/+2 |
| | |||||
* | kill $coreStyles and $coreScripts | Thomas Müller | 2014-02-20 | 1 | -11/+0 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 1 | -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 | ||||
* | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -4/+7 |
| | |||||
* | Mark an app as loaded before we start loading it | Robin Appelman | 2014-01-31 | 1 | -1/+1 |
| | |||||
* | show link to app documentation | Bjoern Schiessle | 2014-01-17 | 1 | -0/+4 |
| | |||||
* | Fixed apps loading order | Vincent Petry | 2013-12-20 | 1 | -4/+6 |
| | | | | | | | | | | 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 | ||||
* | add post_enable hook if a app gets enabled | Bjoern Schiessle | 2013-10-22 | 1 | -0/+1 |
| | |||||
* | fix undefined "shipped" | Morris Jobke | 2013-10-17 | 1 | -5/+5 |
| | |||||
* | case insensitive sort | Frank Karlitschek | 2013-10-14 | 1 | -1/+1 |
| | |||||
* | fix style | Frank Karlitschek | 2013-10-14 | 1 | -5/+5 |
| | |||||
* | finally fix the app sorting | Frank Karlitschek | 2013-10-14 | 1 | -0/+33 |
| | |||||
* | OC_App: Cache list of enabled apps | Markus Goetz | 2013-10-05 | 1 | -3/+10 |
| | | | | | In my test here 1 SELECT instead of 5 (when doing a DAV request, probably similar for other requests) | ||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -0/+967 |
Conflicts: lib/private/vcategories.php |