summaryrefslogtreecommitdiffstats
path: root/apps/files/js/newfilemenu.js
Commit message (Collapse)AuthorAgeFilesLines
* Add missing variable declarationsStefan Weil2018-10-191-1/+1
| | | | | | | | | This fixes errors from LGTM like the following one: Variable i is used like a local variable, but is missing a declaration. Signed-off-by: Stefan Weil <sw@weilnetz.de>
* Remove OC.scaleFixForIE8Christoph Wurst2018-10-081-1/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move newfilemenu to compiled handlebarsRoeland Jago Douma2018-10-041-26/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Trigger upload actions only for Enter & Space keysKevin Ndung'u2018-07-241-2/+4
| | | | Signed-off-by: Kevin Ndung'u <kevgathuku@gmail.com>
* Trigger upload action also with keyboard navigation on enterJan-Christoph Borchardt2018-07-241-0/+5
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Make Upload entry in +Menu focusableJan-Christoph Borchardt2018-07-201-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Fixed event propagation on safariJohn Molakvoæ (skjnldsv)2018-03-071-1/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fixed ext share style and use varable for popover heightJohn Molakvoæ (skjnldsv)2018-03-071-1/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fixed tooltip positionning & error displayJohn Molakvoæ (skjnldsv)2018-03-071-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* PoC inline icon-confirm with inputsJohn Molakvoæ (skjnldsv)2018-03-071-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Updated popover rules to allow form inputs and added input submit for new FileJohn Molakvoæ (skjnldsv)2018-03-071-2/+8
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Make new file file tooltip error text changePhil Davis2017-05-211-0/+1
| | | | Signed-off-by: Phil Davis <phil@jankaritech.com>
* Use more verbose text for upload menuJan-Christoph Borchardt2017-05-161-2/+2
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Popover positionning and classesJohn Molakvoæ (skjnldsv)2017-01-221-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* fit newFileMenu to css guidelinesJohn Molakvoæ (skjnldsv)2017-01-221-8/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix special characters when renaming to a conflictJoas Schilling2016-09-301-1/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remove disabled autocorrect for new file namesMorris Jobke2016-03-091-1/+1
| | | | * ref #22784
* Remove browser autocomplete in new file menuVincent Petry2016-03-021-1/+1
|
* Remove "Text file" entry in the "+" menuVincent Petry2015-11-191-12/+8
| | | | | | | The text editor app will register this instead. Also made "fileList" a non-private attribute to make it possible for plugins to access the attached file list object.
* Allow apps to add new items in the “New” filemenu.Olivier Tétard2015-10-261-31/+46
| | | | | | | Owncloud apps can now add new items to the “new” file menu. A new `addMenuEntry()` was added to `NewFileMenu`. To add a new item, you have to attach a plugin to `OCA.Files.NewFileMenu` that will call `addMenuEntry()`.
* Merge pull request #19454 from owncloud/ie8-madness-returnsThomas Müller2015-09-301-0/+1
|\ | | | | [IE8] Fix file type sizes and popover menus in file list
| * [IE8] Fix filetype icon sizesVincent Petry2015-09-291-0/+1
| | | | | | | | | | | | Added hack that uses a "filter" CSS with explicit URL to fix the "New" menu by scaling down icons and also fix the folder/filetype icon in the sidebar by scaling it up.
* | Keep opacity in current item in newFileMenuVincent Petry2015-09-301-0/+2
|/ | | | | Whenever the input field appears, the menu item should keep its opacity instead of reacting on hover.
* Added unit tests for "new" file menu and small fixesVincent Petry2015-09-031-1/+0
| | | | | | - added unit tests for NewFileMenu - use generateUrl for FileList.createFile and FileList.createDirectory - added unit tests for FileList.createFile and FileList.createDirectory
* fix icon and layout details for new menuJan-Christoph Borchardt2015-09-031-3/+2
|
* Combine upload action into the "New" menuVincent Petry2015-08-281-0/+237
Refactored the new menu to be encapsulated in the NewFileMenu JS class