Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #13190 from is-apps/master-sftp-key | Vincent Petry | 2015-02-10 | 1 | -0/+53 |
|\ | | | | | Add SFTP public key authentication support | ||||
| * | Add support for SFTP key authentication | Ross Nicoll | 2015-01-14 | 1 | -0/+53 |
| | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | Updated Dropbox and Google UI Javascript to create input elements instead of ↵ | Ross Nicoll | 2015-01-14 | 2 | -3/+7 |
|/ | | | | anchor. | ||||
* | translated saved message in files external | Volkan Gezer | 2014-12-08 | 1 | -2/+2 |
| | |||||
* | Improved Javascript docs for JSDoc | Vincent Petry | 2014-10-31 | 2 | -3/+36 |
| | | | | | | Added namespaces so that JSDoc can find them. Fixed a few warnings. Improved some comments. | ||||
* | cleanup variable names and duplicate jQuery selectors | Jörn Friedrich Dreyer | 2014-10-13 | 1 | -76/+80 |
| | |||||
* | fix flickering users | Jörn Friedrich Dreyer | 2014-10-13 | 1 | -1/+1 |
| | |||||
* | Improve UI of external storage configuration | Robin McCorkell | 2014-08-30 | 1 | -22/+44 |
| | | | | | | | | | * 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 | ||||
* | Use AppFramework instead of custom controller | Lukas Reschke | 2014-08-25 | 1 | -3/+10 |
| | |||||
* | use displayname lookup route in files_external settings | Jörn Friedrich Dreyer | 2014-08-25 | 1 | -31/+14 |
| | |||||
* | fix deletion of shares | Jörn Friedrich Dreyer | 2014-08-25 | 1 | -21/+22 |
| | |||||
* | replace chosen with select2 to provide ajaxified user and group selection ↵ | Jörn Friedrich Dreyer | 2014-08-25 | 1 | -9/+138 |
| | | | | | | | | | | | | 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 | -6/+6 |
| | | | | | | 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.) | ||||
* | Added mountType attribute and adapted Delete action text | Vincent Petry | 2014-07-14 | 1 | -0/+1 |
| | | | | | | | | | | | | | | Added mountType attribute for files/folder to indicated whether they are regular, external or shared. The client side then adapts the "Delete" action hint text based on this information. Only the mount roots must have the delete icon hint adapted. To make this detectable on the client side, the mountType can now be null, "shared", "shared-root", "external" or "external-root". This also gives room to icon customization on the client side. | ||||
* | When changing the mountpoint of an external storage, ensure the old one is ↵ | Robin Appelman | 2014-07-07 | 1 | -2/+7 |
| | | | | removed | ||||
* | Fix reload call for all subclasses | Vincent Petry | 2014-07-04 | 1 | -7/+2 |
| | | | | All subclasses must also properly return the ajax call object. | ||||
* | fix camelCase and avoiud re-wrapping $() | Morris Jobke | 2014-06-16 | 1 | -4/+4 |
| | |||||
* | fix typo - Backups -> Backends | Morris Jobke | 2014-06-16 | 1 | -2/+2 |
| | |||||
* | AllowUserMount defaults now to all backends fixes #7958 | Morris Jobke | 2014-06-13 | 1 | -0/+9 |
| | |||||
* | Fixed delete button CSS in ext storage list | Vincent Petry | 2014-06-06 | 1 | -3/+3 |
| | |||||
* | Added more columns to ext storage list | Vincent Petry | 2014-06-06 | 1 | -1/+9 |
| | | | | | Now using system mount and personal mount calls to get the relevant mount points including backend information. | ||||
* | Fixed ext storage list sorting | Vincent Petry | 2014-06-06 | 1 | -8/+6 |
| | |||||
* | Added external storage list in files app | Vincent Petry | 2014-06-06 | 2 | -0/+187 |
| | |||||
* | Insert missing brace | Robin McCorkell | 2014-03-24 | 1 | -3/+3 |
| | |||||
* | Enable the use of 'optional' on password fields (JavaScript part) | Robin McCorkell | 2014-03-21 | 1 | -8/+13 |
| | | | | See ed0c10a10b0b3a9d9d898a64461de707026cd6d3 | ||||
* | fix some spaces to tabs issues reported by Scrutinizer | Jan-Christoph Borchardt | 2014-03-05 | 1 | -1/+1 |
| | |||||
* | Allow admins to disable certain external storages for users | Joas Schilling | 2014-02-26 | 1 | -0/+10 |
| | | | | Fix issue #6793 | ||||
* | Fixed Dropbox/Google storage async save call | Vincent Petry | 2013-12-06 | 3 | -19/+33 |
| | | | | | | | | | | | When clicking "Grant access", the settings for Dropbox/Google were saved through a call that gets cancelled when redirecting to the grant page (for example in Firefox) This fix makes sure the "save settings" call finished before redirecting to the grant page. Fixes #6176 | ||||
* | Now using smaller spinner image for status indicator | Vincent Petry | 2013-10-11 | 1 | -3/+3 |
| | | | | | | To make the status indicator appear smaller, even in IE8 that doesn't support background-size, there is no a smaller animated gif "loading-small" for that purpose. | ||||
* | Fixed external storage status indicator in admin page | Vincent Petry | 2013-10-10 | 1 | -22/+29 |
| | | | | | | | - Fixes #5241 - Fixed indicator to appear, its selector was wrong - Added spinner while saving an entry's settings - Removed ajax "async: false" that blocked the browser while saving | ||||
* | Add _many_ newlines at the end of files | kondou | 2013-08-18 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into googledrive | Thomas Müller | 2013-07-12 | 1 | -8/+11 |
|\ | |||||
| * | backport of ↵ | Björn Schießle | 2013-06-12 | 1 | -8/+11 |
| | | | | | | | | https://github.com/owncloud/core/commit/1fa76e53dc5c515035f19e78f3988205521720f6 | ||||
* | | Switch to using Google Drive SDK, closes #2047 | Michael Gapczynski | 2013-05-16 | 1 | -66/+97 |
|/ | |||||
* | Fix Dropbox and Google ui | Michael Gapczynski | 2013-02-25 | 2 | -11/+11 |
| | |||||
* | attach on() events to external storage table, dom events in the table will ↵ | Jörn Friedrich Dreyer | 2013-02-20 | 1 | -3/+3 |
| | | | | always bubble up here | ||||
* | Merge branch 'master' into external_storage_ui_feedback | Michael Gapczynski | 2013-02-19 | 1 | -2/+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 | ||||
| * | fixing javascript errors IE8 in personal settings | Thomas Mueller | 2013-02-14 | 1 | -2/+2 |
| | | |||||
* | | fixing issues with UTF8 characters in translatable strings | Thomas Mueller | 2013-02-13 | 1 | -6/+2 |
| | | |||||
* | | adding spinner while talking to the backend | Thomas Mueller | 2013-02-12 | 1 | -2/+6 |
| | | |||||
* | | Merge branch 'master' into external_storage_ui_feedback | Michael Gapczynski | 2013-02-11 | 3 | -17/+17 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | Merge branch 'master' into from_live_to_on | Thomas Mueller | 2013-01-31 | 3 | -6/+6 |
| |\ | | | | | | | | | | | | | Conflicts: apps/files_external/js/google.js | ||||
| | * | Fix external storage UI for new storage namespaces | Michael Gapczynski | 2013-01-21 | 3 | -6/+7 |
| | | | |||||
| * | | replace live() with on() in core js | Jörn Friedrich Dreyer | 2013-01-30 | 3 | -8/+8 |
| |/ | |||||
* | | Set status to waiting for Dropbox and Google Drive while authenticating | Michael Gapczynski | 2013-01-09 | 2 | -0/+6 |
| | | |||||
* | | Listen to checkbox changes as well | Michael Gapczynski | 2013-01-02 | 1 | -0/+4 |
| | | |||||
* | | Fix 'Grant Access' button for multiple Google Drive mount points and prevent ↵ | Michael Gapczynski | 2013-01-02 | 1 | -8/+18 |
| | | | | | | | | multiple scripts being added | ||||
* | | Turn off async for saving mount points, improve input detection for Google ↵ | Michael Gapczynski | 2013-01-01 | 3 | -71/+123 |
| | | | | | | | | and Dropbox 'Grant Access' buttons | ||||
* | | Fix problems with chosen multiselect | Michael Gapczynski | 2012-12-28 | 1 | -15/+31 |
| | | |||||
* | | Fix some of the default mount points creating sub folders i.e. SMB / CIFS, ↵ | Michael Gapczynski | 2012-12-28 | 1 | -1/+6 |
| | | | | | | | | ownCloud / WebDAV |