pad.libre-service.eu-etherpad/src
Richard Hansen d0bfb54c0a contentcollector: Avoid for..in iteration of object properties
`for..in` iterates over inherited properties, which is almost never
desired. In most cases there aren't any inherited enumerable
properties so it's not that big of a deal, but in the case of
HTMLCollection it's very bad because it iterates over every entry
twice (once by numerical index and once by name) plus it includes the
`length` property in the iteration.
2021-01-27 04:59:36 +00:00
..
locales Localisation updates from https://translatewiki.net. 2021-01-25 18:04:09 +01:00
node openapi: Fix error logging 2021-01-27 04:59:36 +00:00
static contentcollector: Avoid for..in iteration of object properties 2021-01-27 04:59:36 +00:00
templates socket.io: Factor out client connection logic 2020-12-23 16:18:28 -05:00
ep.json socket.io: Disconnect clients when closing HTTP server 2020-12-23 16:18:28 -05:00
etherpad_icon.svg Change favicon to be closer to new style 2020-04-19 18:20:21 +02:00
package-lock.json bugfix: bump ueberdb to 1.2.5 to resolve #4645 which caused a users color not to be persistent 2021-01-23 13:54:50 +00:00
package.json stale code: removed excanvas which was ie support for no canvas 2021-01-26 04:05:54 -05: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