374 Commits (36dc0864702afac3c13c46ee20890c91e4542eb5)

Author SHA1 Message Date
barisusakli ca0dbf84be no need for exists check
if topic doesnt exist topicData will be null
11 years ago
barisusakli 7a1037dc11 moved posts and recent to new files 11 years ago
barisusakli 38733ef94b moved reply post create to topics/create.js 11 years ago
barisusakli 478429af3a moved fork to new file 11 years ago
barisusakli bac3cf03cb moved unread to new file 11 years ago
barisusakli f83b7ee972 renamed event 11 years ago
barisusakli 8efc33d6a1 closes #976 11 years ago
barisusakli 1354739d19 user deletion #746
user deletion NOT SKALABLE
11 years ago
psychobunny 9de21995c4 added category bgColor and color to topics api 11 years ago
barisusakli 3f5c51174d refactored user.js
took out notifications, email and reset code to separate files
11 years ago
barisusakli a0222b69bb closes #1200 11 years ago
barisusakli 6e6c5688d9 more cleanup 11 years ago
Julian Lam b259c3d422 categoryData should return better topics (non-anon uid passed in now) 11 years ago
barisusakli 6496b91c29 closes #1180 11 years ago
barisusakli ec86aafb48 return user object 11 years ago
barisusakli b4b9ed1841 optimized getTopicsByTids, single db call to get topicData, added cache for privilege/category/user data 11 years ago
Baris Soner Usakli be70b3de57 closes #1090 11 years ago
Baris Soner Usakli fb691b23b4 moved topic locked check to topic.reply 11 years ago
Baris Soner Usakli 091723a8c5 closes #1101 11 years ago
Baris Soner Usakli 6a962655e4 jshint for topics.js 11 years ago
Baris Soner Usakli 99bf882a1c removed cid from getTopicsByTids 11 years ago
Baris Soner Usakli 56bbeb9950 use disableSocialButtons from config 11 years ago
Baris Soner Usakli ea6cf3bbd5 more cleanup and changes to topics 11 years ago
Baris Soner Usakli 8da7a6f2f3 cleanup 11 years ago
Baris Soner Usakli 7c1a46f25d misc cleanup 11 years ago
Baris Soner Usakli fd8e7327f0 removed console.log 11 years ago
Baris Soner Usakli 7e5a7c53bd changes to templates 11 years ago
Baris Soner Usakli bbc2df11e1 fixed updateTopicCount 11 years ago
Baris Soner Usakli 8feac114c3 closes #1022 11 years ago
Baris Soner Usakli ed8e76ebce added error check to getTopicDataWithUser 11 years ago
Baris Soner Usakli 6e5a6b8784 upgraded categories to sorted set, score is the order set from acp, check if category topic exists before posting 11 years ago
Baris Soner Usakli d6d9776cde added toPid to posts 11 years ago
Baris Soner Usakli bae76ebd70 fixed the redis error when going to unread/recent if nextStart is missing 11 years ago
Baris Soner Usakli dfe25d4bc0 only store thumb if is defined 11 years ago
Baris Soner Usakli 29ba015d69 fixed topic thumbs 11 years ago
Baris Soner Usakli 9eb4945415 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
Baris Soner Usakli de34beaf6d closes #1087 11 years ago
psychobunny 2ec6dd1d14 added filter:topic.thread_tools for creating custom admin functionality in topics view 11 years ago
Baris Soner Usakli eb3b240b04 some cleanup of unread 11 years ago
akhoury 63c9269240 merged composer and some other files with master 11 years ago
akhoury 25207852e8 added topics thumbnails support 11 years ago
Julian Lam 42d33f8338 first pass #899 11 years ago
Julian Lam f50d77bca0 resolved #1060 11 years ago
Baris Soner Usakli 6140d76f76 fixed index of newly created posts, matched vanilla search form to lavender 11 years ago
Baris Soner Usakli 9d1a295b85 better topic delete restore 11 years ago
Baris Soner Usakli 1e44ca3a0f upgrade topics:tid to sorted set, topics:recent doesnt have deleted topics 11 years ago
Baris Soner Usakli 8506819a7d added back error check 11 years ago
Baris Soner Usakli c0e0da0f1d simplified getAllTopics 11 years ago
psychobunny fe2e86da81 added optional 'reverse' parameter to Posts.getPostsByTid and Topics.getTopicPosts (incoming signature adjustment for 0.4x) 11 years ago
Baris Soner Usakli ce4896f2c5 fixed read notifications 11 years ago