Commit Graph

39 Commits (f42119673f166eccb8911fcc9483ce829eb62f6f)

Author SHA1 Message Date
Barış Soner Uşaklı f42119673f fix string cids in post summaries
Baris Usakli 062bced3dd cleanup and tests
Peter Jaszkowiak 0fe10f5e86 Escape topic titles at the source, deduplicate
Peter Jaszkowiak 1fb48ef7a7 Fix ()
* Fix 
Escape translation tokens in topic titles, descriptions, profile about, and post contents

* Fix tests
Peter Jaszkowiak 1ed571189c Make utils and translator easier to require
Move utils.walk to file.walk, backwards compatible
Peter Jaszkowiak 896c8c7343 ESlint object-curly-spacing
Peter Jaszkowiak 3b0dd2d1ef ESlint padded-blocks
Peter Jaszkowiak 604358ecc4 ESlint keyword-spacing, no-multi-spaces
Peter Jaszkowiak 3361a72725 ESlint no-plusplus
and no-empty, space-unary-ops
Peter Jaszkowiak bc1d70c126 ESlint comma-dangle
barisusakli f505b47ac9 prevent crash if topic is not found
Julian Lam ead4de6c6f Merge branch 'fix-some-code-lint' of https://github.com/HeeL/NodeBB into HeeL-fix-some-code-lint
barisusakli 5f16205d15 closes
HeeL 4a3c31b2dc Fix space-before-function-paren linter rule
HeeL 3fa1c1f927 Fix space-infix-ops linter rule
barisusakli caf30b5580 use post
barisusakli 460ac17eaa closes
addm upvotes, downvotes and votes to getPostSummary
barisusakli c8f270ec67 another validator.escape fix
barisusakli 805b452ae1 closes
Mathias Schreck ce9ee62fa0 Handle callback errors
Mega 0f89fc8214 close
barisusakli 5e5e46e95f closes
barisusakli f3d2ad5f1f lets break some themes :evil:
psychobunny 726c3802e1 isMainPost for post summary
barisusakli f4bfcc7351 removed icon:bgColor and icon:text from db calls
calculates from username on the fly
Julian Lam f6d5b52a8b WIP user-icons
barisusakli 5950f97f96 more refactors
Julian Lam 87111ee6be fixed
barisusakli 1f06f90a50 closes
updated lru to latest
created new files posts/cache.js posts/parse.js posts/edit.js
barisusakli cc6f37ac4e added category bgColor/color to getPostSummary
EvSpirit 0fcd4dee58 Check subcategories when showing category recent topics
barisusakli b268927cf9 removedu if from filter:parse,post, parse strip teaser content
barisusakli 10928ed11b escape post content
barisusakli a69eafd9f7 added postcount to topic
barisusakli 871cf8a3b7 shorter getTeasers
Julian Lam 20ea40133b added four new hooks: filter:categories.recent, filter:privileges.categories.get, filter:privileges.posts.filter, filter:privileges.topics.filter
barisusakli 7225c0d45b finish up posts refactor
barisusakli c18de5cdd2 posts/recent.js refactor
barisusakli 263f479b20 posts.js refactor pt1