Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. 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 | -3/+3 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 6 | -7/+13 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -2/+2 |
| | | | | | | | | | | | * 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> | ||||
* | Store user object later in the code | Vlastimil Pecinka | 2019-03-21 | 1 | -1/+2 |
| | | | | Signed-off-by: Vlastimil Pecinka <pecinka@email.cz> | ||||
* | cache OC\Files\Mount\Manager::findIn results | Robin Appelman | 2018-08-16 | 1 | -2/+17 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | use more efficient method to find mountpoint for path | Robin Appelman | 2018-08-16 | 1 | -18/+15 |
| | | | | | | | this changes the complexity from the number of mounts to the depth of the path Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | move log constants to ILogger | Arthur Schiwon | 2018-04-26 | 2 | -4/+6 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Fix tests | Roeland Jago Douma | 2018-04-04 | 1 | -2/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Add pathcache | Roeland Jago Douma | 2018-04-04 | 1 | -4/+19 |
| | | | | | | | * If we find the mountpoint for a path cache it * If we modify the mount points empty the pathCache Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Comparing stringlength is cheaper than strpos | Roeland Jago Douma | 2018-04-04 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Cache the $foundMountPointLength | Roeland Jago Douma | 2018-04-04 | 1 | -1/+3 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Inspections | Roeland Jago Douma | 2018-04-04 | 1 | -8/+9 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Make the MountManager strict | Roeland Jago Douma | 2018-04-04 | 1 | -13/+14 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | better error message on catalog error | Robin Appelman | 2018-02-08 | 1 | -1/+2 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Use fallback path if data dir is not available for Storage/Local.php | Morris Jobke | 2018-01-18 | 1 | -1/+1 |
| | | | | | | | Found while testing strict types for PHP7+. Signed-off-by: Morris Jobke <hey@morrisjobke.de> Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Change @georgehrke's email | Morris Jobke | 2017-11-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | also use configured 'cache_path' for new chunking | Robin Appelman | 2017-10-11 | 1 | -1/+3 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | allow apps to set custom mount types | Robin Appelman | 2017-04-28 | 1 | -0/+4 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Nuke the legacy storage fallback from orbit | Vincent Petry | 2016-12-23 | 1 | -3/+0 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Improve isMounted to handle primary storage object store | Robin Appelman | 2016-11-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Allow setting a maximun number of buckets for multibucket | Robin Appelman | 2016-11-02 | 1 | -1/+2 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | cache root id in mountpoint | Robin Appelman | 2016-08-25 | 1 | -1/+5 |
| | |||||
* | prevent infinite recursion while getting storage from mount | Robin Appelman | 2016-08-23 | 1 | -8/+10 |
| | |||||
* | get shared storage storage id without setting up the storage | Robin Appelman | 2016-08-09 | 1 | -0/+7 |
| | |||||
* | Update with robin | Joas Schilling | 2016-07-21 | 6 | -6/+6 |
| | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 6 | -7/+14 |
| | |||||
* | Save the files external mount id in the mount cache table | Robin Appelman | 2016-07-13 | 1 | -1/+11 |
| | |||||
* | normalize path in getInternalPath | Georg Ehrke | 2016-06-02 | 1 | -0/+1 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 3 | -2/+3 |
| | |||||
* | Store user bucket in preferences | Roeland Jago Douma | 2016-05-23 | 1 | -8/+16 |
| | |||||
* | Fix Name | Roeland Jago Douma | 2016-05-23 | 1 | -4/+4 |
| | |||||
* | Allow multibucket in objectstore | Roeland Jago Douma | 2016-05-23 | 1 | -2/+55 |
| | |||||
* | use mount providers to setup home storages (#24567) | Robin Appelman | 2016-05-17 | 2 | -0/+119 |
| | |||||
* | Move lonely file from \OC\Files to PSR-4 | Roeland Jago Douma | 2016-05-01 | 1 | -0/+69 |
| | | | | Conflicting PR probabaly caused this | ||||
* | Move \OC\Files to PSR-4 | Roeland Jago Douma | 2016-04-24 | 3 | -0/+460 |