Uh oh!
There was an error while loading. Please reload this page.
don't believe sftp when it tells us the mtime is less than we know it is - #40105
Merged
Conversation
Uh oh!
There was an error while loading. Please reload this page.
| } | ||
| if (!$this->file_exists($path)) { | ||
| $this->getConnection()->put($this->absPath($path), ''); | ||
| return $this->getConnection()->put($this->absPath($path), ''); |
Check notice
Code scanning / Psalm
InternalMethod
icewind1991force-pushed
the
sftp-known-mtime
branch
from
August 30, 2023 17:42
81cc406 to
4d6d716Compare| * provide access to SFTP servers. | ||
| */ | ||
| class SFTP extends \OC\Files\Storage\Common { | ||
| class SFTP extends \OC\Files\Storage\Common { |
Check notice
Code scanning / Psalm
DeprecatedInterface
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
icewind1991force-pushed
the
sftp-known-mtime
branch
from
August 31, 2023 12:02
4d6d716 to
847f6f5Compare
This was referenced Mar 12, 2024
Merged
Merged
Merged
Merged
icewind1991force-pushed
the
sftp-known-mtime
branch
2 times, most recently
from
December 6, 2024 17:51
c6c07c0 to
cdc4fa4Compareicewind1991force-pushed
the
sftp-known-mtime
branch
2 times, most recently
from
December 16, 2024 14:09
b8019e6 to
7aeabc9Compareicewind1991
marked this pull request as ready for review
December 16, 2024 15:42
icewind1991
requested review from
a team, ArtificialOwl, come-nc and nfebe
and removed request for
a teamDecember 20, 2024 17:53
come-nc
approved these changes
Jan 6, 2025
Merged
…ow it is Signed-off-by: Robin Appelman <robin@icewind.nl>
AndyScherzingerforce-pushed
the
sftp-known-mtime
branch
from
February 5, 2025 19:50
7aeabc9 to
1871296Comparesusnux
approved these changes
Feb 6, 2025
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
work around misbehaving sftp servers by keeping track of when we modify things