summaryrefslogtreecommitdiffstats
path: root/apps/files_external/js
Commit message (Collapse)AuthorAgeFilesLines
* ask for confirmation when deleting an external storageRobin Appelman2017-09-271-7/+14
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Handle invalid ext storage backend to keep mount point visibleVincent Petry2017-09-041-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>
* Move GDrive external storage to a separate repoVincent Petry2017-08-211-26/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Bye bye Dropbox v1Vincent Petry2017-08-161-30/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* log out, : BigversalAllan Nordhøy2017-07-141-2/+2
|
* Enable the toggleSelect extension in multi-select dropdownsDaniel Calviño Sánchez2017-07-101-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 2048 and 4096 bit SFTP keysRoeland Jago Douma2017-06-291-1/+17
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix name of external storagesJan-Christoph Borchardt2017-05-082-3/+2
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Merge pull request #3438 from nextcloud/external-storage-user-folderRoeland Jago Douma2017-03-311-1/+1
|\ | | | | Allow using '/' as external storage mountpoint
| * Allow using '/' as external storage rootRobin Appelman2017-03-231-1/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #4007 from nextcloud/backport-27155Morris Jobke2017-03-231-5/+11
|\ \ | |/ |/| Change showTemporary notifications for closable ones
| * added quit option in commentstabview.jsnoveens2017-03-231-5/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added quit option in notif in app.js added quit option in notif in file-upload.js added quit option in notif in fileinfomodel.js added quit option in notif in filelist.js added quit option in notif in filelist.js added quit option in notif in tagsplugin.js added quit option in notif in statusmanager.js added quit option in notif in external.js added quit option in notif in versionstabview.js added quit option in notif in notification.js changes according to the latest review. timeout removed since there is a button to close it translation capability added typo fixed test files updated small errors fixed Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | replace autosave with a save button for external storage configurationRobin Appelman2017-03-221-9/+5
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Show theming icons on external storage foldersJulius Haertl2016-12-121-1/+5
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Fix link to external storage settings on error notificationFelix A. Epp2016-11-261-1/+1
| | | | Signed-off-by: Felix A. Epp <work@felixepp.de>
* Fix translation stringJoas Schilling2016-11-071-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Switch to public APIJoas Schilling2016-10-211-3/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* hide files external in personal settings if it's emptyRobin Appelman2016-08-171-0/+5
|
* Add proper scope to files external CSSMorris Jobke2016-07-251-0/+1
| | | | * for select2
* add missing varRobin Appelman2016-07-081-2/+2
|
* hint global handlebarsRobin Appelman2016-07-081-2/+4
|
* Add "Global Auth" option to external storageRobin Appelman2016-06-211-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 #22655Markus Goetz2016-06-171-2/+2
| | | | Else the checkbox and the decription end up on different lines in my Chrome on OS X
* Rename variableJuan Pablo Villafáñez2016-06-072-4/+4
|
* Add support to know where the storage test comes fromJuan Pablo Villafáñez2016-06-072-1/+5
|
* Fixes for encoding wrapperVincent Petry2016-05-201-2/+4
| | | | | | Improved label Fixed rename/copy/moveFromStorage/copyFromStorage and added tests Improved findPathToUse algo
* Add encoding wrapper as opt-in mount optionVincent Petry2016-05-201-11/+21
| | | | | The encoding wrapper is now only applied when the mount option is set, disabled by default.
* Move Dropbox/GDrive link to iconRobin McCorkell2016-05-032-8/+12
|
* Change colour of input fields instead of printing 'Access granted'Robin McCorkell2016-05-032-11/+12
|
* Add links to load GDrive/Dropbox configuration pagesRobin McCorkell2016-05-034-4/+56
|
* Move some translation stings around to enable xgettext to detect themThomas Müller2016-04-071-11/+1
|
* apps/files_external: Fix typos in comments (found and fixed by codespell)Stefan Weil2016-03-301-1/+1
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* Display external storage GUI even if user mounting disabledRobin McCorkell2016-03-161-0/+1
|
* Merge pull request #22636 from owncloud/fix-ssl-on-external-storagesThomas Müller2016-02-251-0/+3
|\ | | | | Fix HTTPS support on external storages
| * Properly cast typeLukas Reschke2016-02-241-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 mountsVincent Petry2016-02-241-2/+2
|/ | | | | | This is for newly created mount points. Migrated mount points will have sharing enabled as before.
* remove global credentialsRobin Appelman2016-02-171-27/+0
|
* Improve credentials dialog usability a bitVincent Petry2016-02-041-2/+13
| | | | | Automatically focus on the first field. Pressing enter submits the form.
* fix input typeRobin Appelman2016-02-041-1/+1
|
* Use handlebars templateRobin Appelman2016-02-041-22/+25
|
* Fix PR from commentsJesús Macias2016-02-041-5/+3
|
* Add credentials dialog for user provided authJesús Macias2016-02-041-84/+167
|
* Add global auth backend for files externalRobin Appelman2016-02-041-0/+27
|
* Remove magic flags from files_external backend paramsRobin Appelman2016-02-021-12/+20
|
* Merge pull request #20903 from owncloud/sharing-mount-optionThomas Müller2016-02-021-1/+7
|\ | | | | Add mount option to disable sharing
| * Add mount option to disable sharingRobin Appelman2016-01-291-1/+7
| |
* | minor fixesRobin Appelman2016-01-291-3/+8
| |
* | remove custom controler for user provided password authRobin Appelman2016-01-291-31/+5
| |
* | dont show user provided auth as option for personal mountsRobin Appelman2016-01-291-3/+2
| |
* | Allow setting user provided credentials from the personal settings pageRobin Appelman2016-01-291-17/+98
| |