Baris Soner Usakli
dda4586a2f
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
11 years ago
Baris Soner Usakli
dabd2f29af
closes #747
11 years ago
Julian Lam
ac04e04016
fixed #719
11 years ago
Julian Lam
2495b5b89b
refactored group category permissions, removed getCategoryAccess method call
11 years ago
Baris Soner Usakli
a4ae9c70df
closes #742 , closes #741
11 years ago
Baris Soner Usakli
8e6606fb5a
move post
11 years ago
Baris Soner Usakli
291aa872c4
cant fork if not logged in
11 years ago
Baris Soner Usakli
2e575bb2d8
closes #524
11 years ago
Baris Soner Usakli
f21a98f37f
first pass, #524 , #667
11 years ago
Baris Soner Usakli
d0e4689907
removed extra event in websocket.js
11 years ago
Baris Soner Usakli
e2fb617cc0
thread delete restore fix
11 years ago
Baris Soner Usakli
d43f3cebc6
closes #707 , closes #686
11 years ago
Baris Soner Usakli
8cfb239aac
closes #705
11 years ago
Aziz Khoury
50323c3d23
guarding against Errors on Socket Disconnect
...
Saw this
```
TypeError: Cannot call method 'indexOf' of undefined
at Socket.<anonymous> (/home/admin/NodeBB/src/websockets.js:108:33)
at Socket.EventEmitter.emit [as $emit] (events.js:95:17)
at Socket.onDisconnect (/home/admin/NodeBB/node_modules/socket.io/lib/socket.js:153:10)
at SocketNamespace.handleDisconnect (/home/admin/NodeBB/node_modules/socket.io/lib/namespace.js:229:46)
```
and this
```
/home/admin/NodeBB/src/websockets.js:113
if (userSockets[uid].length === 0) {
^
TypeError: Cannot read property 'length' of undefined
at Socket.<anonymous> (/home/admin/NodeBB/src/websockets.js:113:24)
```
in my logs, when users are disconnecting
11 years ago
Baris Soner Usakli
daacdb50f3
closes #645
11 years ago
Julian Lam
b52782deb8
removed use of strip_tags and using String library instead
11 years ago
Baris Soner Usakli
12e95df068
removed console.log
11 years ago
Baris Soner Usakli
f72cf35348
closes #680
11 years ago
Baris Soner Usakli
3bd8cf69a1
admins can create users from admin/users panel
11 years ago
Baris Soner Usakli
680dbf138a
closes #669
11 years ago
Baris Soner Usakli
8bfea656c4
Merge branch 'master' of https://github.com/akhoury/NodeBB into akhoury-master
11 years ago
Baris Soner Usakli
ea2c03e28b
closes #670
11 years ago
Baris Soner Usakli
f29b375ed4
refactored composer so that it uses a different div for each instance, closes #575
11 years ago
Baris Soner Usakli
a717e9626e
closes #666 , the issue of the beast
11 years ago
root
35ad3be969
Adding support for restricting category read access based on user groups
11 years ago
Baris Soner Usakli
9cb20c3886
added callback to api categories.get
11 years ago
akhoury
04dd1f9dac
Merge remote-tracking branch 'upstream/master'
11 years ago
akhoury
114294e24a
allowGuestSearching config .. second attempt
11 years ago
Baris Soner Usakli
dfa4cd4ae3
closes #653
11 years ago
Julian Lam
65d5a6cb81
Merge branch 'master' of github.com:designcreateplay/NodeBB
11 years ago
Julian Lam
64e87b761f
closed #652
11 years ago
Baris Soner Usakli
1021615848
added err first to some calls
11 years ago
Julian Lam
69c1ec97c9
re: issue #652 , this took longer than expected...
11 years ago
Julian Lam
45e7d64aeb
fixing extra padding around 'in' that jshinter added for no goddamn reason
11 years ago
Baris Usakli
401a30e02c
fixed categories.getRecentReplies so it only returns count posts instead of getting 10, posts are added and removed from sorted set when they are deleted restored
11 years ago
psychobunny
274310e35a
removed notification count in title, removed api calls to it (left method intact) so hopefully title building is faster too. closes #625
11 years ago
Baris Soner Usakli
4c90d22e43
closes #619
11 years ago
Baris Soner Usakli
34fc326a37
closes #618
11 years ago
Baris Usakli
0da141e7bc
removed redismock, added database mocked, fixed tests to work with dbal
11 years ago
Baris Usakli
6313a5eeb1
Merge remote-tracking branch 'origin/master' into dbal
11 years ago
Julian Lam
b81737bc0f
moved refreshTitle into app.js, messaging someone now invokes an alternating title, hehe
11 years ago
Baris Soner Usakli
1c23be8911
removed console.log
11 years ago
Baris Soner Usakli
5f86e31d1e
fixed favouriting
11 years ago
Baris Soner Usakli
95bb838699
Merge remote-tracking branch 'origin/master' into dbal
11 years ago
Julian Lam
030ce95dea
closed #615 - added "active chats" dropdown to header
...
- some minor tweaks also, to make taskbar work a little better with chats
11 years ago
Baris Usakli
705754e823
merged master
11 years ago
Baris Usakli
fe527ff2a9
removed RedisStoreLib from websockets.js it moved into redis.js
11 years ago
Julian Lam
d9ee9bf5e3
revamped handling of unread messages, so that a socket call is made to all socket clients whenever a new unread message is available. Prior behaviour had the unread count updated via ajax call on ajaxify (which was clumsy at best and didn't update automagically)
11 years ago
Baris Usakli
7875138c08
added parseInt
11 years ago
Baris Usakli
c096656eff
merged master fixed conflicts
11 years ago