etherpad-lite/src
Ray Bellis 769933786c allow some operations to proceed in parallel
some code chunks previously used `async.parallel` but if you
use `await` that forces them to be run serially.  Instead,
you can initiate the operation (getting a Promise) and then
_later_ `await` the result of that Promise.
2019-02-01 09:57:50 +00:00
..
locales Localisation updates from https://translatewiki.net. 2019-02-25 10:41:33 +01:00
node allow some operations to proceed in parallel 2019-02-01 09:57:50 +00:00
static plugins download and search: converted to Promises 2019-01-23 12:24:53 +00:00
templates skins: Improve clientPluginNames class helper 2019-02-22 19:48:46 +01:00
ep.json Initial work on swagger 2013-03-06 10:10:21 +00:00
etherpad_icon.svg Add new favicon (32x32) with associated svg file 2015-01-11 22:40:56 +01:00
package.json remove thenify use - no longer required 2019-01-31 14:48:22 +00:00
README.md remove one less warning during install by having a readme placeholder 2013-02-10 03:04:08 +00:00
web.config Add IIS config file 2012-10-25 10:22:28 -07:00

Ignore this file and see the file in the base installation folder