Commit Graph

242 Commits (974629ce8543e342d2941e3eed2e254de15c78ea)

Author SHA1 Message Date
Julian Lam 5ee5c8179a category whitelist for replying to posts, lots of refactoring, too
Baris Usakli e1f6e064a9 removed io from user.js, figure out why notifications are breaking when websockets.js is required from it
Baris Usakli 83f18c1915 closes
Baris Usakli 7c950cc350 require cleanup in user.js, removed user.latest not used anymore
Baris Usakli cc0fe66e3e minor tweak to notif filter :)
Julian Lam 28dab60232 resolving notifs issue, I hope
Baris Usakli 4552e6286e dont allow empty userslugs to register
Denis Wolf 89e9d56dee user.js: Else in the sky with diamonds - fixing syntactic style.
Denis Wolf b179991be4 user.js: ladies and gentlemen, I'm going to satisfy jshint right before your eyes!
Baris Soner Usakli 9b7c9e4a81 camel case for user.js methods
Julian Lam 930a9c8bca completed notifications pruning method
Julian Lam 62c85274a3 mark all notifs as read functionality. CSS tweaks...
Julian Lam 705571de8c notifications page + ajaxify route + css styling
Baris Soner Usakli 08130e8088 fixed conditional in follower/following count
Baris Usakli 9af26db57a follower count fix
Baris Usakli 52f2e193d6 if api fails with 404 ajaxify to 404, added type check to updateProfile
Julian Lam 585e07bc79 closed - notifications now no longer need scores
Baris Usakli e78369f0fa use User.isAdmin instead
Baris Usakli d40a6a5c3f added adminitstrator value to userData for admin users page
Baris Soner Usakli 2dcc4172c4 closes
Baris Usakli 3348ed3524 fixed email key
Baris Usakli 942a21b4be fixed email meta changes
Baris Usakli 7d50551392 remove throw in email send
Baris Usakli 27cb837b08 closes
psychobunny 64b071f277 nconf and redis wrapper no longer global objects. jshinted app.js. updated sockets.io to latest
psychobunny aea3181d27 formatting - server side core
Julian Lam 79280b195e changed get_uid_by_userslug to be error-first
Julian Lam 4a18728e19 closed
Baris Soner Usakli af59ff3209 closes , closes
Vincent Briglia 19ad9ab224 inverted value required, double exclamation mark just casts as boolean
Vincent Briglia 8eae8a4fb5 !undefined = true
!!undefined = false
!!!undefined = true

!false = true
!!false = false
!!!false = true

!true = false
!!true = true
!!!true = false

when using isEmailAvailable (positive) in correlation with exists (positive) make sure that the outcome is a positive return (and not an inverted)
Julian Lam 732204f11b Merge branch 'master' of github.com:designcreateplay/NodeBB
Julian Lam 1df50ff855 updated topic viewing so that markAsRead marks any relevant notifications read (issue )
Baris Usakli 89ca2319f5 removed console.log
Baris Usakli 6d7919ad85 Merge branch 'master' of https://github.com/designcreateplay/NodeBB
Baris Usakli 59467c906d misc fixes
Julian Lam f1144f3a7e Merge branch 'master' of github.com:designcreateplay/NodeBB
Julian Lam 9ebff816dc fixing error where sometimes the admin panel js was not loaded
Baris Usakli 251587cb86 return err form updateProfile
Baris Usakli be51025048 the online count on the footer uses the websockets now, it should also instantly update when people come online or go offline,
Baris Usakli bb14881b63 change getUserData to return err
Baris Usakli efa8717fc5 getMultipleUserFields returns err now
psychobunny 1d860923d0 booleanifying the isAdmin return... now we're admins again! :)
Julian Lam ce126b11fb fixes to administrator methods
Julian Lam bec0b46a2c refactoring installation scripts to use node prompt module, lots of other fixes
fixed , fixed , fixed 
Baris Usakli 691b6611d0 user search uses reds now
Julian Lam 5f0e0c993e adding localhost as default for email server
Julian Lam 860a83ba90 closed
Julian Lam 0243e9c5be issue , preparing for addition of post.parse hook by renaming markdownToHTML to just "toHTML", and making it asynchronous.
Baris Usakli 154d0160bc closes