aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Collapse)AuthorAgeFilesLines
* Fix: External storage - exception thrown for the handler whenSelectAuthMechanismVincent Handfield2023-04-171-2/+2
| | | | Signed-off-by: Vincent Handfield <vincent@accestech.com>
* Merge pull request #37611 from ZE3kr/patch-1Julius H盲rtl2023-04-141-1/+1
|\ | | | | Unquote S3 ETag stored in oc_filecache
| * Update AmazonS3.phpJames Guo2023-04-061-1/+1
| | | | | | Signed-off-by: James Guo <i@ze3kr.com>
* | handle not being able to write file for notify self-testRobin Appelman2023-04-061-1/+4
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #22943 from nextcloud/scanner-no-access-handlingRobin Appelman2023-04-051-8/+16
|\ | | | | improve handling of files we can't access in the scanner
| * improve handling of files we can't access in the scannerRobin Appelman2023-04-051-8/+16
| | | | | | | | | | | | | | | | instead of erroring, remove the items from the cache. this situation can be triggered if a user has access to a file but looses it afterwards Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-04-052-0/+2
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix ftp external storage with filezilla serverRobin Appelman2023-03-302-7/+15
| | | | | | | - filezilla doesn't like "" as parameter for `mdtm` (all others seem fine) - filezilla sends fractional modified date Signed-off-by: Robin Appelman <robin@icewind.nl>
* Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-03-202-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-03-154-6/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-03-122-20/+20
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-03-066-6/+16
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore(release): Bump requirements and versions in apps/Joas Schilling2023-03-031-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-03-014-0/+38
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-02-272-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-02-222-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-02-212-0/+36
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-02-102-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* perf(autoloading): Add authoritative autoloader for files_externalChristoph Wurst2023-02-0913-0/+1362
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Respect OCP interface in private classesC么me Chilliet2023-02-071-1/+1
| | | | | | | Because the parameter type was moved to phpdoc it needs to be removed from implementations Signed-off-by: C么me Chilliet <come.chilliet@nextcloud.com>
* Strong type filesize related methods to ease 32bits problem findingsC么me Chilliet2023-02-071-1/+1
| | | | Signed-off-by: C么me Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #36314 from nextcloud/sso-kerberos-fixC么me Chilliet2023-02-074-33/+46
|\ | | | | Update kerberos sso test setup to use new user_saml config system
| * Update kerberos sso test setup to use new user_saml config systemRobin Appelman2023-01-234-33/+46
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-02-012-0/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-01-312-4/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-01-272-0/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-01-252-0/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-01-244-12/+16
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-01-236-66/+82
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-01-222-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fixing samba test and adding details to kerberos jobC么me Chilliet2023-01-201-1/+1
| | | | Signed-off-by: C么me Chilliet <come.chilliet@nextcloud.com>
* Fix Samba test failure details outputC么me Chilliet2023-01-201-1/+1
| | | | Signed-off-by: C么me Chilliet <come.chilliet@nextcloud.com>
* Attempt at reducing psalm errorsC么me Chilliet2023-01-201-4/+7
| | | | Signed-off-by: C么me Chilliet <come.chilliet@nextcloud.com>
* Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-01-204-0/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-01-196-0/+14
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-01-1810-0/+20
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-01-17132-264/+320
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #36087 from nextcloud/enh/noid/improve-applicable-ext-storageVincent Petry2023-01-166-32/+150
|\ | | | | Improve saving applicable users in ext storage
| * Improve saving applicable users in ext storageVincent Petry2023-01-126-32/+150
| | | | | | | | | | | | | | Added a checkbox to prevent saving "All users" by mistake and giving access to everyone when not wanted. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Merge pull request #36089 from nextcloud/enh/noid/ext-storage-default-valuesVincent Petry2023-01-167-24/+65
|\ \ | | | | | | Ext storage configs default value support + enable SSL by default
| * | Enable SSL by default in ext storage configsVincent Petry2023-01-135-4/+9
| | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | Extend ext storage params to contain default valueVincent Petry2023-01-133-20/+56
| |/ | | | | | | | | | | | | Extend the external storage configuration parameters definition to allow to specify a default value Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Merge pull request #36075 from fmenabe/s3-storage-classC么me Chilliet2023-01-162-1/+4
|\ \ | |/ |/| Add support for s3 storage classes
| * Support of s3 storage class in External Storage applicationFran莽ois M茅nab茅2023-01-122-1/+4
| | | | | | | | Signed-off-by: Fran莽ois M茅nab茅 <francois.menabe@gmail.com>
* | Compress SASS outputChristopher Ng2023-01-112-185/+2
|/ | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix preview cropJohn Molakvo忙2023-01-041-1/+1
| | | | Signed-off-by: John Molakvo忙 <skjnldsv@protonmail.com>
* Fix files_external tests with phpunit 9C么me Chilliet2023-01-021-2/+2
| | | | Signed-off-by: C么me Chilliet <come.chilliet@nextcloud.com>
* Fix psalm issues related to signature changes from PHP 8.0C么me Chilliet2022-12-291-3/+0
| | | | Signed-off-by: C么me Chilliet <come.chilliet@nextcloud.com>
* Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2022-12-21132-402/+132
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-12-082-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>