Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused method uploadFile | Daniel Kesselberg | 2020-08-13 | 1 | -9/+0 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -5/+4 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | Remove trailing and in between spaces | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 1 | -0/+1 |
* | Fix multiline comments | Christoph Wurst | 2020-04-08 | 1 | -3/+3 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -0/+1 |
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 1 | -6/+6 |
* | faster implementation of SFTP write stream | Robin Appelman | 2020-03-10 | 1 | -0/+3 |
* | Faster implementation of sftp read stream | Robin Appelman | 2020-03-06 | 1 | -0/+4 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+2 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -0/+1 |
* | Add SFTP auth mechanism to use a password and public key for SFTP | Roeland Jago Douma | 2018-06-07 | 1 | -6/+17 |
* | Use index based string access for substr with length of 1 | Morris Jobke | 2018-01-26 | 1 | -7/+2 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+1 |
* | Fix comparisons in the files external app | Joas Schilling | 2017-08-01 | 1 | -7/+7 |
* | Remove unused use statements | Morris Jobke | 2017-04-22 | 1 | -1/+0 |
* | Add proper default value for datadir | Morris Jobke | 2017-01-19 | 1 | -1/+1 |
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
* | Fix apps/ | Joas Schilling | 2016-07-21 | 1 | -1/+2 |
* | Fix overwriting folders on rename with SFTP | Vincent Petry | 2016-07-20 | 1 | -1/+1 |
* | Fix type hinting | Robin Appelman | 2016-07-08 | 1 | -2/+2 |
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -1/+2 |
* | Move Lib\Storage to PSR-4 | Joas Schilling | 2016-05-24 | 1 | -0/+467 |