etherpad-lite/src/static/js
Richard Hansen c816c20bc7 HTML import: Replace cheerio with jsdom to simplify contentcollector
Cheerio provides jQuery-like objects but they wrap DOM Node-like
objects that are not 100% API compatible with the DOM spec. Because of
this, contentcollector, which is used in browsers and in Node.js
during HTML import, has until now needed to support two different
APIs. This commit modifies HTML import to use jsdom instead of cheerio
and simplifies contentcollector.
2021-08-12 13:53:23 -04:00
..
admin plugins: Better fix for LGTM security warning 2021-02-22 09:43:20 +00:00
pluginfw pluginfw: Improve rendering of hook list 2021-03-03 11:19:37 +00:00
vendors nice-select restore to working 2021-02-27 16:23:39 +00:00
ace.js Accessibility fix for JAWS screen readers 2021-08-12 13:48:08 -04:00
ace2_common.js Pad: Delete non-functional debug logging facility 2021-07-30 03:50:23 -04:00
ace2_inner.js ace2_inner.js: Improve discovery of sidediv and linemetricsdiv 2021-07-30 03:51:56 -04:00
AttributeManager.js editor: Improve documentation comments 2021-05-03 01:42:03 -04:00
AttributePool.js lint: attributepool fix incorrect commit 2021-01-14 13:06:34 +00:00
broadcast.js cssmanager: Refactor CSS manager creation to avoid race condition 2021-03-20 01:07:16 +00:00
broadcast_revisions.js lint: broadcast_revisions (#4571) 2020-12-23 16:17:59 -05:00
broadcast_slider.js move underscore to its old place and remove unnecessary packages (#4876) 2021-02-27 00:10:53 -05:00
caretPosition.js caretPosition: fix loading when iframe is hidden 2021-05-04 23:56:13 +02:00
Changeset.js editor: Delete commented-out code 2021-05-03 01:42:03 -04:00
changesettracker.js lint: changesettracker.js var > const/let and other easy fixes 2021-02-21 11:05:25 +00:00
ChangesetUtils.js lint: ChangesetUtils 2021-02-21 11:05:25 +00:00
chat.js Chat: Allow Shift-Enter to insert a newline 2021-07-19 23:44:33 +02:00
collab_client.js tests: Speed up helper.edit() and helper.clearPad() 2021-04-02 15:46:27 +02:00
colorutils.js lint: colorutils.js 2021-01-14 13:06:34 +00:00
contentcollector.js HTML import: Replace cheerio with jsdom to simplify contentcollector 2021-08-12 13:53:23 -04:00
cssmanager.js cssmanager: Refactor CSS manager creation to avoid race condition 2021-03-20 01:07:16 +00:00
domline.js Accessibility fix for JAWS screen readers 2021-08-12 13:48:08 -04:00
index.js lint: index.js 2021-02-21 11:05:25 +00:00
l10n.js lint: use strict 2021-02-21 11:05:25 +00:00
linestylefilter.js hooks: Remove unnecessary callAllStr() function 2021-02-02 09:09:02 +00:00
pad.js Pad: Delete non-functional debug logging facility 2021-07-30 03:50:23 -04:00
pad_automatic_reconnect.js lint: Re-run eslint --fix 2021-01-29 01:14:03 -05:00
pad_connectionstatus.js lint: pad prefix files (#4577) 2020-12-20 07:15:58 +00:00
pad_cookie.js tests: Use cookie libraries to manipulate cookies 2021-04-01 14:31:56 +02:00
pad_editbar.js Move vendor libraries to /vendors folder and exclude from LGTM 2021-02-21 15:07:39 +00:00
pad_editor.js Pad: Delete non-functional debug logging facility 2021-07-30 03:50:23 -04:00
pad_impexp.js import: Convert arrow function to regular function 2021-02-18 03:42:56 -05:00
pad_modals.js lint: pad prefix files (#4577) 2020-12-20 07:15:58 +00:00
pad_savedrevs.js lint: pad prefix files (#4577) 2020-12-20 07:15:58 +00:00
pad_userlist.js lint: pad_userlist.js arrow functions 2021-02-21 11:05:25 +00:00
pad_utils.js Add support for square brackets in URLs 2021-07-10 22:22:31 -04:00
rjquery.js Move vendor libraries to /vendors folder and exclude from LGTM 2021-02-21 15:07:39 +00:00
scroll.js editor: fix enter key keep line in view (#4639) 2021-02-06 19:56:59 +00:00
security.js lint: use strict 2021-02-21 11:05:25 +00:00
skin_variants.js lint: skin-variants (#4603) 2021-01-30 07:32:12 +00:00
skiplist.js Pad: Delete non-functional debug logging facility 2021-07-30 03:50:23 -04:00
socketio.js socket.io: Factor out client connection logic 2020-12-23 16:18:28 -05:00
timeslider.js scaling: include padId in socketio query string 2021-03-24 16:07:11 +00:00
underscore.js move underscore to its old place and remove unnecessary packages (#4876) 2021-02-27 00:10:53 -05:00
undomodule.js Pad: Delete non-functional debug logging facility 2021-07-30 03:50:23 -04:00