68 Commits (e00358228905e77c21d52cf894f14015ec1aaee5)

Author SHA1 Message Date
barisusakli df73ceaeb7 closes #1556
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
11 years ago
barisusakli 472e6b5206 privilege cleanup 11 years ago
Julian Lam b1534b7798 removing allowGuestPosting logic in NodeBB 11 years ago
barisusakli 3e86bdb38f more work on #1518
still needs more work, category is next
11 years ago
barisusakli 4234057821 first pass for #1518
this only handles postTools privileges, topic and category will follow
11 years ago
Julian Lam 87f4566e06 more fixed to privs, and ACP modal 11 years ago
barisusakli fc00586f0e 0 disables flags for ban 11 years ago
barisusakli c7744d7a64 closes #1483 11 years ago
barisusakli 7280567d21 closes #1505 11 years ago
barisusakli d43d363a7a refactored topics.js
removed ajaxify.register_events using removeListener now
11 years ago
barisusakli cd3bb77a7f added reqFromSocket to topic posting
new filter topic.post
11 years ago
psychobunny 066b1c0d64 @akhoury and his comments.. :p + jshinting 11 years ago
Aziz Khoury 32a5334402 socket.handshake.address may not always be defined, thanks @psychobunny 11 years ago
Aziz Khoury 056b39709f no need for quotes 11 years ago
Aziz Khoury c7bd27fb3f spaces vs tabs ugh 11 years ago
Aziz Khoury fa7db423c6 adding hook filter:topic.reply for antispam 11 years ago
barisusakli f0428f5f1f removed double post notification #1386 11 years ago
barisusakli f9897daad1 all notifications are translated now closes #1388 11 years ago
Micheil Smith 3e82cab398 Add missing new lines at end of files. 11 years ago
barisusakli eaf4be4979 posts.js error keys 11 years ago
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.
11 years ago
barisusakli a75baef450 removed socket emits for post errors 11 years ago
barisusakli e2d0d4db5c added error and success language files
removed some code from server side that was emitting alerts
11 years ago
barisusakli bdefebeea0 reverting some of my code and fixed #1322 properly 11 years ago
Julian Lam 682fa1f874 fixed incorrect scoping for new post event introduced accidentally last commit 11 years ago
Julian Lam 90616c6e7b closed #1322 11 years ago
barisusakli 68db8c04f7 added missing radix 11 years ago
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.
11 years ago
barisusakli e8265efc20 closes #1271 11 years ago
barisusakli 980cf2ccf9 closes #1184 11 years ago
Julian Lam 7b4f596aba updating all group lib methods, and their callers -- #1252 11 years ago
barisusakli a0e784a612 closes #1138 11 years ago
barisusakli 33e34ca864 change getRecentPosts to take count 11 years ago
barisusakli 6e6c5688d9 more cleanup 11 years ago
barisusakli 2befa06a33 some cleanup to socket posts 11 years ago
barisusakli 813b3d6fcc changes for live streaming of posts 11 years ago
barisusakli a5f4135c62 added socket listeners to home 11 years ago
psychobunny 5f7f5a37c1 linting 11 years ago
barisusakli 3d68c7c6b6 added getObjectsFields methods to db class, changed getUsers methods to use the new method, refactor to user.js and mongo.js 11 years ago
Baris Soner Usakli b6d97281d3 closes #1015 11 years ago
Baris Soner Usakli 091723a8c5 closes #1101 11 years ago
Baris Soner Usakli ea6cf3bbd5 more cleanup and changes to topics 11 years ago
Baris Soner Usakli 8da7a6f2f3 cleanup 11 years ago
Baris Soner Usakli 3ed2d21eb6 fixed flag post, added highlight to scroll post 11 years ago
Baris Soner Usakli 6e5a6b8784 upgraded categories to sorted set, score is the order set from acp, check if category topic exists before posting 11 years ago
Baris Soner Usakli d6d9776cde added toPid to posts 11 years ago
akhoury 25207852e8 added topics thumbnails support 11 years ago
Baris Soner Usakli 21367a1847 reverse infinite loading 11 years ago
Julian Lam 9e64f4e303 passing in a picture into notifications now 11 years ago
Julian Lam aba1b95cac updating notifications.create to accept a hash instead of discrete arguments - breaking change 11 years ago