<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hedgedoc/public/js/lib, branch cindy</title>
<subtitle>Hedgedoc with support for CindyScript
</subtitle>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/hedgedoc/'/>
<entry>
<title>Fix insertOnStartOfLines behaviour</title>
<updated>2021-05-05T20:57:49+00:00</updated>
<author>
<name>David Mehren</name>
</author>
<published>2021-05-05T20:57:49+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/hedgedoc/commit/?id=e4b2b6ff73b0f2132c93f242ddf6143cc03a9619'/>
<id>e4b2b6ff73b0f2132c93f242ddf6143cc03a9619</id>
<content type='text'>
A bug in insertOnStartOfLines lead to duplicated text,
if the cursor was not at the start of a line.

This fixes the behaviour of insertOnStartOfLines to always use
the complete first and last line of the selection,
even if they were only partially selected.

Fixes #1231

Signed-off-by: David Mehren &lt;git@herrmehren.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A bug in insertOnStartOfLines lead to duplicated text,
if the cursor was not at the start of a line.

This fixes the behaviour of insertOnStartOfLines to always use
the complete first and last line of the selection,
even if they were only partially selected.

Fixes #1231

Signed-off-by: David Mehren &lt;git@herrmehren.de&gt;
</pre>
</div>
</content>
</entry>
<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>Remove pdf export code</title>
<updated>2020-11-26T20:09:23+00:00</updated>
<author>
<name>Tilman Vatteroth</name>
</author>
<published>2020-11-26T19:52:57+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/hedgedoc/commit/?id=97312b5ed3db8e5967184fc2f693a47dcba091f5'/>
<id>97312b5ed3db8e5967184fc2f693a47dcba091f5</id>
<content type='text'>
Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&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>Fix toolbar day mode</title>
<updated>2019-05-12T18:15:46+00:00</updated>
<author>
<name>Pedro Ferreira</name>
</author>
<published>2019-04-12T09:45:44+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/hedgedoc/commit/?id=26dacde9591b4994529d8f536712b797cef5a36f'/>
<id>26dacde9591b4994529d8f536712b797cef5a36f</id>
<content type='text'>
Also moved the code to SCSS

Signed-off-by: Pedro Ferreira &lt;pedro@dete.st&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also moved the code to SCSS

Signed-off-by: Pedro Ferreira &lt;pedro@dete.st&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Make upload button respect night mode</title>
<updated>2019-05-12T18:15:46+00:00</updated>
<author>
<name>Pedro Ferreira</name>
</author>
<published>2019-04-12T08:44:40+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/hedgedoc/commit/?id=1801febfe6055102e8a55b98ada6130faa9de6b6'/>
<id>1801febfe6055102e8a55b98ada6130faa9de6b6</id>
<content type='text'>
Also set a title in the input field, so that the file name doesn't show
up.

Signed-off-by: Pedro Ferreira &lt;pedro@dete.st&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also set a title in the input field, so that the file name doesn't show
up.

Signed-off-by: Pedro Ferreira &lt;pedro@dete.st&gt;
</pre>
</div>
</content>
</entry>
</feed>
