335 Commits (0e5358a70136db89a8e38c4276e70788b1b6f6ea)

Author SHA1 Message Date
Baris Soner Usakli 58580bd866 closes #716, also moved chat to its own template 11 years ago
Baris Soner Usakli be316ff602 fixed mongo listRemoveAll 11 years ago
Baris Soner Usakli 48074ea93b redirect if category is accessed directly 11 years ago
Baris Soner Usakli 1466e68aa1 ssl support 101 11 years ago
Baris Soner Usakli 751dc73ebe fixes login/register and auth routes in relative path install 11 years ago
Julian Lam 0ac9ec6001 Merge remote-tracking branch 'origin/master' into email-revamp 11 years ago
psychobunny 98a646fa62 changed numRecentTopics to numRecentReplies, that makes more sense now 11 years ago
psychobunny 1d69436b44 fix to getRecentReplies causing count = 0 to return unlimited 11 years ago
psychobunny d6c7551120 pull # of recent replies based on settings 11 years ago
Julian Lam 24944762d7 fixing 'back to nodebb' ext, and revamping email confirm logic 11 years ago
Julian Lam d6e0625fc8 Merge remote-tracking branch 'origin/master' into email-revamp 11 years ago
psychobunny 2c398f81d2 fixed the twitter link to @NodeBB 11 years ago
cmastudios e3185b9560 Calculate age based on days instead of years
Calculating the age based on the year only caused issues in the display of the age because it was off. Example: Person who was born in march of 1999 is displayed as 15 instead of 14 after the turn of the year.
11 years ago
Julian Lam 339ed4e47b implemented emailer for welcome email (though the email confirmation system is horribly broken) 11 years ago
Julian Lam 3ff550914f Merge remote-tracking branch 'origin/master' into email-revamp
Conflicts:
	package.json
11 years ago
Baris Soner Usakli d43f3cebc6 closes #707, closes #686 11 years ago
Baris Soner Usakli 8cfb239aac closes #705 11 years ago
Baris Soner Usakli 40d20846d8 moar refactor 11 years ago
Baris Soner Usakli 6c30437c47 closes #706, refactor admin image uploads, fixed gif uploads 11 years ago
Julian Lam e4e57ce31f initial commit to emailer system overhaul 11 years ago
Baris Soner Usakli be3465c5ca display events in admin page events section 11 years ago
Baris Soner Usakli 2c489c600c closes #675 11 years ago
Julian Lam 8385ceef79 topics in private categories can no longer be accessed via ajaxify or by
direct link
11 years ago
Baris Soner Usakli cab6ab8e17 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
Baris Soner Usakli e9fbed71ae closes #613, fixed allowRegistration incase its undefined 11 years ago
Julian Lam b4121f262d removing serializeUser console.log -- how long has this ben here? haha 11 years ago
Baris Soner Usakli f68f02d346 closes #679 11 years ago
Baris Soner Usakli 680dbf138a closes #669 11 years ago
Baris Soner Usakli 3a00c177d3 closes #150 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 8655c2d2a6 removed console.log 11 years ago
Baris Usakli da9c673ec4 closes #651 11 years ago
root 35ad3be969 Adding support for restricting category read access based on user groups 11 years ago
psychobunny a2c9867902 plugins - woops, wrong namespace for admin api calls 11 years ago
psychobunny 58a3f33200 plugins - added api routes to filter:admin.create_routes 11 years ago
psychobunny 25bac03bab fixed facebook + gplus authentication - callbackURL was invalid 11 years ago
Baris Soner Usakli 770cea9329 added more error first to some functions 11 years ago
Baris Soner Usakli 27a01f6c61 closes #657 11 years ago
psychobunny 9d88b9eed3 default motd now shows @NodeBB, and not @dcplabs 11 years ago
akhoury b89cf6f480 Merge remote-tracking branch 'upstream/master' 11 years ago
psychobunny 4397da144f fixes crash introduced @1021615848e49da3434f00cfdb6fb79ab5990b47 11 years ago
psychobunny cf8f0ca225 cleanup 11 years ago
akhoury 114294e24a allowGuestSearching config .. second attempt 11 years ago
Julian Lam e67af67180 fixing derped plugin css files due to cache buster 11 years ago
Julian Lam c313c4501b pushNotifCount method for real-time updating of notification bell + favicon for multiple tabs (closes #219) 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
Baris Usakli 9816272b7b if there are more than 50 results only return 50, issue #648 11 years ago
psychobunny a3734f2e15 completed custom favicon upload, closes #643 11 years ago
psychobunny 1b843fba9c added admin route to upload favicon 11 years ago
psychobunny e76936abfc added ability to upload category images. closes #638, closes #532 11 years ago