Commit Graph

307 Commits (f72cf353485ab5c52bb6a0bd299365d76d627fee)

Author SHA1 Message Date
Baris Soner Usakli f72cf35348 closes
Baris Soner Usakli 3bd8cf69a1 admins can create users from admin/users panel
Baris Soner Usakli 680dbf138a closes
Baris Soner Usakli 8bfea656c4 Merge branch 'master' of https://github.com/akhoury/NodeBB into akhoury-master
Baris Soner Usakli ea2c03e28b closes
Baris Soner Usakli f29b375ed4 refactored composer so that it uses a different div for each instance, closes
Baris Soner Usakli a717e9626e closes , the issue of the beast
root 35ad3be969 Adding support for restricting category read access based on user groups
Baris Soner Usakli 9cb20c3886 added callback to api categories.get
akhoury 04dd1f9dac Merge remote-tracking branch 'upstream/master'
akhoury 114294e24a allowGuestSearching config .. second attempt
Baris Soner Usakli dfa4cd4ae3 closes
Julian Lam 65d5a6cb81 Merge branch 'master' of github.com:designcreateplay/NodeBB
Julian Lam 64e87b761f closed
Baris Soner Usakli 1021615848 added err first to some calls
Julian Lam 69c1ec97c9 re: issue , this took longer than expected...
Julian Lam 45e7d64aeb fixing extra padding around 'in' that jshinter added for no goddamn reason
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
psychobunny 274310e35a removed notification count in title, removed api calls to it (left method intact) so hopefully title building is faster too. closes
Baris Soner Usakli 4c90d22e43 closes
Baris Soner Usakli 34fc326a37 closes
Baris Usakli 0da141e7bc removed redismock, added database mocked, fixed tests to work with dbal
Baris Usakli 6313a5eeb1 Merge remote-tracking branch 'origin/master' into dbal
Julian Lam b81737bc0f moved refreshTitle into app.js, messaging someone now invokes an alternating title, hehe
Baris Soner Usakli 1c23be8911 removed console.log
Baris Soner Usakli 5f86e31d1e fixed favouriting
Baris Soner Usakli 95bb838699 Merge remote-tracking branch 'origin/master' into dbal
Julian Lam 030ce95dea closed - added "active chats" dropdown to header
- some minor tweaks also, to make taskbar work a little better with chats
Baris Usakli 705754e823 merged master
Baris Usakli fe527ff2a9 removed RedisStoreLib from websockets.js it moved into redis.js
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)
Baris Usakli 7875138c08 added parseInt
Baris Usakli c096656eff merged master fixed conflicts
Julian Lam d27f2eb214 fixed
Julian Lam b176629b44 integrated Tinycon lib and actually fixed notification counts... heh.
closed 
Baris Soner Usakli d4eddc6e2c lcased groups
Baris Soner Usakli 6d79521922 moved connect-redis to the redis.db file, expose the sessionStore from redis.js db file, do the same for mongo db with mongo-connect
Baris Soner Usakli 32d5118266 tons more changes
Barış Soner Uşaklı 391b8098a3 Merge pull request from akhoury/master
websockets to follow same pattern, added hook action:user.create
Baris Soner Usakli ddb7896df1 fixed post count in paginator and post bar when infinite loader kicked in
Baris Soner Usakli 66cdb9a067 just send err
Baris Soner Usakli f405dec4e9
akhoury 2733198f9e oops
akhoury 52700fbe16 websockets.js to 'use strict';
akhoury 0f53749e70 websockets.js to follow same pattern to avoid circular dependencies
Baris Soner Usakli bfe081f672 added err to PostTools.isMain
Baris Soner Usakli 46a14715e3 fixed logout in admin site, cleaned up topics.post, anon users can post topics now if allowed
Julian Lam 38da65ee58 tweaks to category permission modal
Julian Lam 8b62041d28 refactored groups and categories, groups no longer explodes when
attempting to add members to a whitelist that doesn't exist, isEmpty
checks (new methods!) and such...
Julian Lam df2e9b4b47 admin panel integration for category whitelisting