161 Commits (c0a75d735b139dd034f8ce2085a5df6310ff2261)

Author SHA1 Message Date
Sergii Paryzhskyi e515b791da Fix eslint rules (#5117)
* Fix semi linter rule

* Fix semi-spacing linter rule

* Fix no-undef-init linter rule

* Fix space-before-blocks linter rule
8 years ago
Julian Lam 091ac95649 allowing + in usernames @barisusakli 8 years ago
HeeL 4a3c31b2dc Fix space-before-function-paren linter rule 8 years ago
HeeL 3fa1c1f927 Fix space-infix-ops linter rule 8 years ago
HeeL 9a0d764bbd Fix wrap-iife linter rule 8 years ago
Julian Lam 60ea7d5121 fixes #4966 9 years ago
Mathias Schreck ce9ee62fa0 Handle callback errors 9 years ago
Mega a834275465 Fix: utils.fileMimeType is always undefined 9 years ago
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
[email protected]

@BenLubar @boomzillawtf
9 years ago
barisusakli 0bf05a17bf closes #4378 9 years ago
Julian Lam 088940d4c7 Squashed commit of the following:
commit 49e6c0040cc82c1e2684933a8e167ef14854aff8
Author: Julian Lam <[email protected]>
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 <[email protected]>
Date:   Thu Feb 25 15:35:49 2016 -0500

    added labels to charts

commit e75d83bf3886e5183bcf5fcd848d71c513761e01
Author: Julian Lam <[email protected]>
Date:   Thu Feb 25 13:30:47 2016 -0500

    added per category graphs to ACP management page

commit e3f543200950925cc9e8bf33cccb592f949a100e
Author: Julian Lam <[email protected]>
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 <[email protected]>
Date:   Wed Feb 24 16:48:55 2016 -0500

    saving per-category analytics, and updated the writeData method to use async for "clarity"
9 years ago
barisusakli 9d045e70f5 change xregexp 9 years ago
psychobunny 0be363d220 closes #1241
@martyalicante @a5mith  hopefully finally fixed :)
9 years ago
barisusakli 16a65c8ffc closes #3754 9 years ago
psychobunny 7fa4057051 overrideTimeago only needs to be called once 10 years ago
psychobunny 4b0f50f57e closes #3448 10 years ago
psychobunny 3d962822c6 #3322 properly, @barisusakli so no need to copy pasta everywhere timeago is used 10 years ago
barisusakli 6b950d0596 fix endsWith if check 10 years ago
barisusakli 810d3be512 closes #2593 10 years ago
barisusakli e9f82b7eee updated isLatin check doggy.gif 10 years ago
barisusakli dd06e8d7d8 return early if falsy 10 years ago
Julian Lam d7cd936b54 added preserveCase option to slugify 10 years ago
Julian Lam 89bf036262 fixing crash when utils.slugify is called with a null value 10 years ago
Barış Soner Uşaklı c3a51033a8 removed utils.getQueryParams() use utils.params() 10 years ago
barisusakli aa94dafac1 closes #725 10 years ago
Julian Lam 502e806f88 fixed #2732 -- group creation now using language keys, and no longer succeeds if a group by the name of 'guest' is created. 10 years ago
barisusakli d96e4ec22a fix category filter and pagination, strip marquee 10 years ago
barisusakli def600e927 search in categories and children 10 years ago
Julian Lam 99dc37bd9c removed relativeTime util method, utils.js better be a C now. 10 years ago
Julian Lam 1e57c5d001 linting 10 years ago
Julian Lam 4317b3c872 fixing more exposed XSS outlets in groups frontend 10 years ago
Julian Lam 428a431164 Revert "wrapping findBootstrapEnvironment so that it doesn't run before the DOM is ready #2417"
This reverts commit e42365f7c1.
10 years ago
Julian Lam e42365f7c1 wrapping findBootstrapEnvironment so that it doesn't run before the DOM is ready #2417 10 years ago
Julian Lam 7e35987e1b fixing regression for #2355, introduced in a129075 10 years ago
psychobunny db157da3fb fixes potential IE8 crash (both toISOString and console.log don't exist)
not that client-side calls this anyways
10 years ago
barisusakli 273db693e7 closes #2051 11 years ago
psychobunny 4384958bf2 passwords can now contain spaces 11 years ago
Julian Lam b655474150 fixed #1661 11 years ago
Aziz Khoury e0a5cb2b44 my bad
:/
11 years ago
barisusakli 3f43db090b return topics tags #1557 11 years ago
barisusakli 56f442f283 remove punctuation and limit tag length 11 years ago
Aziz Khoury c7734937fb added a bunch of useful utils functions 11 years ago
psychobunny 882589acae moved findBootstrapEnvironment into utils 11 years ago
barisusakli fa8cdce748 closes #1448 11 years ago
Micheil Smith 3e82cab398 Add missing new lines at end of files. 11 years ago
psychobunny d5baaacb72 utils.isAndroidBrowser 11 years ago
Julian Lam 14b9c03199 First pass at #1331 - Groups.search() + Tests 11 years ago
barisusakli b1a6d394e3 moved format number functions to utils 11 years ago
barisusakli f61ca4327d fixed profile 11 years ago
barisusakli e67e9aee42 moved user creation to new file 11 years ago
barisusakli e9ab9dcce2 search cleanup 11 years ago
psychobunny f73fd1eeae removed an unused hack in utils.js 11 years ago
akhoury 1b207d8276 IE8 support, general cleanups, from native to $ objects ... 11 years ago
Baris Soner Usakli 4c6fb72db0 move cursor to end in share input 11 years ago
Baris Soner Usakli d4c2a47c8e allow images in home and category 11 years ago
Julian Lam fb2b54b314 refactored meta and link tag generation to template (yay frontend processing!)
cache busters now always added in template, instead of throughout code
11 years ago
Baris Soner Usakli 31a57cf0dd closes #885 11 years ago
Julian Lam f02cd9df82 Merge branch 'master' of github.com:akhoury/NodeBB into akhoury-master
Conflicts:
	src/user.js
11 years ago
Baris Soner Usakli 74ccfd1e4d moved islatin out too 11 years ago
Baris Soner Usakli 8f8ea4de92 slug fix 11 years ago
Baris Soner Usakli 104ec7de6e last poster is visible, slugify check for latin #777 11 years ago
Aziz Khoury f74f01ca77 Changed User.create signature to accept a hash, added a couple of utility functions as well 11 years ago
Baris Soner Usakli 9879f645f6 added check for undefined, null empty string 11 years ago
Baris Soner Usakli bbac361670 fixed crash if empty topic was loaded without ajaxify 11 years ago
Baris Soner Usakli c94da47ae8 added profile func, shorter getRecentReplies 11 years ago
Baris Soner Usakli e07c848da7 closes #737 11 years ago
Baris Soner Usakli d2c0aa9949 fixed auto complete for insertion in the middle, 6am commits FTW 11 years ago
Julian Lam f7b7af3004 so xregexp uses double backslashes... 11 years ago
Julian Lam 5a88a5ca60 allow underscores in slugs 11 years ago
Julian Lam b6fdc5595d removed handlebars dependency for emailer, using ANDREWBARS now 11 years ago
Julian Lam 5c048ac20a closed #727 11 years ago
Julian Lam c19a51e1b6 tweaking slugify code to not remove numbers 11 years ago
Julian Lam 53caa5e422 full unicode support in slugify method, thanks to XRegExp 11 years ago
Julian Lam b52782deb8 removed use of strip_tags and using String library instead 11 years ago
Baris Soner Usakli 09efb83ef3 make sure relativeTime doesn't display negative values 11 years ago
Julian Lam b81737bc0f moved refreshTitle into app.js, messaging someone now invokes an alternating title, hehe 11 years ago
Julian Lam 041e77f688 fixing replying (whoops) 11 years ago
Julian Lam d9ee9bf5e3 revamped handling of unread messages, so that a socket call is made to all socket clients whenever a new unread message is available. Prior behaviour had the unread count updated via ajax call on ajaxify (which was clumsy at best and didn't update automagically) 11 years ago
Baris Usakli f6d57a241d fixed human readable view post counts 11 years ago
Baris Usakli 541993c80a fontawesome 4 migration, closes #473 11 years ago
Denis Wolf a127fcd056 utils.js - detect node/browser with IF, not silent TRY/CATCH 11 years ago
Denis Wolf c614af2cd9 utils.js - removed unused *trim shims - it's better to bring them when and if needed 11 years ago
Denis Wolf c2abff6e6d utils.js - strict mode, missing semicolon, braces etc 11 years ago
Denis Wolf 81e9c9807f utils.js - missing semicolon, strict equality 11 years ago
Barış Soner Uşaklı 190712e250 Merge pull request #420 from twinlabs/relax-username-validation
relax username validation (#413)
11 years ago
Julian Lam 7b7f0115e5 closed #432 - added link rel="up" and rel="alternate" to category and
topic pages
11 years ago
Noah Chase 5945ab1a0a relax username validation (#413)
this commit allows for matching accented characters, dots, '@' symbol,
and other important things.
11 years ago
Baris Usakli a0c7e187f5 footer stats will display human readable stuff 11 years ago
psychobunny dc41c6bc0d formatting - core client side 12 years ago
Julian Lam 1758c3e3f2 fix for admin templates 12 years ago
Julian Lam bec0b46a2c refactoring installation scripts to use node prompt module, lots of other fixes
fixed #263, fixed #264, fixed #265
12 years ago
psychobunny bb8f75b4be merged.. conflicted up the ass. registration looks gud again 12 years ago
Baris Soner Usakli cc55073107 issue #224 12 years ago
psychobunny 7666ed3010 fixed two bugs in admin, meta.buildTitle errors out because no notification icon is present; pagination element missing
& final less cleanup for today
12 years ago
Julian Lam 2d3d0f688a a couple minor 'tweaks' to the plugin system so that it works with npm installed plugins 12 years ago
psychobunny f1547a7b1f added badge to header for unread topics count 12 years ago
psychobunny 746fa93c80 added API call for total unread topics; moved unread notification parsing to client side
also fixed a bug where the new notification icon glow would disappear on
page refresh even if there were existing notifications.
12 years ago
Julian Lam 4457228903 closed #134 12 years ago
Baris Soner Usakli 6fbecd00b0 allow - and space in username 12 years ago
Baris Soner Usakli a0a1b14e2e only allow alphanumberic charactesr in username 12 years ago