Henry Oswald
|
b00bd5cd94
|
if clsi cookies are not enabled don't call redis, return empty
|
2016-04-27 17:05:12 +01:00 |
|
Henry Oswald
|
78b08060ab
|
redis get not multi used for _getServerId
|
2016-04-27 16:56:21 +01:00 |
|
Henry Oswald
|
1ee94f9bf5
|
return server id for set server id and _populateServerIdViaRequest
|
2016-04-27 16:20:10 +01:00 |
|
Henry Oswald
|
616630200a
|
improve send calls and return correct stuff from _makeRequest
|
2016-04-20 17:08:11 +01:00 |
|
Henry Oswald
|
18560d8621
|
set server cookie on every compile response and don't expire on get
|
2016-04-20 16:17:06 +01:00 |
|
Henry Oswald
|
4d54de8b9a
|
renamed ClsiRequestManager to ClsiCookieManager and improved logging
|
2016-04-20 15:06:39 +01:00 |
|
Henry Oswald
|
b37595acf9
|
persist cookie in redis for compiles.
|
2016-04-19 16:48:51 +01:00 |
|
Henry Oswald
|
ffa04c7b55
|
add project url onto query string for compile hashing
|
2016-04-13 15:38:04 +01:00 |
|
James Allen
|
9a0ec9c292
|
Don't throw fatal error when recently compiled
|
2016-03-21 13:54:45 +00:00 |
|
James Allen
|
6beb29f449
|
Don't treat no root resource as a fatal error
|
2016-03-21 13:28:53 +00:00 |
|
James Allen
|
425a9b9db2
|
Add in option to compile in draft mode
|
2016-02-02 14:50:48 +00:00 |
|
James Allen
|
ed5872702a
|
Pass image to wordcount end point in CLSI
|
2016-01-19 14:17:01 +00:00 |
|
James Allen
|
03d75944b0
|
Allow image name to be configured
|
2016-01-15 10:26:36 +00:00 |
|
Henry Oswald
|
91a84cb232
|
increase compile throttle limit
|
2015-11-25 11:07:53 +00:00 |
|
Henry Oswald
|
ba58509a67
|
increased length rate limit is in effect for
|
2015-11-16 12:21:06 +00:00 |
|
Henry Oswald
|
4e8eebb482
|
increase rate limit threshold on pdf downloads
|
2015-11-11 09:00:38 +00:00 |
|
Henry Oswald
|
16670cb3e3
|
only rate limit full pdf downloads
|
2015-11-10 16:23:55 +00:00 |
|
Henry Oswald
|
23fd12c67d
|
dropped throttle for full pdf download to 30 over 5 mins
1 download every 10 seconds which seems ample
|
2015-11-10 11:53:11 +00:00 |
|
Henry Oswald
|
cf48c94725
|
rate limit pdf downloads
|
2015-10-30 11:56:01 +00:00 |
|
Henry Oswald
|
d80179ecc6
|
added missing null check in
|
2015-10-19 22:14:52 +01:00 |
|
Henry Oswald
|
9a72667e91
|
added word count UI feature.
|
2015-09-14 15:28:19 +01:00 |
|
Henrique Dias
|
d228fd88ab
|
add worcount file param
|
2015-09-11 09:53:06 -03:00 |
|
Henrique Dias
|
77c2162872
|
add wordcount clsi handler
|
2015-09-10 12:41:48 -03:00 |
|
Henry Oswald
|
3ecf201eda
|
send -> sendStatus
|
2015-07-08 16:56:38 +01:00 |
|
Brian Gough
|
c1cde643ef
|
use send build identifier to clsi only for new pdf viewer
old pdf viewer will continue to use the main ouput.pdf file
|
2015-03-02 14:59:53 +00:00 |
|
Brian Gough
|
0315954b47
|
Merge branch 'master' into support-cached-pdfs
|
2015-03-02 09:20:00 +00:00 |
|
Brian Gough
|
5b9f2e8fc1
|
pass build id through to clsi when requesting pdf
|
2015-02-26 16:21:44 +00:00 |
|
Henry Oswald
|
f8e3fa6308
|
increase the auto compile limit a little
|
2015-02-18 21:57:21 +00:00 |
|
Brian Gough
|
79b560f96b
|
update tests for new pdf viewer server fixes
|
2014-12-16 09:44:25 +00:00 |
|
Brian Gough
|
660bb75df4
|
add query string parameters for compileGroup= and pdfng=
compileGroup will bypass mongo check for compileGroup priority
pdfng will pass pdf Range: headers through from user request to CLSI
|
2014-12-12 16:47:43 +00:00 |
|
Brian Gough
|
fbf9111d80
|
Revert "revert to original CLSI proxy call"
This reverts commit 99b1b0d6598562b6346921504d1d1d37efe3be86.
|
2014-12-12 15:43:36 +00:00 |
|
Brian Gough
|
8a77d619a8
|
revert to original CLSI proxy call
due to problems with cost of authentication when byte-serving
|
2014-12-11 13:15:13 +00:00 |
|
Brian Gough
|
265ad4439c
|
Merge branch 'master' of github.com:sharelatex/web-sharelatex into pdfng
|
2014-12-05 14:43:01 +00:00 |
|
Brian Gough
|
a4ddfd5725
|
whitelist proxied headers when requesting pdfs from clsi
|
2014-12-03 15:09:46 +00:00 |
|
Brian Gough
|
138170be60
|
pass headers through when proxying request to allow for byte-range/etag handling
|
2014-12-02 14:53:46 +00:00 |
|
James Allen
|
c70c048aae
|
Send clear cache requests to the correct CLSI group
|
2014-12-01 12:19:01 +00:00 |
|
James Allen
|
e0178b17b5
|
Pass compile group correctly to Clsi._buildRequest
|
2014-12-01 10:28:09 +00:00 |
|
James Allen
|
175dfae085
|
Look up compile group and features from project owner, not current user
|
2014-11-28 14:26:21 +00:00 |
|
Henry Oswald
|
20a5ad6e27
|
fixed where project to large code is passed from
|
2014-11-27 16:22:39 +00:00 |
|
Henry Oswald
|
fa755c6521
|
added project to long check from clsi2 (bit of a punt)
|
2014-11-27 15:42:37 +00:00 |
|
Henry Oswald
|
c920874872
|
added null check to compile features
|
2014-11-10 11:26:40 +00:00 |
|
Henry Oswald
|
8097e6ad71
|
made 7 day free trial the default
|
2014-10-21 13:48:46 +01:00 |
|
Henry Oswald
|
4bd0708029
|
put the compile group on the session so proxied requests are sent to the correct place
I know this is premature optimisation however we do make a lot of requests
to the clsi for each compile and this will save mongo a lot of calls
|
2014-10-21 09:34:58 +01:00 |
|
Henry Oswald
|
fb53be7ce4
|
Revert "priority compiles are proxyed to the priority servers"
This reverts commit 5375af085a1fc20def19a858e3f63c52f3bec9b0.
|
2014-10-21 09:16:23 +01:00 |
|
Henry Oswald
|
250606472d
|
priority compiles are proxyed to the priority servers
|
2014-10-20 17:48:00 +01:00 |
|
Henry Oswald
|
b9d6d5bbf1
|
set the request timeout to a few mins for the compile
|
2014-10-17 13:23:29 +01:00 |
|
Henry Oswald
|
e7906f7018
|
timeout option passed to clsi
|
2014-10-16 18:43:48 +01:00 |
|
Henry Oswald
|
7293ccf06d
|
if user has premium compile send them to a different server set
|
2014-10-16 17:52:21 +01:00 |
|
Henry Oswald
|
5a4a90924b
|
added default opts for users compile features
|
2014-10-16 16:57:51 +01:00 |
|
Henry Oswald
|
d97e42a959
|
get users features for compile options i.e. timeout and which compiler
|
2014-10-16 16:34:21 +01:00 |
|