17 Commits (178b9c3bdd6169257f3e9c7cdeeb731571429834)

Author SHA1 Message Date
barisusakli c50d655922 closes #4325 9 years ago
Barış Soner Uşaklı 88e4591f88 closes #4194 9 years ago
Julian Lam 10024d7b93 fixed #4186 9 years ago
Julian Lam 119930131d fixed errors when uploading files 9 years ago
Julian Lam 3a6ad52ac8 closes #4164 9 years ago
Julian Lam 051a8e22df Removed allowedFileExtensions meta config
Now, when NodeBB needs to determine file compatibility, jimp
will attempt to open the file for reading. If it fails, file is
considered to be of an invalid type.
9 years ago
barisusakli 323cc165b6 closes #3851
dont use post file upload for cover uploads
check cover upload file size against new setting
store cover uploads in profile folder
use `uid-profilecover` filename for cover uploads
9 years ago
Julian Lam f1412b6e9b Fixed cover loading for subdirs and added removal
re: #3832
9 years ago
psychobunny f19043d046 profile cover photos 9 years ago
Julian Lam ebed9d641c Add new ACP option to upload Touch Icon, #3668
Also added a number of fixes for mobile enhancements, such
as serving a manifest.json file for Android devices, and
serving proper link tags for all uploaded touch icons.

This commit also creates a new template helper for link tags.
10 years ago
barisusakli 9787e6c3df dont download images to local, pass to upload plugin 10 years ago
barisusakli cf193581e4 check and log all fs.unlink errors 10 years ago
APXEOLOG 1ae0077810 Change error message to localized one 10 years ago
APXEOLOG 93b6b6ba5f Fixed two bugs:
1. filename cannot contain ':' (at least on windows), nodebb crashes with such filename
2. lwip cannot define image type without file extension

Also added image extension check to prevent security issues
10 years ago
Julian Lam e523ef7c17 added plugin hooks so that imagemagick can still be called, as a plugin, for image manipulation tasks, falling back to using lwip 10 years ago
barisusakli d5dd48ecc8 closes #3013 10 years ago
barisusakli 5501c0c759 closes #3005 10 years ago