psychobunny
a52c69d2a1
only send noscript paginator data on cold loads
2014-09-20 15:04:14 -04:00
barisusakli
55cbaf6a19
#2032
2014-09-18 17:22:24 -04:00
Julian Lam
8bac0bf361
Merge branch 'csrf-excision' into hashtalk
2014-09-17 16:07:36 -04:00
Julian Lam
a061079995
fixed all POST routes to use new csrf middleware
2014-09-17 16:07:26 -04:00
barisusakli
f1d5db6be0
pagination fix
2014-09-14 12:07:29 -04:00
barisusakli
4b20e78de2
hopefully final fix
2014-09-06 04:29:20 -04:00
barisusakli
518d731562
one more time
2014-09-06 04:09:13 -04:00
barisusakli
f9c9f58561
post_index fix
2014-09-06 03:56:15 -04:00
Julian Lam
063d270f1a
introducing "sort" querystring parameter in topic route, so that sorting can be overridden via query string.
2014-09-03 12:50:06 -04:00
barisusakli
603cddc687
closes #1934
2014-08-30 15:19:18 -04:00
barisusakli
4f5c78d675
merge
2014-08-30 14:44:43 -04:00
barisusakli
537dea4e4b
crash fix
2014-08-30 14:42:48 -04:00
barisusakli
ca90afd544
#1992
...
(drunk) not even done yet
2014-08-16 21:33:42 -04:00
barisusakli
cfc67d4e90
closes #1924
2014-07-30 15:14:04 -04:00
psychobunny
b6a8845d52
disable topic RSS
2014-07-17 01:34:14 -04:00
barisusakli
64d04f7aa6
closes #1803
2014-07-07 17:36:14 -04:00
psychobunny
92c0bd07c9
Ability to enable/disable the upvote/downvote system, closes #1672
2014-06-27 13:05:05 -04:00
psychobunny
a2f85648c5
allow voting system to be disabled
2014-06-27 13:05:03 -04:00
barisusakli
870bf95e5b
deleted topic feed fix
2014-06-11 13:04:24 -04:00
psychobunny
eeabae5738
closes https://github.com/NodeBB/NodeBB/issues/1668
2014-06-11 12:04:22 -04:00
barisusakli
d32dfd98b7
remove main post if page is greater than 1
...
this fixes pagination after the main post change
2014-06-06 23:09:05 -04:00
barisusakli
7610c11cd1
closes #450
...
backup database before upgrade!
upgrade script will take the first post of each topic and set the
`mainPid` property on the topic. then it will remove that pid from the
sorted sets for that topic, this was done to make alternative sorting
work.
added a new sorted set called `tid:<id>:posts:votes` that is used to
sort topic posts by vote count, the original sorted set `tid:<id>:posts`
is used to sort by oldest first or newest first.
the main post is added to the returned posts array on topic load and is
always at the top.
theme changes are minimal just a few new data properties on the posts
and the sorting dropdown.
hopefully didn't miss anything too critical.
2014-06-06 22:12:19 -04:00
barisusakli
0574022e02
fixes to infinitescroll
2014-06-02 20:41:08 -04:00
barisusakli
55dbc5c823
closes #1612
...
changed post links to "topic/<topic_id>/<topic_slug>/<post_id>"
2014-06-02 17:31:14 -04:00
psychobunny
791fde7904
fixing #1587 properly for unread count
2014-05-28 18:20:02 -04:00
psychobunny
fee591e551
fixes #1587
2014-05-28 17:43:03 -04:00
barisusakli
b8b482e287
closes #1555
2014-05-22 14:56:15 -04:00
barisusakli
c7c54560bc
fixes going into deleted topics for admins
2014-05-20 20:21:57 -04:00
barisusakli
b1aae05a08
closes #1518
2014-05-15 20:49:47 -04:00
barisusakli
3e86bdb38f
more work on #1518
...
still needs more work, category is next
2014-05-15 10:38:02 -04:00
Julian Lam
d54ecea506
more privilege changes
2014-05-13 17:06:58 -04:00
psychobunny
bb12ebac48
closes #1442
2014-04-30 13:42:54 -04:00
barisusakli
1d1d677b56
closes #1422
2014-04-27 16:41:40 -04:00
Micheil Smith
3e82cab398
Add missing new lines at end of files.
2014-04-10 20:56:53 +01:00
barisusakli
0ac58dbee6
more error strings
2014-04-09 21:56:30 -04:00
barisusakli
61ae01543c
fixed to use postsPerPage
2014-03-25 12:47:15 -04:00
barisusakli
6fc3103aef
topic og:image changes
2014-03-24 20:43:29 -04:00
barisusakli
f247c2195e
fixed user picture in og:image
2014-03-23 17:17:56 -04:00
barisusakli
94a589e0e4
#1190
2014-03-23 16:57:04 -04:00
barisusakli
db3632557e
moved notification push out of markAsRead
2014-03-21 17:48:32 -04:00
barisusakli
bac3cf03cb
moved unread to new file
2014-03-21 15:40:37 -04:00
barisusakli
37e8856861
new middleware to add slug to topic and category
2014-03-15 15:29:56 -04:00
barisusakli
611c16b5a6
closes #1126
2014-03-15 00:26:09 -04:00
barisusakli
1354739d19
user deletion #746
...
user deletion NOT SKALABLE
2014-03-14 19:07:50 -04:00
barisusakli
3d68c7c6b6
added getObjectsFields methods to db class, changed getUsers methods to use the new method, refactor to user.js and mongo.js
2014-03-11 03:39:41 -04:00
barisusakli
974333dbc3
fixed missing currentPage
2014-03-10 18:28:34 -04:00
psychobunny
30cfddda68
fix for topics view count, and marking topics as unread
2014-03-09 23:20:59 -04:00
psychobunny
a99be8e7be
got rid of all the res.locals.isAPI checks in all controller methods. now 1000% cleaner :shipit:
2014-03-09 20:05:14 -04:00
psychobunny
cdf92c5cda
fixed a really annoying bug - the original topics route pre-refactor never actually included a privileges object
2014-03-02 22:54:03 -05:00
psychobunny
8df33e65ac
fixing bug in topics causing meta tags to revert on subsequent refresh
2014-03-02 22:10:57 -05:00