<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hedgedoc/public/js/lib/common, branch cindy</title>
<subtitle>Hedgedoc with support for CindyScript
</subtitle>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/hedgedoc/'/>
<entry>
<title>Linter: Fix all lint errors</title>
<updated>2021-02-15T11:15:14+00:00</updated>
<author>
<name>Philip Molares</name>
</author>
<published>2021-02-15T08:42:51+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/hedgedoc/commit/?id=136d895d155f28c2e75b3af206549acaa2a354ed'/>
<id>136d895d155f28c2e75b3af206549acaa2a354ed</id>
<content type='text'>
Signed-off-by: Philip Molares &lt;philip.molares@udo.edu&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Philip Molares &lt;philip.molares@udo.edu&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add config option for cookie SameSite policy</title>
<updated>2020-08-27T00:04:49+00:00</updated>
<author>
<name>Erik Michelson</name>
</author>
<published>2020-08-27T00:04:49+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/hedgedoc/commit/?id=824f910bfe39b8d789ca3edcfca44b66f603a81c'/>
<id>824f910bfe39b8d789ca3edcfca44b66f603a81c</id>
<content type='text'>
Signed-off-by: Erik Michelson &lt;github@erik.michelson.eu&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Erik Michelson &lt;github@erik.michelson.eu&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Set all cookies with sameSite: strict</title>
<updated>2020-06-08T13:27:31+00:00</updated>
<author>
<name>David Mehren</name>
</author>
<published>2020-06-08T13:27:31+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/hedgedoc/commit/?id=e77e7b165ac4920290015ec4b95e651730009edc'/>
<id>e77e7b165ac4920290015ec4b95e651730009edc</id>
<content type='text'>
Modern browsers do not support (or will stop supporting) sameSite: none (or no sameSite attribute) without the Secure flag. As we don't want everyone to be able to make requests with our cookies anyway, this commit sets sameSite to strict. See https://developer.mozilla.org/de/docs/Web/HTTP/Headers/Set-Cookie/SameSite

Signed-off-by: David Mehren &lt;dmehren1@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Modern browsers do not support (or will stop supporting) sameSite: none (or no sameSite attribute) without the Secure flag. As we don't want everyone to be able to make requests with our cookies anyway, this commit sets sameSite to strict. See https://developer.mozilla.org/de/docs/Web/HTTP/Headers/Set-Cookie/SameSite

Signed-off-by: David Mehren &lt;dmehren1@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>linkifyHeaderStyle needs no string-ification; is already str.</title>
<updated>2019-10-30T16:46:04+00:00</updated>
<author>
<name>hoijui</name>
</author>
<published>2019-10-22T15:12:47+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/hedgedoc/commit/?id=47009805b3e0cf3dd59999900f81e6a638868e35'/>
<id>47009805b3e0cf3dd59999900f81e6a638868e35</id>
<content type='text'>
Co-Authored-By: Yukai Huang &lt;yukaihuangtw@gmail.com&gt;
Signed-off-by: hoijui &lt;hoijui.quaero@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-Authored-By: Yukai Huang &lt;yukaihuangtw@gmail.com&gt;
Signed-off-by: hoijui &lt;hoijui.quaero@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow to generate lower case header references through the config</title>
<updated>2019-10-22T07:05:37+00:00</updated>
<author>
<name>hoijui</name>
</author>
<published>2019-10-21T20:10:06+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/hedgedoc/commit/?id=e654ca8a3130108a6616131e35524d8f50d80ed0'/>
<id>e654ca8a3130108a6616131e35524d8f50d80ed0</id>
<content type='text'>
This makes the references consistent/compatible with GitHub,
GitLab, Pandoc and many other tools.

This behavior can be enabled in config.json with:

```
"linkifyHeaderStyle": "gfm"
```

Signed-off-by: hoijui &lt;hoijui.quaero@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes the references consistent/compatible with GitHub,
GitLab, Pandoc and many other tools.

This behavior can be enabled in config.json with:

```
"linkifyHeaderStyle": "gfm"
```

Signed-off-by: hoijui &lt;hoijui.quaero@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix eslint warnings</title>
<updated>2019-05-30T22:30:29+00:00</updated>
<author>
<name>Sheogorath</name>
</author>
<published>2019-05-30T22:27:56+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/hedgedoc/commit/?id=4da68597f701376307fe8849ed57edd3a80833ed'/>
<id>4da68597f701376307fe8849ed57edd3a80833ed</id>
<content type='text'>
Since we are about to release it's time to finally fix our linting. This
patch basically runs eslint --fix and does some further manual fixes.
Also it sets up eslint to fail on every warning on order to make
warnings visable in the CI process.

There should no functional change be introduced.

Signed-off-by: Sheogorath &lt;sheogorath@shivering-isles.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since we are about to release it's time to finally fix our linting. This
patch basically runs eslint --fix and does some further manual fixes.
Also it sets up eslint to fail on every warning on order to make
warnings visable in the CI process.

There should no functional change be introduced.

Signed-off-by: Sheogorath &lt;sheogorath@shivering-isles.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Removing google drive integration</title>
<updated>2018-05-15T23:34:55+00:00</updated>
<author>
<name>Sheogorath</name>
</author>
<published>2018-05-15T23:19:44+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/hedgedoc/commit/?id=ad69c5017b28f333bb5ed9a3ee20d95c92d7c046'/>
<id>ad69c5017b28f333bb5ed9a3ee20d95c92d7c046</id>
<content type='text'>
It's sad but it's not working. For multiple releases this should be
already broken which shows how often it's used.

As there is also a security issue related to that, it's better to
remove the feature completely. Whoever wants to rewrite it, feel free to
go.

This commit removes the Google Drive integration from HackMD's Frontend
editor and this way removes the need to provide any API key and Client
ID in the frontend.

Signed-off-by: Sheogorath &lt;sheogorath@shivering-isles.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's sad but it's not working. For multiple releases this should be
already broken which shows how often it's used.

As there is also a security issue related to that, it's better to
remove the feature completely. Whoever wants to rewrite it, feel free to
go.

This commit removes the Google Drive integration from HackMD's Frontend
editor and this way removes the need to provide any API key and Client
ID in the frontend.

Signed-off-by: Sheogorath &lt;sheogorath@shivering-isles.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow more detailed configuration of upload mime types</title>
<updated>2018-01-20T14:16:53+00:00</updated>
<author>
<name>Sheogorath</name>
</author>
<published>2018-01-20T14:08:31+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/hedgedoc/commit/?id=a7935a595a6d482aaefb5a3c9fa0600adf2d2c5b'/>
<id>a7935a595a6d482aaefb5a3c9fa0600adf2d2c5b</id>
<content type='text'>
Fixes #637

Signed-off-by: Sheogorath &lt;sheogorath@shivering-isles.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #637

Signed-off-by: Sheogorath &lt;sheogorath@shivering-isles.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to generate front-end constants on server startup</title>
<updated>2017-03-19T17:39:09+00:00</updated>
<author>
<name>Wu Cheng-Han</name>
</author>
<published>2017-03-19T17:39:09+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/hedgedoc/commit/?id=448b0061945b65dc36c08eaf6752060600d5895d'/>
<id>448b0061945b65dc36c08eaf6752060600d5895d</id>
<content type='text'>
To avoid extra webpacking on changing configs and follow the 12 factor app
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To avoid extra webpacking on changing configs and follow the 12 factor app
</pre>
</div>
</content>
</entry>
<entry>
<title>Use JavaScript Standard Style (part 2)</title>
<updated>2017-03-08T18:41:05+00:00</updated>
<author>
<name>BoHong Li</name>
</author>
<published>2017-03-08T18:41:05+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/hedgedoc/commit/?id=5bc642d02e8955b200bb21cf30e863fdf0c53765'/>
<id>5bc642d02e8955b200bb21cf30e863fdf0c53765</id>
<content type='text'>
Fixed all fail on frontend code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed all fail on frontend code.
</pre>
</div>
</content>
</entry>
</feed>
