Commit Graph

57 Commits (515e663f8512c1dc4b42b5aceb1fe90efea3a2e4)

Author SHA1 Message Date
psychobunny 0db93504ce forgot comma
psychobunny 2b90add560 fix for topics without category data (?)
@barisusakli lemme know if this is legit, if not, see line 195 as well
barisusakli 0914004e12 crash fix
barisusakli 5323934cc2 calculate page count in controller
barisusakli b7fd4c22d4 removed checkPostIndex middleware
1 less call to get topic post count
psychobunny a52c69d2a1 only send noscript paginator data on cold loads
barisusakli 55cbaf6a19
Julian Lam 8bac0bf361 Merge branch 'csrf-excision' into hashtalk
Julian Lam a061079995 fixed all POST routes to use new csrf middleware
barisusakli f1d5db6be0 pagination fix
barisusakli 4b20e78de2 hopefully final fix
barisusakli 518d731562 one more time
barisusakli f9c9f58561 post_index fix
Julian Lam 063d270f1a introducing "sort" querystring parameter in topic route, so that sorting can be overridden via query string.
barisusakli 603cddc687 closes
barisusakli 4f5c78d675 merge
barisusakli 537dea4e4b crash fix
barisusakli ca90afd544
(drunk) not even done yet
barisusakli cfc67d4e90 closes
psychobunny b6a8845d52 disable topic RSS
barisusakli 64d04f7aa6 closes
psychobunny 92c0bd07c9 Ability to enable/disable the upvote/downvote system, closes
psychobunny a2f85648c5 allow voting system to be disabled
barisusakli 870bf95e5b deleted topic feed fix
psychobunny eeabae5738 closes https://github.com/NodeBB/NodeBB/issues/1668
barisusakli d32dfd98b7 remove main post if page is greater than 1
this fixes pagination after the main post change
barisusakli 7610c11cd1 closes
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.
barisusakli 0574022e02 fixes to infinitescroll
barisusakli 55dbc5c823 closes
changed post links to "topic/<topic_id>/<topic_slug>/<post_id>"
psychobunny 791fde7904 fixing properly for unread count
psychobunny fee591e551 fixes
barisusakli b8b482e287 closes
barisusakli c7c54560bc fixes going into deleted topics for admins
barisusakli b1aae05a08 closes
barisusakli 3e86bdb38f more work on
still needs more work, category is next
Julian Lam d54ecea506 more privilege changes
psychobunny bb12ebac48 closes
barisusakli 1d1d677b56 closes
Micheil Smith 3e82cab398 Add missing new lines at end of files.
barisusakli 0ac58dbee6 more error strings
barisusakli 61ae01543c fixed to use postsPerPage
barisusakli 6fc3103aef topic og:image changes
barisusakli f247c2195e fixed user picture in og:image
barisusakli 94a589e0e4
barisusakli db3632557e moved notification push out of markAsRead
barisusakli bac3cf03cb moved unread to new file
barisusakli 37e8856861 new middleware to add slug to topic and category
barisusakli 611c16b5a6 closes
barisusakli 1354739d19 user deletion
user deletion NOT SKALABLE
barisusakli 3d68c7c6b6 added getObjectsFields methods to db class, changed getUsers methods to use the new method, refactor to user.js and mongo.js