Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move lib/ to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -127/+0 |
| | |||||
* | Delay check till scanner is used | Lukas Reschke | 2016-03-09 | 1 | -1/+4 |
| | | | | Fixes https://github.com/owncloud/core/issues/22973 and https://github.com/owncloud/core/issues/22987 | ||||
* | /shareinfo is not required | Lukas Reschke | 2016-03-01 | 1 | -0/+1 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+1 |
| | |||||
* | Fix duplicated line in doc block | Joas Schilling | 2015-07-02 | 1 | -1/+0 |
| | |||||
* | Fix scanFile signature to avoid boring warning | Vincent Petry | 2015-07-01 | 1 | -1/+3 |
| | |||||
* | Signature of overriding method should match the parent | Olivier Paroz | 2015-06-26 | 1 | -1/+1 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+20 |
| | |||||
* | Fix PHPDoc and Co. | Lukas Reschke | 2015-03-17 | 1 | -4/+12 |
| | | | | Ref https://github.com/owncloud/core/pull/14929#discussion_r26501240 | ||||
* | Fix scanFile signature warnings | Vincent Petry | 2015-03-16 | 1 | -1/+1 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -18/+5 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -5/+18 |
| | |||||
* | Catch storage exception in scanner for remote shares | Vincent Petry | 2015-01-26 | 1 | -2/+51 |
| | | | | | | | | Whenever an exception occurs during scan of a remote share, the share is checked for availability. If the storage is gone, it will be removed automatically. Also, getDirectoryContent() will now skip unavailable storages. | ||||
* | Remove no longer existing files from the cache when scanning external storage | Robin Appelman | 2014-08-14 | 1 | -1/+11 |
| | |||||
* | Detect removed public shares | Robin Appelman | 2014-07-01 | 1 | -17/+1 |
| | |||||
* | Prevent warning | Robin Appelman | 2014-06-16 | 1 | -1/+1 |
| | |||||
* | Always send a POST body | Robin Appelman | 2014-06-14 | 1 | -4/+2 |
| | |||||
* | Properly expose read only public shares as read only | Robin Appelman | 2014-06-14 | 1 | -0/+4 |
| | |||||
* | Scan the entire remote share at once by requesting the full file tree from ↵ | Robin Appelman | 2014-06-14 | 1 | -0/+52 |
the remote server |