- Sep 27, 2012
-
-
Zach Carter authored
Remove the extra "a" from "We are sorry, this is taking a longer than it should."
-
- Sep 26, 2012
-
-
Brian Warner authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
execute postinstall.js using node Low risk, does not affect stage/prod, only ephemeral instances. Ran on an ephemeral instance everything operated as expected. r+ close #2359
-
Sean McArthur authored
fixes #2359
-
- Sep 25, 2012
-
-
Brian Warner authored
When "primary" addresses (which come from browserid-aware IdPs) are associated with a Persona account, users can perform certain operations (including add_email) with a primary-backed assertion. This changes primary.verifyAssertion(), which checks such assertions, to make sure their .issuer field is actually allowed to speak for the address in question. delegatesAuthority() was taught about proxyIDPs and g_shim_cache. This shouldn't affect normal operations (which never have g_shim_cache), but allows proxy-idp-test.js to pass. A pre-existing bug (which ran the callback multiple times) was fixed too, to keep bigtent from breaking. A unit test was added, exercising /wsapi/add_email_with_assertion. This works by creating a cert (signed by one domain), and certifying a principal at an unrelated domain. Anyone who accepts certs should reject this.
-
Sean McArthur authored
Allow site-templates.js and templates.js to be requested on ephemeral instances but not on stage or prod.
-
Shane Tomlinson authored
Allow site-templates.js and templates.js to be requested on ephemeral instances but not on stage or prod.
-
Shane Tomlinson authored
pre-process cachify in templates r+ - I dig this. Very nicely done @seanmonstar, the entire approach to getting cachify to work on the frontend is solid. You have done some awesomeness to consolidate code paths and make our development branch work more like our production branch. close #2502
-
Shane Tomlinson authored
Clean up dead code in `tests/` r+ Thanks for the cleanup @zaach!
-
Shane Tomlinson authored
Issue 2515 fixup absolute path close #2515
-
Zachary Carter authored
-
- Sep 24, 2012
-
-
Shane Tomlinson authored
* Further use of the testExpectGetFailure, testExpectGetSuccess, testRelativeURLNotAllowed and testMustBeAbsolutePath
-
Shane Tomlinson authored
Disallow "/" for: * siteLogo * termsOfService * privacyPolicy
-
- Sep 21, 2012
-
-
Sean McArthur authored
-
Shane Tomlinson authored
removing gobbledygook symlink Travis is happy. scripts/test_frontend is happy. scripts/test_backend is happy. I'm happy. @seanmonstar is happy. r+ merging.
-
Shane Tomlinson authored
adding jshintrc files r+ Thanks for finally taking the time to fix this jankiness. close #2478
-
Sean McArthur authored
fixupAbsolutePath: filter out scheme-relative URLs
-
- Sep 20, 2012
-
-
Francois Marier authored
-
Francois Marier authored
The current check to ensure that only absolute paths are accepted fails to take into account scheme-relative URLs like "//foo.com". These URLs end up in fixupURL and get the origin prepended to them to something like "https://origin.example.com//foo.com", which is invalid but still follows our same-origin restrictions. So the solution is to require that the character after the leading slash be anything but a slash.
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Sean McArthur authored
3 jshintrc files, because of different environments: 1. node 2. browser 3. browser tests
-
Lloyd Hilaiel authored
changelog should refer to "current train" until a train is cut, remove c...
-
Lloyd Hilaiel authored
-
- Sep 19, 2012
-
-
Sean McArthur authored
Fix IE failing when authenticating with IdP from main site's /signin
-
Sean McArthur authored
Issue 2484 api usage kpi
-
Sean McArthur authored
Issue 2309 forgot js disabled
-
Shane Tomlinson authored
* /forgot * /verify_email_address * /add_email_address * /reset_password * /confirm
-
Sean McArthur authored
Fix IE8 showing the red line on the signin page.
-
Shane Tomlinson authored
-
- Sep 18, 2012
-
-
Sean McArthur authored
symlink no worky on Windows, so make a copy at postinstall instead
-
Lloyd Hilaiel authored
changelog should refer to "current train" until a train is cut, remove changelog snippets stuff - issue #2378
-
Shane Tomlinson authored
Change the default language from en-US to en Thanks @mathjazz - merging and closing. close #1863
-
Shane Tomlinson authored
Pre-compile client-side EJS templates r+ Nice work @seanmonstar, this is hot! close #2394
-
- Sep 17, 2012
-
-
Brian Warner authored
add missing placeholder on INSERT statement for adding test users
-
Sean McArthur authored
-
Sean McArthur authored
Add partial support to client side templates.
-
Sean McArthur authored
No longer use the email address as an element ID.
-
Sean McArthur authored
Remove HTML comments from compiled templates
-