Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix confirmation dialog when deleting external storage | Robin Appelman | 2017-10-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | ask for confirmation when deleting an external storage | Robin Appelman | 2017-09-27 | 1 | -7/+14 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Handle invalid ext storage backend to keep mount point visible | Vincent Petry | 2017-09-04 | 1 | -0/+14 |
| | | | | | | | | Keep mount point visible and also ext storage config visible when dealing with configs relating to storage backends or auth mechanisms that were provided by an app that is currently disabled. Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Enable the toggleSelect extension in multi-select dropdowns | Daniel Calviño Sánchez | 2017-07-10 | 1 | -0/+1 |
| | | | | | | | | The toggleSelect extension for Select2 makes possible to unselect items in a multi-select dropdown by clicking on them; this behaviour should be enabled in all the multi-select dropdowns used in the server. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | Allow using '/' as external storage root | Robin Appelman | 2017-03-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | replace autosave with a save button for external storage configuration | Robin Appelman | 2017-03-22 | 1 | -9/+5 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Switch to public API | Joas Schilling | 2016-10-21 | 1 | -3/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | hide files external in personal settings if it's empty | Robin Appelman | 2016-08-17 | 1 | -0/+5 |
| | |||||
* | Add proper scope to files external CSS | Morris Jobke | 2016-07-25 | 1 | -0/+1 |
| | | | | * for select2 | ||||
* | Add "Global Auth" option to external storage | Robin Appelman | 2016-06-21 | 1 | -0/+27 |
| | | | | | | | | This adds the "Global Auth" option to the external storage implementation, it is basically done by reverting c2c6caee93c491de9fa9a2e7c2eea036f4974e61 from https://github.com/owncloud/core/pull/22468. This was taken from owncloud/core which is AGPL licensed. Commited with "icewind@owncloud.com" to keep the license header signature in sync. ![2016-06-21_14-01-06](https://cloud.githubusercontent.com/assets/878997/16228662/9c243136-37b8-11e6-9700-c1076ddb3d17.png) | ||||
* | files_external: Keep checkbox and its label on one line #20032 #22655 | Markus Goetz | 2016-06-17 | 1 | -2/+2 |
| | | | | Else the checkbox and the decription end up on different lines in my Chrome on OS X | ||||
* | Rename variable | Juan Pablo Villafáñez | 2016-06-07 | 1 | -3/+3 |
| | |||||
* | Add support to know where the storage test comes from | Juan Pablo Villafáñez | 2016-06-07 | 1 | -1/+4 |
| | |||||
* | Fixes for encoding wrapper | Vincent Petry | 2016-05-20 | 1 | -2/+4 |
| | | | | | | Improved label Fixed rename/copy/moveFromStorage/copyFromStorage and added tests Improved findPathToUse algo | ||||
* | Add encoding wrapper as opt-in mount option | Vincent Petry | 2016-05-20 | 1 | -11/+21 |
| | | | | | The encoding wrapper is now only applied when the mount option is set, disabled by default. | ||||
* | Move some translation stings around to enable xgettext to detect them | Thomas Müller | 2016-04-07 | 1 | -11/+1 |
| | |||||
* | Display external storage GUI even if user mounting disabled | Robin McCorkell | 2016-03-16 | 1 | -0/+1 |
| | |||||
* | Merge pull request #22636 from owncloud/fix-ssl-on-external-storages | Thomas Müller | 2016-02-25 | 1 | -0/+3 |
|\ | | | | | Fix HTTPS support on external storages | ||||
| * | Properly cast type | Lukas Reschke | 2016-02-24 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current logic is checking whether: 1. The returned value is a boolen 2. The returned value is a string and then matches for "true" Since the config is now written to the database the data is now a string with the value "1" if HTTPS is set to true. Effectively this option was thus always disabled at the moment, falling back to plain HTTP. This change casts the data to a boolean if it is defined as boolean. Fixes https://github.com/owncloud/core/issues/22605 Fixes https://github.com/owncloud/core/issues/22016 | ||||
* | | Disable sharing by default for external storage mounts | Vincent Petry | 2016-02-24 | 1 | -2/+2 |
|/ | | | | | | This is for newly created mount points. Migrated mount points will have sharing enabled as before. | ||||
* | remove global credentials | Robin Appelman | 2016-02-17 | 1 | -27/+0 |
| | |||||
* | Add global auth backend for files external | Robin Appelman | 2016-02-04 | 1 | -0/+27 |
| | |||||
* | Remove magic flags from files_external backend params | Robin Appelman | 2016-02-02 | 1 | -12/+20 |
| | |||||
* | Merge pull request #20903 from owncloud/sharing-mount-option | Thomas Müller | 2016-02-02 | 1 | -1/+7 |
|\ | | | | | Add mount option to disable sharing | ||||
| * | Add mount option to disable sharing | Robin Appelman | 2016-01-29 | 1 | -1/+7 |
| | | |||||
* | | minor fixes | Robin Appelman | 2016-01-29 | 1 | -3/+8 |
| | | |||||
* | | remove custom controler for user provided password auth | Robin Appelman | 2016-01-29 | 1 | -31/+5 |
| | | |||||
* | | dont show user provided auth as option for personal mounts | Robin Appelman | 2016-01-29 | 1 | -3/+2 |
| | | |||||
* | | Allow setting user provided credentials from the personal settings page | Robin Appelman | 2016-01-29 | 1 | -17/+98 |
| | | |||||
* | | Fix validation of inputs that aren't text | Robin McCorkell | 2016-01-26 | 1 | -4/+18 |
|/ | |||||
* | Allow admins to add system wide root certificates | Robin Appelman | 2016-01-12 | 1 | -7/+0 |
| | |||||
* | Also remove it from the web interface | Robin Appelman | 2016-01-07 | 1 | -2/+0 |
| | |||||
* | Fix ext storage mount options dropdown | Vincent Petry | 2015-11-30 | 1 | -1/+0 |
| | |||||
* | Defer initialisation of data until after complete construction | Robin McCorkell | 2015-11-22 | 1 | -17/+32 |
| | |||||
* | Only set value if it exists in the StorageConfig | Robin McCorkell | 2015-11-21 | 1 | -2/+5 |
| | |||||
* | Reset mountpoint input field when creating new mount | Robin McCorkell | 2015-11-21 | 1 | -0/+1 |
| | |||||
* | Fix JS unit tests | Robin McCorkell | 2015-11-21 | 1 | -2/+1 |
| | |||||
* | Load applicable users/groups correctly | Robin McCorkell | 2015-11-21 | 1 | -0/+13 |
| | |||||
* | Display applicable global storages in personal mount list | Robin McCorkell | 2015-11-21 | 1 | -0/+31 |
| | |||||
* | Render external storages list in JS | Robin McCorkell | 2015-11-21 | 1 | -82/+126 |
| | |||||
* | Display storage status as tooltip | Robin McCorkell | 2015-10-23 | 1 | -3/+9 |
| | |||||
* | Remove status indicator on modification | Robin McCorkell | 2015-10-23 | 1 | -8/+21 |
| | |||||
* | Hide deprecated backends in external storage GUI | Robin McCorkell | 2015-09-23 | 1 | -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_external | Hendrik Leppelsack | 2015-09-19 | 1 | -3/+4 |
| | |||||
* | Set default mount options for external storages | Robin McCorkell | 2015-09-03 | 1 | -0/+7 |
| | |||||
* | Add on-backend and on-auth-mechanism events to JS | Robin McCorkell | 2015-08-25 | 1 | -4/+30 |
| | |||||
* | Trigger storage recheck on auth mechanism change | Robin McCorkell | 2015-08-19 | 1 | -0/+9 |
| | |||||
* | Load custom JS for all backends/auth mechanisms | Robin McCorkell | 2015-08-19 | 1 | -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 layer | Robin McCorkell | 2015-08-19 | 1 | -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 name | Robin McCorkell | 2015-08-19 | 1 | -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). |