| Commit message (Expand) | Author | Age | Files | Lines |
* | Adjust further columns | Vincent Petry | 2020-12-09 | 1 | -0/+6 |
* | set mountid for personal external storage mounts | Robin Appelman | 2020-12-02 | 2 | -3/+5 |
* | Remove the deprecated update.php | Christoph Wurst | 2020-11-27 | 1 | -1/+1 |
* | Remove unused and deprecated methods from files_external MountConfig | Morris Jobke | 2020-11-10 | 1 | -49/+0 |
* | Don't leave cursors open when tests fail | Joas Schilling | 2020-11-09 | 1 | -1/+4 |
* | Check if array elements exist before using them | Roeland Jago Douma | 2020-10-25 | 1 | -1/+7 |
* | Merge pull request #23021 from nextcloud/notify-saved-login-auth | blizzz | 2020-10-13 | 1 | -14/+56 |
|\ |
|
| * | also give storage backend it's change to manipulate the config | Robin Appelman | 2020-10-07 | 1 | -0/+9 |
| * | allow using saved login credentials for notify | Robin Appelman | 2020-09-23 | 1 | -14/+47 |
* | | Merge pull request #23020 from nextcloud/disable-notify-self-check | Robin Appelman | 2020-10-08 | 1 | -1/+10 |
|\ \ |
|
| * | | add option to disable notify self check | Robin Appelman | 2020-09-23 | 1 | -1/+10 |
| |/ |
|
* / | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 5 | -31/+31 |
|/ |
|
* | 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 |