summaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2015-06-282-0/+10
|
* Merge pull request #17163 from owncloud/update-licensesLukas Reschke2015-06-2714-6/+10
|\ | | | | Update license headers
| * update license headers and authorsMorris Jobke2015-06-2514-6/+10
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-272-0/+10
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-06-254-2/+12
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-06-242-4/+4
|
* Merge pull request #16940 from owncloud/ext-s3-touchmtimefixThomas Müller2015-06-221-8/+13
|\ | | | | Properly set mtime on S3 for touch operation
| * Properly set mtime on S3 for touch operationVincent Petry2015-06-151-8/+13
| | | | | | | | | | | | | | | | | | 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.
* | Merge pull request #17025 from owncloud/sftp-rmdir-emptydirRobin McCorkell2015-06-211-1/+5
|\ \ | | | | | | Workaround for empty dir deletion for SFTP
| * | Workaround for empty dir deletion for SFTPVincent Petry2015-06-181-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-06-202-0/+14
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-06-192-2/+2
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-184-0/+28
| |
* | Merge pull request #16938 from owncloud/ext-s3-opendirduplicateMorris Jobke2015-06-161-0/+4
|\ \ | | | | | | Skip directory entry in S3 opendir
| * | Skip directory entry in S3 opendirVincent Petry2015-06-151-0/+4
| |/ | | | | | | | | The result set contains the directory itself, so skip it to avoid scanning a non-existing directory
* / [tx-robot] updated from transifexJenkins for ownCloud2015-06-162-2/+2
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-06-154-10/+152
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-06-144-2/+10
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-06-132-2/+98
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-06-122-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-06-104-2/+22
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-06-082-2/+14
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-06-078-0/+56
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-06-062-4/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-06-052-0/+10
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-06-0410-0/+52
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-06-0340-0/+100
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-06-026-4/+10
|
* Bump Dropbox library to newest upstream versionLukas Reschke2015-06-0110-187/+4720
|
* Merge pull request #16638 from owncloud/fix-handlebars-l10n-method-callsLukas Reschke2015-06-011-0/+10
|\ | | | | Fix files_external l10n
| * Fix files_external l10nMorris Jobke2015-05-301-0/+10
| | | | | | | | | | * current l10n..pl script can't extract JS functions that are within a handlebars template - therefore they are duplicated until the script is fixed
* | [tx-robot] updated from transifexJenkins for ownCloud2015-05-3112-4/+16
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-05-308-2/+10
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-05-292-2/+2
|
* Make string 'SFTP with secret key login' translatableMartin2015-05-271-1/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-05-132-0/+14
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-05-112-0/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-05-074-4/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-05-062-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-05-054-6/+8
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-05-042-0/+18
|
* Replace `replace` with `sed` statementMorris Jobke2015-04-2910-10/+10
|
* Merge pull request #15835 from owncloud/delete-permission-iconJan-Christoph Borchardt2015-04-241-1/+1
|\ | | | | Show hint if there is no delete permission
| * Show hint if there is no delete permissionMorris Jobke2015-04-231-1/+1
| | | | | | | | | | | | * add class .no-permission which shows the default delete icon * fixes #15172 * add unit test for no permission and for delete permission
* | [tx-robot] updated from transifexJenkins for ownCloud2015-04-242-2/+2
| |
* | Merge pull request #15828 from owncloud/smb-1.0.1Thomas Müller2015-04-235-17/+16
|\ \ | |/ |/| update icewind/smb to 1.0.1
| * update icewind/smb to 1.0.1Robin Appelman2015-04-225-17/+16
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-04-232-0/+4
|/
* Avoid function name collision in dropbox external storageThomas Müller2015-04-201-7/+7
|
* Migrate personal certificate handling into AppFramework controllersLukas Reschke2015-04-201-6/+0
| | | | Also added unit-tests and better error-handling