summaryrefslogtreecommitdiff
path: root/lib/web/note (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Inline renderPublishSlideDavid Mehren2019-10-271-8/+4
| | | | Signed-off-by: David Mehren <dmehren1@gmail.com>
* Inline responseCodiMDDavid Mehren2019-10-271-18/+14
| | | | Signed-off-by: David Mehren <dmehren1@gmail.com>
* Inline publish and slideDavid Mehren2019-10-271-10/+2
| | | | Signed-off-by: David Mehren <dmehren1@gmail.com>
* Inline renderPublishDavid Mehren2019-10-271-8/+4
| | | | Signed-off-by: David Mehren <dmehren1@gmail.com>
* Move showPublishNote and publishNoteActions to note controllerDavid Mehren2019-10-275-43/+99
| | | | Signed-off-by: David Mehren <dmehren1@gmail.com>
* Move showNote to note controllerDavid Mehren2019-10-272-105/+19
| | | | Signed-off-by: David Mehren <dmehren1@gmail.com>
* Move note actions into their own fileDavid Mehren2019-10-272-9/+131
| | | | Signed-off-by: David Mehren <dmehren1@gmail.com>
* Rename actions.js to controller.js and rename functions to be more descriptiveDavid Mehren2019-10-272-20/+31
| | | | | | Move postNote to NoteController and rename to createFromPost Signed-off-by: David Mehren <dmehren1@gmail.com>
* Move slide actions to own fileDavid Mehren2019-10-272-2/+86
| | | | 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-273-0/+286
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>