hedgedoc/lib/web
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
..
auth feat(saml): add config options to set required signings 2025-04-09 21:49:00 +02:00
imageRouter fix(minio): metadata as object not string 2024-06-20 21:58:17 +02:00
middleware feat: rate-limiting 2025-02-01 21:12:08 +01:00
note fix: use nanoid instead of shortid 2025-05-09 16:14:50 +02:00
baseRouter.js Move note actions to their own file. 2019-10-27 13:51:53 +01:00
historyRouter.js Fix eslint warnings 2019-05-31 00:30:29 +02:00
statusRouter.js enhancement(metrics): allow disabling via config option 2023-06-04 21:03:46 +02:00
userRouter.js fix(user-export): sanitize filenames in zip properly 2022-11-27 20:51:37 +01:00
utils.js Allow posting new note with content 2018-01-18 10:41:58 +01:00