Commit Graph

81 Commits (ba6af71150ad8c8192f144f85c688f2f67bd0019)

Author SHA1 Message Date
barisusakli ba6af71150 fix profile update
barisusakli 2c8e8a1f1c closes , closes
barisusakli fd2edcaf6f closes
barisusakli 456b844e61 closes
barisusakli f417e07b9d user search changes
barisusakli db1cc6b8d2 search by fullname
barisusakli a77a761433 closes
barisusakli ce9c17f8e5 ability to search posts by user
barisusakli 6d31fee3f5 closes
change user.search to accept params
can search substr with startsWith:false
no infinite scroll on admin user search page
barisusakli 4b1b98e229 handle changePicture callback properly
barisusakli 768c17263c fix error messages
barisusakli f9405c0423 closes
Barış Soner Uşaklı 6581c90475 forgot one
Barış Soner Uşaklı 7b14716eb8 use data.url
barisusakli d177481f94 chop chop
MrWaffle 969c3a77cf Fix the hook return object in the User.uploadProfileImageFromUrl socket
barisusakli 7f5984d1fd removed dupe code
barisusakli 39b679705b closes
barisusakli 84b7a2c92d checks in socket.io/user
reset doesnt need socket
psychobunny 729ed6fbda all your semi-colons are belongs to me
barisusakli c000e852b5 closes
barisusakli 4eabf41a21 dont allow invalid status to be set
barisusakli bedadd8b5f
barisusakli 7c3dc4877a closes
barisusakli b3d9db10f2 notification fixes
made post notifications unique per post so they dont overwrite other
types.
barisusakli 493d0dea1e part 1 of notif refactor
barisusakli b7ee875b12 user.isOnline fix
wont hit db on every user socket connect or user disconnect
psychobunny 6aa47efc06 we don't trust user.isOnline, waiting on an optimization (disabling for now)
barisusakli c40355b816 removed debug
barisusakli 5362863588 debug
barisusakli 171f02101d closes , closes
barisusakli eef200be10 closes
barisusakli 05fdc945f3 closes
barisusakli 931d46fe7e merge
barisusakli b50b5e4787 satifying my OCD
fire hook after successful follow/unfollow
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