summaryrefslogtreecommitdiff
path: root/lib/web/note/actions.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove pdf export codeTilman Vatteroth2020-11-261-33/+0
| | | | Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
* Move showPublishNote and publishNoteActions to note controllerDavid Mehren2019-10-271-1/+0
| | | | Signed-off-by: David Mehren <dmehren1@gmail.com>
* Move note actions into their own fileDavid Mehren2019-10-271-0/+123
| | | | Signed-off-by: David Mehren <dmehren1@gmail.com>
* Rename actions.js to controller.js and rename functions to be more descriptiveDavid Mehren2019-10-271-187/+0
| | | | | | Move postNote to NoteController and rename to createFromPost Signed-off-by: David Mehren <dmehren1@gmail.com>
* Fix errors constant in note/actions.jsDavid Mehren2019-10-271-7/+7
| | | | Signed-off-by: David Mehren <dmehren1@gmail.com>
* Move note actions to their own file.David Mehren2019-10-271-0/+187
Because of circular import problems, this commit also moves the error messages from response.js to errors.js Signed-off-by: David Mehren <dmehren1@gmail.com>