313 Commits (76d8d09f9b1ebe00d1c3220ed1e1ca813492ea95)

Author SHA1 Message Date
Baris Soner Usakli 3a00c177d3 closes #150 11 years ago
Baris Soner Usakli 770cea9329 added more error first to some functions 11 years ago
Baris Soner Usakli 885242018f one more 11 years ago
Baris Soner Usakli 1abfe5de63 added err to addUserInfoToPost 11 years ago
Baris Soner Usakli 1021615848 added err first to some calls 11 years ago
psychobunny 0c05ee82b1 #621, moved everything out of parallel - poster doesn't need to wait for these functions to happen
also renamed topics.markUnRead to topics.markAsUnreadForAll
11 years ago
psychobunny 4f97275d24 closes #621 11 years ago
Baris Soner Usakli 76636b64db small fixes 11 years ago
Baris Usakli 9ca10c25d4 fixed return in posts.create 11 years ago
Baris Soner Usakli 097810a057 parseInt fixes getObjects fix 11 years ago
Baris Soner Usakli 53ca7a1143 added search functions to database files, removed reds from nodebb moved it to redis 11 years ago
Baris Usakli 705754e823 merged master 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
Baris Soner Usakli 2e2938616d more mongo and redis stuff 11 years ago
psychobunny 8b55920acf plugins - filter:posts.custom_profile_info pass in pid as well 11 years ago
Baris Soner Usakli 32d5118266 tons more changes 11 years ago
Baris Usakli 190948336a closes #590 11 years ago
Julian Lam 68e7ee7f07 signature parsing now calls its own postTools method (with associated plugin hook 11 years ago
Baris Usakli e6452cbd4d removed unusued uploadedImages property 11 years ago
Baris Usakli 652fda1a6f fixed conditional in posts.js 11 years ago
Baris Soner Usakli db98b3db55 removed the fields again, gitsucks 11 years ago
Baris Usakli 168052bf45 added back feeds, removed duplicate post var in feed 11 years ago
Baris Usakli a87ebb64d8 clean up of posts and some template additions 11 years ago
Julian Lam 0a06f1ac7d Merge remote-tracking branch 'origin/master' into category-whitelisting 11 years ago
Baris Soner Usakli c860df7975 more #559 11 years ago
Baris Usakli 7d7ead3f47 fixed js error in recent.js, remove content assignment 11 years ago
Julian Lam 5ee5c8179a category whitelist for replying to posts, lots of refactoring, too 11 years ago
Baris Soner Usakli 32b191fa62 removed global.io 11 years ago
Baris Usakli 541993c80a fontawesome 4 migration, closes #473 11 years ago
Baris Soner Usakli 81e5cf0cf3 fixed posts not appearing immediately 11 years ago
Julian Lam 6dd72f480c Merge pull request #538 from draco2003/add_fav_context
add breadcrumb like context to favorites
11 years ago
Julian Lam 08ef67e824 closed #536 11 years ago
Dan Rowe 7e71fb218c add breadcrumb like context to favorites 11 years ago
Baris Soner Usakli bff0c8fdaf increased active users count to 16 11 years ago
Baris Usakli 7c1b6d6ad2 lots of refactor for error handling 11 years ago
Baris Usakli 84fa704b25 refactor abit adding error checking to missing parts 11 years ago
Baris Usakli 4ce6ac5af9 closes #491, added check to prevent crash in getAnonUserCount 11 years ago
Baris Usakli 7d1aa02fd1 removed schema.js 11 years ago
Julian Lam 5a96f5f64b removed filterBannedPosts method that seemed unused -- monkey-patching
install script to remember old values (if present, otherwise use defaults)
11 years ago
Baris Usakli c8ec095d99 anons cant edit after posting #365 11 years ago
Baris Usakli 04ed1df0ef closes #365, allow guest posting. enabled from admin/settings, defaults to disabled 11 years ago
Baris Usakli ccf4ed1235 topics and posts counters will update for everyone 11 years ago
Baris Soner Usakli ab1015b11e #433 11 years ago
Baris Usakli 468688615f Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
Baris Usakli f4faee4283 moved image uploading to a require js module, added image upload to site logo 11 years ago
psychobunny 2ee29683a7 random whitespace 11 years ago
psychobunny 51395dda91 updated all RDB.hget in posts to use getPostField. new post filters for retrieving and saving posts. made editPost saving synchronous. 11 years ago
Julian Lam e8801a75f3 fixing weird passing in of a single param as an array for post.save hook 11 years ago
Julian Lam 9375369b88 fixed issues caused by inadvertant globalisation (and its subsequent fix) 11 years ago
psychobunny bf677522a9 added additional_profile_info footer in posts view; plugins - filter:posts.custom_profile_info hook lets you add info to post block footer
also fixed app.alert - if title is not set then do not show title.
11 years ago
Julian Lam 9613ea9018 reverted change where post title was sanitized on saving (which didn't
seem to work), now sanitizing post title on output
11 years ago
Julian Lam 7bf5b2ec57 changed fireHook to be error-first, closes #319 11 years ago
Julian Lam 4cea313060 updated getPostsByPids method to resolve premature return issue, and
refactored it to use async.map instead of eachSeries
11 years ago
Julian Lam cdaf409a99 monkey-patching getPostsByPids so that it returns ISOString instead of relativeTime 11 years ago
Julian Lam 3ab7306199 linting, minor bugfix, moving hiredis to optional deps 11 years ago
Julian Lam 2e4e94d5f8 Merge branch 'redis-optimizations' of https://github.com/adarqui/NodeBB into adarqui-redis-optimizations 11 years ago
Julian Lam 99440585e6 Merge branch 'master' into optimize-22-09-2013
Conflicts:
	package.json
11 years ago
Baris Usakli bae9f46d8b small fixes to search 11 years ago
Julian Lam 5f00f1e18e renamed "toHTML" method to "parse" 11 years ago
Andrew Darqui d2b858c997 slight variable name changes & remove unused var from getPostsByPids, removed underscore dependency 11 years ago
adarqui e26cc79819 redis multi pipeline used for getPostsByPids 11 years ago
Baris Usakli efef9c864c closes #306 12 years ago
Baris Usakli 24e4be77d8 closes #304 12 years ago
Baris Usakli ce61138351 fixed conflicts 12 years ago
Baris Usakli 564662ee00 closes #294 12 years ago
psychobunny aea3181d27 formatting - server side core 12 years ago
Baris Usakli 7798004568 fixed active_users not deleting over 10 12 years ago
Julian Lam 164977972e totally derped commit 12 years ago
Baris Usakli a2af4a3e91 closes #220 12 years ago
Baris Usakli d2eb73df96 can add and remove images from posts 12 years ago
Baris Soner Usakli 54ba6efc93 can edit and add an image to a post, still cant remove previously added images #issue #233 12 years ago
psychobunny bb8f75b4be merged.. conflicted up the ass. registration looks gud again 12 years ago
Baris Usakli 59f4b6788a Merge branch 'master' of https://github.com/designcreateplay/NodeBB 12 years ago
Baris Usakli a317a4d689 closes #206 12 years ago
Julian Lam 0243e9c5be issue #214, preparing for addition of post.parse hook by renaming markdownToHTML to just "toHTML", and making it asynchronous. 12 years ago
psychobunny f251b9c6c5 Merge branch 'master' into bootstrap3 12 years ago
Julian Lam 1961f01cab possibly fixing issue #203 12 years ago
Julian Lam aefa56221b closed #202 12 years ago
Baris Soner Usakli 545069b069 closes #199 12 years ago
psychobunny 0f8aad52b2 updated all alert-error to alert-danger (wtf did BS3 need to change that?) 12 years ago
Julian Lam d2aa2a9a29 derpiness 12 years ago
Baris Usakli c647793512 meta config changes, refactors 12 years ago
Julian Lam 43152bdaf9 closed #194 - refactoring of post creation so that, normalizing post
objects

also fixes julianlam/nodebb-plugin-mentions#1
12 years ago
Julian Lam 7975844e4d renamed two hooks and added filter:post.get hook 12 years ago
Baris Usakli 1e66116e1d closes #181 12 years ago
Baris Usakli c05f56d28c fix for category view when its empty 12 years ago
Baris Usakli c70c67394a closes #171 12 years ago
Baris Usakli 92d3559146 closes #176 12 years ago
Baris Soner Usakli f83be710a0 closes #172, #173, #174 12 years ago
Baris Usakli 929282a2f7 ban users, closes #125, banning a user hides all posts topics of a user and their profile page becomes inaccessible 12 years ago
Baris Usakli dceec0ce46 more winston, issue #62 12 years ago
Miguel Ángel Durán García deff75ad06 Typo with ending bracket 12 years ago
Baris Usakli ca3629d89b forgot to commit oops 12 years ago
Baris Soner Usakli 46afbc0ba0 assorted config fixes 12 years ago
Julian Lam e8f1d645fe closed #160
new build_title function to be called via socket

also added categories.getCategoryField and refactored all calls to
getTopicField to be error-first
12 years ago
Baris Soner Usakli 50c34e4f33 added infinite scrolling to unread page, issue #141 12 years ago
Baris Soner Usakli 1cc8214d16 infinite scrolling for topics in category view, changed how topics are stored in categories, using sorted sets instead of sets now, if you update to this commit run node app --upgrade to upgrade the redis schema, #141 12 years ago
Baris Usakli e979d1bf0d fixed home loading 12 years ago