Commit Graph

96 Commits (56d1b521c55bdfd089026a4aa2f78761d1ffe032)

Author SHA1 Message Date
psychobunny 0c17ee15f7 action:user.follow and action:user.unfollow
barisusakli d0d1ebb28c Merge remote-tracking branch 'origin/master' into 0.5.1
barisusakli 2d0637d7c6 fix user online status on profile page
barisusakli e909e46786 closes
barisusakli 32d46f3889 crash fix
barisusakli c07d9121df small optimizations
user.isOnline works with an array of uids
do not make 2 trips to db to get main post and first 10 posts
barisusakli ef8bbdd359 closes
doing andrew's //todo's since 1991
barisusakli a4975cab33 closes , closes
barisusakli 3c3ad7d115 closes
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 efe04c12d3 closes
if email isnt confirmed, show a warning in account/edit and let users
resend confirm email
psychobunny 791fde7904 fixing properly for unread count
psychobunny 0334a487b5 fixing properly for profile views
Julian Lam 8a510c340b limiting user and group creation so that their slugs can't intersect.
barisusakli 883978007d closes
removed updateHeader, the header is using template values in from the
api, update menu partial in vanilla theme as well
Micheil Smith 3e82cab398 Add missing new lines at end of files.
barisusakli fdeaf3a16e user.js error keys
barisusakli 770e0a67c1 send values directly
barisusakli 301008b9cb missed this one
barisusakli fa98da6978 related to
barisusakli 10d8eed7b9 closes
barisusakli d8e00f95a2 moved user search to its own file
barisusakli 6496b91c29 closes
Baris Soner Usakli a29ea27596 closes
Baris Soner Usakli 43e8016dd1 fixes admin user picture edit
Baris Soner Usakli bb59158bbc closes , admins can edit other users from their edit page
psychobunny 225e8c012b SocketUser.getSettings
Baris Soner Usakli 242927d702 user selectable pagination
Baris Soner Usakli a142789c25 if status is not set assume online
Baris Soner Usakli 11e8fa31ab small fix to online user visiblity
Baris Soner Usakli c2746b3bb1 minor tweaks to status
Baris Soner Usakli 52962a7e9b dont show invisible users in online users page
Baris Soner Usakli 97e0e48b07 closes , closes
Baris Soner Usakli 039f02456d if user is in the topic when a new post comes in mark the topic read
Julian Lam e542da1f52 added alphanumeric user search (instead of using reds), and exposed a proper socket call for user searching for non-admins
Baris Soner Usakli 31d353ab0e more fixes
Baris Soner Usakli ba8e98520c added data checks to user calls
Baris Soner Usakli 4366c11ec0 users.js fix
Baris Soner Usakli 39b631a3a8 more fixes
Baris Soner Usakli e061978bd5 more fixes
Baris Soner Usakli 0b132cadcf user fixes
Baris Soner Usakli adf4a5c407 user.js changes
Baris Soner Usakli 8bb24fa034 fixed update header
Julian Lam eb974ec1d8 fixing user register socket calls
Julian Lam a150691b5e that's the last of it!! :D
Julian Lam 8dd8412ae3 so far so good... user, meta, notifications, categories