barisusakli
5ff5a01c4f
check for invalid topic
2016-04-29 22:33:08 +03:00
Julian Lam
2e2c8b8e77
fixes #4584
2016-04-29 13:46:13 -04:00
barisusakli
5e5e46e95f
closes #4499
2016-04-29 20:35:57 +03:00
Julian Lam
cb1920d45a
properly fixing #4583
2016-04-29 13:34:49 -04:00
Julian Lam
bd8fcb527b
closes #4583
2016-04-29 12:54:53 -04:00
barisusakli
94432ff796
closes #4582
...
remove leading /
2016-04-29 10:04:22 +03:00
Julian Lam
5f36bfab01
re: #4578
2016-04-28 14:18:19 -04:00
Julian Lam
de9357970f
fixes #4578
2016-04-28 14:10:10 -04:00
Julian Lam
8eaff1492a
Added ACP option to customise recent post
...
Before, could either be OP or last reply.
Now, you can choose between OP, last reply, or last post (which
includes OP)
2016-04-28 11:52:05 -04:00
Barış Soner Uşaklı
14df793ba6
Merge pull request #4557 from BenLubar/gif-image-upload
...
fix convert-avatars-to-png option not being honored
2016-04-28 10:44:27 +03:00
Barış Soner Uşaklı
58ea83014c
Merge pull request #4572 from pichalite/image-upload
...
fix image upload in post
2016-04-28 09:35:27 +03:00
Ben Lubar
74a5a70969
fix convert-avatars-to-png option not being honored
2016-04-28 00:32:37 -05:00
wktang
414a26fe42
Default mongodb db name should be "nodebb" instead of 0 (unlike redis). ( #4573 )
2016-04-27 14:52:36 -04:00
Julian Lam
2c83789482
Allowing object to be passed as module list
...
fixes #4576 again
2016-04-27 14:28:57 -04:00
Julian Lam
1d7a5f58e2
fixes #4576
2016-04-27 14:14:22 -04:00
psychobunny
1d607cbed7
closes #4574
2016-04-27 12:11:54 -04:00
barisusakli
cd2c2da420
closes #4575
2016-04-27 17:55:00 +03:00
pichalite
f154853b39
add extension after filename trim
2016-04-27 14:46:03 +00:00
barisusakli
c266fe9983
closes #4540
2016-04-27 13:08:32 +03:00
barisusakli
18e68346e7
closes #4507
2016-04-27 11:13:08 +03:00
barisusakli
3648d531fa
closes #4545
2016-04-27 11:01:27 +03:00
barisusakli
553a69c780
revert img stripping
2016-04-27 09:03:44 +03:00
pichalite
821d723541
fix image upload in post
2016-04-26 23:22:19 +00:00
Julian Lam
a500914143
Updated 404 for image handling
...
If an image or asset specified in static file handler is not
found (ENOENT), then the 404 handler is now invoked (as opposed to
prior, where a handled exception was thrown).
Also, when requesting images inline that do not exist, NodeBB
will now send back "404 Not Found" instead of the entire 404
page. If you access the broken link directly, you'll see the
404 page.
2016-04-26 17:00:46 -04:00
barisusakli
a12a149015
fix validator warning
2016-04-25 21:53:56 +03:00
barisusakli
eb28e178a7
closes #4567
2016-04-25 19:06:18 +03:00
barisusakli
c790373dfc
closes #4558
2016-04-22 19:48:41 +03:00
Julian Lam
22cf0966e6
removed console log
2016-04-21 15:52:15 -04:00
Julian Lam
ea6d2c35f7
Fixed bug in settingsv1
...
If the saved value was an empty string, then textareas (and more
importantly, select boxes) would not be properly populated with
the saved value.
2016-04-21 15:30:48 -04:00
Ben Lubar
f5009b1a11
add a hook for plugins like nodebb-plugin-imagemagick that don't want to replace the entire upload system
2016-04-21 14:09:10 -05:00
Julian Lam
2aa89b9c70
fixes #4555
2016-04-21 11:40:40 -04:00
Julian Lam
66dd790938
did I fix it @rbeer? :shipit:
2016-04-20 16:12:55 -04:00
Julian Lam
a0d989a112
fixes #4551
2016-04-20 15:04:53 -04:00
Julian Lam
4f913d3f19
fixed issue with missing base in path.format
2016-04-20 14:15:38 -04:00
Julian Lam
5858d914bf
closes #4550
2016-04-20 13:58:31 -04:00
barisusakli
a7415a8db0
added missing count increment
2016-04-20 20:50:16 +03:00
Julian Lam
33255d73dd
fix #4546
2016-04-20 10:53:47 -04:00
Julian Lam
4aabac5288
Fixes #4548
2016-04-19 21:03:47 -04:00
barisusakli
ff88186d41
closes #4537
2016-04-19 20:04:39 +03:00
psychobunny
d83a1987eb
fix routing of rjs modules
2016-04-19 12:03:30 -04:00
Julian Lam
d0f08b4dd4
added prompt to passport input for Google SSO
2016-04-18 16:04:09 -04:00
psychobunny
d24b15a584
closes #4523
2016-04-18 10:06:32 -04:00
barisusakli
ff9b2bad49
closes #4512
2016-04-18 16:07:04 +03:00
barisusakli
ec33a57f77
closes #3128
2016-04-18 15:44:07 +03:00
Barış Soner Uşaklı
35ac64db7f
Merge pull request #4504 from BenLubar/unread-topics
...
Add /unread/new, which is the same as /unread but does not show topics that were already partially read by the user.
2016-04-18 14:42:10 +03:00
Barış Soner Uşaklı
d95944f8d0
Merge pull request #4529 from kerneldeveloper/master
...
Make the description more clear.
2016-04-18 13:29:17 +03:00
pichalite
4bb5dad05d
move ACP user reg type
2016-04-18 06:58:20 +00:00
Mr.Lee
3e2f36fc29
Make the description more clear.
...
The same description in mongo.js and install.js are ambiguous.
2016-04-16 23:34:57 +08:00
Aziz Khoury
3dc63438de
hmm-2 ...
2016-04-15 17:21:26 -04:00
Aziz Khoury
aac30cb5ec
hmm ..
2016-04-15 17:17:54 -04:00