barisusakli
5e5cafafd0
make one socket call to load unread counts
2015-10-20 19:19:50 -04:00
barisusakli
7854e67b7b
closes #1637
2015-10-09 17:52:55 -04:00
barisusakli
e0c6acd163
socket.io/user.js refactor
2015-09-25 15:56:58 -04:00
psychobunny
ae1043543d
closes #3585
2015-09-15 18:34:47 -04:00
barisusakli
e6755d0adc
closes #3458
2015-09-11 13:48:58 -04:00
Julian Lam
5f9990299f
Pass a notification path when a user follows another
...
When a user followed another, a notification is created, but with
no path, so on plugins like pushbullet, it would default to trying
to build a topic url, but the required values were null, leading to
a broken url.
2015-08-21 10:32:14 -04:00
barisusakli
5ee1951245
closes #3271
2015-06-28 21:54:21 -04:00
barisusakli
0ef2ccc130
closes #3240
2015-06-17 14:57:10 -04:00
barisusakli
3341fc5644
fix method name
2015-05-20 16:39:33 -04:00
barisusakli
4f37d268b6
removed sort by username
2015-05-20 16:36:26 -04:00
barisusakli
fd817e865e
added pagecount
2015-05-19 23:24:33 -04:00
barisusakli
fbdae8fe1d
return time and matchcount on page switch
2015-05-19 23:13:53 -04:00
barisusakli
addd6ecde7
check error fix ip
2015-05-19 23:07:01 -04:00
barisusakli
aa577f4adc
part 1
...
no upgrade script yet
2015-05-19 23:04:28 -04:00
barisusakli
0083d4ff1c
return user settings in api
2015-05-08 14:53:08 -04:00
barisusakli
7632997a99
closes #3045
2015-04-22 10:41:49 -04:00
barisusakli
fa9fde43fb
closes #2971
2015-04-13 17:29:48 -04:00
barisusakli
5501c0c759
closes #3005
2015-04-13 15:01:38 -04:00
psychobunny
799cc9397a
closes #2973
...
also fixes some UX issues and enforces password length check on both
client and server
2015-04-10 13:37:54 -04:00
psychobunny
56d1b521c5
closes #2967
...
@barisusakli there was a return; if user is offline, don't see any
reason why it should be so I removed it, just FYI
2015-04-08 18:11:17 -04:00
psychobunny
43bd798f2b
#2967
2015-04-08 18:03:19 -04:00
Barış Soner Uşaklı
c294c3b342
fix inf scroll and timeago on users page
2015-04-01 16:41:23 -04:00
barisusakli
878e548296
renamed end to stop globally
...
fixed getting favourites for admins
2015-03-31 23:40:58 -04:00
Barış Soner Uşaklı
9edfcb0053
dont save user obj in db
2015-03-19 15:55:56 -04:00
Julian Lam
eee2aa8051
making sure to pass in userData to notifications.create on user follow
2015-03-19 15:46:33 -04:00
Barış Soner Uşaklı
8b429a2e05
removed path
2015-03-19 15:26:51 -04:00
Julian Lam
82f7ca5e0f
added a path to follow notification
2015-03-19 14:56:27 -04:00
barisusakli
bd17bff7d4
prevent double follow/unfollow
2015-02-27 17:57:09 -05:00
barisusakli
756d03fa62
closes #2745
...
generate paths on retrieval instead of notification creation
also fix follow notification path
2015-02-19 18:14:38 -05:00
barisusakli
f99c3a310d
use uid instead of socket.uid
2015-02-11 21:54:20 -05:00
barisusakli
5dfafff421
call callback on password update
2015-02-11 21:26:26 -05:00
Julian Lam
1843d0364e
closed #2708
2015-02-08 21:06:45 -05:00
Julian Lam
957415463f
Merge branch '0.7.0'
...
Conflicts:
package.json
src/search.js
2015-02-07 17:07:48 -05:00
barisusakli
ba6af71150
fix profile update
2015-02-05 23:37:11 -05:00
barisusakli
2c8e8a1f1c
closes #2550 , closes #2518
2015-02-01 19:12:03 -05:00
barisusakli
b54f2de504
pass uid to getUsers and getUsersFromSets
2015-01-29 17:02:20 -05:00
barisusakli
fd2edcaf6f
closes #2594
2015-01-13 17:15:14 -05:00
barisusakli
456b844e61
closes #2596
2015-01-12 17:33:11 -05:00
barisusakli
f417e07b9d
user search changes
2015-01-12 15:57:45 -05:00
barisusakli
db1cc6b8d2
search by fullname
2015-01-08 15:49:00 -05:00
barisusakli
a77a761433
closes #1917
2015-01-08 13:47:21 -05:00
barisusakli
ce9c17f8e5
ability to search posts by user
2015-01-07 17:27:13 -05:00
barisusakli
6d31fee3f5
closes #2564
...
change user.search to accept params
can search substr with startsWith:false
no infinite scroll on admin user search page
2014-12-31 17:13:19 -05:00
barisusakli
4b1b98e229
handle changePicture callback properly
2014-12-23 18:09:23 -05:00
barisusakli
768c17263c
fix error messages
2014-12-21 23:32:19 -05:00
barisusakli
f9405c0423
closes #2440
2014-11-28 15:49:16 -05:00
Barış Soner Uşaklı
6581c90475
forgot one
2014-11-20 19:24:23 -05:00
Barış Soner Uşaklı
7b14716eb8
use data.url
2014-11-20 19:15:10 -05:00
barisusakli
d177481f94
chop chop
2014-11-19 23:37:55 -05:00
MrWaffle
969c3a77cf
Fix the hook return object in the User.uploadProfileImageFromUrl socket
2014-11-19 13:45:12 +01:00