10 Commits (b43602f5b6e093fbb56f47ee912d8d0961b37cd7)

Author SHA1 Message Date
barisusakli a65d612907 #1281 post purge 11 years ago
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.
11 years ago
barisusakli d8fd29581e deleting a user will delete topic tags too 11 years ago
barisusakli 68fd997efd closes #1419 11 years ago
barisusakli 10f56faf9d admin cleanup
removed unnecessary admin checks in src/admin/user then realized they
are just one liners so moved them to src/socket.io.admin.js moved
categories update to categories folder
11 years ago
barisusakli ac88b5fc25 fixing user deletion, missing cb 11 years ago
barisusakli fdf0076f37 decrease user count when user is deleted 11 years ago
Barış Soner Uşaklı 9f5893bc83 Update delete.js 11 years ago
Julian Lam c893effcb9 WIP commit -- groups refactoring + upgrade scripts 11 years ago
barisusakli 1eafc6ba3d moved user delete to its own file, closes #746 11 years ago