Commit Graph

90 Commits (5886ccc419a7afd741fa11e23dfff80e2addf5e9)

Author SHA1 Message Date
barisusakli 05fdc945f3 closes
barisusakli dd9a383f46 removed unused functions
barisusakli dae3ef49be show user names who upvoted a post on mouse over
barisusakli ac43ff3c3d closes
barisusakli df0a5e780a prevent edit to change title length above max
barisusakli f49c95c16f closes
barisusakli 115598f382 minor refactor
barisusakli f71bd41408 more fixes
barisusakli d7520508e3 part1
barisusakli 2c890ad609 moved pushUnreadCount
barisusakli 9fbd535b79 fixes vote buttons on infinite scroll and new posts
barisusakli 9a4e6aa01c closes
barisusakli d57f183f42 privileges.posts.get takes an array of pids now
Julian Lam d229cd21b2 parsing the post content that's passed into bodyLong in notifs
Julian Lam c41bb05711 final pass , closed
Julian Lam d257632878 first pass , updating existing calls to notifications.create, backwards compatibility in case plugins create notifications too.
barisusakli 4c2765a79c closes
barisusakli a65d612907 post purge
barisusakli 6b93095204 more link fixes
barisusakli e20920c536 closes
barisusakli eb0a06b777 closes
barisusakli ee1495a44d fixes reply/quote buttons on new posts
barisusakli df73ceaeb7 closes
added tag input box to composer when creating a topic
added new routes for viewing tags 'tags' and 'tags/:tagname'
respectively
post_bar.tpl shows the tags of the topic
can edit the main post to remove or add new tags
added a new menu item to header to go to the tags page
barisusakli 472e6b5206 privilege cleanup
Julian Lam b1534b7798 removing allowGuestPosting logic in NodeBB
barisusakli 3e86bdb38f more work on
still needs more work, category is next
barisusakli 4234057821 first pass for
this only handles postTools privileges, topic and category will follow
Julian Lam 87f4566e06 more fixed to privs, and ACP modal
barisusakli fc00586f0e 0 disables flags for ban
barisusakli c7744d7a64 closes
barisusakli 7280567d21 closes
barisusakli d43d363a7a refactored topics.js
removed ajaxify.register_events using removeListener now
barisusakli cd3bb77a7f added reqFromSocket to topic posting
new filter topic.post
psychobunny 066b1c0d64 @akhoury and his comments.. :p + jshinting
Aziz Khoury 32a5334402 socket.handshake.address may not always be defined, thanks @psychobunny
Aziz Khoury 056b39709f no need for quotes
Aziz Khoury c7bd27fb3f spaces vs tabs ugh
Aziz Khoury fa7db423c6 adding hook filter:topic.reply for antispam
barisusakli f0428f5f1f removed double post notification
barisusakli f9897daad1 all notifications are translated now closes
Micheil Smith 3e82cab398 Add missing new lines at end of files.
barisusakli eaf4be4979 posts.js error keys
barisusakli 95972209f4 favourite changes
favourites.js no longer makes socket calls, moved that code into
socket.io/posts.js. it also makes a single socket call when you downvote
a post that you previously upvoted.
barisusakli a75baef450 removed socket emits for post errors
barisusakli e2d0d4db5c added error and success language files
removed some code from server side that was emitting alerts
barisusakli bdefebeea0 reverting some of my code and fixed properly
Julian Lam 682fa1f874 fixed incorrect scoping for new post event introduced accidentally last commit
Julian Lam 90616c6e7b closed
barisusakli 68db8c04f7 added missing radix
barisusakli 2507d6c853 display_moderator_tools is already returned
when new posts were loaded, we were making a socket call for each post
to check if the post is editable, but this data is already returned in
display_moderator_tools when posts are loaded.