husseinwalli
3876a88252
Added additional parameters to user creation method ( #5496 )
...
Treating picture, location and birthday similar to data.email as optional parameters to be passed to the create a user
2017-03-27 14:05:06 -04:00
Peter Jaszkowiak
ff09d6e0dd
Fix #5549 , improve tpl compilation ( #5551 )
2017-03-27 13:53:26 -04:00
Misty (Bot)
c1c96668af
Latest translations and fallbacks
2017-03-27 09:24:50 +00:00
Barış Soner Uşaklı
6b0a907ede
closes #5552
2017-03-26 15:12:28 +03:00
Misty (Bot)
2a2ed96a07
Latest translations and fallbacks
2017-03-26 09:24:22 +00:00
Julian Lam
42dc496572
Merge pull request #5550 from NodeBB/patch_5543
...
Remove duplicate slugify
2017-03-25 16:29:14 -04:00
Misty (Bot)
114f87e78c
Latest translations and fallbacks
2017-03-25 09:22:16 +00:00
Peter Jaszkowiak
14ed0be4f7
Remove duplicate slugify
2017-03-24 14:43:58 -06:00
Julian Lam
a1f87a5d7f
added tests for #5545
2017-03-24 15:52:33 -04:00
Julian Lam
a49e647de3
fixes #5545 again
2017-03-24 14:46:51 -04:00
Julian Lam
31b6d47f88
fixes #5545
2017-03-24 14:36:54 -04:00
Julian Lam
c84e54c6c6
Merge pull request #5544 from NodeBB/patch_5543
...
Fix #5543
2017-03-24 13:32:32 -04:00
Peter Jaszkowiak
a7677063de
Rename to uniqueUsername
2017-03-24 10:33:38 -06:00
Peter Jaszkowiak
642306e69c
Fix #5543
2017-03-24 10:28:18 -06:00
Misty (Bot)
3319a72679
Latest translations and fallbacks
2017-03-24 09:22:18 +00:00
Julian Lam
6060b8e13b
fix tests
2017-03-23 14:39:46 -04: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
b6134b160e
moved auto_reconnect out of socketOptions object for Mongo
2017-03-21 15:55:24 -04:00
Julian Lam
db84296373
Merge pull request #5539 from NodeBB/julianlam-patch-1
...
Up MongoDB dependency to v2.2.25
2017-03-21 14:22:17 -04:00
Julian Lam
9714e3c26b
Up MongoDB dependency to v2.2.25
...
This is a PR to see if tests go 💥
2017-03-21 14:01:41 -04:00
Ben Lubar
7f713ee822
Admin option to allow all users to view votes ( #5534 )
...
* Admin option to allow all users to view votes
* Fix </strong></strong>
2017-03-17 14:08:47 -04:00
Misty (Bot)
da1858f674
Incremented version number
2017-03-16 14:58:24 -04:00
barisusakli
449352d899
wait for all routes to load before listening
2017-03-16 11:24:36 +03:00
Julian Lam
2ef71e22aa
Merge pull request #5532 from NodeBB/patch_5491
...
Fix tests for #5491 fix
2017-03-15 23:11:09 -04:00
Peter Jaszkowiak
8f8babf90b
Fix tests
2017-03-15 20:09:07 -07: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
33bf930bb9
fixes #5528
2017-03-15 13:49:35 -04:00
barisusakli
8d7283e6c7
dont minify if file ends with .min.js #5529
2017-03-15 20:33:33 +03:00
barisusakli
ff4c7ab3bb
fix tests
2017-03-15 12:49:08 +03:00
barisusakli
6a4b082080
closes #5524
2017-03-15 12:19:09 +03:00
Julian Lam
6d444ccacf
Merge pull request #5526 from NodeBB/patch_5346
...
Fix #5346
2017-03-14 09:52:42 -04:00
Misty (Bot)
2106050bdc
Latest translations and fallbacks
2017-03-14 09:22:41 +00:00
Peter Jaszkowiak
c199075d98
Fix #5346
2017-03-13 20:20:41 -07:00
psychobunny
8a6665a26c
up lav, closes #5525
2017-03-13 16:54:28 -04:00
psychobunny
4a33f45b1e
use writeFileSync for synchronous fs write operations - nodejs 7.x
2017-03-13 13:57:35 -04:00
Barış Soner Uşaklı
0396e9300b
Merge pull request #5500 from RoiEXLab/fix-admin-search
...
Fix admin Search
2017-03-13 09:58:30 +02:00
barisusakli
90b8a3afd0
refactor topics/delete.js
2017-03-12 21:38:53 +03:00
Misty (Bot)
9f1a2b0cc9
Latest translations and fallbacks
2017-03-12 09:22:16 +00:00
barisusakli
0478e9c98c
lint
2017-03-11 19:37:34 +03:00
barisusakli
37be43a3c5
async
2017-03-11 18:32:00 +03:00
barisusakli
27b030a71c
test for #5523
2017-03-11 16:43:31 +03:00
Misty (Bot)
3e93975595
Latest translations and fallbacks
2017-03-11 09:22:17 +00:00
psychobunny
9dc54f801e
up persona
2017-03-10 14:55:52 -05:00
psychobunny
286d0ab203
prevent tagsinput initialization from flagging as unsaved
2017-03-10 14:40:10 -05:00
psychobunny
5ca9e5e14c
ACP: distinguish <small> from regular text
2017-03-10 14:36:35 -05:00
psychobunny
62f445ad7f
ACP: added tagsinput to other fields that are "comma separated"
2017-03-10 14:36:35 -05:00
barisusakli
bb146e049c
fix lint
2017-03-10 22:36:09 +03:00
psychobunny
debe34b96c
better styling for tagsinput in ACP and added it to general -> keywords
2017-03-10 14:25:37 -05:00
barisusakli
3b41c40b93
refactor deleter code to use unixtimestamp
2017-03-10 22:22:08 +03:00