hedgedoc/lib/web/note
Erik Michelson 833c6d66c5
fix: use nanoid instead of shortid
shortid is deprecated and they recommend nanoid instead.
We're not sure if this has to do with possible name
collisions or enumerability, but to be sure and on the
safe side, we're changing this. nanoid seems quite safe
since it uses node's crypto module underneath.

Signed-off-by: Erik Michelson <github@erik.michelson.eu>
2025-05-09 16:14:50 +02:00
..
actions.js fix: use nanoid instead of shortid 2025-05-09 16:14:50 +02:00
controller.js feat: option to disable note creation 2024-07-21 11:03:35 +02:00
router.js feat: rate-limiting 2025-02-01 21:12:08 +01:00
slide.js Inline renderPublishSlide 2019-10-27 15:50:24 +01:00
util.js feat: option to disable note creation 2024-07-21 11:03:35 +02:00