Added presenter placeholders

This commit is contained in:
Marcin Kurczewski
2014-09-07 19:49:11 +02:00
parent 9a7082c269
commit 2ed9f969f2
17 changed files with 291 additions and 9 deletions

View File

@ -17,6 +17,13 @@ App.Auth = function(jQuery, util, api, appState, promise) {
changeAllPasswords: 'changeAllPasswords',
deleteOwnAccount: 'deleteOwnAccount',
deleteAllAccounts: 'deleteAllAccounts',
listSafePosts: 'listSafePosts',
listSketchyPosts: 'listSketchyPosts',
listUnsafePosts: 'listUnsafePosts',
uploadPosts: 'uploadPosts',
listTags: 'listTags',
};
function loginFromCredentials(userName, password, remember) {