Commit Graph

113 Commits (20d035bdac7da51f856a40d5d2f05e1f66431d30)

Author SHA1 Message Date
Julian Lam 20d035bdac hotfix to utils.isRelativeUrl to handle null or undefined first argument
barisusakli 0b9829850c closes
Sergii Paryzhskyi e515b791da Fix eslint rules ()
* Fix semi linter rule

* Fix semi-spacing linter rule

* Fix no-undef-init linter rule

* Fix space-before-blocks linter rule
Julian Lam 091ac95649 allowing + in usernames @barisusakli
HeeL 4a3c31b2dc Fix space-before-function-paren linter rule
HeeL 3fa1c1f927 Fix space-infix-ops linter rule
HeeL 9a0d764bbd Fix wrap-iife linter rule
Julian Lam 60ea7d5121 fixes
Mathias Schreck ce9ee62fa0 Handle callback errors
Mega a834275465 Fix: utils.fileMimeType is always undefined
Julian Lam 3e2231d2cb Fixing viewport shuffling due to image load
Introduced new method ".loadImages()" in posts client side lib
to handle viewport height changes when loading images. Requires
nodebb-plugin-markdown@5.0.0

@BenLubar @boomzillawtf
barisusakli 0bf05a17bf closes
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 9d045e70f5 change xregexp
psychobunny 0be363d220 closes
@martyalicante @a5mith  hopefully finally fixed :)
barisusakli 16a65c8ffc closes
psychobunny 7fa4057051 overrideTimeago only needs to be called once
psychobunny 4b0f50f57e closes
psychobunny 3d962822c6 properly, @barisusakli so no need to copy pasta everywhere timeago is used
barisusakli 6b950d0596 fix endsWith if check
barisusakli 810d3be512 closes
barisusakli e9f82b7eee updated isLatin check doggy.gif
barisusakli dd06e8d7d8 return early if falsy
Julian Lam d7cd936b54 added preserveCase option to slugify
Julian Lam 89bf036262 fixing crash when utils.slugify is called with a null value
Barış Soner Uşaklı c3a51033a8 removed utils.getQueryParams() use utils.params()
barisusakli aa94dafac1 closes
Julian Lam 502e806f88 fixed -- group creation now using language keys, and no longer succeeds if a group by the name of 'guest' is created.
barisusakli d96e4ec22a fix category filter and pagination, strip marquee
barisusakli def600e927 search in categories and children
Julian Lam 99dc37bd9c removed relativeTime util method, utils.js better be a C now.
Julian Lam 1e57c5d001 linting
Julian Lam 4317b3c872 fixing more exposed XSS outlets in groups frontend
Julian Lam 428a431164 Revert "wrapping findBootstrapEnvironment so that it doesn't run before the DOM is ready #2417"
This reverts commit e42365f7c1.
Julian Lam e42365f7c1 wrapping findBootstrapEnvironment so that it doesn't run before the DOM is ready
Julian Lam 7e35987e1b fixing regression for , introduced in a129075
psychobunny db157da3fb fixes potential IE8 crash (both toISOString and console.log don't exist)
not that client-side calls this anyways
barisusakli 273db693e7 closes
psychobunny 4384958bf2 passwords can now contain spaces
Julian Lam b655474150 fixed
Aziz Khoury e0a5cb2b44 my bad
:/
barisusakli 3f43db090b return topics tags
barisusakli 56f442f283 remove punctuation and limit tag length
Aziz Khoury c7734937fb added a bunch of useful utils functions
psychobunny 882589acae moved findBootstrapEnvironment into utils
barisusakli fa8cdce748 closes
Micheil Smith 3e82cab398 Add missing new lines at end of files.
psychobunny d5baaacb72 utils.isAndroidBrowser
Julian Lam 14b9c03199 First pass at - Groups.search() + Tests
barisusakli b1a6d394e3 moved format number functions to utils