Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move \OC\Template to PSR-4 | Roeland Jago Douma | 2016-05-13 | 1 | -184/+0 |
| | |||||
* | Merge pull request #23991 from owncloud/handle-exceptions-in-templates | Thomas Müller | 2016-04-14 | 1 | -2/+7 |
|\ | | | | | Properly handle exception within templates | ||||
| * | Properly handle exception within templates | Morris Jobke | 2016-04-14 | 1 | -2/+7 |
| | | | | | | | | * fixes partial printed templates when exception is thrown in between | ||||
* | | Scrutinizer Auto-Fixes (#23959) | Scrutinizer Auto-Fixer | 2016-04-14 | 1 | -2/+2 |
|/ | | | | | | | | * Scrutinizer Auto-Fixes This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com * revert append() change | ||||
* | Add unit testing capabilities for templates (#23708) | Thomas Müller | 2016-04-12 | 1 | -24/+34 |
| | | | | Add unit testing capabilities for templates | ||||
* | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 1 | -1/+0 |
| | |||||
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -0/+1 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | Add new CSRF manager for unit testing purposes | Lukas Reschke | 2016-01-25 | 1 | -2/+3 |
| | | | | This adds a new CSRF manager for unit testing purposes, it's interface is based upon https://github.com/symfony/security-csrf. Due to some of our required custom changes it is however not possible to use the Symfony component directly. | ||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+22 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -22/+5 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -5/+22 |
| | |||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -5/+5 |
| | | | | * test case added to avoid adding them later | ||||
* | Merge branch 'master' into type-hinting | Bart Visscher | 2014-03-31 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | Conflicts: lib/private/image.php lib/private/l10n.php lib/private/request.php lib/private/share/mailnotifications.php lib/private/template/base.php | ||||
| * | Fix some more docstrings | kondou | 2014-03-03 | 1 | -1/+1 |
| | | |||||
* | | Update PHPDoc for I10N, OC_Config, OC\Template\Base and OCP\IL10N | Bart Visscher | 2014-02-28 | 1 | -2/+2 |
|/ | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 1 | -0/+4 |
| | | | | | | | | | | | 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 | -2/+14 |
| | |||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -0/+134 |
Conflicts: lib/private/vcategories.php |