Commit Graph

12376 Commits (14df793ba612a45d4ceafb24a826245551001ecd)
 

Author SHA1 Message Date
Barış Soner Uşaklı 14df793ba6 Merge pull request from BenLubar/gif-image-upload
fix convert-avatars-to-png option not being honored
barisusakli 8a2f1d0c49 Revert "update travis"
This reverts commit f05b07d2a4.
barisusakli f05b07d2a4 update travis
Barış Soner Uşaklı 58ea83014c Merge pull request from pichalite/image-upload
fix image upload in post
Ben Lubar 74a5a70969 fix convert-avatars-to-png option not being honored
barisusakli 178b9c3bdd fix lang key
barisusakli d9f4d79a32 up composer markdown
barisusakli 7104d18e59 https://github.com/NodeBB/nodebb-plugin-composer-default/issues/32
wktang 414a26fe42 Default mongodb db name should be "nodebb" instead of 0 (unlike redis). ()
Ben Lubar 37bd63ab75 wrap images in links even if the images aren't unloaded. handle resized images with no file extension (as seen on wtdwtf) ()
barisusakli ee2bd0ce00 up composer/markdown
Julian Lam 2c83789482 Allowing object to be passed as module list
fixes  again
Julian Lam 1d7a5f58e2 fixes
psychobunny 1d607cbed7 closes
barisusakli aac72a0c7f up composer
barisusakli f61d0cb457 https://github.com/NodeBB/nodebb-plugin-composer-default/issues/24
barisusakli cd2c2da420 closes
pichalite f154853b39 add extension after filename trim
NodeBB Misty becd716d77 Latest translations and fallbacks
barisusakli c266fe9983 closes
barisusakli 18e68346e7 closes
barisusakli 3648d531fa closes
barisusakli 553a69c780 revert img stripping
pichalite 821d723541 fix image upload in post
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.
Ole R ae927ce356 Update emoji-one ()
`rm -rf src/database/redis*`
Ole R 483127c7be Update emoji-one ()
barisusakli a12a149015 fix validator warning
barisusakli 1cbbb23043 fix css
barisusakli 65dfe2bf1b closes
barisusakli eb04dba96c closes
Julian Lam c8bbbda22f added logic to catch bad installs
In cases where the nodebb executable is run before `npm i`, NodeBB
will now emit a friendly message instead of a scary one.
barisusakli eb28e178a7 closes
NodeBB Misty b4a15cdbc9 Latest translations and fallbacks
NodeBB Misty a306405ebd Latest translations and fallbacks
Ole R c1e3613779 Update jquery.textcomplete to 1.3.4
NodeBB Misty 8ea12197ae Latest translations and fallbacks
Barış Soner Uşaklı a5da398c94 Merge pull request from pichalite/add-defaults
add missing ACP defaults for new install
pichalite 8947ac74a4 bookmarkThreshold
pichalite 43a3a81cf7 add missing ACP defaults for new install
barisusakli ae607b47be up themes
barisusakli c790373dfc closes
Barış Soner Uşaklı 9d6532fe7b moved to ajaxify.start
Julian Lam 22cf0966e6 removed console log
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.
Julian Lam 352ef81e84 Merge pull request from BenLubar/delay-image-loading
don't delay image loading when "delay image loading" is unchecked
Julian Lam 7b6960a5ff Merge pull request from BenLubar/gif-image-upload
add a hook for plugins like nodebb-plugin-imagemagick
Ben Lubar f5009b1a11 add a hook for plugins like nodebb-plugin-imagemagick that don't want to replace the entire upload system
Julian Lam 41d8d07e35 upped persona
Julian Lam 2aa89b9c70 fixes