Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add mount point to disable the encryption wrapper | Robin Appelman | 2015-03-31 | 1 | -1/+1 |
| | |||||
* | Added ext storage mount options GUI | Vincent Petry | 2015-03-26 | 1 | -9/+15 |
| | | | | | | | | | | | | Added option to disable autoscan of external storages Mount option file system scan is now an int Move priority field to avoid undefined field in storage options All input elements inside the storage options block get parsed into storage options. Moving the priority field outside prevents it to appear in the storage config, as expected. It is still parsed by special code. | ||||
* | Introduce async status checking | Robin McCorkell | 2015-03-20 | 1 | -3/+1 |
| | |||||
* | Mount options for ext storage are now passed around | Vincent Petry | 2015-03-13 | 1 | -3/+8 |
| | | | | | | The mount options are now passed to the UI and stored in a hidden field. The ext storage controllers and services also know how to load/save them from the legacy config. | ||||
* | Implement priority on client side in hidden input | Robin McCorkell | 2015-03-12 | 1 | -0/+3 |
| | |||||
* | Use storage id + appframework for ext storage CRUD | Vincent Petry | 2015-03-12 | 1 | -4/+4 |
| | | | | | | | | | | | | | - 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 | ||||
* | make sure styles and scripts are only loaded once | Thomas Müller | 2014-12-16 | 1 | -1/+1 |
| | |||||
* | Move certificate management interface from files_external to core | Robin Appelman | 2014-08-31 | 1 | -27/+0 |
| | |||||
* | replace chosen with select2 to provide ajaxified user and group selection ↵ | Jörn Friedrich Dreyer | 2014-08-25 | 1 | -25/+2 |
| | | | | | | | | | | | | 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 | ||||
* | Fix #9590. Fix #9612. | Stephane V | 2014-07-15 | 1 | -7/+7 |
| | | | | | | For external storage with lots of parameter settings (>4), wrap the content of the cell to let a full view of the parameters. The rows of the table are now always visible until the end (the trash icon is accessible). (Note : A strange 3px margin forces me to add a class on the row added by javascript, to be able to align them with the rows rendered by the server.) | ||||
* | When changing the mountpoint of an external storage, ensure the old one is ↵ | Robin Appelman | 2014-07-07 | 1 | -0/+1 |
| | | | | removed | ||||
* | fix typo - Backups -> Backends | Morris Jobke | 2014-06-16 | 1 | -1/+1 |
| | |||||
* | fix single quote sanitization | Volkan Gezer | 2014-04-26 | 1 | -1/+1 |
| | |||||
* | Fix error log spam | Robin McCorkell | 2014-04-03 | 1 | -4/+4 |
| | | | | Regression from e002b7242cb19a0e028d325cd64b57e67dc48108 | ||||
* | external storage: set storages to be available for All Users by default | Jan-Christoph Borchardt | 2014-04-01 | 1 | -3/+6 |
| | |||||
* | external storage: change confusing 'applicable' to 'available for' | Jan-Christoph Borchardt | 2014-04-01 | 1 | -1/+1 |
| | |||||
* | external storage: fix merge conflict, indentation | Jan-Christoph Borchardt | 2014-03-31 | 1 | -10/+13 |
|\ | |||||
| * | Merge pull request #7842 from Xenopathic/files_external_config_optional | Robin McCorkell | 2014-03-28 | 1 | -10/+13 |
| |\ | | | | | | | Enable the use of 'optional' on password fields for mount configuration | ||||
| | * | Correct field modifier checking | Robin McCorkell | 2014-03-20 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | Existing code checks for the existence of a modifier ('&', '!', '#', '*') anywhere in the field name, but strips the first character regardless. This change makes it so that only modifiers at the beginning of the string are counted. | ||||
| | * | Enable the use of 'optional' on password fields | Robin McCorkell | 2014-03-20 | 1 | -7/+10 |
| | | | | | | | | | | | | | | | The logic has been changed, in that 'class="optional"' is applied to both password and text types if the field begins with the optional market, '&'. | ||||
* | | | replace last personalblock fieldset within files_external | Jan-Christoph Borchardt | 2014-03-31 | 1 | -3/+1 |
| | | | |||||
* | | | replace personalblock fieldset with section class in files apps | Jan-Christoph Borchardt | 2014-03-27 | 1 | -130/+128 |
|/ / | |||||
* / | Fix merging of external storage configurations | Vincent Petry | 2014-03-26 | 1 | -7/+7 |
|/ | | | | | | | | | | | | | Merging of configurations is whenever the same config is available for multiple users/groups, in which case the config is considered as a single one by the UI, and shows multiple users/groups selected. Fixed merging logic to make sure that class, mount point and options are the same before merging them. Fixed merging to work correctly when the same mount point path is used for separate users and configs. These are now correctly shows in the UI as separate entries. | ||||
* | Allow admins to disable certain external storages for users | Joas Schilling | 2014-02-26 | 1 | -6/+12 |
| | | | | Fix issue #6793 | ||||
* | Fixed placeholder after page reload | Vincent Petry | 2013-12-03 | 1 | -1/+1 |
| | | | | The placeholder somehow had too many characters stripping from it... | ||||
* | Added missing "grid" class on external storage's table | Vincent Petry | 2013-10-14 | 1 | -1/+1 |
| | |||||
* | more elegant style for Personal and Admin settings | Jan-Christoph Borchardt | 2013-10-05 | 1 | -2/+2 |
| | |||||
* | Files External: show display names instead of internal user names in Settings UI | Arthur Schiwon | 2013-03-27 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' | sherbrecher | 2013-03-15 | 1 | -57/+103 |
|\ | | | | | | | | | Conflicts: apps/files_external/templates/settings.php | ||||
| * | Remove uneeded sanitizeHTML | Lukas Reschke | 2013-03-02 | 1 | -1/+1 |
| | | |||||
| * | [files_external] From echo to p | Lukas Reschke | 2013-02-27 | 1 | -54/+54 |
| | | |||||
| * | Merge branch 'master' into external_storage_ui_feedback | Michael Gapczynski | 2013-02-19 | 1 | -1/+2 |
| |\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_external/js/settings.js apps/files_external/lib/smb.php apps/files_external/templates/settings.php lib/files/storage/common.php | ||||
| | * | Sanitize HTML | Lukas Reschke | 2013-02-18 | 1 | -1/+1 |
| | | | |||||
| | * | Add missing requesttoken | Lukas Reschke | 2013-02-16 | 1 | -0/+1 |
| | | | | | | | | | | | | This is a trivial fix for a regression caused by #1648 | ||||
| * | | Merge branch 'master' into external_storage_ui_feedback | Thomas Mueller | 2013-02-12 | 1 | -1/+1 |
| |\| | |||||
| | * | [files_external] fix config gui for all users | Thomas Mueller | 2013-02-11 | 1 | -1/+1 |
| | | | | | | | | | | | | backport of 9e05781ec22c3f4e6b89b188332242b03088736e | ||||
| * | | Replace another mount point placeholder | Michael Gapczynski | 2013-02-11 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into external_storage_ui_feedback | Michael Gapczynski | 2013-02-11 | 1 | -3/+3 |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_external/js/dropbox.js apps/files_external/js/google.js apps/files_external/js/settings.js apps/files_external/lib/amazons3.php apps/files_external/lib/dropbox.php apps/files_external/lib/google.php apps/files_external/lib/smb.php apps/files_external/lib/swift.php apps/files_external/lib/webdav.php lib/filestorage.php | ||||
| | * | Whitespace cleanup | Bart Visscher | 2013-01-16 | 1 | -2/+2 |
| | | | |||||
| | * | Spaces to tabs | Bart Visscher | 2013-01-16 | 1 | -1/+1 |
| | | | |||||
| * | | Change wordings | Michael Gapczynski | 2013-02-11 | 1 | -3/+3 |
| | | | |||||
| * | | Fix 'Grant Access' button for multiple Google Drive mount points and prevent ↵ | Michael Gapczynski | 2013-01-02 | 1 | -3/+2 |
| | | | | | | | | | | | | multiple scripts being added | ||||
| * | | Show status icons for mount points in external storage UI | Michael Gapczynski | 2012-12-24 | 1 | -0/+6 |
| |/ | |||||
| * | cleaning up the settings. standardize the format, add missing I10N and other ↵ | Frank Karlitschek | 2012-12-15 | 1 | -8/+3 |
| | | | | | | | | small things. Yes. This is not perfect. But way better than before ;-) | ||||
| * | add some output why some of the external filesystems might not work | Frank Karlitschek | 2012-12-10 | 1 | -1/+2 |
| | | |||||
| * | fix checkstyle for files_external app, add whitespace for readability | Jörn Friedrich Dreyer | 2012-11-30 | 1 | -32/+76 |
| | | |||||
* | | Update settings.php | sherbrecher | 2013-03-15 | 1 | -2/+2 |
|/ | | | | fixed overlap of input controls (root cert import) see issue: https://github.com/owncloud/apps/issues/767 | ||||
* | seperate the form to set up the mount points and the form to upload ssl ↵ | Björn Schießle | 2012-09-25 | 1 | -11/+15 |
| | | | | certificates | ||||
* | Space before tab fixes | Bart Visscher | 2012-08-29 | 1 | -1/+1 |
| | |||||
* | Whitespace fixes in apps | Bart Visscher | 2012-08-29 | 1 | -5/+5 |
| |