Sheogorath
c4a618cda4
Update es.json (POEditor.com)
2020-11-27 21:48:09 +01:00
Sheogorath
b8036a19c3
Update sk.json (POEditor.com)
2020-11-27 21:48:07 +01:00
Sheogorath
1cad39c7df
Update sr.json (POEditor.com)
2020-11-27 21:48:05 +01:00
Sheogorath
5c38c6bf82
Update ru.json (POEditor.com)
2020-11-27 21:48:04 +01:00
Sheogorath
9228e3304e
Update pt.json (POEditor.com)
2020-11-27 21:48:02 +01:00
Sheogorath
7efe23c74d
Update pl.json (POEditor.com)
2020-11-27 21:48:00 +01:00
Sheogorath
3e0a8af5e6
Update ml.json (POEditor.com)
2020-11-27 21:47:58 +01:00
Sheogorath
854f827a41
Update ko.json (POEditor.com)
2020-11-27 21:47:57 +01:00
Sheogorath
c85ab03f51
Update ja.json (POEditor.com)
2020-11-27 21:47:55 +01:00
Sheogorath
9ed77b9f9b
Update it.json (POEditor.com)
2020-11-27 21:47:53 +01:00
Sheogorath
3f33cf6853
Update id.json (POEditor.com)
2020-11-27 21:47:51 +01:00
Sheogorath
aa7ba894a1
Update hi.json (POEditor.com)
2020-11-27 21:47:50 +01:00
Sheogorath
c559bf1a22
Update de.json (POEditor.com)
2020-11-27 21:47:48 +01:00
Sheogorath
a6a67f621c
Update fr.json (POEditor.com)
2020-11-27 21:47:46 +01:00
Sheogorath
0e138b1310
Update es.json (POEditor.com)
2020-11-27 21:47:45 +01:00
Sheogorath
66508f637a
Update nl.json (POEditor.com)
2020-11-27 21:47:43 +01:00
Sheogorath
8ed1fbe8e0
Update da.json (POEditor.com)
2020-11-27 21:47:42 +01:00
Sheogorath
b8be1a6a84
Update ca.json (POEditor.com)
2020-11-27 21:47:40 +01:00
Sheogorath
403316b4c8
Update ar.json (POEditor.com)
2020-11-27 21:47:38 +01:00
Sheogorath
cb3c16d5eb
Update hr.json (POEditor.com)
2020-11-27 21:47:36 +01:00
Sheogorath
e9775010e4
Update zh-TW.json (POEditor.com)
2020-11-27 21:47:34 +01:00
Sheogorath
760ed4f00c
Update zh-CN.json (POEditor.com)
2020-11-27 21:47:33 +01:00
Yannick Bungers
d1245f8e0f
Merge pull request #601 from renanqts/master
...
chore: bump AWS SDK from 2.345.0 to 2.521.0
2020-11-27 21:06:20 +01:00
David Mehren
e985c2e694
Merge pull request #599 from hedgedoc/fix/icons
...
Fix shortcut icon urls pointing to old (nonexistent) files
2020-11-27 21:06:07 +01:00
Yannick Bungers
4b28acd9e8
Merge pull request #603 from hedgedoc/feat/new-chat-link
...
Replace references to Matrix room with chat.hedgedoc.org
2020-11-27 21:03:45 +01:00
Yannick Bungers
f7c4aa4b77
Merge pull request #602 from hedgedoc/fix/really-remove-pdf-export
...
Remove reference to nonexisting DOM element
2020-11-27 20:33:27 +01:00
David Mehren
b506db11a0
Replace references to Matrix room with chat.hedgedoc.org
...
Signed-off-by: David Mehren <git@herrmehren.de>
2020-11-27 19:53:26 +01:00
David Mehren
b0e2577fd5
Remove reference to nonexisting DOM element
...
This was missed in #596 and breaks the frontend JS.
Signed-off-by: David Mehren <git@herrmehren.de>
2020-11-27 19:24:43 +01:00
David Mehren
61f54db63e
Merge pull request #596 from hedgedoc/remove-pdf-export-code
...
Remove pdf export code
2020-11-27 18:31:19 +01:00
Renan Rodrigues
709b2c101c
chore: bump AWS SDK from 2.345.0 to 2.521.0
...
Signed-off-by: Renan Rodrigues <renanqts@gmail.com>
2020-11-27 16:44:15 +01:00
Erik Michelson
68c8f2860d
Fixed shortcut icon urls pointing to old (nonexistent) files
...
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
2020-11-27 11:29:34 +01:00
Yannick Bungers
07f72adc54
Merge pull request #598 from hedgedoc/fix/reduce-github-action-runs
...
Limit CI runs to pushes to master and pull requests against master
2020-11-27 09:10:37 +01:00
Yannick Bungers
8f7e11f780
Merge pull request #595 from joachimmathes/oauth2_authorization
...
Add oauth2 authorization roles
2020-11-27 09:09:29 +01:00
Tilman Vatteroth
9fb5dbbd22
Limit CI runs to pushes to master and pull requests against master
...
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
2020-11-26 21:22:03 +01:00
Tilman Vatteroth
97312b5ed3
Remove pdf export code
...
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
2020-11-26 21:09:23 +01:00
David Mehren
66ad73d853
Merge pull request #585 from hedgedoc/ci/prebuild-zip
...
Added zipping and uploading of production builds
2020-11-26 20:08:55 +01:00
Erik Michelson
daf14a51e1
Added zipping and uploading of production builds
...
This extends the 'production build' workflow with uploading the final bundle as an artifact. The bundle is only uploaded on pushes to `master` and with Node.js 14.
Co-authored-by: David Mehren <git@herrmehren.de>
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
Signed-off-by: David Mehren <git@herrmehren.de>
2020-11-25 22:27:01 +01:00
Joachim Mathes
729b387536
Add oauth2 authorization
...
Signed-off-by: Joachim Mathes <joachim_mathes@web.de>
2020-11-25 19:23:55 +01:00
Yannick Bungers
929d4af2b5
Merge pull request #594 from hedgedoc/fix/pr_template
...
updated PR Template
2020-11-21 18:29:22 +01:00
Philip Molares
c7def38ba4
linke to the contribution documentation explicitly
...
Co-authored-by: David Mehren <git@herrmehren.de>
Signed-off-by: Philip Molares <philip.molares@udo.edu>
2020-11-21 16:48:18 +01:00
Philip Molares
bd80099a1a
removed extended changelog
...
Signed-off-by: Philip Molares <philip.molares@udo.edu>
2020-11-21 12:08:53 +01:00
Philip Molares
90883b284d
Update .github/pull_request_template.md
...
Co-authored-by: David Mehren <git@herrmehren.de>
Signed-off-by: Philip Molares <philip.molares@udo.edu>
2020-11-21 12:08:53 +01:00
Philip Molares
54fa38034b
Update .github/pull_request_template.md
...
Co-authored-by: David Mehren <git@herrmehren.de>
Signed-off-by: Philip Molares <philip.molares@udo.edu>
2020-11-21 12:08:47 +01:00
Philip Molares
8dfe4d4a26
Update .github/pull_request_template.md
...
Co-authored-by: David Mehren <git@herrmehren.de>
Signed-off-by: Philip Molares <philip.molares@udo.edu>
2020-11-21 12:08:38 +01:00
Philip Molares
77bfdd5bf7
Update .github/pull_request_template.md
...
Co-authored-by: David Mehren <git@herrmehren.de>
Signed-off-by: Philip Molares <philip.molares@udo.edu>
2020-11-21 12:08:31 +01:00
Philip Molares
9ae7ed611f
changed PR Template to indicate DCO and change handling of unnecessary checkboxes.
...
Signed-off-by: Philip Molares <philip.molares@udo.edu>
2020-11-20 22:14:18 +01:00
David Mehren
3a70f3e32a
Merge pull request #591 from hedgedoc/fix/footer
...
Remove irritating footer files
2020-11-20 20:55:42 +01:00
Yannick Bungers
880af8d4f8
Merge pull request #590 from nils-van-zuijlen/doc/reverse-proxy
...
Add documentation for reverse-proxy use
2020-11-20 20:27:04 +01:00
David Mehren
408722ebc1
Merge pull request #592 from hedgedoc/renovate/copy-webpack-plugin-6.x
...
Update dependency copy-webpack-plugin to v6.3.2
2020-11-20 19:32:33 +01:00
Yannick Bungers
c59d4c7c5c
Merge pull request #593 from hedgedoc/docs/mastodon-button
...
Update account ID for mastodon icon
2020-11-20 16:30:21 +01:00