Peter Jaszkowiak
484a800327
Merge branch master into develop
2017-04-12 21:11:39 -06:00
Julian Lam
126237e2c9
Merge pull request #5576 from pichalite/zxcvbn
...
Closes #5521
2017-04-09 16:52:52 -04:00
pichalite
4c89497cc4
Closes #5521
2017-04-07 20:57:00 +00:00
Anil Mandepudi
da183e196a
Fixes #5572 ( #5575 )
...
* Fixes #5572
* Adding trailing commas but in protest
2017-04-07 14:35:24 -04:00
Julian Lam
b649eb95f8
Merge remote-tracking branch 'origin/master' into develop
2017-03-24 14:37:39 -04:00
Julian Lam
6060b8e13b
fix tests
2017-03-23 14:39:46 -04:00
Barış Soner Uşaklı
fe27d40ff6
closes #5542
2017-03-23 10:58:28 +03:00
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.
2017-03-22 12:19:31 +02:00
Julian Lam
7f8f197e60
Merge branch 'master' into develop
2017-03-16 14:58:39 -04:00
Julian Lam
23d4497c73
Merge pull request #5531 from NodeBB/patch_5491
...
Fix #5491
2017-03-15 23:01:42 -04:00
Peter Jaszkowiak
8c45411ccc
Fix #5491
2017-03-15 20:00:05 -07:00
Julian Lam
1ebbbdd3f9
Merge remote-tracking branch 'origin/master' into develop
2017-03-15 10:01:00 -04:00
barisusakli
6a4b082080
closes #5524
2017-03-15 12:19:09 +03:00
barisusakli
5a2ff8ed0a
closes #5527
2017-03-14 23:03:09 +03:00
Julian Lam
860999fa6c
Merge remote-tracking branch 'origin/master' into develop
2017-03-10 15:44:29 -05:00
psychobunny
a67d48e719
#5513 ( #5520 )
...
closes #5513
2017-03-10 12:50:19 -05:00
psychobunny
fd8e647ef5
closes #5506
2017-03-09 16:47:07 -05:00
barisusakli
f092b7754e
only create 1 alert for chat spam error
2017-03-08 22:43:02 +03:00
barisusakli
6f49509645
fix newSet on redis
2017-03-08 15:09:58 +03:00
Julian Lam
04b66787ea
removed hardcoded stepsize of 1 for chart, so it can space the ticks out properly
2017-03-07 20:53:54 -05:00
Julian Lam
793555a344
Merge branch 'master' into develop
2017-03-07 14:35:49 -05:00
barisusakli
1301fb1f34
on chat leave close the modal
2017-03-07 19:51:52 +03:00
barisusakli
992e3128bd
closes #5499
2017-03-07 13:09:19 +03:00
Julian Lam
af2d9fb85b
Merge branch 'master' into develop
2017-03-06 09:51:11 -05:00
barisusakli
531df7bd09
closes #5504
2017-03-06 13:54:43 +03:00
barisusakli
e85e35cf0c
closes #5497
2017-03-05 00:46:18 +03:00
barisusakli
202bafa3e3
add images to bundle
2017-03-02 18:21:01 +03:00
barisusakli
5ca8456340
move image code to client/topic/images
2017-03-02 18:11:31 +03:00
Julian Lam
6e7b505ea7
more linting
2017-02-24 12:55:31 -05:00
Julian Lam
ddea9f534e
running eslint again
2017-02-24 12:47:46 -05:00
Julian Lam
72e77772db
Merge branch 'master' into develop
2017-02-24 12:46:40 -05:00
Peter Jaszkowiak
dd2b930824
Resolve merge conflicts, minify only .js files
2017-02-23 18:31:49 -07:00
Julian Lam
672d7352bb
Merge branch 'master' into develop
2017-02-23 12:32:03 -05:00
Julian Lam
e887dda37a
Merge pull request #5461 from pichalite/image-dimension
...
Use ACP profile image dimension setting in cropper
2017-02-22 14:53:40 -05:00
Julian Lam
e427f1663e
Merge pull request #5456 from NodeBB/sounds-refactor
...
Sound system improvements
2017-02-21 16:14:58 -05:00
pichalite
a99572fc48
Use ACP profile image dimension setting in cropper
2017-02-19 08:30:30 +00:00
Peter Jaszkowiak
b227297ef3
ESlint no-use-before-define
2017-02-18 18:55:33 -07:00
Peter Jaszkowiak
4bb49a7171
ESlint no-unused-vars
2017-02-18 15:05:36 -07:00
Peter Jaszkowiak
c18808fdeb
ESlint no-useless-concat, no-mixed-spaces-and-tabs
2017-02-18 14:42:15 -07:00
Peter Jaszkowiak
144fa8698c
Eslint no-lonely-if
2017-02-18 14:32:35 -07:00
Peter Jaszkowiak
57f89663aa
ESlint radix
2017-02-18 14:29:52 -07:00
Peter Jaszkowiak
09e868ce5f
ESlint no-useless-escape, no-else-return
2017-02-18 14:27:26 -07:00
Peter Jaszkowiak
11cb3a9554
ESlint operator-assignment, block-scoped-var
2017-02-18 14:20:58 -07:00
Peter Jaszkowiak
c4bdb72941
ESlint no-unneeded-ternary
...
and no-extend-native, no-sequences
2017-02-18 12:59:46 -07:00
Peter Jaszkowiak
896c8c7343
ESlint object-curly-spacing
2017-02-18 12:30:49 -07:00
Peter Jaszkowiak
1493afee2a
ESlint indent
2017-02-18 02:38:03 -07:00
Peter Jaszkowiak
3b0dd2d1ef
ESlint padded-blocks
2017-02-18 02:32:24 -07:00
Peter Jaszkowiak
feb8405f95
ESlint eol-last
2017-02-18 02:30:48 -07:00
Peter Jaszkowiak
a038c66549
ESlint quotes
2017-02-18 01:56:23 -07:00
Peter Jaszkowiak
604358ecc4
ESlint keyword-spacing, no-multi-spaces
2017-02-18 01:52:56 -07:00