Added note CRUD to backend

This commit is contained in:
Marcin Kurczewski
2014-10-25 23:04:43 +02:00
parent 5124733ee6
commit f169bef0eb
11 changed files with 251 additions and 7 deletions

View File

@ -35,6 +35,10 @@ App.Auth = function(_, jQuery, util, api, appState, promise) {
changePostRelations: 'changePostRelations',
changePostFlags: 'changePostFlags',
addPostNotes: 'addPostNotes',
editPostNotes: 'editPostNotes',
deletePostNotes: 'deletePostNotes',
listComments: 'listComments',
addComments: 'addComments',
editOwnComments: 'editOwnComments',