aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Files
Commit message (Collapse)AuthorAgeFilesLines
* Storage 503 message improvementsVincent Petry2016-10-241-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 queriesRobin Appelman2016-10-121-0/+8
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* add proper exception documentation for ISimpleFS interfaceMorris Jobke2016-10-051-0/+6
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* avatar to appdataRoeland Jago Douma2016-10-051-0/+1
| | | | | | * Fix AvatarTest Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Initial AppDataRoeland Jago Douma2016-10-054-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-pasterinoJoas Schilling2016-08-171-1/+1
|
* get shared storage storage id without setting up the storageRobin Appelman2016-08-091-0/+8
|
* use limit instead of since when listing recent filesRobin Appelman2016-07-221-2/+3
|
* add recent files to node apiRobin Appelman2016-07-222-0/+12
|
* Update with robinJoas Schilling2016-07-2129-29/+29
|
* Fix othersJoas Schilling2016-07-2146-52/+99
|
* fix sinceRobin Appelman2016-07-151-0/+4
|
* add notify support to smb storageRobin Appelman2016-07-141-0/+47
|
* Save the files external mount id in the mount cache tableRobin Appelman2016-07-132-0/+16
|
* add propagator batchingRobin Appelman2016-06-021-0/+19
|
* Update license headersLukas Reschke2016-05-262-2/+1
|
* Merge pull request #24750 from ↵Vincent Petry2016-05-231-0/+35
|\ | | | | | | | | owncloud/lenz1111-share_download_range_requests_support Http Range requests support in downloads
| * Code style and doc fixPiotr Filiciak2016-05-231-0/+1
| |
| * Http Range requests support in downloadsPiotr Filiciak2016-05-201-0/+34
| | | | | | | | Http range requests support is required for video preview
* | Only recurse into incomplete folders during background scansRobin Appelman2016-05-231-0/+1
|/
* Move \OCP\Files to PSR-4Roeland Jago Douma2016-05-1844-0/+4096