<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hedgedoc/public/js/lib/editor, 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>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>
<entry>
<title>Move upload button into toolbar</title>
<updated>2019-03-25T21:33:27+00:00</updated>
<author>
<name>Sheogorath</name>
</author>
<published>2019-03-25T16:41:51+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/hedgedoc/commit/?id=1544b45af5435fde1190634dc44b65ca6ab55238'/>
<id>1544b45af5435fde1190634dc44b65ca6ab55238</id>
<content type='text'>
Currently we have the odd situation to have two toolbars. One inside the
header and one in the editor.

Since we only show the image upload button when the editor is visible we
should move the upload button into the editor toolbar.

This patch does this by adding the image upload button besides the image
tag button.

Signed-off-by: Sheogorath &lt;sheogorath@shivering-isles.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently we have the odd situation to have two toolbars. One inside the
header and one in the editor.

Since we only show the image upload button when the editor is visible we
should move the upload button into the editor toolbar.

This patch does this by adding the image upload button besides the image
tag button.

Signed-off-by: Sheogorath &lt;sheogorath@shivering-isles.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>switching to eslint for code checking</title>
<updated>2018-11-14T22:15:36+00:00</updated>
<author>
<name>Claudius Coenen</name>
</author>
<published>2018-11-14T13:10:14+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/hedgedoc/commit/?id=858a59529e4b99d5c13e6fce8354cd9e9b00a462'/>
<id>858a59529e4b99d5c13e6fce8354cd9e9b00a462</id>
<content type='text'>
most rules degraded to WARN, so we don't go insane. This will
change over time. The aim is to conform to a common style

Signed-off-by: Claudius Coenen &lt;opensource@amenthes.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
most rules degraded to WARN, so we don't go insane. This will
change over time. The aim is to conform to a common style

Signed-off-by: Claudius Coenen &lt;opensource@amenthes.de&gt;
</pre>
</div>
</content>
</entry>
</feed>
