Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |