summaryrefslogtreecommitdiffstats
path: root/apps/files/js/newfilemenu.js
Commit message (Collapse)AuthorAgeFilesLines
* 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