410 Commits (dev)
 

Author SHA1 Message Date
Thomas Lynch 0fda69cc01 totalSize check 4 years ago
Thomas Lynch 7162adb8ed bug 4 years ago
Thomas Lynch db1d264303 Merge github.com:richardgirges/express-fileupload into dev 4 years ago
Roman Burunkov d55fa83832
Merge pull request #222 from wbt/patch-1 4 years ago
wbt d61f02f6db
Fix some small typos 4 years ago
Roman Burunkov f20389a518
Merge pull request #219 from wbt/patch-1 4 years ago
wbt b95d3c72a8
Small typo fix usefull => useful 4 years ago
Roman Burunkov 0f1ff52c69
Merge pull request #214 from RomanBurunkov/master 4 years ago
RomanBurunkov 22571061e9 Update package.json 4 years ago
Roman Burunkov 62e3419878
Merge pull request #213 from RomanBurunkov/master 4 years ago
RomanBurunkov 055ceac0ea Destroy file stream in case of upload timeout. 4 years ago
RomanBurunkov 5fb6150829 Add debug loggin for temp file cleaning up insted throwing error 4 years ago
Roman Burunkov 37f824b229
Merge pull request #210 from RomanBurunkov/master 4 years ago
RomanBurunkov 85bf218e53 Do not create empty temp files for empty file fields 4 years ago
RomanBurunkov 7d9fef15d8 Fix jsdoc types 4 years ago
RomanBurunkov 8aa54b94ad Fix debugLog 4 years ago
Roman Burunkov d28685c01b
Merge pull request #209 from RomanBurunkov/master 4 years ago
RomanBurunkov 523eb3c632 Add complete flag for memHandler 4 years ago
RomanBurunkov 303ce40a4c Add complete flag for tempFileHandler 4 years ago
Roman Burunkov c0065978b7
Merge pull request #208 from RomanBurunkov/master 4 years ago
Richard Girges 7d0476e065
Update Travis CI build status badge 4 years ago
RomanBurunkov 892b705abb Add tests for upload timeout timer. 4 years ago
RomanBurunkov 9ce6bf7fb3 Moved upload timeout checks into a separate module 'uploadtimer' 4 years ago
RomanBurunkov 343064bd08 Bump version 4 years ago
RomanBurunkov b0e5ffd088 Do not start upload timeout timer if timout 0 or not set 4 years ago
Roman Burunkov 445441797c
Merge pull request #207 from RomanBurunkov/master 4 years ago
Roman Burunkov 31edb91326
Add empty file name test for parseFileName 4 years ago
Roman Burunkov 1272bb42bc
Adds file name check in parseFileName. 4 years ago
fatchan ecc5ad4f41 Merge branch 'master' of https://github.com/richardgirges/express-fileupload 4 years ago
fatchan 9aada2ecde Merge branch 'master' of github.com:fatchan/express-fileupload 4 years ago
fatchan 3a320504bd add opts.spaceFileNameReplacement for string to replace space in filenames with 4 years ago
fatchan 8cdcedf0b7 add opts.spaceFileNameReplacement for string to replace space in filenames with 4 years ago
Roman Burunkov 1c0440c7ba
Merge pull request #8 from richardgirges/master 4 years ago
Roman Burunkov bbaec01de2
Merge pull request #199 from somewind/master 4 years ago
somewind e9367f99e1 refactor: code style 4 years ago
somewind 073fd8c8c2 fix: add error handler to tempFileHandler 4 years ago
Roman Burunkov b1096e05d9
Merge pull request #189 from somewind/master 4 years ago
Roman Burunkov a3b145da31
Merge pull request #194 from richardgirges/richard/update-dependencies 4 years ago
Richard Girges 2d3457df31 eliminate support for node 8 and 9 4 years ago
Richard Girges 1faf42d8c7 move md5 back to devDependencies 4 years ago
Richard Girges c9746bc1b4 re-upgrade eslint. switch to supporitng node 8 - 12 4 years ago
Richard Girges 444d71c841 attempt to see if downgrading eslint will fix the test failures for node 6 and 7 4 years ago
Richard Girges 89629586f1 remove support for Node 6 and 7. 4 years ago
Richard Girges 66255975f1 minor README update 4 years ago
Richard Girges c547f5de1f npm security audit fix results 4 years ago
Richard Girges 34e0204b87 upgrade more dev dependencies 4 years ago
Richard Girges a9bf6902d8 upgrade eslint and body-parser packages. fix lint errors 4 years ago
Richard Girges 38591acf1f move md5 package to main dependencies since it is used in the main package scope 4 years ago
Richard Girges 7519dac412 updated package-lock with latest version of busboy 4 years ago
fatchan fd713ae7a3 update deps 4 years ago