Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Improve usability for configuring Dropbox and Google Drive external storage | Michael Gapczynski | 2012-08-13 | 1 | -1/+1 |
| | |||||
* | remove hard coded path | Bjoern Schiessle | 2012-07-09 | 1 | -1/+1 |
| | |||||
* | replace urlencoded slash | Bjoern Schiessle | 2012-07-09 | 1 | -1/+1 |
| | |||||
* | allow user to upload his own root certificate for secure webdav mount | Bjoern Schiessle | 2012-07-06 | 1 | -1/+1 |
| | |||||
* | disabled user upload of root certificates until sabredav client can handle them | Bjoern Schiessle | 2012-07-05 | 1 | -1/+1 |
| | |||||
* | certificate should be only visible for users | Bjoern Schiessle | 2012-07-04 | 1 | -0/+2 |
| | |||||
* | allow users to upload ssl root certificates for the webdav client | Bjoern Schiessle | 2012-07-04 | 1 | -2/+23 |
| | |||||
* | Fix placeholder value for optional fields in external storage UI | Michael Gapczynski | 2012-06-29 | 1 | -1/+1 |
| | |||||
* | Hide the delete button on new mount point row | Michael Gapczynski | 2012-06-29 | 1 | -1/+1 |
| | |||||
* | Fix external storage UI for Admin page | Michael Gapczynski | 2012-06-28 | 1 | -1/+1 |
| | |||||
* | Merge commit 'refs/merge-requests/127' of ↵ | Michael Gapczynski | 2012-06-13 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | git://gitorious.org/owncloud/owncloud into merge-requests/127 Conflicts: apps/files_external/templates/settings.php lib/template.php | ||||
| * | Removed some unessecary sanitizations | Lukas Reschke | 2012-06-11 | 1 | -4/+4 |
| | |