Commit Graph

120 Commits (5de74914bd48ce28fb9e5018c9d71fa73b42b0e3)

Author SHA1 Message Date
Julian Lam 7695e76494 removed buildFooter filter
Dan Rowe 18a890ed51 Cleanup console.log calls
Can't see my debugging inbetween all your debugging ;)
Julian Lam 77d5ecc82a added post.buildFooter and post.parseSignature hooks
Baris Soner Usakli bfe081f672 added err to PostTools.isMain
Julian Lam 5ee5c8179a category whitelist for replying to posts, lots of refactoring, too
Baris Soner Usakli 32b191fa62 removed global.io
Julian Lam b2fb9aa99f refactored topic locking pinning and deleting (and its inverses) so that the privilege check is done not in the method, but in the socket call
Baris Soner Usakli 64ae9ac033 cant delete or restore posts twice, post count goes up or down when posts are deleted or restored in a topic, fixed the post insertion when there is only 1 post in topic
Julian Lam 08ef67e824 closed
Baris Usakli 7c1b6d6ad2 lots of refactor for error handling
Baris Usakli c8ec095d99 anons cant edit after posting
Baris Usakli 04ed1df0ef closes , allow guest posting. enabled from admin/settings, defaults to disabled
Baris Soner Usakli 82e14eef35 closes
Baris Soner Usakli 99812c33e7 closes
Baris Soner Usakli 6eadf67add another privilege fix
Baris Usakli f3f280d008 another fix to priv
Baris Usakli 63419d7ca9 fix for reputation checks for manage content and manage threads
psychobunny 51395dda91 updated all RDB.hget in posts to use getPostField. new post filters for retrieving and saving posts. made editPost saving synchronous.
Baris Usakli 929336cb57 closes
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 5f00f1e18e renamed "toHTML" method to "parse"
Julian Lam c940ce3329 camelCased get_latest_undeleted_pid method
psychobunny 64b071f277 nconf and redis wrapper no longer global objects. jshinted app.js. updated sockets.io to latest
Baris Usakli ce61138351 fixed conflicts
Baris Usakli 564662ee00 closes
psychobunny aea3181d27 formatting - server side core
Julian Lam b8b6558f53 deleting and restoring posts and topics now update the corresponding RSS feeds
fixed 
Baris Usakli 7795a9ead2 fixed a crash
Baris Soner Usakli 54ba6efc93 can edit and add an image to a post, still cant remove previously added images #issue
Julian Lam 96c43b4607 fixed - issue where replies would not automatically refresh a post after editing
Julian Lam f1b4367168 closed , closed
Julian Lam abce5fd120 refactored postTools.toHTML to fire post.parse hook, and removed auto-markdowning
closed 
Julian Lam 0243e9c5be issue , preparing for addition of post.parse hook by renaming markdownToHTML to just "toHTML", and making it asynchronous.
Julian Lam 9bc12f28b4 fuck git
Baris Usakli c647793512 meta config changes, refactors
Julian Lam 2d3d0f688a a couple minor 'tweaks' to the plugin system so that it works with npm installed plugins
Baris Usakli c70c67394a closes
Baris Usakli dceec0ce46 more winston, issue
Baris Soner Usakli ded0200355 upgraded userlist to 3 sorted sets, run node app -upgrade after updating to this commit, added infinite scrolling to all user pages, added ops per second to redis page, changed the percentage to 90% for infinite scrolling to kick in
Julian Lam 08a45e40a2 fixed outgoing route to handle links with querystrings in it (using req.query instead of req.url). closes .
Baris Usakli 0bd56196cf index topic titles too
Baris Soner Usakli d6b9a2799b full text search using reds, issue
Julian Lam 34bb9dddb5 sticking to style guide for method names (camelcase)
Julian Lam 83b0b6a523 fixing issue with md parser
psychobunny 1e86f379d5 removed external link icon from signatures only
psychobunny 240683ed24 merged conflicts. also fixed a potential issue where the external link icon would show up on internal links
psychobunny e66cab23cf added a screening page for external links. removed forced target = _blank on external links for UX consideration
used http://www.deviantart.com/users/outgoing?http://www.nodebb.org/ for
inspiration
Julian Lam 712eec0872 re: issue , added external link icon to external links
Julian Lam 99ba792e6d changing all calls to marked to instead go through
PostTools.markdownToHTML
Julian Lam f40bf46656 closed - anchors now have rel="nofollow" and open in a new window
Baris Soner Usakli f7291631d8 when a post is restored update topic timestamp
Baris Usakli 78358a8ccd forgot ]
Baris Usakli 04bc0cd2c9 oops
Baris Usakli a4de1b247f decrease/increase post count on post deletion/restore
Baris Soner Usakli 285e19fbbf closes
Julian Lam 561ff38e5a if every post gets deleted in a topic, then the topic deletes itself also
Baris Usakli facb6eb36b fixed delete
Baris Usakli 0c77db1f22 fixed editing
Baris Usakli 50078d7395 fixes in posttools and thread tools for hashes
Baris Usakli 98013536d1 more fixes
Baris Soner Usakli c1484afab7 more fixes
Julian Lam 9df0b39a5d started integrating infinite post loading for topic view (re: issue )
Baris Soner Usakli 0a0f8a21f0 changed new Date().getTime() to Date.now() on server side
Julian Lam 882b9a917f ability for users to now follow/subscribe to threads
Julian Lam 6f16088cd6 cleaning up readme file and fixing bugs in editing of posts ("asdf" anyone?)
Julian Lam 88bf9425db install script + patching up integration with install wizard
Baris Usakli a4fd54a0c3 topic titles can be edited now
psychobunny a02a74604c moved CategoriesAdmin into its own file, hid popular/active, some jslinting + cleanup, renamed some fn calls to be more descriptive
psychobunny a9672ab9d8 begin refactor of posts/topics + pagination + cleanup + async