Commit Graph

101 Commits

Author SHA1 Message Date
Brian Gough e379068fa3 upgrade sequelize and mysql 2015-05-15 16:58:27 +01:00
Brian Gough aa32cbc1ee clean up stream handling for file copy 2015-05-15 16:25:49 +01:00
Brian Gough 56f1ffa067 only run qpdf for the main output.pdf file
was previously matching any pdf file, which caused it to run for
embedded pdf figures produced during the mklatex run
2015-05-15 16:23:58 +01:00
Henry Oswald 7dfdad02f5 change regex checking file request ensure other files can not be accessed 2015-05-12 15:18:09 +01:00
Brian Gough 604c31ae84 additional validation of requests 2015-05-11 12:10:13 +01:00
Brian Gough 23e3b279c1 use the latest versions of metrics and smoketest modules 2015-05-05 10:54:59 +01:00
Brian Gough f7d6c9de31 avoid leak when calling chai.should() repeatedly in smoke test 2015-05-05 10:03:17 +01:00
Brian Gough b08349e07c disable sequelize logging by default
prevent any leaking of objects to console during debugging
2015-05-05 10:03:17 +01:00
Henry Oswald 91d0f0f2f8 make startup message consistent 2015-04-30 15:07:48 +01:00
Brian Gough 6a347a0ebe remove debugging from tests 2015-04-29 16:05:49 +01:00
Brian Gough 76cd52af70 prevent leak of urlStream on failed downloads 2015-04-29 16:05:49 +01:00
Brian Gough bb9944e618 log errors when downloading files and clean up failed downloads 2015-04-29 16:05:49 +01:00
Brian Gough 72918fb41b invalidate the cache if there is an error copying a file 2015-04-29 15:54:38 +01:00
Brian Gough 56b77c300c log errors when copying files from cache 2015-04-29 15:54:08 +01:00
Brian Gough 134058ccc0 add heapdump support for memory profiling 2015-04-09 14:40:02 +01:00
James Allen 79e71cdf92 Release version 0.1.4 2015-03-20 15:25:02 +00:00
Brian Gough d7e53941b6 Merge branch 'master' of github.com:sharelatex/clsi-sharelatex 2015-03-16 16:47:56 +00:00
Brian Gough 59c25fc703 remove unnecessary call to async.series in OutputFileFinder
callback was previously async but is now synchronous, so high stack
usage.
2015-03-16 16:47:25 +00:00
Brian Gough 9ee2706410 add v8 profiler on /profile?time=MS url 2015-03-16 15:02:45 +00:00
Brian Gough 3a3eda0ccf reduce cache limit for pdfs 2015-03-02 11:31:48 +00:00
Brian Gough c26de9554d skip cache directory error when empty 2015-03-02 09:58:20 +00:00
Brian Gough 52baf4976e Merge branch 'master' into cache-output-files 2015-03-02 09:18:44 +00:00
Brian Gough 7f38c5e5a3 fix double callback for proc.on 'error' and proc.on 'close' 2015-02-27 16:07:02 +00:00
Brian Gough 140090da47 move convert tests from middleware to restricted static server 2015-02-27 15:38:57 +00:00
Brian Gough e024fec82d provide a static server which forbids symlinks
prevents mismatch between rootdir of server and rootdir of symlink
checking middleware
2015-02-27 13:57:57 +00:00
Brian Gough a6fb82513f use OutputCacheManager to construct static path to files 2015-02-27 13:16:01 +00:00
Brian Gough 5fdd1d4f47 cleanup and logging 2015-02-27 13:15:35 +00:00
Brian Gough a877dd36e7 remove debugging code 2015-02-26 15:32:01 +00:00
Brian Gough 77b4247f86 fix tests to allow for build parameter 2015-02-26 15:31:12 +00:00
James Allen e78da9d0fd Release version 0.1.3 2015-02-26 11:20:56 +00:00
Brian Gough 5a5ef8baed accept build id parameter when serving static files 2015-02-25 17:05:19 +00:00
Brian Gough 9991c38dfc added package dependencies for caching 2015-02-24 16:09:55 +00:00
Brian Gough 49e1ce552d add an optimisation pass for the cached output files 2015-02-24 15:48:34 +00:00
Brian Gough 5c1d61c955 skip the cache directory when finding output files 2015-02-24 14:40:22 +00:00
Brian Gough 4002849e20 save output files in a .cache directory 2015-02-24 14:40:05 +00:00
Brian Gough 4532cd14b0 update sanitizePath regex
remove accidental inclusion of , and add null char \x00
2015-02-13 11:28:43 +00:00
James Allen 80382d5c15 Allow non-latin characters in the rootResourcePath 2015-02-13 11:21:35 +00:00
James Allen 561ce7dc60 Sanitize rootResourcePath 2015-02-11 16:39:43 +00:00
James Allen 1f8ddac27d Release version 0.1.2 2015-02-10 13:19:42 +00:00
James Allen 1313b06fb7 Don't return error if directory doesn't exist yet 2014-12-09 11:25:23 +00:00
James Allen 42af7c4e63 Add in some debugging logging 2014-12-09 11:16:16 +00:00
James Allen ffa7919e46 Use find -type f to get a list of output files 2014-12-09 11:08:07 +00:00
Henry Oswald 9742aa8fb4 replaced old symlink logic with tested middlewear based on fs.realpath 2014-12-04 23:54:22 +00:00
James Allen 2647eb0ec7 Check file is not a symlink before returning it 2014-12-04 22:07:37 +00:00
James Allen 49b7cdc854 Add in missing error check 2014-12-04 21:37:09 +00:00
Brian Gough 95373d2b7e send a strong etag for the output.pdf file, needed for byte ranges in pdf.js 2014-12-02 14:30:24 +00:00
Henry Oswald c119d2ba79 err != error 2014-11-27 16:19:01 +00:00
Henry Oswald d498076ab3 Merge branch 'master' of https://github.com/sharelatex/clsi-sharelatex 2014-11-27 16:11:11 +00:00
Henry Oswald b8335b6b64 respect the status code on the error if it exists 2014-11-27 16:11:00 +00:00
James Allen a39c356014 Update acceptance tests for new knitr, and remove markdown 2014-10-29 10:59:32 +00:00