Julian Lam
f0b104fef0
possible fix to #2365
2014-11-07 17:05:25 -05:00
barisusakli
595ff1f4b1
closes #2303
...
see
https://community.nodebb.org/topic/3039/filter-post-parse-and-filter-post-parsesignature-changes
2014-11-05 18:59:20 -05:00
barisusakli
dd135b875b
#2347
...
dont show flag on deleted posts
dont allow flag on deleted posts
dont allow upvote downvote favourite on deleted posts
2014-11-04 15:19:30 -05:00
barisusakli
f83dd956eb
check if post exists on up/down vote favourite
2014-10-31 22:27:50 -04:00
barisusakli
fcc42883ab
some checks for purge
2014-10-31 22:04:09 -04:00
barisusakli
f6f6ca7f76
closes #2132
2014-10-07 16:21:16 -04:00
barisusakli
de98df842d
priv fix
2014-10-02 13:55:01 -04:00
psychobunny
a67c501eb8
temporary solution for #2206
2014-10-02 13:38:42 -04:00
barisusakli
327d1c1bec
some cleanup and callbacks for post
2014-09-19 14:25:48 -04:00
psychobunny
efe11a63a3
woops, wrong property name
2014-09-18 17:40:15 -04:00
psychobunny
9e7f929029
updated filter:sockets.sendNewPostToUids and added type
2014-09-18 17:36:34 -04:00
psychobunny
8f916ed066
filter:sockets.sendNewPostsToUids
2014-09-18 17:09:40 -04:00
barisusakli
32257c9b2f
updateUnreadCount
2014-09-16 11:06:10 -04:00
barisusakli
82e721e854
send new post/topic to users who can read it
2014-09-14 14:19:36 -04:00
barisusakli
e56b18822b
added topic titles to notifs
...
upvote, favourite and flag has topic titles now
2014-09-14 12:07:28 -04:00
barisusakli
493d0dea1e
part 1 of notif refactor
2014-09-14 12:07:23 -04:00
barisusakli
242721c73f
using websockets
2014-09-07 14:13:05 -04:00
barisusakli
57e204df8e
removed most of the debug
...
dont get more than 6 usernames for upvote tooltips
generatePostPaths wont check null pids
2014-09-06 20:46:18 -04:00
psychobunny
0de458141b
separated the sockets.emit to socket.emit + broadcast so OP gets action right away. moved callback sooner.
2014-09-06 02:22:24 -04:00
barisusakli
171f02101d
closes #2035 , closes #2036
2014-09-02 05:04:39 -04:00
barisusakli
14fcd36134
closes #2028
2014-08-30 15:39:20 -04:00
barisusakli
347fc05376
getPidIndex socket call
2014-08-27 15:03:36 -04:00
barisusakli
05fdc945f3
closes #1993
2014-08-17 00:14:45 -04:00
barisusakli
dd9a383f46
removed unused functions
2014-08-16 21:40:41 -04:00
barisusakli
dae3ef49be
show user names who upvoted a post on mouse over
2014-08-13 13:35:55 -04:00
barisusakli
ac43ff3c3d
closes #1970
2014-08-12 13:45:18 -04:00
barisusakli
df0a5e780a
prevent edit to change title length above max
2014-08-07 20:03:56 -04:00
barisusakli
f49c95c16f
closes #1950
2014-08-05 18:18:39 -04:00
barisusakli
115598f382
minor refactor
2014-08-02 16:41:44 -04:00
barisusakli
f71bd41408
more fixes
2014-07-28 18:18:22 -04:00
barisusakli
d7520508e3
#1375 part1
2014-07-28 18:18:20 -04:00
barisusakli
2c890ad609
moved pushUnreadCount
2014-07-17 18:50:03 -04:00
barisusakli
9fbd535b79
fixes vote buttons on infinite scroll and new posts
2014-07-09 16:59:39 -04:00
barisusakli
9a4e6aa01c
closes #1774
2014-07-01 14:49:51 -04:00
barisusakli
d57f183f42
privileges.posts.get takes an array of pids now
2014-06-28 14:59:01 -04:00
Julian Lam
d229cd21b2
parsing the post content that's passed into bodyLong in notifs #1720
2014-06-21 01:16:08 -04:00
Julian Lam
c41bb05711
final pass #1720 , closed #1720
2014-06-20 17:53:40 -04:00
Julian Lam
d257632878
first pass #1720 , updating existing calls to notifications.create, backwards compatibility in case plugins create notifications too.
2014-06-20 16:54:34 -04:00
barisusakli
4c2765a79c
closes #1679
2014-06-13 15:33:22 -04:00
barisusakli
a65d612907
#1281 post purge
2014-06-10 14:24:56 -04:00
barisusakli
6b93095204
more link fixes
2014-06-03 18:55:58 -04:00
barisusakli
e20920c536
closes #1630
2014-06-03 12:30:36 -04:00
barisusakli
eb0a06b777
closes #1577
2014-05-27 14:53:51 -04:00
barisusakli
ee1495a44d
fixes reply/quote buttons on new posts
2014-05-22 18:24:58 -04:00
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
2014-05-21 16:13:51 -04:00
barisusakli
472e6b5206
privilege cleanup
2014-05-17 18:59:34 -04:00
Julian Lam
b1534b7798
removing allowGuestPosting logic in NodeBB
2014-05-16 16:29:43 -04:00
barisusakli
3e86bdb38f
more work on #1518
...
still needs more work, category is next
2014-05-15 10:38:02 -04:00
barisusakli
4234057821
first pass for #1518
...
this only handles postTools privileges, topic and category will follow
2014-05-14 17:53:27 -04:00
Julian Lam
87f4566e06
more fixed to privs, and ACP modal
2014-05-13 17:06:58 -04:00