Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move \OC\Files to PSR-4 | Roeland Jago Douma | 2016-04-24 | 1 | -172/+0 |
| | |||||
* | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 1 | -1/+0 |
| | |||||
* | Avoids scanning the root storage | Morris Jobke | 2016-02-22 | 1 | -0/+4 |
| | | | | | | | | This check will skip the background scan for the root storage because there is nothing in the root storage that isn't already in another (mostly user-) storage. Fixes #22501 | ||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
| | |||||
* | remove old propagation logic | Robin Appelman | 2015-12-01 | 1 | -18/+0 |
| | |||||
* | also log exception | Robin Appelman | 2015-11-27 | 1 | -0/+1 |
| | |||||
* | Skip unavailable storages in scanner | Robin Appelman | 2015-11-27 | 1 | -2/+16 |
| | |||||
* | Dont use a transaction in the scanner while using db based locking | Robin Appelman | 2015-10-08 | 1 | -2/+8 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+1 |
| | |||||
* | Make postScanFile and postScanFolder available to OC\Files\Utils\Scanner | Olivier Paroz | 2015-09-30 | 1 | -1/+6 |
| | |||||
* | check if the user is trying to scan a valid path | Robin Appelman | 2015-07-27 | 1 | -0/+3 |
| | |||||
* | fix getting mount points when passing a path to the files:scan command | Robin Appelman | 2015-06-29 | 1 | -3/+2 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+21 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -20/+5 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -5/+20 |
| | |||||
* | Merge pull request #11892 from owncloud/remove_triggerupdate | Thomas Müller | 2014-12-10 | 1 | -2/+3 |
|\ | | | | | Remove triggerupdate.php & add quiet option for CLI scanner | ||||
| * | make path absolute | Jörn Friedrich Dreyer | 2014-12-10 | 1 | -1/+2 |
| | | |||||
| * | remove triggerupdate, ref #11872 | Jörn Friedrich Dreyer | 2014-12-04 | 1 | -2/+2 |
| | | |||||
* | | Add public api for mount configurations | Robin Appelman | 2014-12-04 | 1 | -2/+2 |
|/ | |||||
* | Fix method name | Robin Appelman | 2014-09-10 | 1 | -1/+1 |
| | |||||
* | Use bigger transactions when doing explicit file system scans | Robin Appelman | 2014-09-08 | 1 | -1/+11 |
| | |||||
* | Prevent running the files:scan command as the wrong user | Robin Appelman | 2014-06-25 | 1 | -1/+10 |
| | |||||
* | propagate changes in the scanner | Robin Appelman | 2014-06-02 | 1 | -1/+20 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 1 | -0/+3 |
| | | | | | | | | | | | 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 | -0/+3 |
| | |||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -0/+96 |
Conflicts: lib/private/vcategories.php |