hedgedoc/lib/web
David Mehren 9dd74da17f
Save note title to database when creating a note
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 <git@herrmehren.de>
2020-11-11 21:24:55 +01:00
..
auth Generic OAuth2: Set state: true 2020-10-22 22:50:34 +02:00
imageRouter Merge pull request #213 from davidmehren/refactor_backend_notes 2019-11-20 20:07:35 +01:00
middleware Move note actions to their own file. 2019-10-27 13:51:53 +01:00
note Save note title to database when creating a note 2020-11-11 21:24:55 +01:00
baseRouter.js Move note actions to their own file. 2019-10-27 13:51:53 +01:00
historyRouter.js Fix eslint warnings 2019-05-31 00:30:29 +02:00
statusRouter.js Add config option for cookie SameSite policy 2020-08-27 02:04:49 +02:00
userRouter.js Move note actions to their own file. 2019-10-27 13:51:53 +01:00
utils.js Allow posting new note with content 2018-01-18 10:41:58 +01:00