| Commit message (Expand) | Author | Age | Files | Lines |
* | improve handling of out of space errors for smb | Robin Appelman | 2020-09-17 | 1 | -0/+6 |
* | Remove @suppress SqlInjectionChecker | Morris Jobke | 2020-09-16 | 1 | -4/+0 |
* | Set delimiter so that the CommonPrefixes response can properly be determined | Julius Härtl | 2020-09-10 | 1 | -1/+2 |
* | fix s3 doesDirectoryExist check for empty directories | Robin Appelman | 2020-09-10 | 1 | -1/+1 |
* | Fix reading empty files from objectstorage | Roeland Jago Douma | 2020-09-09 | 1 | -2/+8 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 21 | -5/+23 |
* | Merge pull request #21734 from nextcloud/external-s3-no-touch | Morris Jobke | 2020-08-20 | 1 | -17/+1 |
|\ |
|
| * | disable touch to update mtime for external s3 storage | Robin Appelman | 2020-07-07 | 1 | -17/+1 |
* | | Use matching parameter names form interfaces and implementations | Morris Jobke | 2020-08-19 | 3 | -4/+4 |
* | | Fix "misplaced variables" warning of Psalm in PHPDoc statements | Morris Jobke | 2020-08-17 | 1 | -1/+1 |
* | | Fix some MissingDocblockType or InvalidDocblock warnings. | Daniel Kesselberg | 2020-08-14 | 2 | -5/+3 |
* | | Remove setCustomJs of the files_external FrontendDefinitionTrait | Morris Jobke | 2020-08-13 | 1 | -10/+0 |
* | | Remove unused method uploadFile | Daniel Kesselberg | 2020-08-13 | 1 | -9/+0 |
* | | Move event listener to dedicated class | Morris Jobke | 2020-07-30 | 2 | -22/+67 |
* | | update saved credentials on password change | Robin Appelman | 2020-07-30 | 1 | -1/+27 |
* | | remove saved credentails if the user no longer has any storage configured usi... | Robin Appelman | 2020-07-30 | 2 | -4/+78 |
* | | Only save login credentials in database once there is an external storage tha... | Robin Appelman | 2020-07-30 | 1 | -23/+29 |
* | | Merge pull request #21728 from nextcloud/bugfix/noid/s3-external-mtime-cache | Morris Jobke | 2020-07-15 | 1 | -0/+6 |
|\ \ |
|
| * | | Reuse cache for directory mtime/size if filesystem changes can be ignored | Julius Härtl | 2020-07-07 | 1 | -0/+6 |
| |/ |
|
* | | Merge pull request #21785 from nextcloud/techdebt/noid/remove-classmap-in-fil... | Morris Jobke | 2020-07-13 | 12 | -24/+26 |
|\ \ |
|
| * | | Move OC_Mount_Config to proper classname and remove OC::$CLASSPATH usage in f... | Morris Jobke | 2020-07-10 | 12 | -24/+26 |
| |/ |
|
* / | filter files containing a hash in the path for ftp storages | Robin Appelman | 2020-07-10 | 1 | -0/+17 |
|/ |
|
* | Move files_external to migrations | Joas Schilling | 2020-07-06 | 1 | -0/+150 |
* | Also always return in app commands | Joas Schilling | 2020-06-26 | 10 | -11/+19 |
* | Remove rescanDelay from directory mtime | Julius Härtl | 2020-06-22 | 1 | -6/+1 |
* | normalize sftp path in read and write stream | Robin Appelman | 2020-05-25 | 2 | -0/+6 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 34 | -1/+34 |
* | add tooltip to option | Robin Appelman | 2020-04-22 | 1 | -1/+2 |
* | Add option to check share ACL's when listing directories | Robin Appelman | 2020-04-21 | 2 | -0/+37 |
* | Add method to storage backends to get directory content with metadata | Robin Appelman | 2020-04-20 | 1 | -8/+57 |
* | Fix issues with Keystone auth v3 in files_external app | Julien Lutran | 2020-04-15 | 2 | -2/+2 |
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 13 | -39/+39 |
* | Add visibility to all methods and position of static keyword | Christoph Wurst | 2020-04-10 | 12 | -12/+12 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 65 | -128/+36 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 10 | -19/+19 |
* | Merge pull request #20391 from nextcloud/refactor/spaces-cleanup | Christoph Wurst | 2020-04-09 | 3 | -3/+2 |
|\ |
|
| * | Make sure every file ends with an empty newline | Christoph Wurst | 2020-04-09 | 1 | -1/+0 |
| * | Remove trailing and in between spaces | Christoph Wurst | 2020-04-09 | 2 | -2/+2 |
* | | Merge pull request #20384 from nextcloud/techdebt/lowercase-keywords | Christoph Wurst | 2020-04-09 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | Use php keywords in lowercase | Christoph Wurst | 2020-04-09 | 1 | -2/+2 |
* | | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 7 | -10/+10 |
|/ |
|
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 9 | -7/+2 |
* | Fix (array) indent style to always use one tab | Christoph Wurst | 2020-04-09 | 2 | -7/+7 |
* | Fix multiline comments | Christoph Wurst | 2020-04-08 | 2 | -6/+6 |
* | allow setting tooltips for external storage config options | Robin Appelman | 2020-04-03 | 1 | -1/+21 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 14 | -5/+26 |
* | Merge pull request #20208 from nextcloud/smb-folder-contents-normalize-path | John Molakvoæ | 2020-03-30 | 1 | -1/+1 |
|\ |
|
| * | normalize smb path while listing folder contents | Robin Appelman | 2020-03-27 | 1 | -1/+1 |
* | | Merge pull request #20170 from nextcloud/techdebt/remove-unused-imports | Christoph Wurst | 2020-03-27 | 4 | -5/+0 |
|\ \ |
|
| * | | Remove unused imports | Christoph Wurst | 2020-03-25 | 4 | -5/+0 |
| |/ |
|