aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #39323 from nextcloud/fix/noid/getstorge-before-rmMaxence Lange2023-07-131-0/+6
|\ | | | | files_external: getStorage before remove
| * getStorage before removeMaxence Lange2023-07-111-0/+6
| | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-122-2/+2
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-082-6/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-064-2/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix event names of 2FA related typed eventsJoas Schilling2023-07-032-53/+47
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-284-2/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-272-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-262-20/+20
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-244-12/+138
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-202-6/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-162-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-152-24/+24
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-142-18/+18
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-132-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #38591 from nextcloud/fix/caching/avoid-haskey-getSimon L2023-06-121-2/+3
|\ | | | | fix(caching): Avoid checking existence before fetching
| * fix(caching): Avoid checking existence before fetchingChristoph Wurst2023-06-121-2/+3
| | | | | | | | | | | | | | | | The cache might expire between checking for key existence and fetching the value. In this rare case the code continues with a null value when it doesn't expect one. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #38619 from ↵Simon L2023-06-125-9/+9
|\ \ | |/ |/| | | | | fsamapoor/replace_strpos_calls_in_files_external_app Refactors "strpos" calls in /apps/files_external
| * Update apps/files_external/lib/Lib/Storage/SMB.phpFaraz Samapoor2023-06-051-3/+1
| | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
| * Refactors "strpos" calls in /apps/files_external to improve code readability.Faraz Samapoor2023-06-025-9/+11
| | | | | | | | Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-122-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-114-160/+160
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-012-0/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-312-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-27132-264/+132
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-262-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-232-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-214-8/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-202-8/+108
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore(release): Bump requirements and versions in apps/Joas Schilling2023-05-171-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #38115 from DerGenaue/patch-1Simon L2023-05-161-6/+6
|\ | | | | Rename `numericStorageId` to `numericExternalStorageId` in PersonalMount.php
| * Rename `numericStorageId` to `numericExternalStorageId` in PersonalMount.phpDaniel2023-05-071-6/+6
| | | | | | | | | | | | | | | | so that it doesn't override `numericStorageId` in the `MountPoint` baseclass fixes https://github.com/nextcloud/server/issues/37473 fixes https://github.com/nextcloud/server/issues/37414 Signed-off-by: Daniel <7558512+DerGenaue@users.noreply.github.com>
* | Merge pull request #38265 from nextcloud/session-auth-check-usernameRobin Appelman2023-05-151-0/+5
|\ \ | | | | | | check the username when doing external storage session auth
| * | check the username when doing external storage session authRobin Appelman2023-05-111-0/+5
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Require icewind/streams to get the same version as 3rdpartyCôme Chilliet2023-05-111-1/+2
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Update icewind/streams to 0.7.7, and remove it from explicit deps in ↵Côme Chilliet2023-05-1115-60/+111
|/ / | | | | | | | | | | files_external Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* / Fix(l10n): Update translations from TransifexNextcloud bot2023-05-092-0/+6
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #33161 from vincentdh/masterSimon L2023-04-261-2/+2
|\ | | | | Fix: External storage - exception for the handler whenSelectAuthMechanism
| * 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 #37763 from ↵Joas Schilling2023-04-242-2/+2
|\ \ | | | | | | | | | | | | nextcloud/techdebt/36014/require-scour-0.38.2-for-svg-optimization chore(assets): Require scour 0.38.2 (Ubuntu LTS 22.04+) for SVG optimization
| * | fix(assets): Optimize SVGs with scour 0.38.2Joas Schilling2023-04-242-2/+2
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #37717 from ↵Louis2023-04-242-2/+177
|\ \ \ | |/ / |/| | | | | | | | nextcloud/artonge/fix/dont_override_stored_credentials_with_saml Do not override stored credentials when login in with SAML
| * | Test StorePasswordListenerLouis Chemineau2023-04-191-0/+175
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | Do not override stored credentials when login in with SAMLLouis Chemineau2023-04-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When login in with SAML, the password from `$event->getPassword()` is `null`. This PR makes sure that this `null` value won't be used to override the stored password even though it is different. This PR also allow for the password and user to be updated even though they were not set before. Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | chore(autoloader): Update autoloaders with composer 2.5.5Joas Schilling2023-04-213-11/+22
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #37525 from nextcloud/file-debug-infoRobin Appelman2023-04-211-0/+4
|\ \ \ | | | | | | | | add command for getting fileinfo for debugging
| * | | add command for getting fileinfo for debuggingRobin Appelman2023-04-171-0/+4
| | |/ | |/| | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | fix(files_external): Background color of external devices with errors should ↵Ferdinand Thiessen2023-04-201-1/+2
| | | | | | | | | | | | | | | | | | respect color theme Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | update icewind/smb to 3.5.4Robin Appelman2023-04-177-23/+24
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | update icewind/smb to 3.5.3Robin Appelman2023-04-1713-40/+45
|/ / | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>