Commit graph

4372 commits

Author SHA1 Message Date
renovate[bot]
945c609343
chore(deps): update dependency less to v4.2.1 (master) (#5895)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-18 23:07:46 +00:00
renovate[bot]
ba8cf505e0
chore(deps): update dependency jquery-ui to v1.14.1 (master) (#5894)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-18 23:07:31 +00:00
renovate[bot]
93581a0c13
chore(deps): update dependency eslint to v8.57.1 (master) (#5893)
Some checks are pending
Build & run tests / Node 22 (push) Waiting to run
Build & run tests / Node 18 (push) Waiting to run
Build & run tests / Node 20 (push) Waiting to run
Lint / Lint files (push) Waiting to run
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-18 19:31:01 +00:00
renovate[bot]
8837b5344e
chore(deps): update dependency abcjs to v6.4.4 (master) (#5892)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-18 19:30:50 +00:00
renovate[bot]
fa7cf5d611
chore(deps): update actions/setup-node action to v4.0.4 (master) (#5891)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-18 19:21:35 +00:00
Dominik Rimpf
980bc71a65 fix(csp): allow 'data:' images in pads
Signed-off-by: Dominik Rimpf <dev@drimpf.de>
2024-12-18 19:09:05 +01:00
Lautaro Alvarez
4fdab806a3
fix(oauth2): Fix crash when profile fields are missing (#5850)
Some checks failed
Build & run tests / Node 18 (push) Has been cancelled
Build & run tests / Node 20 (push) Has been cancelled
Build & run tests / Node 22 (push) Has been cancelled
Lint / Lint files (push) Has been cancelled
Co-authored-by: Lautaro Alvarez <lautaro@grava.digital>
2024-11-01 15:21:10 +01:00
renovate[bot]
0f06adb9c7 fix(deps): update dependency express to v4.20.0 [security]
Some checks failed
Lint / Lint files (push) Has been cancelled
Build & run tests / Node 18 (push) Has been cancelled
Build & run tests / Node 20 (push) Has been cancelled
Build & run tests / Node 22 (push) Has been cancelled
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-12 16:19:05 +02:00
renovate[bot]
d0b722570d fix(deps): update dependency body-parser to v1.20.3 [security]
Some checks are pending
Build & run tests / Node 22 (push) Waiting to run
Build & run tests / Node 18 (push) Waiting to run
Build & run tests / Node 20 (push) Waiting to run
Lint / Lint files (push) Waiting to run
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-11 19:33:39 +00:00
renovate[bot]
d8e82aa691 chore(deps): lock file maintenance
Some checks failed
Build & run tests / Node 18 (push) Has been cancelled
Build & run tests / Node 20 (push) Has been cancelled
Build & run tests / Node 22 (push) Has been cancelled
Lint / Lint files (push) Has been cancelled
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-01 16:10:06 +00:00
renovate[bot]
fa6fb45948 chore(deps): update dependency mkdocs-material to v9.5.34
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-01 16:08:46 +00:00
David Mehren
97972f77ec Bump version to 1.10.0
Signed-off-by: David Mehren <git@herrmehren.de>
2024-09-01 16:38:46 +02:00
David Mehren
28c08c297f Update release notes for 1.10.0
Signed-off-by: David Mehren <git@herrmehren.de>
2024-09-01 16:38:46 +02:00
David Mehren
266bc4ae8a Update AUTHORS file
Signed-off-by: David Mehren <git@herrmehren.de>
2024-09-01 16:38:46 +02:00
David Mehren
3f79374619 Import translations from POEditor
Signed-off-by: David Mehren <git@herrmehren.de>
2024-09-01 16:38:46 +02:00
David Mehren
60325bba49 Fix anchor links dropping query parameter
Signed-off-by: David Mehren <git@herrmehren.de>
2024-09-01 16:38:46 +02:00
David Mehren
28c01f4a6b Update yarn.lock
Signed-off-by: David Mehren <git@herrmehren.de>
2024-09-01 16:38:46 +02:00
David Mehren
380587b7fd Ensure case-sensitive DB queries on MySQL/MariaDB
MySQLs string comparisons are case-insensitive by default.
This allows to hide notes by creating a new note with an alias that
equals the lower-cased alias of another note.
The new note is returned first by MySQL, so the original one is not
accessible anymore.

This fixes the problem by using an explicit binary comparison in the
affected queries.

See https://dev.mysql.com/doc/refman/8.0/en/case-sensitivity.html

Signed-off-by: David Mehren <git@herrmehren.de>
2024-09-01 13:54:18 +02:00
David Mehren
c543dc1f23 fix: anchor links
Some checks are pending
Build & run tests / Node 20 (push) Waiting to run
Build & run tests / Node 18 (push) Waiting to run
Build & run tests / Node 22 (push) Waiting to run
Lint / Lint files (push) Waiting to run
Signed-off-by: David Mehren <git@herrmehren.de>
2024-09-01 11:09:57 +02:00
David Mehren
1b91232909 fix: anchor links
Signed-off-by: David Mehren <git@herrmehren.de>
2024-09-01 11:09:57 +02:00
David Mehren
1f8f09c539 fix(deps): use meta-marked from NPM
Some checks are pending
Build & run tests / Node 18 (push) Waiting to run
Build & run tests / Node 20 (push) Waiting to run
Build & run tests / Node 22 (push) Waiting to run
Lint / Lint files (push) Waiting to run
Signed-off-by: David Mehren <git@herrmehren.de>
2024-08-31 18:44:35 +02:00
renovate[bot]
4bcc5de223 fix(deps): update dependency aws-sdk to v2.1687.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-31 17:21:05 +02:00
David Mehren
9baba11abb fix(deps): update webpack to 4.47.0
Signed-off-by: David Mehren <git@herrmehren.de>
2024-08-31 17:17:02 +02:00
David Mehren
3dfe9722c9 chore(ci): add Node 22
Signed-off-by: David Mehren <git@herrmehren.de>
2024-08-31 17:17:02 +02:00
David Mehren
4a0025d5bf fix(deps): update yarn.lock
Signed-off-by: David Mehren <git@herrmehren.de>
2024-08-31 17:17:02 +02:00
David Mehren
6f5ba6a04e fix(deps): update meta-marked
Signed-off-by: David Mehren <git@herrmehren.de>
2024-08-31 17:17:02 +02:00
David Mehren
ef7373f744 fix(auth): exclude returnTo from passport reset
We patch passport with the code from https://github
.com/jaredhanson/passport/pull/941,
which excludes session.returnTo from reset on login.

Fixes https://github.com/hedgedoc/hedgedoc/issues/4466

Co-authored-by: Graham White <graham_alton@hotmail.com>
Signed-off-by: David Mehren <git@herrmehren.de>
2024-08-31 17:17:02 +02:00
David Mehren
c5fa3bcfc4 fix(deps): update yarn to 4.4.1
Signed-off-by: David Mehren <git@herrmehren.de>
2024-08-31 17:17:02 +02:00
renovate[bot]
27581051f8 chore(deps): update dependency mkdocs to v1.6.1
Some checks are pending
Build & run tests / Node 18 (push) Waiting to run
Build & run tests / Node 20 (push) Waiting to run
Lint / Lint files (push) Waiting to run
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-30 15:31:40 +00:00
renovate[bot]
6d6c833d5a fix(deps): update dependency aws-sdk to v2.1686.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-30 17:26:05 +02:00
renovate[bot]
735c359b21 chore(deps): lock file maintenance
Some checks are pending
Build & run tests / Node 18 (push) Waiting to run
Build & run tests / Node 20 (push) Waiting to run
Lint / Lint files (push) Waiting to run
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
2024-08-29 09:56:29 +00:00
Erik Michelson
88524a04db
fix(deps): remove duplicate package.json entry
Some checks are pending
Build & run tests / Node 18 (push) Waiting to run
Build & run tests / Node 20 (push) Waiting to run
Lint / Lint files (push) Waiting to run
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
2024-08-28 23:56:55 +02:00
renovate[bot]
bc6cf9f52c fix(deps): update dependency passport-oauth2 to v1.8.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-28 23:28:50 +02:00
renovate[bot]
df961fe856 chore(deps): update dependency mocha to v10.7.3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-28 23:15:36 +02:00
renovate[bot]
5e5d3039f0 chore(deps): update dependency pymdown-extensions to v10.9
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-28 23:13:42 +02:00
renovate[bot]
7e1dde35ba chore(deps): update dependency mkdocs to v1.6.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-28 23:13:06 +02:00
renovate[bot]
aacc788ac9 fix(deps): update dependency validator to v13.12.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-28 23:11:03 +02:00
renovate[bot]
25f526692e fix(deps): update dependency pdfobject to v2.3.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-28 23:03:53 +02:00
renovate[bot]
05c4928766 fix(deps): update dependency winston to v3.14.2
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-28 23:01:10 +02:00
renovate[bot]
58c8871a47 fix(deps): update dependency mariadb to v3.3.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-28 23:00:23 +02:00
renovate[bot]
271289da7a fix(deps): update dependency mysql2 to v3.11.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-28 22:59:42 +02:00
renovate[bot]
16bc9f42d8 fix(deps): update dependency pg to v8.12.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-28 22:58:40 +02:00
renovate[bot]
dc87e98f49 fix(deps): update dependency aws-sdk to v2.1685.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-28 22:57:58 +02:00
renovate[bot]
cba54d1c3a chore(deps): update linters
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-28 22:57:20 +02:00
renovate[bot]
01d097bcea chore(deps): update dependency jquery-ui to v1.14.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-28 22:55:49 +02:00
renovate[bot]
b0cfe68726 chore(deps): update dependency abcjs to v6.4.2
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-28 22:49:26 +02:00
renovate[bot]
7a63ef2bf7 chore(deps): update dependency turndown to v7.2.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-28 22:48:45 +02:00
renovate[bot]
2481c6ee84 fix(deps): update dependency socket.io to v2.5.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-28 20:44:04 +00:00
renovate[bot]
93557626db fix(deps): update dependency rimraf to v5.0.10
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-28 20:43:52 +00:00
renovate[bot]
873750a852 fix(deps): update dependency prom-client to v15.1.3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-28 20:43:38 +00:00