Vincent Petry
e15dd783ab
Workaround for empty dir deletion for SFTP
Explicitly clear the stat cache after deleting an empty folder to make
sure it is properly detected as deleted in subsequent requests.
This works around a problem with phpseclib where the folder is properly
deleted remotely but the stat cache was not updated.
11 years ago
Jenkins for ownCloud
c4cb34da9d
[tx-robot] updated from transifex
11 years ago
Jenkins for ownCloud
0a5d73b874
[tx-robot] updated from transifex
11 years ago
Vincent Petry
f98030020f
Properly set mtime on S3 for touch operation
The code was missing the "MetadataDirective".
Once added, some other parts of the code failed because the format of mtime was wrong.
So this PR uses the RFC format that the S3 library already uses.
Additionally, the code path where mtime is null was missing. Now defaulting to
the current time.
11 years ago
Vincent Petry
d3f828af45
Skip directory entry in S3 opendir
The result set contains the directory itself, so skip it to avoid
scanning a non-existing directory
11 years ago
Jenkins for ownCloud
2806c9476c
[tx-robot] updated from transifex
11 years ago
Jenkins for ownCloud
fe9b28a800
[tx-robot] updated from transifex
11 years ago
Jenkins for ownCloud
51d181f331
[tx-robot] updated from transifex
11 years ago
Jenkins for ownCloud
abd70932c6
[tx-robot] updated from transifex
11 years ago
Jenkins for ownCloud
4d88302b3a
[tx-robot] updated from transifex
11 years ago
Jenkins for ownCloud
2fb1b0864a
[tx-robot] updated from transifex
11 years ago
Jenkins for ownCloud
3542148761
[tx-robot] updated from transifex
11 years ago
Jenkins for ownCloud
16708ae187
[tx-robot] updated from transifex
11 years ago
Jenkins for ownCloud
e544d5b2c6
[tx-robot] updated from transifex
11 years ago
Jenkins for ownCloud
66a24ff479
[tx-robot] updated from transifex
11 years ago
Jenkins for ownCloud
410a836702
[tx-robot] updated from transifex
11 years ago
Jenkins for ownCloud
baca5c60c0
[tx-robot] updated from transifex
11 years ago
Lukas Reschke
418f4e1a90
Bump Dropbox library to newest upstream version
11 years ago
Jenkins for ownCloud
8d23b34402
[tx-robot] updated from transifex
11 years ago
Morris Jobke
80d4309669
Fix files_external l10n
* current l10n..pl script can't extract JS functions that are within a handlebars
template - therefore they are duplicated until the script is fixed
11 years ago
Jenkins for ownCloud
a3bc112412
[tx-robot] updated from transifex
11 years ago
Jenkins for ownCloud
fff0fb66d6
[tx-robot] updated from transifex
11 years ago
Martin
cdbf472c4d
Make string 'SFTP with secret key login' translatable
11 years ago
Morris Jobke
d3d70e5d90
Re-add use statement
11 years ago
Scrutinizer Auto-Fixer
fdbc21fc6c
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
11 years ago
Roeland Jago Douma
7a8072e958
Move core apps from OC_Log::write to OCP\Util
11 years ago
Jenkins for ownCloud
504586aec6
[tx-robot] updated from transifex
11 years ago
Jenkins for ownCloud
a331f6b83e
[tx-robot] updated from transifex
11 years ago
Jenkins for ownCloud
3dee907b70
[tx-robot] updated from transifex
11 years ago
Jenkins for ownCloud
910146824e
[tx-robot] updated from transifex
11 years ago
Jenkins for ownCloud
b60dcd91bb
[tx-robot] updated from transifex
11 years ago
Jenkins for ownCloud
7fa308977b
[tx-robot] updated from transifex
11 years ago
Morris Jobke
0ab16cb823
Replace `replace` with `sed` statement
11 years ago
Jenkins for ownCloud
33d197db29
[tx-robot] updated from transifex
11 years ago
Morris Jobke
f4bc852db3
Show hint if there is no delete permission
* add class .no-permission which shows the default delete icon
* fixes #15172
* add unit test for no permission and for delete permission
11 years ago
Jenkins for ownCloud
f8f354b351
[tx-robot] updated from transifex
11 years ago
Robin Appelman
7eabd96e4c
update icewind/smb to 1.0.1
11 years ago
Thomas Müller
a637bd7f2b
Avoid function name collision in dropbox external storage
11 years ago
Lukas Reschke
20a6073a9f
Migrate personal certificate handling into AppFramework controllers
Also added unit-tests and better error-handling
11 years ago
Jenkins for ownCloud
75bf03a605
[tx-robot] updated from transifex
11 years ago
Jenkins for ownCloud
fd3c1484ad
[tx-robot] updated from transifex
11 years ago
Joas Schilling
3f3f8c2f99
Fix usage of deprecated private constants
11 years ago
Jenkins for ownCloud
37a871127b
[tx-robot] updated from transifex
11 years ago
Jenkins for ownCloud
da44df2cfa
[tx-robot] updated from transifex
11 years ago
Morris Jobke
4a5c3eea42
Add visibility for method
11 years ago
Vincent Petry
a6c5d65fd6
Fix SFTP storage id to be compatible with older ids
Remove port from SFTP storage id if it is 22.
This will prevent recreating a different storage entry due to id
mismatch after upgrade.
11 years ago
Jenkins for ownCloud
7f3f191ee9
[tx-robot] updated from transifex
11 years ago
Robin Appelman
a41fbf7a92
update icewind/smb to 1.0.0
11 years ago
Lukas Reschke
c3c50fb481
Fix language level incompatibilties
Arbitrary expressions in empty are allowed in PHP 5.5 ands upwards. Seems to only affect master.
Fixed https://github.com/owncloud/core/issues/15463
11 years ago
Jenkins for ownCloud
95e55aa4ad
[tx-robot] updated from transifex
11 years ago