Baris Soner Usakli
53a7eab3e8
removed couple RDB.multis
2013-12-04 16:31:05 -05:00
Baris Soner Usakli
4b5988c269
isSetMember returns true or false
2013-12-04 15:11:17 -05:00
Baris Usakli
91d6f83de4
more mongo work
2013-12-03 13:36:44 -05:00
Baris Soner Usakli
b900bc9cce
more fixes
2013-12-02 21:58:37 -05:00
Baris Soner Usakli
fc066c21bf
added upgrade for global keys
2013-12-02 21:33:35 -05:00
Baris Soner Usakli
32d5118266
tons more changes
2013-12-02 21:20:55 -05:00
Baris Soner Usakli
3775c8e50a
tons more changes
2013-12-02 19:40:11 -05:00
Baris Usakli
c9308efbec
more work
2013-12-02 17:10:26 -05:00
Barış Soner Uşaklı
391b8098a3
Merge pull request #588 from akhoury/master
...
websockets to follow same pattern, added hook action:user.create
2013-12-02 11:25:51 -08:00
Baris Soner Usakli
f405dec4e9
#589
2013-12-01 16:21:19 -05:00
akhoury
1aa1ddb4ec
added plugin hook > action:user.create on user creation
2013-12-01 10:52:50 -05:00
Aziz Khoury
a905c6a084
During 11k users migration, was hitting too many open files errors
2013-11-30 13:13:18 -05:00
Julian Lam
0a06f1ac7d
Merge remote-tracking branch 'origin/master' into category-whitelisting
2013-11-27 16:23:48 -05:00
Baris Soner Usakli
2148f6ff95
closes #559
2013-11-27 15:02:09 -05:00
Julian Lam
f0e8633dcc
category whitelisting for posting messages, isAdmin now error-first
2013-11-27 12:47:00 -05:00
Julian Lam
5ee5c8179a
category whitelist for replying to posts, lots of refactoring, too
2013-11-27 11:27:20 -05:00
Baris Usakli
e1f6e064a9
removed io from user.js, figure out why notifications are breaking when websockets.js is required from it
2013-11-26 16:30:10 -05:00
Baris Usakli
83f18c1915
closes #526
2013-11-22 14:08:02 -05:00
Baris Usakli
7c950cc350
require cleanup in user.js, removed user.latest not used anymore
2013-11-18 16:22:43 -05:00
Baris Usakli
cc0fe66e3e
minor tweak to notif filter :)
2013-11-18 15:56:12 -05:00
Julian Lam
28dab60232
resolving notifs issue, I hope
2013-11-18 15:09:34 -05:00
Baris Usakli
4552e6286e
dont allow empty userslugs to register
2013-11-07 12:17:23 -05:00
Denis Wolf
89e9d56dee
user.js: Else in the sky with diamonds - fixing syntactic style.
2013-11-04 23:30:30 +02:00
Denis Wolf
b179991be4
user.js: ladies and gentlemen, I'm going to satisfy jshint right before your eyes!
2013-11-04 01:57:58 +02:00
Baris Soner Usakli
9b7c9e4a81
camel case for user.js methods
2013-10-30 18:31:36 -04:00
Julian Lam
930a9c8bca
completed notifications pruning method
2013-10-28 14:53:41 -04:00
Julian Lam
62c85274a3
mark all notifs as read functionality. CSS tweaks...
2013-10-22 15:06:07 -04:00
Julian Lam
705571de8c
notifications page + ajaxify route + css styling
2013-10-22 14:35:20 -04:00
Baris Soner Usakli
08130e8088
fixed conditional in follower/following count
2013-10-11 17:18:17 -04:00
Baris Usakli
9af26db57a
follower count fix
2013-10-11 14:29:34 -04:00
Baris Usakli
52f2e193d6
if api fails with 404 ajaxify to 404, added type check to updateProfile
2013-10-04 13:39:44 -04:00
Julian Lam
585e07bc79
closed #368 - notifications now no longer need scores
2013-10-03 20:35:16 -04:00
Baris Usakli
e78369f0fa
use User.isAdmin instead
2013-09-30 16:24:00 -04:00
Baris Usakli
d40a6a5c3f
added adminitstrator value to userData for admin users page
2013-09-30 16:19:20 -04:00
Baris Soner Usakli
2dcc4172c4
closes #357
2013-09-29 21:29:43 -04:00
Baris Usakli
3348ed3524
fixed email key
2013-09-26 13:56:36 -04:00
Baris Usakli
942a21b4be
fixed email meta changes
2013-09-26 13:31:38 -04:00
Baris Usakli
7d50551392
remove throw in email send
2013-09-26 12:29:35 -04:00
Baris Usakli
27cb837b08
closes #303
2013-09-19 12:29:25 -04:00
psychobunny
64b071f277
nconf and redis wrapper no longer global objects. jshinted app.js. updated sockets.io to latest
2013-09-17 15:38:57 -04:00
psychobunny
aea3181d27
formatting - server side core
2013-09-17 13:09:37 -04:00
Julian Lam
79280b195e
changed get_uid_by_userslug to be error-first
2013-09-15 10:15:23 -04:00
Julian Lam
4a18728e19
closed #297
2013-09-15 10:11:29 -04:00
Baris Soner Usakli
af59ff3209
closes #286 , closes #287
2013-09-14 22:28:50 -04:00
Vincent Briglia
19ad9ab224
inverted value required, double exclamation mark just casts as boolean
2013-09-12 13:37:03 +00:00
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)
2013-09-12 13:07:00 +00:00
Julian Lam
732204f11b
Merge branch 'master' of github.com:designcreateplay/NodeBB
2013-09-11 15:41:48 -04:00
Julian Lam
1df50ff855
updated topic viewing so that markAsRead marks any relevant notifications read (issue #219 )
2013-09-11 15:41:20 -04:00
Baris Usakli
89ca2319f5
removed console.log
2013-09-11 15:28:20 -04:00
Baris Usakli
6d7919ad85
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
2013-09-11 15:24:15 -04:00