Commit Graph

244 Commits (fcda27e2519c2a410bfe145ac07250afd631d751)

Author SHA1 Message Date
Julian Lam 68e7ee7f07 signature parsing now calls its own postTools method (with associated plugin hook
Baris Usakli e6452cbd4d removed unusued uploadedImages property
Baris Usakli 652fda1a6f fixed conditional in posts.js
Baris Soner Usakli db98b3db55 removed the fields again, gitsucks
Baris Usakli 168052bf45 added back feeds, removed duplicate post var in feed
Baris Usakli a87ebb64d8 clean up of posts and some template additions
Julian Lam 0a06f1ac7d Merge remote-tracking branch 'origin/master' into category-whitelisting
Baris Soner Usakli c860df7975 more
Baris Usakli 7d7ead3f47 fixed js error in recent.js, remove content assignment
Julian Lam 5ee5c8179a category whitelist for replying to posts, lots of refactoring, too
Baris Soner Usakli 32b191fa62 removed global.io
Baris Usakli 541993c80a fontawesome 4 migration, closes
Baris Soner Usakli 81e5cf0cf3 fixed posts not appearing immediately
Julian Lam 6dd72f480c Merge pull request from draco2003/add_fav_context
add breadcrumb like context to favorites
Julian Lam 08ef67e824 closed
Dan Rowe 7e71fb218c add breadcrumb like context to favorites
Baris Soner Usakli bff0c8fdaf increased active users count to 16
Baris Usakli 7c1b6d6ad2 lots of refactor for error handling
Baris Usakli 84fa704b25 refactor abit adding error checking to missing parts
Baris Usakli 4ce6ac5af9 closes , added check to prevent crash in getAnonUserCount
Baris Usakli 7d1aa02fd1 removed schema.js
Julian Lam 5a96f5f64b removed filterBannedPosts method that seemed unused -- monkey-patching
install script to remember old values (if present, otherwise use defaults)
Baris Usakli c8ec095d99 anons cant edit after posting
Baris Usakli 04ed1df0ef closes , allow guest posting. enabled from admin/settings, defaults to disabled
Baris Usakli ccf4ed1235 topics and posts counters will update for everyone
Baris Soner Usakli ab1015b11e
Baris Usakli 468688615f Merge branch 'master' of https://github.com/designcreateplay/NodeBB
Baris Usakli f4faee4283 moved image uploading to a require js module, added image upload to site logo
psychobunny 2ee29683a7 random whitespace
psychobunny 51395dda91 updated all RDB.hget in posts to use getPostField. new post filters for retrieving and saving posts. made editPost saving synchronous.
Julian Lam e8801a75f3 fixing weird passing in of a single param as an array for post.save hook
Julian Lam 9375369b88 fixed issues caused by inadvertant globalisation (and its subsequent fix)
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.
Julian Lam 9613ea9018 reverted change where post title was sanitized on saving (which didn't
seem to work), now sanitizing post title on output
Julian Lam 7bf5b2ec57 changed fireHook to be error-first, closes
Julian Lam 4cea313060 updated getPostsByPids method to resolve premature return issue, and
refactored it to use async.map instead of eachSeries
Julian Lam cdaf409a99 monkey-patching getPostsByPids so that it returns ISOString instead of relativeTime
Julian Lam 3ab7306199 linting, minor bugfix, moving hiredis to optional deps
Julian Lam 2e4e94d5f8 Merge branch 'redis-optimizations' of https://github.com/adarqui/NodeBB into adarqui-redis-optimizations
Julian Lam 99440585e6 Merge branch 'master' into optimize-22-09-2013
Conflicts:
	package.json
Baris Usakli bae9f46d8b small fixes to search
Julian Lam 5f00f1e18e renamed "toHTML" method to "parse"
Andrew Darqui d2b858c997 slight variable name changes & remove unused var from getPostsByPids, removed underscore dependency
adarqui e26cc79819 redis multi pipeline used for getPostsByPids
Baris Usakli efef9c864c closes
Baris Usakli 24e4be77d8 closes
Baris Usakli ce61138351 fixed conflicts
Baris Usakli 564662ee00 closes
psychobunny aea3181d27 formatting - server side core
Baris Usakli 7798004568 fixed active_users not deleting over 10