Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make Appdata static | Roeland Jago Douma | 2018-05-14 | 1 | -3/+3 |
| | | | | | | * Add fileid for simpleroot folders (only internal) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Fix tests | Roeland Jago Douma | 2018-04-04 | 1 | -2/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Make the MountManager strict | Roeland Jago Douma | 2018-04-04 | 1 | -7/+8 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Throw an exception if file_put_contents fails | Roeland Jago Douma | 2018-03-27 | 2 | -1/+34 |
| | | | | | | | | * This will help with AppData hardening etc * Introduced a GenericFileException for if nothing else is appropiate - Maybe the other File exceptions should base on this? Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Add hint about OCP\Folder::getById | Morris Jobke | 2018-03-21 | 1 | -0/+3 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Hardening of SimpleFile getContent | Roeland Jago Douma | 2018-02-27 | 1 | -0/+3 |
| | | | | | | | if file_get_contents fails remove the file. And traverse up the tree checking if the other folders are there. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Fix filename typo | Robin Appelman | 2017-12-12 | 1 | -0/+0 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #6220 from nextcloud/cached-mount-info-filepath | Lukas Reschke | 2017-11-09 | 2 | -1/+44 |
|\ | | | | | Allow getting the filepath when getting cached mounts by fileid | ||||
| * | Allow getting the filepath when getting cached mounts by fileid | Robin Appelman | 2017-10-27 | 2 | -1/+44 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Update license headers | Morris Jobke | 2017-11-06 | 21 | -1/+31 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Doc: Fix phpDoc issues | Julius Härtl | 2017-10-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Replace wrong PHPDocs | Lukas Reschke | 2017-08-01 | 8 | -22/+18 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | AppData is no longer internal | Roeland Jago Douma | 2017-08-01 | 4 | -4/+0 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Some phpstorm inspection fixes | Roeland Jago Douma | 2017-07-22 | 1 | -5/+4 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Added missing PHPDoc for @since | Morris Jobke | 2017-06-21 | 1 | -0/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | show used space in user list | Robin Appelman | 2017-06-15 | 1 | -0/+11 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | allow apps to set custom mount types | Robin Appelman | 2017-04-28 | 1 | -0/+9 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Remove unused use statements | Morris Jobke | 2017-04-22 | 2 | -2/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | limit the user when searching for a file by id if we know the user already | Robin Appelman | 2017-04-21 | 1 | -2/+4 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Fix type hints and doc blocks | Joas Schilling | 2017-03-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add ignore_files to config, | Felix Heidecke | 2017-03-20 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | test files against ignore_files list on upload fix typo and indentation Move blacklist declaration to lib/public/Files/FileInfo.php, Rename *ignored to *blacklisted Mocked blacklist_files for testing Mocked blacklist_files for testing Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | 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 |