summaryrefslogtreecommitdiffstats
path: root/apps/files_external/appinfo
Commit message (Collapse)AuthorAgeFilesLines
* Make string 'SFTP with secret key login' translatableMartin2015-05-271-1/+1
|
* Migrate personal certificate handling into AppFramework controllersLukas Reschke2015-04-201-6/+0
| | | | Also added unit-tests and better error-handling
* Fix usage of deprecated private constantsJoas Schilling2015-04-181-1/+1
|
* Update license headersJenkins for ownCloud2015-03-263-21/+63
|
* Fix PHPDoc in files_external, add missing tagVincent Petry2015-03-171-2/+1
| | | | | | Fix various PHPDoc issues in external storage app. Added missing NoAdminRequired tag
* Use storage id + appframework for ext storage CRUDVincent Petry2015-03-123-21/+26
| | | | | | | | | | | | | - Added StorageConfig class to replace ugly arrays - Implemented StorageService and StorageController for Global and User storages - Async status checking for storages (from Xenopathic) - Auto-generate id for external storage configs (not the same as storage_id) - Refactor JS classes for external storage settings, this mostly moves/encapsulated existing global event handlers into the MountConfigListView class. - Added some JS unit tests for the external storage UI
* Revert "Updating license headers"Morris Jobke2015-02-263-59/+23
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-233-23/+59
|
* New SMB storage backendRobin Appelman2015-02-161-0/+2
|
* Merge pull request #13190 from is-apps/master-sftp-keyVincent Petry2015-02-103-1/+65
|\ | | | | Add SFTP public key authentication support
| * Add support for SFTP key authenticationRoss Nicoll2015-01-143-1/+65
| | | | | | | | | | | | | | | | | | | | Add support for external files accessed via SFTP using public key exchange authentication. Keys are generated automatically when the configuration is added, or can be regenerated on demand if a key is compromised. Creation of a new configuration row now triggers focus on that row. This is used to trigger auto-configuration for SFTP keys. Generated public keys are saved in user's data directory for easy retrieval by an external application. Add controller for SFTP key generation AJAX SFTP class initialisation no longer produces a warning if the password field is missing. Add unit tests for SFTP with key authentication backend
* | Merge pull request #13364 from is-apps/files_external_cleanupVincent Petry2015-02-091-54/+75
|\ \ | | | | | | Clean up files_external
| * | Change from array() to [] style in files_external application info.Ross Nicoll2015-01-141-54/+75
| | |
* | | Merge pull request #13350 from owncloud/autoload-translationsMorris Jobke2015-01-141-2/+0
|\ \ \ | |/ / |/| | Autoload app's js translations
| * | Remove unneeded addTranslations() callsVincent Petry2015-01-141-2/+0
| | |
* | | Merge pull request #13345 from owncloud/increase-files-external-versionsMorris Jobke2015-01-142-2/+5
|\ \ \ | |/ / |/| | Increase files_externals oC required version and its own version
| * | Increase files_externals oC required version and its own versionJoas Schilling2015-01-142-2/+5
| |/
* / The files_external app might need the password so autologin must be disabledJoas Schilling2015-01-141-0/+1
|/
* Minor typo updates to External Storage descriptionChristopher Bunn2015-01-071-2/+2
| | | | | This text is visible to admin users when they read the description of the External Storage app.
* smb: rename textfield from root to subfolderMartin2015-01-071-5/+5
| | | | | | "root" or "subfolder" -> "Remote subfolder" on selected storages missed ftp...
* Use the mount config api for files_externalRobin Appelman2014-12-041-0/+2
|
* Added OC.L10N namespace with translation functionsVincent Petry2014-10-291-0/+2
| | | | | | | | | | | Added addTranslations and fixed de.js file Fixed de.js to use OC.L10N.register() and use to correct expected format. Added JS unit tests for OC.L10N class Include translations JS script for all apps
* Add support for keys in the info.xmlLukas Reschke2014-10-091-0/+3
| | | | | | This allows to have links to different doc base URLs a.
* Updated info.xml app descriptionMTRichards2014-10-081-1/+5
| | | Added larger app description
* fix amazon s3 issuesJörn Friedrich Dreyer2014-10-081-1/+1
| | | | | | | | | | | | folder size and mtime is always unknown in s3 more s3 fixes make rescanDelay of root dir configurable, add on the fly update of legacy storage ids, !isset -> empty when checking strings reduce number of http calls on remove and rmdir fix typo
* Fix configuration of rackspaceRobin Appelman2014-09-051-2/+2
|
* Use public api for getting l10nRobin Appelman2014-08-311-1/+1
|
* Improve UI of external storage configurationRobin McCorkell2014-08-301-6/+6
| | | | | | | | | * Highlight fields that need to be filled * Remove (required) and (optional) strings where possible * Focus first configuration field when creating new external storage * Add ability to force external storage re-check * Various jQuery improvements * Prevent wrapping of checkboxes in configuration
* replace chosen with select2 to provide ajaxified user and group selection ↵Jörn Friedrich Dreyer2014-08-251-0/+3
| | | | | | | | | | | | for files_external, fixes #7499 remove minified select2 js show avatars for users, simpler results remove unneeded users and groups from settings template fix css, escape user and group names
* explicit routes for files_externalJörn Friedrich Dreyer2014-08-221-0/+17
|
* add ocsids to info.xmlGeorg Ehrke2014-07-072-1/+2
|
* fix autoloaderThomas Müller2014-06-271-1/+0
|
* Added external storage list in files appVincent Petry2014-06-062-0/+39
|
* Adjust core apps to use "requiremin" instead of "require"Vincent Petry2014-05-271-2/+2
| | | | Also added a few missing authors.
* Add storage priority supportRobin McCorkell2014-05-211-0/+12
| | | | | | | | | | | | | | | | | | | Each storage backend has a default priority, assigned to any system mounts created in ownCloud. mount.json can be manually modified to change these priorities. The priority order is as follows: * Personal * User * Group * Global Within each mount type, the mount with the highest priority is active. The storage backend defaults were chosen to be the following: * Local - 150 * Remote storage - 100 * SMB / CIFS with OC login - 90
* changing label "URL" to "Host"fibsifan2014-05-151-4/+4
|
* drop files_irods from apps_externalThomas Müller2014-04-281-13/+0
|
* Add translatable mount configsVolkan Gezer2014-04-231-65/+66
| | | | Will close #8070
* Update backends and their configurationsThomas Müller2014-04-031-19/+72
|
* Added cURL dependency for Amazon S3, Dropbox and SWIFTPhilipp Kapfer2014-04-031-3/+6
| | | | | | Conflicts: apps/files_external/lib/amazons3.php apps/files_external/lib/swift.php
* Added cURL dependency check to Google Drive and WebDAV backendPhilipp Kapfer2014-04-031-2/+4
| | | | | | | | Added check for backend's checkDependencies method to OC_Mount_Config::getBackends() when backend is configured to have some instead of blindly calling it and crashing Conflicts: apps/files_external/lib/config.php apps/files_external/lib/google.php
* Modified app to dynamically register backends instead of hard-coding themPhilipp Kapfer2014-04-031-0/+75
| | | | | | | | Moved dependency check to the individual backends instead of the config Conflicts: apps/files_external/appinfo/app.php apps/files_external/lib/config.php
* Rename SMB_Auto to SMB_OC and change visible nameRobin McCorkell2014-03-261-2/+2
| | | | | SMB_Auto is now SMB_OC, and the name has been changed from "SMB / CIFS Auto" to "SMB / CIFS using OC login"
* SMB/CIFS mount using OwnCloud logon credentialsRobin McCorkell2014-03-261-0/+3
| | | | | | | | | Selecting 'SMB/CIFS Auto' in the mounts configuration allows an SMB/CIFS mount to be configured that uses the credentials of the user logging in to authenticate to the server. Optionally, the username can be used as the share name, permitting home shares to be dynamically mounted.
* Moved external storage mounting code to files_external appVincent Petry2014-03-191-1/+2
| | | | | | Moved the mounting code for external storage from OC\Filesystem::initMountPoint to files_external using the post_initMountPoints hook
* Merge pull request #5238 from owncloud/externalstorage-owncloudbackendThomas Müller2014-01-081-0/+1
|\ | | | | Added ownCloud backend for external storage
| * Added ownCloud backend for external storageVincent Petry2013-10-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | To make it possible to use the short ownCloud URL (without specifying webdav.php or remote.php), a new backend is available for ownCloud. The user must specify the host + context path in the "Url" field (which is mapped to the "host" parameter) and the subdir to mount in the "Root" field. This is to prevent confusion because some users forget to append webdav.php or remote.php to the WebDAV URL. Fixes #4923
* | renaming OC\Files\Storage\SWIFT to OC\Files\Storage\SwiftChristian Berendt2013-10-221-1/+1
|/
* in order to use the ownCloud login credentials we use a login hook to grab ↵Thomas Mueller2013-04-181-0/+4
| | | | | | | | uid and password and store it in the session. The stored credentials will be used for and interactions with the iRODS server. Within the config UI a check box can be used to enable the credential reuse.
* initial integration with iRODS www.irods.orgThomas Mueller2013-04-121-0/+1
| | | | The used PHP API is hosted at https://code.renci.org/gf/project/irodsphp/