Baris Soner Usakli
fc066c21bf
added upgrade for global keys
11 years ago
Baris Soner Usakli
32d5118266
tons more changes
11 years ago
Baris Soner Usakli
3775c8e50a
tons more changes
11 years ago
Baris Usakli
c9308efbec
more work
11 years ago
Barış Soner Uşaklı
391b8098a3
Merge pull request #588 from akhoury/master
...
websockets to follow same pattern, added hook action:user.create
11 years ago
Baris Soner Usakli
f405dec4e9
#589
11 years ago
akhoury
1aa1ddb4ec
added plugin hook > action:user.create on user creation
11 years ago
Aziz Khoury
a905c6a084
During 11k users migration, was hitting too many open files errors
11 years ago
Julian Lam
0a06f1ac7d
Merge remote-tracking branch 'origin/master' into category-whitelisting
11 years ago
Baris Soner Usakli
2148f6ff95
closes #559
11 years ago
Julian Lam
f0e8633dcc
category whitelisting for posting messages, isAdmin now error-first
11 years ago
Julian Lam
5ee5c8179a
category whitelist for replying to posts, lots of refactoring, too
11 years ago
Baris Usakli
e1f6e064a9
removed io from user.js, figure out why notifications are breaking when websockets.js is required from it
11 years ago
Baris Usakli
83f18c1915
closes #526
11 years ago
Baris Usakli
7c950cc350
require cleanup in user.js, removed user.latest not used anymore
11 years ago
Baris Usakli
cc0fe66e3e
minor tweak to notif filter :)
11 years ago
Julian Lam
28dab60232
resolving notifs issue, I hope
11 years ago
Baris Usakli
4552e6286e
dont allow empty userslugs to register
11 years ago
Denis Wolf
89e9d56dee
user.js: Else in the sky with diamonds - fixing syntactic style.
11 years ago
Denis Wolf
b179991be4
user.js: ladies and gentlemen, I'm going to satisfy jshint right before your eyes!
11 years ago
Baris Soner Usakli
9b7c9e4a81
camel case for user.js methods
11 years ago
Julian Lam
930a9c8bca
completed notifications pruning method
11 years ago
Julian Lam
62c85274a3
mark all notifs as read functionality. CSS tweaks...
11 years ago
Julian Lam
705571de8c
notifications page + ajaxify route + css styling
11 years ago
Baris Soner Usakli
08130e8088
fixed conditional in follower/following count
11 years ago
Baris Usakli
9af26db57a
follower count fix
11 years ago
Baris Usakli
52f2e193d6
if api fails with 404 ajaxify to 404, added type check to updateProfile
11 years ago
Julian Lam
585e07bc79
closed #368 - notifications now no longer need scores
11 years ago
Baris Usakli
e78369f0fa
use User.isAdmin instead
11 years ago
Baris Usakli
d40a6a5c3f
added adminitstrator value to userData for admin users page
11 years ago
Baris Soner Usakli
2dcc4172c4
closes #357
11 years ago
Baris Usakli
3348ed3524
fixed email key
11 years ago
Baris Usakli
942a21b4be
fixed email meta changes
11 years ago
Baris Usakli
7d50551392
remove throw in email send
11 years ago
Baris Usakli
27cb837b08
closes #303
12 years ago
psychobunny
64b071f277
nconf and redis wrapper no longer global objects. jshinted app.js. updated sockets.io to latest
12 years ago
psychobunny
aea3181d27
formatting - server side core
12 years ago
Julian Lam
79280b195e
changed get_uid_by_userslug to be error-first
12 years ago
Julian Lam
4a18728e19
closed #297
12 years ago
Baris Soner Usakli
af59ff3209
closes #286 , closes #287
12 years ago
Vincent Briglia
19ad9ab224
inverted value required, double exclamation mark just casts as boolean
12 years ago
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)
12 years ago
Julian Lam
732204f11b
Merge branch 'master' of github.com:designcreateplay/NodeBB
12 years ago
Julian Lam
1df50ff855
updated topic viewing so that markAsRead marks any relevant notifications read (issue #219 )
12 years ago
Baris Usakli
89ca2319f5
removed console.log
12 years ago
Baris Usakli
6d7919ad85
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
12 years ago
Baris Usakli
59467c906d
misc fixes
12 years ago
Julian Lam
f1144f3a7e
Merge branch 'master' of github.com:designcreateplay/NodeBB
12 years ago
Julian Lam
9ebff816dc
fixing error where sometimes the admin panel js was not loaded
12 years ago
Baris Usakli
251587cb86
return err form updateProfile
12 years ago
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, #273
12 years ago
Baris Usakli
bb14881b63
change getUserData to return err
12 years ago
Baris Usakli
efa8717fc5
getMultipleUserFields returns err now
12 years ago
psychobunny
1d860923d0
booleanifying the isAdmin return... now we're admins again! :)
12 years ago
Julian Lam
ce126b11fb
fixes to administrator methods
12 years ago
Julian Lam
bec0b46a2c
refactoring installation scripts to use node prompt module, lots of other fixes
...
fixed #263 , fixed #264 , fixed #265
12 years ago
Baris Usakli
691b6611d0
user search uses reds now
12 years ago
Julian Lam
5f0e0c993e
adding localhost as default for email server
12 years ago
Julian Lam
860a83ba90
closed #212
12 years ago
Julian Lam
0243e9c5be
issue #214 , preparing for addition of post.parse hook by renaming markdownToHTML to just "toHTML", and making it asynchronous.
12 years ago
Baris Usakli
154d0160bc
closes #200
12 years ago
Julian Lam
d7eb30ccbd
fuck git pt 2
12 years ago
Baris Usakli
c647793512
meta config changes, refactors
12 years ago
Baris Usakli
c70c67394a
closes #171
12 years ago
Baris Soner Usakli
6690f49c4e
added profile views to users, little cleanup to use app.addCommasToNumbers
12 years ago
Baris Usakli
929282a2f7
ban users, closes #125 , banning a user hides all posts topics of a user and their profile page becomes inaccessible
12 years ago
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
12 years ago
Julian Lam
e8f1d645fe
closed #160
...
new build_title function to be called via socket
also added categories.getCategoryField and refactored all calls to
getTopicField to be error-first
12 years ago
Julian Lam
7251af56e3
refactored notifications library to mark all notifs read when the menu is
...
opened (closes #134 )
12 years ago
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
12 years ago
Baris Usakli
472f40479e
privacy page
12 years ago
Julian Lam
931beecc21
Merge branch 'master' of github.com:designcreateplay/NodeBB
12 years ago
Julian Lam
d6938f4818
first pass at a custom title function (not ready for prod)
12 years ago
Baris Soner Usakli
72a0082a28
admin user page fix, added routers for admin/users
12 years ago
Baris Soner Usakli
744e4579b7
setUserFields
12 years ago
Julian Lam
762cecf1c3
fixed #129
12 years ago
Julian Lam
a990cf3e0d
added missing "return" when a user creation doesn't pass all server-side
...
checks...
12 years ago
Baris Soner Usakli
e9afd4a107
fixed broken view again
12 years ago
Julian Lam
93d4630433
Merge remote-tracking branch 'origin'
12 years ago
Julian Lam
123aac0862
limiting notification counts (issue #112 )
12 years ago
Baris Usakli
22d954d01f
fixed for broken category view, after topic move
12 years ago
Julian Lam
667c331a67
refactored `User.create` in preparation for twitter compatibility (issue
12 years ago
Baris Soner Usakli
93c6228347
handle err
12 years ago
Baris Usakli
ff9990701b
changed to async.eachSeries
12 years ago
Baris Usakli
a4de1b247f
decrease/increase post count on post deletion/restore
12 years ago
Baris Usakli
2bb4aab6ac
changes to online users code
12 years ago
Julian Lam
3c62b86096
Merge branch 'nconf'
12 years ago
Julian Lam
145898c3ba
using nconf to manage config file now (issue #24 )
12 years ago
Baris Soner Usakli
a7ed1f97df
delete old email key before setting new one when someone changes their email
12 years ago
Baris Soner Usakli
61cc0853db
browsing thread changes to use sessions
12 years ago
Baris Soner Usakli
910e9d6ee0
closes #73
12 years ago
Baris Usakli
6eb9af77e6
first pass at subfolder
12 years ago
Baris Usakli
d66aef7812
moved bcrpyt rounds to config file
12 years ago
Baris Usakli
93653e88df
changed most of the ajax calls to use sockets
12 years ago
Baris Usakli
8f2a0014b3
closes #70
12 years ago
Baris Usakli
1d39b08195
password change, closes #66
12 years ago
Baris Soner Usakli
026056c8eb
moved create/delete to top, handle error in get_online_userS
12 years ago
Baris Soner Usakli
6ecfd611eb
removed one of the RDB,keys from user.js, canged userlist to store uids
12 years ago
Baris Soner Usakli
f760b01bfe
fixed type in user.js
12 years ago
Baris Soner Usakli
f2d7f856aa
async.each in user.js
12 years ago
Baris Soner Usakli
c47db0e908
async.each for get_userslugs_by_uids
12 years ago
Baris Soner Usakli
1c855ce502
async.each for get_userslugs_by_uids
12 years ago
Damian Bushong
e3b4a6029c
Clean up excess end-of-line whitespace
12 years ago
Damian Bushong
f61e71729a
More cleanup of user.js
...
See added comments for more information on problems discovered within the codebase.
12 years ago
Damian Bushong
7a5013325c
Force a default gravatar if no email provided
...
Gravatar provides the forceDefault option, let's use it.
12 years ago
Damian Bushong
78ef54baf2
Cleanup user.js for style guide compliance
12 years ago
Baris Soner Usakli
4c33cee051
user restore for try.nodebb
12 years ago
Baris Soner Usakli
0eb83f1e85
css changes
12 years ago
Baris Usakli
efb5cfe1ac
nothing
12 years ago
Baris Usakli
f718d25d36
=== is gud
12 years ago
Baris Usakli
9dbaf9fef9
more work
12 years ago
Baris Usakli
1a992b7147
first batch of changes
12 years ago
Baris Soner Usakli
caf81b7312
fixed a crash if user profile is viewed when they have no posts, fixed the footer user link it uses the userslug now
12 years ago
Baris Usakli
cde765b17d
remove socket listeners in admin/users/search
12 years ago
Baris Usakli
be0afc43a8
user search in admin/users
12 years ago
Baris Usakli
941ed7e194
user search in admin/users
12 years ago
Baris Usakli
7ca2c949dd
fixed safari script problem
12 years ago
Baris Usakli
c870e8bbf3
testing user search in admin panel
12 years ago
Baris Soner Usakli
ea4f39ca21
server side checks for username/email/password, closes #41
12 years ago
Julian Lam
d0e5c0dcf1
Merge branch 'master' of github.com:psychobunny/node-forum
12 years ago
Julian Lam
87e2023c86
closed #28 by implementing solution #2
12 years ago
Baris Usakli
87a786c1b0
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
12 years ago
Baris Usakli
51842a32da
dont let users with the same username/slug register closes #33
12 years ago
Julian Lam
578dba10cd
fixed #30
12 years ago
Baris Usakli
bbee8e94bd
fixes #34
12 years ago
Baris Usakli
d3a190d74e
username to userslug change
12 years ago
Baris Usakli
ad11be657e
added turkish characters to utils.slugify
12 years ago
Baris Usakli
dd4af40be0
removed login code from user.js
12 years ago
Julian Lam
e158fdc963
Merge branch 'master' of github.com:designcreateplay/NodeBB
12 years ago
Julian Lam
4d99870063
updating nodebb executable so that it sends a NODE_ENV environment
...
variable in, and modified app.js and redis lib to read it.
12 years ago
Baris Soner Usakli
e49d2707eb
changed the follower/following keys
12 years ago
Baris Usakli
9cf9e98b14
removed duplicate build_header
12 years ago
Baris Usakli
3f3d81de44
admins can make others admins
12 years ago
Baris Usakli
fc4d3d849d
better this way
12 years ago
Baris Usakli
41aeee9839
send back empty object if no data for user
12 years ago
Baris Soner Usakli
32b9db5771
changes to Date.now()
12 years ago
Baris Usakli
88a1fef941
bookmark for the post made
12 years ago
Baris Usakli
b7e2bfff3d
send notification to all followers when a user makes a post
12 years ago
Baris Soner Usakli
39cf0476d3
follower and following count on account page
12 years ago
Baris Soner Usakli
44d07ea543
changed friends to following/followers, updated routes and the user.js functions
12 years ago
Julian Lam
9af39622ed
actually using identicon default across the site
12 years ago
Julian Lam
68b7609ab6
identicon integration for twitter + fixing missing social icons for registration page
12 years ago
Julian Lam
7f77ec2c5f
committing hotfix to registration
12 years ago
Julian Lam
88bf9425db
install script + patching up integration with install wizard
12 years ago
Baris Usakli
adb52023b8
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
12 years ago
Baris Usakli
db6bbcc699
post every x seconds added it x to config
12 years ago
Julian Lam
33f8ee57bf
revamped social auth code so that accounts are merged if they share a common email
...
also updated auth code so that fbid gplusid and twid are saved in the hash instead of as simple key->value
12 years ago
Julian Lam
1f7ab82f78
Merge remote-tracking branch 'origin' into notifications
...
Conflicts:
src/webserver.js
12 years ago
psychobunny
cd4ca110a1
moved utils over to client side for code sharing
12 years ago
Julian Lam
c8d48127ad
more changes to notification dropdown in header bar
12 years ago