Commit Graph

332 Commits (6bd79a2fa00407972935f39cd9452ce4ad4e8ece)

Author SHA1 Message Date
Baris Soner Usakli d788ad7cdf return offine status if user isnt online
Baris Soner Usakli 97e0e48b07 closes , closes
Julian Lam fac55160fa new translation strings for pages, proper unicode handling in parseFragment
Julian Lam 8e1137b5dd Merge branch 'master' of github.com:designcreateplay/NodeBB
Julian Lam ef39c128c2 Removing Google Plus integration from core - adios!
Baris Soner Usakli c18788fbc9 crash fix if topic has no posts, and check confirm obj
Baris Soner Usakli e4d60b7a55 Merge branch 'master' of https://github.com/richiepreece/NodeBB into richiepreece-master
Julian Lam 7e3c46db61 Removing Twitter SSO - toodles!
Julian Lam e7eab83d8f removing facebook SSO from core
Julian Lam 96b2a15290 user registration now no longer sends a welcome email if no emailers are present
Baris Soner Usakli 6628db89af added saerch array
Baris Soner Usakli 393bb7245c closes
Julian Lam a3fe390810 reverting change to User.search that added "timing" to the return of User.search. Such a change can only be made for 0.4.0, sorry!
Julian Lam dc7cd95f6d Merge branch 'master' of github.com:designcreateplay/NodeBB
Baris Soner Usakli f3bdc55348 little tweak to user search show timing and 10 users, sort after slicing
Baris Soner Usakli b0ef974590 lots of cleanup and refactor
Julian Lam d380f69310 support for "registered users" and "administrators" in access control (categories). Renamed "Administrators" group to "administrators", and made hidden
Julian Lam f02cd9df82 Merge branch 'master' of github.com:akhoury/NodeBB into akhoury-master
Conflicts:
	src/user.js
Baris Soner Usakli b325212182 crash fix for admin verify email, temp fix
Baris Soner Usakli b945dfc71d closes
Richie Preece d959aad41f Changed to bcrypt.js
Julian Lam 397861c3cc Merge branch 'master' of github.com:designcreateplay/NodeBB
Julian Lam 0020f278a5 stopped using unnecessary regex in user search
Baris Soner Usakli aa2978976c notif fix
Baris Soner Usakli a1149b8f8d notif unread class
Aziz Khoury 74f23497dc password should be passed to action hook, and it was being ovewritten
Aziz Khoury f74f01ca77 Changed User.create signature to accept a hash, added a couple of utility functions as well
Julian Lam 938b78786e closed - case insensitive user search
Julian Lam b6aa31b245 removed references to Reds user search
Julian Lam e542da1f52 added alphanumeric user search (instead of using reds), and exposed a proper socket call for user searching for non-admins
Julian Lam 483ad87c1d first pass
Baris Soner Usakli 3d30c0bd87 tmp fix for nested if
Baris Soner Usakli bbac361670 fixed crash if empty topic was loaded without ajaxify
Baris Soner Usakli b062af2c4b fixed user pwd reset
Baris Soner Usakli 31d353ab0e more fixes
Julian Lam 111776d878 notifications socket callbacks
Baris Soner Usakli 39b631a3a8 more fixes
Baris Soner Usakli e061978bd5 more fixes
Baris Soner Usakli afe97233aa more fixes
Baris Soner Usakli 7470c1bbd9 more fixes
Baris Soner Usakli 0b132cadcf user fixes
Baris Soner Usakli adf4a5c407 user.js changes
Julian Lam a48a7acd51 fixing issue where after a user changed their username, the new name was not reindexed by Reds
Baris Soner Usakli dcf47f558e limit search in db
Baris Soner Usakli a97ee201d8 makes recent unread and category pages a lot faster, added logging when a user changes their username
Julian Lam 97cc6cde67 closed - after upgrade script, all users will be in a system "registered users" group
Julian Lam 3da96faa12 fixed email exists error... weird.
Julian Lam dfa9f203e6 crashing a lot less now, heh
Julian Lam adb8f80b86 interim commit - removed calls to websockets.js, beginning porting to namespaced files
Baris Soner Usakli dabd2f29af closes