summaryrefslogtreecommitdiffstats
path: root/core/js/contactsmenu.js
Commit message (Collapse)AuthorAgeFilesLines
* Adjust some jsdocsJulius Härtl2018-10-241-2/+11
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Compile contactmenu handlebars templatesRoeland Jago Douma2018-09-271-81/+18
| | | | | | | | | | Fixes #11029 For https://github.com/orgs/nextcloud/projects/18 Ship the compiled handlebars templates. This makes it possible to have a scricter CSP. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Create special option to toggle header menu containerJohn Molakvoæ (skjnldsv)2018-03-041-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* There was an error loading → Could not loadAllan Nordhøy2018-01-201-1/+1
|
* Fix contacts menu for IE11Christoph Wurst2017-10-091-2/+13
| | | | | | | | | | | | IE11 triggers an 'input' event whenever an input is focussed or loses focus. Thus this causes an endless loading loop as soon as the view is re-rendered. To prevent this, this remembers the previous search term and ignores events where the term has not changed. Fixes https://github.com/nextcloud/server/issues/5281 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Improve accessibility of Contacts menuJan-Christoph Borchardt2017-09-291-5/+6
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Localize contacts menu search input placeholderChristoph Wurst2017-06-141-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Request proper size for contacts menuRoeland Jago Douma2017-05-081-1/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Show tooltip for second action.Ivan Sein2017-04-271-1/+3
| | | | Signed-off-by: Ivan Sein <ivan@nextcloud.com>
* Fix emptycontent HTML and wordingJan-Christoph Borchardt2017-04-251-4/+5
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Use HTTP POST to retrieve the list of contactsChristoph Wurst2017-04-251-1/+1
| | | | | | | | We do not want to have sensitive information in the URL and therefore also not in the access log. Thus the GET request is replaced by a POST request. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix icon of second actionChristoph Wurst2017-04-251-3/+5
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use absolute URI for action iconsChristoph Wurst2017-04-251-2/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use tooltop for contact's top action titleChristoph Wurst2017-04-251-1/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Contacts menuChristoph Wurst2017-04-251-0/+515
* load list of contacts from the server * show last message of each contact Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>