Commit Graph

214 Commits (b7498416fa4869a2202df506f6d690ce3fb463ff)

Author SHA1 Message Date
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
Julian Lam d7eb30ccbd fuck git pt 2
Baris Usakli c647793512 meta config changes, refactors
Baris Usakli c70c67394a closes
Baris Soner Usakli 6690f49c4e added profile views to users, little cleanup to use app.addCommasToNumbers
Baris Usakli 929282a2f7 ban users, closes , banning a user hides all posts topics of a user and their profile page becomes inaccessible
Baris Soner Usakli ded0200355 upgraded userlist to 3 sorted sets, run node app -upgrade after updating to this commit, added infinite scrolling to all user pages, added ops per second to redis page, changed the percentage to 90% for infinite scrolling to kick in
Julian Lam e8f1d645fe closed
new build_title function to be called via socket

also added categories.getCategoryField and refactored all calls to
getTopicField to be error-first
Julian Lam 7251af56e3 refactored notifications library to mark all notifs read when the menu is
opened (closes )
Baris Soner Usakli 3f6f4e347d change some socket calls to use the callback, when user changes their email if they are using a gravatar picture it will be updated too, fixed email updating
Baris Usakli 472f40479e privacy page
Julian Lam 931beecc21 Merge branch 'master' of github.com:designcreateplay/NodeBB
Julian Lam d6938f4818 first pass at a custom title function (not ready for prod)
Baris Soner Usakli 72a0082a28 admin user page fix, added routers for admin/users
Baris Soner Usakli 744e4579b7 setUserFields
Julian Lam 762cecf1c3 fixed
Julian Lam a990cf3e0d added missing "return" when a user creation doesn't pass all server-side
checks...
Baris Soner Usakli e9afd4a107 fixed broken view again
Julian Lam 93d4630433 Merge remote-tracking branch 'origin'
Julian Lam 123aac0862 limiting notification counts (issue )
Baris Usakli 22d954d01f fixed for broken category view, after topic move
Julian Lam 667c331a67 refactored `User.create` in preparation for twitter compatibility (issue
Baris Soner Usakli 93c6228347 handle err
Baris Usakli ff9990701b changed to async.eachSeries
Baris Usakli a4de1b247f decrease/increase post count on post deletion/restore
Baris Usakli 2bb4aab6ac changes to online users code
Julian Lam 3c62b86096 Merge branch 'nconf'
Julian Lam 145898c3ba using nconf to manage config file now (issue )
Baris Soner Usakli a7ed1f97df delete old email key before setting new one when someone changes their email