summaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-271-0/+1
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-251-0/+18
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-244-2/+37
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-231-0/+9
* Remove unnecessary filesMichael Gapczynski2012-08-202-79/+0
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-211-0/+18
* Merge branch 'share_api'Michael Gapczynski2012-08-199-12/+98
|\
| * Merge branch 'master' into share_apiMichael Gapczynski2012-08-1412-310/+450
| |\
| * \ Merge branch 'master' into share_apiMichael Gapczynski2012-07-311-2/+3
| |\ \
| * \ \ Merge branch 'master' into share_apiMichael Gapczynski2012-07-2512-23/+96
| |\ \ \
| * | | | Add CRUDS permissions calls to filesystem, deprecate is_readable() and is_wri...Michael Gapczynski2012-07-246-12/+12
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-08-201-0/+12
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-08-171-0/+16
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-08-163-1/+46
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-08-155-0/+81
| |_|_|/ |/| | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2012-08-132-0/+36
* | | | Improve usability for configuring Dropbox and Google Drive external storageMichael Gapczynski2012-08-134-304/+350
* | | | Suggest mount point name, don't reload custom javascript fileMichael Gapczynski2012-08-131-2/+29
* | | | Throw exception in Dropbox and Google Drive storage constructors if parameter...Michael Gapczynski2012-08-132-11/+27
* | | | Show access granted label immediately after granting accessMichael Gapczynski2012-08-132-5/+11
* | | | Prevent editing Dropbox configuration input after access grantedMichael Gapczynski2012-08-131-0/+1
* | | | Show access granted label next to Google Drive and Dropbox storage in configu...Michael Gapczynski2012-08-132-0/+4
* | | | Fix remove button display for external storageMichael Gapczynski2012-08-131-0/+2
* | | | l10n directories have been missingThomas Mueller2012-08-131-0/+0
* | | | XSRF checksLukas Reschke2012-08-101-0/+2
| |_|/ |/| |
* | | Only call mkdir() if the root folder does not exist for FTP external storageMichael Gapczynski2012-07-271-2/+3
| |/ |/|
* | remove unused variablesRobin Appelman2012-07-206-7/+0
* | remove unused variable from dropbox filestorage backendRobin Appelman2012-07-201-1/+1
* | minor fixes for the google filestorage backendRobin Appelman2012-07-201-5/+4
* | remove unused variables from webdav file backendRobin Appelman2012-07-201-10/+5
|/
* create uploads directory for ssl certificates if it didn't existsBjoern Schiessle2012-07-091-0/+1
* remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-093-7/+0
* remove hard coded pathBjoern Schiessle2012-07-091-1/+1
* replace urlencoded slashBjoern Schiessle2012-07-091-1/+1
* remove comments around code blockBjoern Schiessle2012-07-091-2/+2
* webdav ssl cleanupBjoern Schiessle2012-07-091-3/+6
* CSRF checksLukas Reschke2012-07-072-0/+4
* close file after write processBjoern Schiessle2012-07-061-0/+1
* allow user to upload his own root certificate for secure webdav mountBjoern Schiessle2012-07-065-5/+45
* CURLOPT_SSL_VERIFYPEER=false shouldn't be in masterBjoern Schiessle2012-07-061-2/+1
* use OC_Connector_Sabre_ClientBjoern Schiessle2012-07-061-6/+6
* check if caview really existsBjoern Schiessle2012-07-051-2/+4
* disabled user upload of root certificates until sabredav client can handle themBjoern Schiessle2012-07-051-1/+1
* send ca cert path to sabredav clientBjoern Schiessle2012-07-051-0/+3
* certificate should be only visible for usersBjoern Schiessle2012-07-041-0/+2
* allow users to upload ssl root certificates for the webdav clientBjoern Schiessle2012-07-046-6/+66
* webdav client crashes for secure connections if he doesn't have the right roo...Bjoern Schiessle2012-07-021-0/+2
* Fix placeholder value for optional fields in external storage UIMichael Gapczynski2012-06-291-1/+1
* Fix WebDAV external storage opendir() and stat() for directories, bug fix for...Michael Gapczynski2012-06-291-14/+12
* Allow multiple Google Drive and Dropbox external storages to be configuredMichael Gapczynski2012-06-292-2/+0