summaryrefslogtreecommitdiff
path: root/lib/web/note (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-29Add better logging messagesErik Michelson1-2/+2
2021-03-29Check for existing notes on POST and dont override themErik Michelson1-1/+14
2021-02-17Add HTTP 404 error on non-existent note downloadsErik Michelson2-3/+6
2021-01-22Add config option which requires authentication in FreeURL modeNicolas Dietrich1-1/+1
2021-01-22Minor refactoring of freeURL condition checkNicolas Dietrich1-4/+6
2020-11-26Remove pdf export codeTilman Vatteroth2-41/+0
2020-11-14Replace CodiMD with HedgeDocErik Michelson1-1/+1
2020-11-11Save note title to database when creating a noteDavid Mehren1-1/+2
2020-07-04Fixed meta parsing of lang-attribute for using it in the published-viewErik Michelson1-1/+1
2020-07-03Added dynamic lang-attr to pretty.ejsErik Michelson1-0/+1
2020-04-28findNoteOrCreate: Create new note with empty string instead of `null`Sandro1-1/+1
2020-03-21Backport Fix for relative theme pathSheogorath1-1/+1
2019-10-27Inline renderPublishSlideDavid Mehren1-8/+4
2019-10-27Inline responseCodiMDDavid Mehren1-18/+14
2019-10-27Inline publish and slideDavid Mehren1-10/+2
2019-10-27Inline renderPublishDavid Mehren1-8/+4
2019-10-27Move showPublishNote and publishNoteActions to note controllerDavid Mehren5-43/+99
2019-10-27Move showNote to note controllerDavid Mehren2-105/+19
2019-10-27Move note actions into their own fileDavid Mehren2-9/+131
2019-10-27Rename actions.js to controller.js and rename functions to be more descriptiveDavid Mehren2-20/+31
2019-10-27Move slide actions to own fileDavid Mehren2-2/+86
2019-10-27Fix errors constant in note/actions.jsDavid Mehren1-7/+7
2019-10-27Move note actions to their own file.David Mehren3-0/+286