summaryrefslogtreecommitdiffstats
path: root/apps/files_external/js
Commit message (Collapse)AuthorAgeFilesLines
* Change icon only on WND and Sharepoint external storagesJesús Macias2016-01-151-25/+1
|
* Fis bug issue 21110Jesús Macias2016-01-151-1/+1
|
* Allow admins to add system wide root certificatesRobin Appelman2016-01-121-7/+0
|
* Merge pull request #21517 from owncloud/ext-oauth-fixThomas Müller2016-01-112-78/+82
|\ | | | | Fix OAuth external storage auth for step 2
| * Fix OAuth external storage auth for step 2Robin McCorkell2016-01-072-78/+82
| | | | | | | | Parameters are only available after the onCompletion promise is run
* | Merge pull request #21438 from owncloud/settings-anchorsThomas Müller2016-01-111-1/+1
|\ \ | | | | | | remove unneeded 'goto' prefix from settings anchors
| * | remove unneeded 'goto' prefix from settings anchorsJan-Christoph Borchardt2016-01-041-1/+1
| | |
* | | Fix checking external storage status as non admin userRobin Appelman2016-01-081-1/+1
| |/ |/|
* | Also remove it from the web interfaceRobin Appelman2016-01-071-2/+0
|/
* Merge branch 'master' into issue_20427Jesus Macias Portela2015-12-033-94/+201
|\
| * Fix ext storage mount options dropdownVincent Petry2015-11-301-1/+0
| |
| * Merge pull request #18999 from owncloud/ext-config-listadminThomas Müller2015-11-242-94/+202
| |\ | | | | | | Improvements to external storages list rendering
| | * Defer initialisation of data until after complete constructionRobin McCorkell2015-11-222-22/+39
| | |
| | * Clear highlight on RSA public key generationRobin McCorkell2015-11-211-1/+1
| | |
| | * Only set value if it exists in the StorageConfigRobin McCorkell2015-11-211-2/+5
| | |
| | * Reset mountpoint input field when creating new mountRobin McCorkell2015-11-211-0/+1
| | |
| | * Fix JS unit testsRobin McCorkell2015-11-211-2/+1
| | |
| | * Load applicable users/groups correctlyRobin McCorkell2015-11-211-0/+13
| | |
| | * Display applicable global storages in personal mount listRobin McCorkell2015-11-211-0/+31
| | |
| | * Render external storages list in JSRobin McCorkell2015-11-211-82/+126
| | |
| * | Properly join path sectionsVincent Petry2015-11-221-1/+1
| |/ | | | | | | | | This prevents double slashes that can mess up path comparisons in some cases.
* | Fix css selector and bug checking personal mounts statusJesús Macias2015-11-241-1/+1
| |
* | Add css to manage row status colorJesús Macias2015-11-241-4/+3
| |
* | Fix code from PR commentsJesús Macias2015-11-244-236/+208
| |
* | Adding logic to show custom icon for current backends, waiting for icon filesJesús Macias2015-11-201-0/+24
| |
* | Fix code from PR commentsJesús Macias2015-11-182-615/+525
| |
* | Add method to show custom icon and icon-error for each storage backendJesús Macias2015-11-182-210/+200
| |
* | Add icon management capabilities (error icon)Jesús Macias2015-11-132-17/+18
| |
* | First working approach to show mount statusJesús Macias2015-11-124-48/+865
|/
* Merge pull request #19100 from owncloud/ext-tooltip-unavailableThomas Müller2015-10-291-10/+29
|\ | | | | Display external storage status as tooltip
| * Display storage status as tooltipRobin McCorkell2015-10-231-3/+9
| |
| * Remove status indicator on modificationRobin McCorkell2015-10-231-8/+21
| |
* | Fix file list reload callback resultVincent Petry2015-10-271-3/+6
|/ | | | | | | | All reloadCallback must return either true for success or false in case of failure / non-existing folder. Some file lists only have a root folder (favorite, shares), so restrict the path to that to avoid having a wrong path in the breadcrumbs.
* Hide deprecated backends in external storage GUIRobin McCorkell2015-09-231-1/+12
| | | | | | Selecting/deselecting the deprecate-to backends in the user mountable storages selection will also change the corresponding deprecated backend.
* fix checkboxes in files_externalHendrik Leppelsack2015-09-191-3/+4
|
* Merge pull request #18441 from owncloud/ext-backends.advancedRobin McCorkell2015-09-132-53/+46
|\ | | | | Migrate advanced external storage backends to new registration API [part 3]
| * Migrate SFTP_Key external storage to new APIRobin McCorkell2015-08-282-53/+46
| | | | | | | | | | The SFTP backend now supports public key authentication alongside password authentication.
* | Set default mount options for external storagesRobin McCorkell2015-09-031-0/+7
|/
* Migrate Google external storage to new APIRobin McCorkell2015-08-252-131/+95
|
* Migrate Dropbox external storage to new APIRobin McCorkell2015-08-252-111/+78
|
* Add on-backend and on-auth-mechanism events to JSRobin McCorkell2015-08-251-4/+30
|
* Trigger storage recheck on auth mechanism changeRobin McCorkell2015-08-191-0/+9
|
* Load custom JS for all backends/auth mechanismsRobin McCorkell2015-08-191-3/+0
| | | | | | Loading custom JS on a per-backend basis added needless complexity and made dealing with async required. Now all backends/auth mechanisms load custom JS in PHP
* Propagate auth mechanism/backend failures to filesystem layerRobin McCorkell2015-08-191-2/+6
| | | | | | | | | | | Failure to prepare the storage during backend or auth mechanism manipulation will throw an InsufficientDataForMeaningfulAnswerException, which is propagated to StorageNotAvailableException in the filesystem layer via the FailedStorage helper class. When a storage is unavailable not due to failure, but due to insufficient data being available, a special 'indeterminate' status is returned to the configuration UI.
* Split backend identifiers from the class nameRobin McCorkell2015-08-191-16/+16
| | | | | | | | | | | | | Prior to this, the storage class name was stored in mount.json under the "class" parameter, and the auth mechanism class name under the "authMechanism" parameter. This decouples the class name from the identifier used to retrieve the backend or auth mechanism. Now, backends/auth mechanisms have a unique identifier, which is saved in the "backend" or "authMechanism" parameter in mount.json respectively. An identifier is considered unique for the object it references, but the underlying class may change (e.g. files_external gets pulled into core and namespaces are modified).
* Authentication mechanisms for external storage backendsRobin McCorkell2015-08-191-32/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A backend can now specify generic authentication schemes that it supports, instead of specifying the parameters for its authentication method directly. This allows multiple authentication mechanisms to be implemented for a single scheme, providing altered functionality. This commit introduces the backend framework for this feature, and so at this point the UI will be broken as the frontend does not specify the required information. Terminology: - authentication scheme Parameter interface for the authentication method. A backend supporting the 'password' scheme accepts two parameters, 'user' and 'password'. - authentication mechanism Specific mechanism implementing a scheme. Basic mechanisms may forward configuration options directly to the backend, more advanced ones may lookup parameters or retrieve them from the session New dropdown selector for external storage configurations to select the authentication mechanism to be used. Authentication mechanisms can have visibilities, just like backends. The API was extended too to make it easier to add/remove visibilities. In addition, the concept of 'allowed visibility' has been introduced, so a backend/auth mechanism can force a maximum visibility level (e.g. Local storage type) that cannot be overridden by configuration in the web UI. An authentication mechanism is a fully instantiated implementation. This allows an implementation to have dependencies injected into it, e.g. an \OCP\IDB for database operations. When a StorageConfig is being prepared for mounting, the authentication mechanism implementation has manipulateStorage() called, which inserts the relevant authentication method options into the storage ready for mounting.
* 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
* add unit testRobin Appelman2015-04-021-0/+2
|
* adjust unt testsRobin Appelman2015-04-021-1/+2
|
* Add mount point to disable the encryption wrapperRobin Appelman2015-03-311-6/+29
|