summaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-14114-114/+0
|
* Merge pull request #22214 from owncloud/ext-better-dropbox-gdriveVincent Petry2016-05-1315-29/+111
|\ | | | | Direct links to Google Drive/Dropbox configuration pages from external storage config
| * Move Dropbox/GDrive link to iconRobin McCorkell2016-05-033-8/+17
| |
| * Change colour of input fields instead of printing 'Access granted'Robin McCorkell2016-05-033-11/+16
| |
| * Add links to load GDrive/Dropbox configuration pagesRobin McCorkell2016-05-036-4/+58
| |
| * Allow multiple custom JS filesRobin McCorkell2016-05-038-18/+32
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-05-132-0/+8
| |
* | Yo-ho-oh - Murder all band 'o piratesThomas Müller2016-05-112-10/+0
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-05-112-4/+90
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-05-072-0/+2
|/
* Fix SMB storage to not normalize UTF8Vincent Petry2016-04-291-1/+1
| | | | | | | This makes sure that even if a NFD file name exists, it is found by the storage and will be visible to higher layers. Even though the file will be discarded anyway there, it gives the scanner a chance to display a warning at least.
* update icewind/streams to 1.1.0Robin Appelman2016-04-268-41/+122
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-04-262-2/+2
|
* add testRobin Appelman2016-04-251-0/+11
|
* don't get the config for the same mount multiple timesRobin Appelman2016-04-251-2/+11
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-04-244-0/+12
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-04-192-0/+4
|
* Fix loading the dropbox autoloaderRobin Appelman2016-04-151-1/+1
|
* Fix OCA\Files\External\Api namespaceRobin McCorkell2016-04-143-3/+2
|
* Fix storage backend class namespaces and move to subdirRobin McCorkell2016-04-1435-114/+125
| | | | | All classes that were previously \OC\Files\Storage\FooBar are now \OCA\Files_External\Lib\Storage\FooBar
* [tx-robot] updated from transifexJenkins for ownCloud2016-04-132-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-04-102-0/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-04-0986-428/+428
|
* Move some translation stings around to enable xgettext to detect themThomas Müller2016-04-072-11/+9
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-04-0786-0/+434
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-04-0686-428/+0
|
* Remove any stray socket files before creating new onesRobin McCorkell2016-04-052-0/+2
|
* Merge pull request #23274 from Senorsen/add-urlencode-ftp-sftpThomas Müller2016-03-312-2/+2
|\ | | | | Add urlencode to username part of ftp and sftp links
| * Add urlencode to username part of ftp and sftp linksSenorsen2016-03-162-2/+2
| | | | | | | | according to #17796
* | Merge pull request #23517 from owncloud/gdrive-stream-downloadFrank Karlitschek2016-03-311-4/+5
|\ \ | | | | | | GDrive stream download with RetryWrapper
| * | GDrive stream download with RetryWrapperVincent Petry2016-03-301-4/+5
| | |
* | | Merge pull request #23397 from paurisa/Fixed_23316Frank Karlitschek2016-03-312-4/+4
|\ \ \ | | | | | | | | Fixed Issue 23316 - Invisible buttons should be visible
| * | | Fixed hidden settings and delete iconsPau2016-03-182-4/+4
| | | |
* | | | Merge pull request #23516 from owncloud/dropbox-stream-downloadThomas Müller2016-03-311-4/+6
|\ \ \ \ | | | | | | | | | | Dropbox stream download with RetryWrapper
| * | | | Dropbox stream download with RetryWrapperVincent Petry2016-03-231-4/+6
| | | | |
* | | | | Merge pull request #23672 from owncloud/use-retry-wrapper-for-sftpThomas Müller2016-03-311-1/+3
|\ \ \ \ \ | | | | | | | | | | | | Use RetryWrapper for SFTP storage
| * | | | | Use RetryWrapper for SFTP storageLukas Reschke2016-03-301-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Equivalent to https://github.com/owncloud/core/pull/23442 Required for making encryption work with external storage reliable.
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-03-316-2/+20
| | | | | |
* | | | | | Merge pull request #23642 from stweil/masterThomas Müller2016-03-305-6/+6
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | apps: Fix some typos found by codespell
| * | | | | apps/files_external: Fix typos in comments (found and fixed by codespell)Stefan Weil2016-03-305-6/+6
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* / / / / Use the shipped cacerts.pem instead of the global oneLukas Reschke2016-03-301-0/+1
|/ / / / | | | | | | | | | | | | The one we ship may cause problems since Equifax is not included anymore (SHA-1 certs) are deprecated. We should just be consistent here and also use the certificate file which is used by the other calls in the library.
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-03-302-2/+2
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-03-296-2/+24
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-03-272-2/+6
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-03-262-0/+12
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-03-252-2/+80
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-03-242-0/+2
|/ / /
* | | Merge pull request #23440 from owncloud/fix_22286Thomas Müller2016-03-221-1/+4
|\ \ \ | | | | | | | | apply retry wrapper to make sure that we always read/write a complete block
| * | | apply retry wrapper to make sure that we always read/write a complete blockBjoern Schiessle2016-03-211-1/+4
| | | |
* | | | Merge pull request #23439 from owncloud/smb-permissionsThomas Müller2016-03-211-0/+22
|\ \ \ \ | | | | | | | | | | properly use smb permissions