nextcloud-server/core/js
Christoph Wurst f0d96ed7e1
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-09 15:09:11 +02:00
..
files Allow files to be copied through action menu & multiple files actions 2017-09-15 16:53:10 +02:00
login Update login flow redirection 2017-05-04 19:21:22 +02:00
public Use dot notation for array access - JSLint recommendation 2017-05-01 00:45:41 -03:00
systemtags Fix some long lines in JS - JSLinut recommendation 2017-05-01 00:49:00 -03:00
tests Use "?" instead of user ID as seed for the image placeholder 2017-09-20 18:20:58 +02:00
apps.js Fix settings button state and opacity 2017-09-28 17:13:00 +02:00
backgroundjobs.js
config.js
contactsmenu.js Fix contacts menu for IE11 2017-10-09 15:09:11 +02:00
core.json
eventsource.js
installation.js
integritycheck-failed-notification.js
jquery-showpassword.js This fix the overlay of the complexity bar 2017-07-26 16:05:31 +02:00
jquery-ui-fixes.js Fix semicolon at end of JS lines 2017-05-01 00:42:53 -03:00
jquery.avatar.js Add empty alt text to avatars as they are decorative next to usernames 2017-09-29 20:28:27 +02:00
jquery.contactsmenu.js
jquery.ocdialog.js [WIP] Added copy and move buttons 2017-09-15 16:53:10 +02:00
js.js Fixes nextcloud/gallery#269 2017-07-28 14:44:29 +02:00
l10n.js
login.js Replace loading icon GIF with pure CSS loading icon 2017-08-03 21:09:43 +02:00
lostpassword.js Disable the API endpoints as well 2017-05-11 17:03:57 +02:00
maintenance-check.js
merged-login.json
merged-share-backend.json
merged-template-prepend.json Add select2-toggleselect to the JavaScript files to load 2017-07-10 03:38:22 +02:00
mimetype.js Prefer custom theme over theming app 2017-07-12 11:42:15 +02:00
mimetypelist.js Add mimetype support for .URL (Windows) and .webloc (macOS) files. Update places/link svg. Add filetype/link icon. Add repair step for mime types. 2017-08-31 16:53:07 +02:00
multiselect.js
oc-backbone-webdav.js
oc-backbone.js
oc-dialogs.js Change move copy order and debug leftover 2017-09-15 16:53:10 +02:00
oc-requesttoken.js
octemplate.js Fix variable definitions in oc dialogs 2017-05-01 01:09:29 -03:00
placeholder.js Don't show placeholder when we have loaded the avatar image 2017-09-26 22:50:16 +02:00
select2-toggleselect.js
setup.js Fix semicolon at end of JS lines 2017-05-01 00:42:53 -03:00
setupchecks.js Update setupchecks.js 2017-05-31 13:41:45 +02:00
share.js Merge pull request #4611 from nextcloud/js-use-dot-notation 2017-05-02 21:44:44 +02:00
shareconfigmodel.js
sharedialogexpirationview.js
sharedialoglinkshareview.js Remove the char because it breaks the export from transifex 2017-06-12 16:30:08 +02:00
sharedialogresharerinfoview.js Fix escaping of user and group names in "shared by" message 2017-06-13 12:14:21 +02:00
sharedialogshareelistview.js rename secure drop back to files drop because of name collision with securedrop.org 2017-05-18 16:55:58 +02:00
sharedialogview.js Trigger search after re-focus 2017-08-15 13:36:51 +02:00
shareitemmodel.js Make files drop more permanent 2017-05-04 00:30:51 +02:00
sharesocialmanager.js
singleselect.js Quota bar fix on user list 2017-09-27 22:13:19 +02:00
update.js
visitortimezone.js