barisusakli
7f5984d1fd
removed dupe code
2014-11-17 23:57:31 -05:00
barisusakli
39b679705b
closes #2248
2014-11-05 19:29:45 -05:00
barisusakli
84b7a2c92d
checks in socket.io/user
...
reset doesnt need socket
2014-11-01 16:55:50 -04:00
psychobunny
729ed6fbda
all your semi-colons are belongs to me
2014-10-08 12:18:32 -04:00
barisusakli
c000e852b5
closes #1935
2014-09-24 17:13:17 -04:00
barisusakli
4eabf41a21
dont allow invalid status to be set
2014-09-24 13:36:32 -04:00
barisusakli
bedadd8b5f
#2137
2014-09-24 00:07:24 -04:00
barisusakli
7c3dc4877a
closes #2089
2014-09-15 14:34:01 -04:00
barisusakli
b3d9db10f2
notification fixes
...
made post notifications unique per post so they dont overwrite other
types.
2014-09-14 12:07:27 -04:00
barisusakli
493d0dea1e
part 1 of notif refactor
2014-09-14 12:07:23 -04:00
barisusakli
b7ee875b12
user.isOnline fix
...
wont hit db on every user socket connect or user disconnect
2014-09-06 22:08:55 -04:00
psychobunny
6aa47efc06
we don't trust user.isOnline, waiting on an optimization (disabling for now)
2014-09-06 02:22:25 -04:00
barisusakli
c40355b816
removed debug
2014-09-03 14:07:12 -04:00
barisusakli
5362863588
debug
2014-09-03 12:28:24 -04:00
barisusakli
171f02101d
closes #2035 , closes #2036
2014-09-02 05:04:39 -04:00
barisusakli
eef200be10
closes #1284
2014-08-26 13:47:53 -04:00
barisusakli
05fdc945f3
closes #1993
2014-08-17 00:14:45 -04:00
barisusakli
931d46fe7e
merge
2014-08-14 18:01:22 -04:00
barisusakli
b50b5e4787
satifying my OCD
...
fire hook after successful follow/unfollow
2014-08-14 17:59:33 -04:00
psychobunny
0c17ee15f7
action:user.follow and action:user.unfollow
2014-08-14 17:52:17 -04:00
barisusakli
d0d1ebb28c
Merge remote-tracking branch 'origin/master' into 0.5.1
2014-08-14 07:52:11 -04:00
barisusakli
2d0637d7c6
fix user online status on profile page
2014-08-14 07:51:21 -04:00
barisusakli
e909e46786
closes #1989
2014-08-13 19:25:58 -04:00
barisusakli
32d46f3889
crash fix
2014-08-12 11:41:18 -04:00
barisusakli
c07d9121df
small optimizations
...
user.isOnline works with an array of uids
do not make 2 trips to db to get main post and first 10 posts
2014-08-12 11:19:17 -04:00
barisusakli
ef8bbdd359
closes #1864
...
doing andrew's //todo's since 1991
2014-07-20 21:10:23 -04:00
barisusakli
a4975cab33
closes #1825 , closes #1674
2014-07-19 10:33:27 -04:00
barisusakli
3c3ad7d115
closes #1728
2014-06-23 19:10:59 -04:00
barisusakli
7610c11cd1
closes #450
...
backup database before upgrade!
upgrade script will take the first post of each topic and set the
`mainPid` property on the topic. then it will remove that pid from the
sorted sets for that topic, this was done to make alternative sorting
work.
added a new sorted set called `tid:<id>:posts:votes` that is used to
sort topic posts by vote count, the original sorted set `tid:<id>:posts`
is used to sort by oldest first or newest first.
the main post is added to the returned posts array on topic load and is
always at the top.
theme changes are minimal just a few new data properties on the posts
and the sorting dropdown.
hopefully didn't miss anything too critical.
2014-06-06 22:12:19 -04:00
barisusakli
efe04c12d3
closes #1635
...
if email isnt confirmed, show a warning in account/edit and let users
resend confirm email
2014-06-03 18:39:54 -04:00
psychobunny
791fde7904
fixing #1587 properly for unread count
2014-05-28 18:20:02 -04:00
psychobunny
0334a487b5
fixing #1587 properly for profile views
2014-05-28 18:15:53 -04:00
Julian Lam
8a510c340b
limiting user and group creation so that their slugs can't intersect.
2014-05-22 10:21:27 -04:00
barisusakli
883978007d
closes #1482
...
removed updateHeader, the header is using template values in from the
api, update menu partial in vanilla theme as well
2014-05-06 18:42:42 -04:00
Micheil Smith
3e82cab398
Add missing new lines at end of files.
2014-04-10 20:56:53 +01:00
barisusakli
fdeaf3a16e
user.js error keys
2014-04-09 21:44:00 -04:00
barisusakli
770e0a67c1
send values directly
2014-04-04 13:11:09 -04:00
barisusakli
301008b9cb
missed this one
2014-03-20 12:49:31 -04:00
barisusakli
fa98da6978
related to #1250
2014-03-19 21:32:13 -04:00
barisusakli
10d8eed7b9
closes #1229
2014-03-17 16:28:00 -04:00
barisusakli
d8e00f95a2
moved user search to its own file
2014-03-12 22:11:48 -04:00
barisusakli
6496b91c29
closes #1180
2014-03-09 14:02:30 -04:00
Baris Soner Usakli
a29ea27596
closes #1106
2014-02-22 22:46:58 -05:00
Baris Soner Usakli
43e8016dd1
fixes admin user picture edit
2014-02-15 17:12:05 -05:00
Baris Soner Usakli
bb59158bbc
closes #721 , admins can edit other users from their edit page
2014-02-11 20:39:07 -05:00
psychobunny
225e8c012b
SocketUser.getSettings
2014-02-11 17:57:28 -05:00
Baris Soner Usakli
242927d702
user selectable pagination
2014-02-10 14:15:54 -05:00
Baris Soner Usakli
a142789c25
if status is not set assume online
2014-02-06 18:40:01 -05:00
Baris Soner Usakli
11e8fa31ab
small fix to online user visiblity
2014-02-06 17:12:13 -05:00
Baris Soner Usakli
c2746b3bb1
minor tweaks to status
2014-01-31 16:21:41 -05:00