etherpad-lite/src/node/utils
Richard Hansen 7df3ded66f lint: Put opening brace on same line as function
Normally I would let `eslint --fix` do this for me, but there's a bug
that causes:

    const x = function ()
    {
      // ...
    };

to become:

    const x = ()
    => {
      // ...
    };

which ESLint thinks is a syntax error. (It probably is; I don't know
enough about the automatic semicolon insertion rules to be confident.)
2020-11-24 20:06:12 +00:00
..
Abiword.js lint: Put opening brace on same line as function 2020-11-24 20:06:12 +00:00
AbsolutePaths.js utils/AbsolutePaths.js: do not break when running as a Windows manual install 2019-02-11 03:28:02 +01:00
caching_middleware.js minify: Fix gzip not triggered for packages (#4491) 2020-11-22 09:23:33 +00:00
Cli.js remove -k argument as it is currently for both sessionkey and apikey 2018-08-09 19:42:14 +02:00
customError.js customError: rewrite the module using class syntax 2020-04-07 02:03:17 +02:00
ExportEtherpad.js import/export: Simplify exportEtherpadAdditionalContent processing 2020-11-10 23:02:43 +00:00
ExportHelper.js tests/editor/ul/li/ol/import/export: Introduce contentcollector.js tests & various OL/UL/LI related bugfixes 2020-06-05 20:54:16 +01:00
ExportHtml.js lint: Put opening brace on same line as function 2020-11-24 20:06:12 +00:00
ExportTxt.js lint: Put opening brace on same line as function 2020-11-24 20:06:12 +00:00
ImportEtherpad.js lint: Put opening brace on same line as function 2020-11-24 20:06:12 +00:00
ImportHtml.js async-ify more functions, and await completion 2020-09-22 14:10:44 +01:00
LibreOffice.js Clear hang timeout timer when LibreOffice exits 2020-11-24 10:04:14 +00:00
Minify.js lint: Put opening brace on same line as function 2020-11-24 20:06:12 +00:00
MinifyWorker.js lint: Put opening brace on same line as function 2020-11-24 20:06:12 +00:00
NodeVersion.js NodeVersion.js: do not use callbacks, simplify calling style in server.js 2019-02-19 00:46:37 +01:00
padDiff.js HTML export: Await async hook completion before processing results 2020-10-07 10:43:38 +01:00
path_exists.js Fixed path check 2016-06-20 00:22:29 +02:00
promises.js utils: Fix promise creation accounting bug in promises.timesLimit 2020-09-21 23:16:32 +01:00
randomstring.js lint: Put opening brace on same line as function 2020-11-24 20:06:12 +00:00
Settings.js lint: Put opening brace on same line as function 2020-11-24 20:06:12 +00:00
tar.json remove broken async inclusion in tar.json 2020-10-27 20:33:09 +00:00
TidyHtml.js TidyHtml.js: convert to promises 2019-01-31 13:42:41 +00:00
toolbar.js toolbar: don't show the "saved revision" button in timeslider 2020-03-30 01:59:49 +02:00
UpdateCheck.js lint: Convert CR+LF line endings to LF 2020-11-24 20:06:12 +00:00