Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #3600 from coletivoEITA/master | Roeland Jago Douma | 2017-03-14 | 1 | -0/+2 |
|\ | | | | | added method needsPartFile() in Storage | ||||
| * | added method needsPartFile() in Storage | Vinicius Cubas Brand | 2017-03-14 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Vinicius Cubas Brand <viniciuscb@gmail.com> | ||||
* | | Allow searching for favorites | Robin Appelman | 2017-03-08 | 1 | -0/+10 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | add tests for searchQuery | Robin Appelman | 2017-03-01 | 1 | -0/+3 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Implement webdav SEARCH | Robin Appelman | 2017-03-01 | 6 | -2/+50 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | add icewind/searchdav | Robin Appelman | 2017-02-28 | 5 | -0/+205 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Add missing PHPDoc and properly throw exception | Morris Jobke | 2017-02-13 | 2 | -0/+2 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Add since | Robin Appelman | 2017-01-27 | 3 | -0/+28 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Add a more powerful notify mechanism | Robin Appelman | 2017-01-27 | 4 | -0/+145 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | minor storage interface tweaks | Robin Appelman | 2017-01-24 | 2 | -2/+3 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Move the validation into one place only | Joas Schilling | 2016-11-21 | 2 | -0/+62 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | @since 9.2.0 to @since 11.0.0 | Roeland Jago Douma | 2016-11-15 | 5 | -22/+22 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Storage 503 message improvements | Vincent Petry | 2016-10-24 | 1 | -1/+1 |
| | | | | | "Storage not available" is now "Storage temporarily not available". Exceptions are now logged in DEBUG level, not FATAL. | ||||
* | optimize Folder::getById to use less queries | Robin Appelman | 2016-10-12 | 1 | -0/+8 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | add proper exception documentation for ISimpleFS interface | Morris Jobke | 2016-10-05 | 1 | -0/+6 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | avatar to appdata | Roeland Jago Douma | 2016-10-05 | 1 | -0/+1 |
| | | | | | | * Fix AvatarTest Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Initial AppData | Roeland Jago Douma | 2016-10-05 | 4 | -0/+284 |
| | | | | | | | | | | | | * Introduce simpleFS * Introduce IAppData * Introduce AppData Factory to get your AppData folder * Update FileDisplayResponse * AppData implements a ISimpleRoot but lazy. So only if an apps starts to access data will stuff get initialized Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Fix constant name, copy-pasterino | Joas Schilling | 2016-08-17 | 1 | -1/+1 |
| | |||||
* | get shared storage storage id without setting up the storage | Robin Appelman | 2016-08-09 | 1 | -0/+8 |
| | |||||
* | use limit instead of since when listing recent files | Robin Appelman | 2016-07-22 | 1 | -2/+3 |
| | |||||
* | add recent files to node api | Robin Appelman | 2016-07-22 | 2 | -0/+12 |
| | |||||
* | Update with robin | Joas Schilling | 2016-07-21 | 29 | -29/+29 |
| | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 46 | -52/+99 |
| | |||||
* | fix since | Robin Appelman | 2016-07-15 | 1 | -0/+4 |
| | |||||
* | add notify support to smb storage | Robin Appelman | 2016-07-14 | 1 | -0/+47 |
| | |||||
* | Save the files external mount id in the mount cache table | Robin Appelman | 2016-07-13 | 2 | -0/+16 |
| | |||||
* | add propagator batching | Robin Appelman | 2016-06-02 | 1 | -0/+19 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 2 | -2/+1 |
| | |||||
* | Merge pull request #24750 from ↵ | Vincent Petry | 2016-05-23 | 1 | -0/+35 |
|\ | | | | | | | | | owncloud/lenz1111-share_download_range_requests_support Http Range requests support in downloads | ||||
| * | Code style and doc fix | Piotr Filiciak | 2016-05-23 | 1 | -0/+1 |
| | | |||||
| * | Http Range requests support in downloads | Piotr Filiciak | 2016-05-20 | 1 | -0/+34 |
| | | | | | | | | Http range requests support is required for video preview | ||||
* | | Only recurse into incomplete folders during background scans | Robin Appelman | 2016-05-23 | 1 | -0/+1 |
|/ | |||||
* | Move \OCP\Files to PSR-4 | Roeland Jago Douma | 2016-05-18 | 44 | -0/+4096 |