aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js/newfilemenu.js
Commit message (Collapse)AuthorAgeFilesLines
* chore(files): Remove legacy UI scripts now that everything is migrated to VueFerdinand Thiessen2024-09-201-261/+0
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-291-8/+4
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Create new file/folder labelsChristopher Ng2023-04-271-1/+5
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* feat: update newfilemenu.js for rich-workspaceLuka Trovic2023-01-301-6/+17
| | | | Signed-off-by: Luka Trovic <luka@nextcloud.com>
* Replace custom tooltips with native ones in filesjulia.kirschenheuter2022-12-221-4/+0
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Add ```aria-expanded``` value to select2-container om systemtag and file tagsjulia.kirschenheuter2022-08-171-1/+1
| | | | | | | | | | | | Add ```aria-expanded``` to color picker Add ```aria-expanded``` to UnifiedSearch.vue Add ```aria-expanded``` to new button on files Add ```aria-expanded``` to action menu Add ```aria-expanded``` to icon .federation-menu Add ```aria-expanded``` to app navigation collapse button Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix container element for newFileMenu tooltipLouis Chemineau2021-10-061-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Migrate deprecated toolip methodsMichaIng2021-09-261-1/+1
| | | | | | | With Bootstrap v4, the tooltip methods "fixTitle" and "destroy" have been removed. Only core/src/Polyfill/tooltip.js keeps them methods valid by translating them. Signed-off-by: MichaIng <micha@dietpi.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Hide new template directory entry after creating and allow setting existing ↵Julius Härtl2021-01-281-1/+20
| | | | | | directories Signed-off-by: Julius Härtl <jus@bitgrid.net>
* HBOX-297 trim in webfrontend for new files to stay compatible with windowsChristian Aigner2019-02-011-1/+1
|
* 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