Commit Graph

14460 Commits (14ed0be4f789506efc65cbe675e6a2ed976099d7)
 

Author SHA1 Message Date
Peter Jaszkowiak 14ed0be4f7 Remove duplicate slugify
Peter Jaszkowiak a7677063de Rename to `uniqueUsername`
Peter Jaszkowiak 642306e69c Fix
Julian Lam 6060b8e13b fix tests
Aziz Khoury 6682e048ea wrapImagesInLinks with <a download> attribute
if the `src` of the `img` does not have an extension, most browsers will trigger a download with whatever filename is set, also without an extension, so when it's opened in any OS, it wont have a default application to open it with.

So, In this case, if the `alt` attribute has an extension (meaning if it looks like filename) - we use that with the html5 [`download` attr](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#attr-download)

The PR does not affect any src if they have an extension.
Julian Lam b6134b160e moved auto_reconnect out of socketOptions object for Mongo
Julian Lam db84296373 Merge pull request from NodeBB/julianlam-patch-1
Up MongoDB dependency to v2.2.25
Julian Lam 9714e3c26b Up MongoDB dependency to v2.2.25
This is a PR to see if tests go 💥
Ben Lubar 7f713ee822 Admin option to allow all users to view votes ()
* Admin option to allow all users to view votes

* Fix </strong></strong>
Misty (Bot) da1858f674 Incremented version number
barisusakli 449352d899 wait for all routes to load before listening
Julian Lam 2ef71e22aa Merge pull request from NodeBB/patch_5491
Fix tests for  fix
Peter Jaszkowiak 8f8babf90b Fix tests
Julian Lam 23d4497c73 Merge pull request from NodeBB/patch_5491
Fix 
Peter Jaszkowiak 8c45411ccc Fix
Julian Lam 33bf930bb9 fixes
barisusakli 8d7283e6c7 dont minify if file ends with .min.js
barisusakli ff4c7ab3bb fix tests
barisusakli 6a4b082080 closes
Julian Lam 6d444ccacf Merge pull request from NodeBB/patch_5346
Fix 
Misty (Bot) 2106050bdc Latest translations and fallbacks
Peter Jaszkowiak c199075d98 Fix
psychobunny 8a6665a26c up lav, closes
psychobunny 4a33f45b1e use writeFileSync for synchronous fs write operations - nodejs 7.x
Barış Soner Uşaklı 0396e9300b Merge pull request from RoiEXLab/fix-admin-search
Fix admin Search
barisusakli 90b8a3afd0 refactor topics/delete.js
Misty (Bot) 9f1a2b0cc9 Latest translations and fallbacks
barisusakli 0478e9c98c lint
barisusakli 37be43a3c5 async
barisusakli 27b030a71c test for
Misty (Bot) 3e93975595 Latest translations and fallbacks
psychobunny 9dc54f801e up persona
psychobunny 286d0ab203 prevent tagsinput initialization from flagging as unsaved
psychobunny 5ca9e5e14c ACP: distinguish <small> from regular text
psychobunny 62f445ad7f ACP: added tagsinput to other fields that are "comma separated"
barisusakli bb146e049c fix lint
psychobunny debe34b96c better styling for tagsinput in ACP and added it to general -> keywords
barisusakli 3b41c40b93 refactor deleter code to use unixtimestamp
psychobunny 447b7b02ca use tagsinput for instead
psychobunny f2eb4b8083 closes
psychobunny 5aa45e9181 up persona
psychobunny b3f8428691 closes
Misty (Bot) dc4d394cd5 Latest translations and fallbacks
barisusakli 5e0de4b8fb closes
psychobunny 8da8e4d8c3 closes
psychobunny fd8e647ef5 closes
barisusakli 0c7dee05ef fix lint
barisusakli 92fa9fecb6 add mongodb connection options
increase reconnect tries
add keepAlive setting
set autoReconnect to true, should be on by default
barisusakli 0c8058ba9d closes
barisusakli 1c1d97dd54 up spam be gone