nextcloud-server/core
Christoph Wurst 0c7d745074 Fix contacts menu for IE11
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>
2017-10-12 16:26:01 +07:00
..
Command Implement skip checkers and log the currently tested app 2017-05-16 16:18:02 +07:00
Controller Add tests for ClientFlowLoginController 2017-05-18 20:49:08 +07:00
Middleware Check whether the $_SERVER['REQUEST_*'] vars exist before using them 2017-05-15 14:33:27 +07:00
ajax Proper logging for appstore updates 2017-05-11 13:35:17 +07:00
css Fixes visible sidebar even if hidden is applied 2017-05-19 13:05:57 +07:00
doc
fonts
img optimize SVGs 2017-04-29 00:54:30 +07:00
js Fix contacts menu for IE11 2017-10-12 16:26:01 +07:00
l10n [tx-robot] updated from transifex 2017-06-14 00:08:49 +07:00
search Remove single quotes around search query like in user search 2017-03-15 12:53:44 +07:00
skeleton
templates remove 'Alternative login using app token' in case of oauth login 2017-05-18 20:49:05 +07:00
vendor Bump DOMPurify version to 0.8.9 2017-05-17 18:23:21 +07:00
Application.php Automatic creation of Identity manager 2017-05-10 09:45:11 +07:00
register_command.php Adding tests for 4 byte unicode characters 2017-03-21 16:42:12 +07:00
routes.php add contactsmenu popover 2017-04-26 09:26:53 +07:00
shipped.json Add missing version requirement to OAuth2 app 2017-05-22 09:01:34 +07:00
strings.php