<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hedgedoc/lib/web/note, branch cindy</title>
<subtitle>Hedgedoc with support for CindyScript
</subtitle>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/hedgedoc/'/>
<entry>
<title>Add better logging messages</title>
<updated>2021-03-29T21:07:11+00:00</updated>
<author>
<name>Erik Michelson</name>
</author>
<published>2021-03-29T21:07:11+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/hedgedoc/commit/?id=dcea082286ce5c41e50f70820c065c677a176fc7'/>
<id>dcea082286ce5c41e50f70820c065c677a176fc7</id>
<content type='text'>
Signed-off-by: Erik Michelson &lt;opensource@erik.michelson.eu&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Erik Michelson &lt;opensource@erik.michelson.eu&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Check for existing notes on POST and dont override them</title>
<updated>2021-03-29T21:00:34+00:00</updated>
<author>
<name>Erik Michelson</name>
</author>
<published>2021-03-29T21:00:34+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/hedgedoc/commit/?id=124b06425214921c30a88e44a139b1cc8ca15b45'/>
<id>124b06425214921c30a88e44a139b1cc8ca15b45</id>
<content type='text'>
Previously one could override notes in FreeURL-mode by sending multiple POST requests to the /new/&lt;alias&gt; endpoint. This commit adds a check for an already existing note with the requested alias and returns a HTTP 409 Conflict error in case that happens.

Signed-off-by: Erik Michelson &lt;opensource@erik.michelson.eu&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously one could override notes in FreeURL-mode by sending multiple POST requests to the /new/&lt;alias&gt; endpoint. This commit adds a check for an already existing note with the requested alias and returns a HTTP 409 Conflict error in case that happens.

Signed-off-by: Erik Michelson &lt;opensource@erik.michelson.eu&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add HTTP 404 error on non-existent note downloads</title>
<updated>2021-02-17T21:02:47+00:00</updated>
<author>
<name>Erik Michelson</name>
</author>
<published>2021-02-17T21:02:47+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/hedgedoc/commit/?id=7e597226ecb562ae7ca70a5aec9d37c42405aa54'/>
<id>7e597226ecb562ae7ca70a5aec9d37c42405aa54</id>
<content type='text'>
When FreeURL mode is enabled and you called the /download route, the note was created and the user redirected to the blank note.
This is caused because the findNote method automatically creates a note when no existing one is found.
This commit adds a new parameter to the findNote method which allows to disable this behaviour. In that case a HTTP 404 error will be returned.

Signed-off-by: Erik Michelson &lt;github@erik.michelson.eu&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When FreeURL mode is enabled and you called the /download route, the note was created and the user redirected to the blank note.
This is caused because the findNote method automatically creates a note when no existing one is found.
This commit adds a new parameter to the findNote method which allows to disable this behaviour. In that case a HTTP 404 error will be returned.

Signed-off-by: Erik Michelson &lt;github@erik.michelson.eu&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add config option which requires authentication in FreeURL mode</title>
<updated>2021-01-22T15:52:49+00:00</updated>
<author>
<name>Nicolas Dietrich</name>
</author>
<published>2021-01-22T15:47:47+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/hedgedoc/commit/?id=497569fee4a841b13ed1606ca54f269162d3fa62'/>
<id>497569fee4a841b13ed1606ca54f269162d3fa62</id>
<content type='text'>
This mitigates unintended note creation by bots or humans through a
simple GET call.

See discussion in #754.

Signed-off-by: Nicolas Dietrich &lt;nidi@mailbox.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This mitigates unintended note creation by bots or humans through a
simple GET call.

See discussion in #754.

Signed-off-by: Nicolas Dietrich &lt;nidi@mailbox.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor refactoring of freeURL condition check</title>
<updated>2021-01-22T15:52:49+00:00</updated>
<author>
<name>Nicolas Dietrich</name>
</author>
<published>2021-01-22T14:36:47+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/hedgedoc/commit/?id=3331c0947cb6d63ce7f2846c38d5a7b82960b2eb'/>
<id>3331c0947cb6d63ce7f2846c38d5a7b82960b2eb</id>
<content type='text'>
Signed-off-by: Nicolas Dietrich &lt;nidi@mailbox.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Nicolas Dietrich &lt;nidi@mailbox.org&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>Replace CodiMD with HedgeDoc</title>
<updated>2020-11-14T20:18:36+00:00</updated>
<author>
<name>Erik Michelson</name>
</author>
<published>2020-07-02T15:22:52+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/hedgedoc/commit/?id=b28839484d120c04c5a06e7f8318650c78ab195b'/>
<id>b28839484d120c04c5a06e7f8318650c78ab195b</id>
<content type='text'>
Signed-off-by: Erik Michelson &lt;github@erik.michelson.eu&gt;
Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&gt;

Rename to HedgeDoc: References in public/views

Signed-off-by: David Mehren &lt;git@herrmehren.de&gt;
Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&gt;

Rename to HedgeDoc: Update links in README

Signed-off-by: David Mehren &lt;git@herrmehren.de&gt;
Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&gt;

Rename to HedgeDoc: Update links in SECURITY.md

Signed-off-by: David Mehren &lt;git@herrmehren.de&gt;
Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&gt;

Rename to HedgeDoc: Update links in LICENSE

Signed-off-by: David Mehren &lt;git@herrmehren.de&gt;
Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&gt;

Rename to HedgeDoc: Update links in docs/configuration.md

Signed-off-by: David Mehren &lt;git@herrmehren.de&gt;
Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&gt;

Rename to HedgeDoc: Update links in bin/setup

Signed-off-by: David Mehren &lt;git@herrmehren.de&gt;
Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&gt;

Rename to HedgeDoc: References in docs/guides

Signed-off-by: David Mehren &lt;git@herrmehren.de&gt;
Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&gt;

Rename to HedgeDoc: References in docs/dev

Signed-off-by: David Mehren &lt;git@herrmehren.de&gt;
Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&gt;

Rename to HedgeDoc: References in docs/guides/auth

Signed-off-by: David Mehren &lt;git@herrmehren.de&gt;
Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&gt;

Rename to HedgeDoc: References in docs/setup

Signed-off-by: David Mehren &lt;git@herrmehren.de&gt;
Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&gt;

Rename to HedgeDoc: Update various links in code to the new GitHub org.

Signed-off-by: David Mehren &lt;git@herrmehren.de&gt;
Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&gt;

Rename to HedgeDoc: codiMDVersion.js is now hedgeDocVersion.js

Signed-off-by: David Mehren &lt;git@herrmehren.de&gt;
Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&gt;

Rename to HedgeDoc: References in docs/setup/yunohost

Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&gt;

Rebrand to HedgeDoc: Add banner and logo

Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&gt;

Rename to HedgeDoc: Update links in docs/guides/migrate-etherpad

Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&gt;

Rename to HedgeDoc: Remove note in docs/guides/auth/github

Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&gt;

Rename to HedgeDoc: Replace links in public/docs/features

Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&gt;

Rename to HedgeDoc: Add todo placeholder in docs/history

Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&gt;

Rename to HedgeDoc: Replace github link in public/views/index/body

Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&gt;

Rename to HedgeDoc: Replace github link in README

Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&gt;

Rename to HedgeDoc: Add logo to README

Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&gt;

Rename to HedgeDoc: Add note about the renaming to the front page

Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&gt;

Removed Travis from README.md and change CodiMD to HedgeDoc in some places

Signed-off-by: Yannick Bungers &lt;git@innay.de&gt;

Some more renaming to HedgeDoc
- Fixed capitalization of HedgeDoc
- Added renaming for etherpad migration doc

Signed-off-by: Yannick Bungers &lt;git@innay.de&gt;

Changed Repo name to hedgedoc

Signed-off-by: Yannick Bungers &lt;git@innay.de&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;
Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&gt;

Rename to HedgeDoc: References in public/views

Signed-off-by: David Mehren &lt;git@herrmehren.de&gt;
Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&gt;

Rename to HedgeDoc: Update links in README

Signed-off-by: David Mehren &lt;git@herrmehren.de&gt;
Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&gt;

Rename to HedgeDoc: Update links in SECURITY.md

Signed-off-by: David Mehren &lt;git@herrmehren.de&gt;
Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&gt;

Rename to HedgeDoc: Update links in LICENSE

Signed-off-by: David Mehren &lt;git@herrmehren.de&gt;
Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&gt;

Rename to HedgeDoc: Update links in docs/configuration.md

Signed-off-by: David Mehren &lt;git@herrmehren.de&gt;
Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&gt;

Rename to HedgeDoc: Update links in bin/setup

Signed-off-by: David Mehren &lt;git@herrmehren.de&gt;
Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&gt;

Rename to HedgeDoc: References in docs/guides

Signed-off-by: David Mehren &lt;git@herrmehren.de&gt;
Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&gt;

Rename to HedgeDoc: References in docs/dev

Signed-off-by: David Mehren &lt;git@herrmehren.de&gt;
Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&gt;

Rename to HedgeDoc: References in docs/guides/auth

Signed-off-by: David Mehren &lt;git@herrmehren.de&gt;
Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&gt;

Rename to HedgeDoc: References in docs/setup

Signed-off-by: David Mehren &lt;git@herrmehren.de&gt;
Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&gt;

Rename to HedgeDoc: Update various links in code to the new GitHub org.

Signed-off-by: David Mehren &lt;git@herrmehren.de&gt;
Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&gt;

Rename to HedgeDoc: codiMDVersion.js is now hedgeDocVersion.js

Signed-off-by: David Mehren &lt;git@herrmehren.de&gt;
Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&gt;

Rename to HedgeDoc: References in docs/setup/yunohost

Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&gt;

Rebrand to HedgeDoc: Add banner and logo

Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&gt;

Rename to HedgeDoc: Update links in docs/guides/migrate-etherpad

Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&gt;

Rename to HedgeDoc: Remove note in docs/guides/auth/github

Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&gt;

Rename to HedgeDoc: Replace links in public/docs/features

Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&gt;

Rename to HedgeDoc: Add todo placeholder in docs/history

Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&gt;

Rename to HedgeDoc: Replace github link in public/views/index/body

Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&gt;

Rename to HedgeDoc: Replace github link in README

Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&gt;

Rename to HedgeDoc: Add logo to README

Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&gt;

Rename to HedgeDoc: Add note about the renaming to the front page

Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&gt;

Removed Travis from README.md and change CodiMD to HedgeDoc in some places

Signed-off-by: Yannick Bungers &lt;git@innay.de&gt;

Some more renaming to HedgeDoc
- Fixed capitalization of HedgeDoc
- Added renaming for etherpad migration doc

Signed-off-by: Yannick Bungers &lt;git@innay.de&gt;

Changed Repo name to hedgedoc

Signed-off-by: Yannick Bungers &lt;git@innay.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Save note title to database when creating a note</title>
<updated>2020-11-11T20:24:55+00:00</updated>
<author>
<name>David Mehren</name>
</author>
<published>2020-11-11T20:24:55+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/hedgedoc/commit/?id=9dd74da17f10eb90318a2c2053d05061c3b9df45'/>
<id>9dd74da17f10eb90318a2c2053d05061c3b9df45</id>
<content type='text'>
Currently, when creating a note with content via the API, a title is only saved to the database after visiting the note with the browser. This commit makes sure that a title is saved at creation time.

Closes #306

Signed-off-by: David Mehren &lt;git@herrmehren.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently, when creating a note with content via the API, a title is only saved to the database after visiting the note with the browser. This commit makes sure that a title is saved at creation time.

Closes #306

Signed-off-by: David Mehren &lt;git@herrmehren.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed meta parsing of lang-attribute for using it in the published-view</title>
<updated>2020-07-04T01:37:19+00:00</updated>
<author>
<name>Erik Michelson</name>
</author>
<published>2020-07-04T01:37:19+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/hedgedoc/commit/?id=e4214f32a043acf186b91126a7f9e5f5ab1e4b14'/>
<id>e4214f32a043acf186b91126a7f9e5f5ab1e4b14</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>Added dynamic lang-attr to pretty.ejs</title>
<updated>2020-07-02T22:06:03+00:00</updated>
<author>
<name>Erik Michelson</name>
</author>
<published>2020-07-02T22:06:03+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/hedgedoc/commit/?id=ee4210a5115e29d02bb1ae8fc6297c2c318eb24b'/>
<id>ee4210a5115e29d02bb1ae8fc6297c2c318eb24b</id>
<content type='text'>
CodiMD currently only uses the 'lang' attribute in YAML-metadata of a note for setting certain js-elements of the markdown-renderer. This commit adds the chosen lang into the published version of a note.

Signed-off-by: Erik Michelson &lt;github@erik.michelson.eu&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CodiMD currently only uses the 'lang' attribute in YAML-metadata of a note for setting certain js-elements of the markdown-renderer. This commit adds the chosen lang into the published version of a note.

Signed-off-by: Erik Michelson &lt;github@erik.michelson.eu&gt;
</pre>
</div>
</content>
</entry>
</feed>
