Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib: Fix typos (found by codespell) | Stefan Weil | 2016-04-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
* | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 2 | -2/+0 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 2 | -3/+4 |
| | |||||
* | Use TempManager instead of tmpFolder | Morris Jobke | 2015-12-18 | 1 | -1/+1 |
| | |||||
* | Fix #19181: Support .bz2 app archives | Christian Weiske | 2015-10-20 | 1 | -1/+1 |
| | | | | | | | | | At first a bz2 handling in needs to be fixed; PEAR's Archive_Tar otherwise gives the following error: > Unsupported compression type "bz" > Supported types are "gz", "bz2" and "lzma2" After that we can whitelist the application/bz2 MIME type in the installer. | ||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 2 | -8/+54 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 2 | -52/+10 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 2 | -10/+52 |
| | |||||
* | Update pear/archive_tar to 1.3.13 | Thomas Müller | 2014-10-30 | 1 | -2/+0 |
| | |||||
* | Add files as string to tar archives | Robin Appelman | 2014-08-21 | 1 | -6/+2 |
| | |||||
* | reformat | Robin Appelman | 2014-08-21 | 1 | -112/+136 |
| | |||||
* | Previous commit was not based on master, retry. Removed broken tar cutter, ↵ | Remco Brenninkmeijer | 2014-08-04 | 1 | -4/+6 |
| | | | | double extensions are not possible in temp files. Added tar support. Fixed extension switch. | ||||
* | Fix all PHPDoc types and variable names, in /lib | Robin McCorkell | 2014-05-13 | 1 | -1/+1 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 2 | -1/+9 |
| | | | | | | | | | | | 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 | ||||
* | Fix more documentation failes | Joas Schilling | 2014-02-08 | 2 | -34/+30 |
| | | | | Issue #7111 | ||||
* | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 2 | -3/+10 |
| | |||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 2 | -0/+540 |
Conflicts: lib/private/vcategories.php |