etherpad-lite/src
Ray Bellis 583ea92aaf db/SessionStore.js: do not migrate to Promises. Make optional all(), clear() and length()
1. This module was not migrated to Promises, because it is only used via
   express-session, which can't actually use promises anyway.

2. all(), clear() and length() depend on the presence of the `db.forEach()`
   function, which in ueberdb2 doesn't even exist.

   Fortunately those three methods are optional, so I made their existence
   conditional on the presence of `db.forEach`.

3. in SessionStore.clear(), replaced a call to db.db.remove() with db.remove()
2019-01-23 16:58:43 +00:00
..
locales Localisation updates from https://translatewiki.net. 2019-02-25 10:41:33 +01:00
node db/SessionStore.js: do not migrate to Promises. Make optional all(), clear() and length() 2019-01-23 16:58:43 +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 start using "thenify" to support callback and promises 2019-01-21 16:28:05 +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