| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #41236 from nextcloud/backport/41062/stable27 | Louis | 2023-11-07 | 1 | -11/+13 |
|\ |
|
| * | Return correct status if touch failed | Louis Chemineau | 2023-11-02 | 1 | -11/+13 |
* | | fix(files_external): on case insensitive system, block case change | Benjamin Gaussorgues | 2023-10-31 | 2 | -0/+24 |
|/ |
|
* | fix(external): Get storage before update it | Joas Schilling | 2023-10-26 | 1 | -0/+3 |
* | Merge pull request #40569 from nextcloud/backport/40499/stable27 | Arthur Schiwon | 2023-10-11 | 1 | -18/+10 |
|\ |
|
| * | apply known mtime wrapper for external storages | Robin Appelman | 2023-10-10 | 1 | -18/+10 |
* | | use multipart copy for s3 | Robin Appelman | 2023-09-22 | 1 | -4/+1 |
|/ |
|
* | improve s3 error handling | Robin Appelman | 2023-09-19 | 1 | -1/+1 |
* | sftp psalm fixes | Robin Appelman | 2023-09-18 | 2 | -11/+15 |
* | psalm suppress | Robin Appelman | 2023-09-18 | 1 | -0/+4 |
* | implement fseek for sftp read stream | Robin Appelman | 2023-09-18 | 2 | -3/+30 |
* | more optimized getPermissions/getMetaData | Robin Appelman | 2023-09-18 | 1 | -0/+44 |
* | sftp optimize file_put_contents, writeStream and copy | Robin Appelman | 2023-09-18 | 1 | -1/+55 |
* | fix error during sftp stream close | Robin Appelman | 2023-09-18 | 1 | -0/+7 |
* | clear sftp stat cache when opening a write stream | Robin Appelman | 2023-09-18 | 1 | -3/+5 |
* | admin have no special rights on users' entries | Maxence Lange | 2023-09-07 | 1 | -1/+1 |
* | getStorage before remove | Maxence Lange | 2023-07-13 | 1 | -0/+6 |
* | Merge pull request #38115 from DerGenaue/patch-1 | Simon L | 2023-05-16 | 1 | -6/+6 |
|\ |
|
| * | Rename `numericStorageId` to `numericExternalStorageId` in PersonalMount.php | Daniel | 2023-05-07 | 1 | -6/+6 |
* | | check the username when doing external storage session auth | Robin Appelman | 2023-05-11 | 1 | -0/+5 |
|/ |
|
* | Merge pull request #37717 from nextcloud/artonge/fix/dont_override_stored_cre... | Louis | 2023-04-24 | 1 | -2/+2 |
|\ |
|
| * | Do not override stored credentials when login in with SAML | Louis Chemineau | 2023-04-13 | 1 | -2/+2 |
* | | add command for getting fileinfo for debugging | Robin Appelman | 2023-04-17 | 1 | -0/+4 |
* | | Merge pull request #37611 from ZE3kr/patch-1 | Julius Härtl | 2023-04-14 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Update AmazonS3.php | James Guo | 2023-04-06 | 1 | -1/+1 |
* | | handle not being able to write file for notify self-test | Robin Appelman | 2023-04-06 | 1 | -1/+4 |
|/ |
|
* | improve handling of files we can't access in the scanner | Robin Appelman | 2023-04-05 | 1 | -8/+16 |
* | fix ftp external storage with filezilla server | Robin Appelman | 2023-03-30 | 2 | -7/+15 |
* | Respect OCP interface in private classes | Côme Chilliet | 2023-02-07 | 1 | -1/+1 |
* | Strong type filesize related methods to ease 32bits problem findings | Côme Chilliet | 2023-02-07 | 1 | -1/+1 |
* | Attempt at reducing psalm errors | Côme Chilliet | 2023-01-20 | 1 | -4/+7 |
* | Merge pull request #36089 from nextcloud/enh/noid/ext-storage-default-values | Vincent Petry | 2023-01-16 | 5 | -24/+54 |
|\ |
|
| * | Enable SSL by default in ext storage configs | Vincent Petry | 2023-01-13 | 4 | -4/+8 |
| * | Extend ext storage params to contain default value | Vincent Petry | 2023-01-13 | 1 | -20/+46 |
* | | Support of s3 storage class in External Storage application | François Ménabé | 2023-01-12 | 2 | -1/+4 |
|/ |
|
* | Fix psalm issues related to signature changes from PHP 8.0 | Côme Chilliet | 2022-12-29 | 1 | -3/+0 |
* | Add comments | Carl Schwan | 2022-12-05 | 2 | -0/+2 |
* | Fix migration to non-empty secret | Carl Schwan | 2022-12-05 | 2 | -2/+8 |
* | fix s3 directory copy | Robin Appelman | 2022-11-15 | 1 | -3/+3 |
* | Make sure to not pass null to DateTime::createFromFormat | Côme Chilliet | 2022-11-14 | 1 | -2/+2 |
* | Rename file1 and file2 to source and target in Storage abstraction | Carl Schwan | 2022-10-18 | 7 | -67/+67 |
* | Additional type hinting found by psalm | Carl Schwan | 2022-10-18 | 6 | -16/+16 |
* | Specify type to internal storage class | Carl Schwan | 2022-10-17 | 1 | -0/+1 |
* | Fix returning null when getMessage return null | Carl Schwan | 2022-10-17 | 1 | -11/+6 |
* | More type safety | Carl Schwan | 2022-10-17 | 5 | -25/+15 |
* | Fix type of getVisibilityType | Carl Schwan | 2022-10-17 | 3 | -3/+3 |
* | Fix usage of streams | Carl Schwan | 2022-10-17 | 2 | -4/+4 |
* | Use argument name from parent class | Carl Schwan | 2022-10-17 | 2 | -15/+15 |
* | Add corresponding interface to trait | Carl Schwan | 2022-10-17 | 7 | -80/+112 |
* | Add more typing to FilesExternal commands | Carl Schwan | 2022-10-17 | 11 | -139/+52 |