Implemented post uploads (closed #11)

This commit is contained in:
Marcin Kurczewski
2014-09-15 11:38:24 +02:00
parent bb7b1f3321
commit bc8e1b05a6
37 changed files with 1159 additions and 89 deletions

View File

@ -22,6 +22,7 @@ App.Auth = function(_, jQuery, util, api, appState, promise) {
listSketchyPosts: 'listSketchyPosts',
listUnsafePosts: 'listUnsafePosts',
uploadPosts: 'uploadPosts',
uploadPostsAnonymously: 'uploadPostsAnonymously',
listTags: 'listTags',
};