Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Don't leave cursors open when tests fail | Joas Schilling | 2020-11-09 | 1 | -4/+13 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Remove @suppress SqlInjectionChecker | Morris Jobke | 2020-09-16 | 1 | -1/+0 | |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Update license headers for Nextcloud 20 (again) | Christoph Wurst | 2020-09-07 | 1 | -0/+1 | |
| | | | | | | | There are still lots of outdated headers, so time for another round of updates. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Transfer shares of the transferred root node | Julius Härtl | 2020-08-31 | 1 | -0/+5 | |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | Properly add new methods to interface and document in PHPDoc for getRootMounts() | Morris Jobke | 2020-08-17 | 1 | -0/+6 | |
| | | | | | | Introduced in #22063 and was just forgotten. Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Distribute preview folders in appdata in multibucket setup to multiple buckets | Morris Jobke | 2020-08-06 | 1 | -0/+19 | |
| | | | | | | | | | * introduces a new IRootMountProvider to register mount points inside the root storage * adds a AppdataPreviewObjectStoreStorage to handle the split between preview folders and bucket number Ref #22033 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 1 | -1/+0 | |
| | | | | | | For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -0/+1 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 1 | -2/+2 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 6 | -6/+13 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 3 | -3/+3 | |
| | | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | more efficient way to detect added and removed mounts | Robin Appelman | 2018-08-16 | 1 | -9/+23 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | remove double loop for detecting changed mounts | Robin Appelman | 2018-08-16 | 1 | -9/+12 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Use the path_hash instead of the path to query the filecache | Morris Jobke | 2018-07-16 | 1 | -1/+1 | |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Add the option to filter mounts for a user | Robin Appelman | 2018-07-10 | 1 | -1/+22 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Remove unused import statements | Morris Jobke | 2018-02-14 | 1 | -1/+0 | |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Merge pull request #6220 from nextcloud/cached-mount-info-filepath | Lukas Reschke | 2017-11-09 | 2 | -2/+63 | |
|\ | | | | | 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 | -2/+63 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | Merge pull request #6988 from starypatyk/stable12-mount-cache-performance | Morris Jobke | 2017-11-07 | 1 | -1/+5 | |
|\ \ | | | | | | | Improve performance of UserMountCache with external storage folders | |||||
| * | | Improve performance of UserMountCache with external storage folders | Dariusz Olszewski | 2017-11-01 | 1 | -1/+5 | |
| |/ | ||||||
* / | Update license headers | Morris Jobke | 2017-11-06 | 2 | -0/+2 | |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Oracle does not support PDO::FETCH_KEY_PAIR | Joas Schilling | 2017-08-02 | 1 | -1/+6 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Add Phan plugin to check for SQL injections | Lukas Reschke | 2017-07-20 | 1 | -0/+5 | |
| | | | | | | | | | | This adds a phan plugin which checks for SQL injections on code using our QueryBuilder, while it isn't perfect it should already catch most potential issues. As always, static analysis will sometimes have false positives and this is also here the case. So in some cases the analyzer just doesn't know if something is potential user input or not, thus I had to add some `@suppress SqlInjectionChecker` in front of those potential injections. The Phan plugin hasn't the most awesome code but it works and I also added a file with test cases. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | |||||
* | show used space in user list | Robin Appelman | 2017-06-15 | 1 | -2/+32 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Remove unused use statements | Morris Jobke | 2017-04-22 | 2 | -6/+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 | -3/+9 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | mount shared mounts last | Robin Appelman | 2017-03-22 | 1 | -0/+33 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | also compare storage ids when checking for changed mounts | Robin Appelman | 2016-12-13 | 1 | -1/+6 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | filter out oc_mounts results from non existing users | Robin Appelman | 2016-11-24 | 1 | -3/+6 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | optimize Folder::getById to use less queries | Robin Appelman | 2016-10-12 | 3 | -16/+41 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Update CachedMountInfo for user home storage | Semih Serhat Karakaya | 2016-09-09 | 1 | -1/+1 | |
| | | | | | | In getMountPointNode function rootId is not inside of the userFolder for home storage. We was searching '/user' folder in '/user/files' folder. So, it was return NULL. I moved searching part to parent folder. It solves everything. Also, obviously other storage types not affect then this change. Related owncloud commit : https://github.com/owncloud/core/pull/26017 | |||||
* | Prevent error with orphaned shares when updating user mount cache | Vincent Petry | 2016-08-30 | 1 | -1/+2 | |
| | ||||||
* | get shared storage storage id without setting up the storage | Robin Appelman | 2016-08-09 | 1 | -5/+1 | |
| | ||||||
* | Update with robin | Joas Schilling | 2016-07-21 | 5 | -5/+5 | |
| | ||||||
* | Fix others | Joas Schilling | 2016-07-21 | 5 | -6/+11 | |
| | ||||||
* | Save the files external mount id in the mount cache table | Robin Appelman | 2016-07-13 | 3 | -15/+52 | |
| | ||||||
* | Merge pull request #25056 from owncloud/fs-usermountcache-capped | Vincent Petry | 2016-06-15 | 1 | -3/+14 | |
|\ | | | | | Capped cache for cache info in UserMountCache | |||||
| * | Capped cache for cache info in UserMountCache | Vincent Petry | 2016-06-13 | 1 | -3/+14 | |
| | | ||||||
* | | handle invalid storages in LazyStorageMountInfo | Robin Appelman | 2016-06-13 | 2 | -8/+16 | |
|/ | ||||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -0/+1 | |
| | ||||||
* | use mount providers to setup home storages (#24567) | Robin Appelman | 2016-05-17 | 1 | -0/+36 | |
| | ||||||
* | Move \OC\Files to PSR-4 | Roeland Jago Douma | 2016-04-24 | 5 | -0/+627 | |