etherpad-lite/src/templates
drebs 39fbc37dd8 index.html: generate unique pad names
Etherpad-lite relies on the user's browser to generate a random pad
name, but the current solution is not safe against collisions. In order
to generate unique pad names, the following modifications are made:

* use a PRNG instead of Math.random() and ensure uniform distribution
  when selecting chars.

* choose the pad name length to achieve a specific number of bits of
  security.

Closes: #3516
2018-11-26 23:07:34 +01:00
..
admin Correctly display plugin list in troubleshooting tab 2018-07-15 23:47:44 +02:00
export_html.html remove license thing from exports 2018-04-04 13:33:46 +01:00
index.html index.html: generate unique pad names 2018-11-26 23:07:34 +01:00
javascript.html javascript license: we cannot assert the license of a custom skin. 2018-08-26 22:28:31 +02:00
pad.html pad.html: add css purpose classes 2018-11-08 21:56:09 +01:00
timeslider.html timeslider.html: import pad.css so the pad will look the same 2018-11-08 21:56:08 +01:00