Commit Graph

110 Commits (a8add6477caf3c7306a39bcccb216f45c476f892)

Author SHA1 Message Date
Peter Jaszkowiak 1892492505 Deprecate utils.walk, remove prototype modification
Peter Jaszkowiak 1ed571189c Make utils and translator easier to require
Move utils.walk to file.walk, backwards compatible
Julian Lam 8226fd6566 enhancing™️ post reply length checker to account for line breaks in redactor
Peter Jaszkowiak 896c8c7343 ESlint object-curly-spacing
Peter Jaszkowiak 3b0dd2d1ef ESlint padded-blocks
Peter Jaszkowiak b1b486f729 ESlint quote-props
Peter Jaszkowiak bc1d70c126 ESlint comma-dangle
barisusakli 78b7d5896c convert topic title to string
Julian Lam 5916530a35 fix topic creation regression caused by 576df84218
Julian Lam 576df84218 trimming composer input before doing length check in replies
barisusakli 6acc79ec07 convert title to string
Peter Jaszkowiak 91a28e98b7 isMain on topic.create for filter:post.create
HeeL 4a3c31b2dc Fix space-before-function-paren linter rule
HeeL 3fa1c1f927 Fix space-infix-ops linter rule
barisusakli 6f86621e30 closes
barisusakli a6c3be0bb1 store category recent tids for faster retrieval
barisusakli 4aac8bbe6a closes
barisusakli 07fe5057e1 make sure validator.escape() receives strings only
barisusakli 50aac3c6a4 closes closes
barisusakli 6e469f1f0a add missing return to guestHandleValid
barisusakli 3b0eca3be2 fix timestamp on posts.reply
barisusakli 0efe315790 closes
barisusakli 56d325bd86 privilege fixes
Ben Lubar 26df552d55 Add edit, delete, and topics:delete permissions for users acting on their own posts
barisusakli ded69e8373 closes
barisusakli 825ecce0df closes
barisusakli b6ddbc3071 closes
barisusakli f3d2ad5f1f lets break some themes :evil:
Julian Lam 088940d4c7 Squashed commit of the following:
commit 49e6c0040cc82c1e2684933a8e167ef14854aff8
Author: Julian Lam <julian@designcreateplay.com>
Date:   Thu Feb 25 16:12:15 2016 -0500

    added recording and charts for topic and post counts globally and by cid

commit e02ff70757f778aa016fbc42ef10a5da2d07a9d9
Author: Julian Lam <julian@designcreateplay.com>
Date:   Thu Feb 25 15:35:49 2016 -0500

    added labels to charts

commit e75d83bf3886e5183bcf5fcd848d71c513761e01
Author: Julian Lam <julian@designcreateplay.com>
Date:   Thu Feb 25 13:30:47 2016 -0500

    added per category graphs to ACP management page

commit e3f543200950925cc9e8bf33cccb592f949a100e
Author: Julian Lam <julian@designcreateplay.com>
Date:   Thu Feb 25 12:36:11 2016 -0500

    updated analytics to move helper methods to analytics lib and sending per category analytics to ACP page

commit 01891d8f7c408925fcdad18dcaa941e5ebbeb9b2
Author: Julian Lam <julian@designcreateplay.com>
Date:   Wed Feb 24 16:48:55 2016 -0500

    saving per-category analytics, and updated the writeData method to use async for "clarity"
barisusakli 2b90040c31 closes
Julian Lam fcb381f922 Fixes
Guests now trigger topic notifications, and the translator has
been updated so that translations inside translations are
handled in a way that doesn't cause the translator to explode.
barisusakli 518552de64 dont calculate pid index on new replies
barisusakli 46c2563164 removed rooms.js removed browsing users, removed chat syncing across sockets
use lastonline for online detection
barisusakli 16a65c8ffc closes
barisusakli 75e2228989 closes
barisusakli 9ff3be67db generic check length method
barisusakli 501bfbfc47 closes
barisusakli f7aef56e66 closes
barisusakli e171ba59ac if no tags are passed in assume 0 tags
yariplus e112190bee Fix maximumTagsPerTopic
yariplus 13e12ba3a5 Add minimum tags per topic setting.
barisusakli 5445e32522 2 new hooks
psychobunny 9cdc2e5a2d closes properly
psychobunny 93170ca106 closes
Julian Lam fc1b0c8d24 allowing topic, post, and user creation to specify a timestamp for insertion into the past
barisusakli 1f06f90a50 closes
updated lru to latest
created new files posts/cache.js posts/parse.js posts/edit.js
barisusakli 1910fdb977 fix xss on guest handles, make sure guest handlers arent longer than max username length
psychobunny 70bf518a02 define all required data at top of fn
barisusakli b268927cf9 removedu if from filter:parse,post, parse strip teaser content
barisusakli 38726243fe closes