- Feb 17, 2012
-
-
Lloyd Hilaiel authored
@shane-tomlinson's feedback: fix test.ejs route to not include , which causes static middleware to redirect to - now you can run tests by hitting /test, /test/, or /test/index.html
-
Lloyd Hilaiel authored
explicitly disable serving of unit test templates and all resources under /test in staging or prod envs. issue #1044
-
Lloyd Hilaiel authored
refactor httputils to remove needless logic and better leverage express. easier to read and maintain. also remove unused and unnec functions
-
- Feb 15, 2012
-
-
Austin King authored
-
Lloyd Hilaiel authored
-
- Feb 14, 2012
-
-
Shane Tomlinson authored
* Add a new view, cookies_disabled - this is displayed to browsers that do not allow access to localStorage when cookies are disabled (Firefox, Chrome, Fennec) * Add localStorage check in include.js to check for browsers that do not allow write access to localStorage. * Add a Javascript cookie check in network.js->cookiesEnabled using a test cookie with duration of 1 second so it is never sent to the server. * Remove the old cookies_enabled check that was theorized to come from session_context - remove this from the XHR mock as well. issue #835
-
- Feb 10, 2012
-
-
Lloyd Hilaiel authored
vary session cookie name by public_url when public_url is not browserid.org - this addresses issues which affect testing with IE when cookies are set for both, diresworb.org and dev.diresworb.org. closes #296.
-
Lloyd Hilaiel authored
don't require the user to sign in with a password as a side effect of using a primary email address. closes #1049
-
- Feb 09, 2012
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
update wsapi to return a body of 'Bad Request: no cookie' when a CSRF check fails because no cookie was sent from the client - issue #835, issue #1056
-
Lloyd Hilaiel authored
fix char munging when postprocess is in play serving large files where unicode chars fall on chunk boundaries. closes #1057
-
- Feb 03, 2012
-
-
Lloyd Hilaiel authored
-
Austin King authored
-
Matjaž Horvat authored
-
- Feb 02, 2012
-
-
Shane Tomlinson authored
The change to the new config busted the way include.js was served. Instead of checking which env is being used, check whether the user wants to use minified resources. If they do, serve up the compressed include.js, if not, serve up the debug version. close #1027 close #1035
-
- Feb 01, 2012
-
-
Austin King authored
-
Austin King authored
-
Austin King authored
This reverts commit 8ce33a52.
-
Austin King authored
-
- Jan 31, 2012
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
- Jan 30, 2012
-
-
Lloyd Hilaiel authored
-
Austin King authored
-
- Jan 27, 2012
-
-
Austin King authored
-
Austin King authored
-
Austin King authored
-
- Jan 25, 2012
-
-
Lloyd Hilaiel authored
fix dbwriter crash on stage_email call. move 'langContext' geration into a central location. closes #936
-
Austin King authored
-
Shane Tomlinson authored
-
Lloyd Hilaiel authored
serve all views with cache headers requiring revalidation, varying by accept-locale, and *only* with an ETag but not last-modified (the two don't mix well, see rfc2616. issue #620
-
- Jan 24, 2012
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
remove check that prevents running with fake verification in production. This will allow us to run stage with minified resources and fake verification always enabled so we can loadgen and QA at will. closes #939 from my side
-
Austin King authored
-
Shane Tomlinson authored
* include.js points to include_js/include.js or production/include.js depending on environment. * Added tests checking for correct responses to 'include.js' and 'include.orig.js'. * Added missing tests for correct response for '/test' and '/test/' * Remove the symlink to include.js * Remove symlink update in compress.sh issue #921
-
- Jan 23, 2012
-
-
Lloyd Hilaiel authored
add Vary headers to help downstream caching proxies optimize caching of static resources - closes #938
-
- Jan 19, 2012
-
-
Austin King authored
-
Lloyd Hilaiel authored
-
Austin King authored
strargs is now 'format'. For string interpolation, use %s instead of %1. %(name)s is also supported.
-