Skip to content
Snippets Groups Projects
  1. Oct 25, 2012
  2. Oct 24, 2012
  3. Oct 15, 2012
  4. Oct 12, 2012
  5. Oct 11, 2012
  6. Oct 10, 2012
  7. Oct 08, 2012
  8. Oct 05, 2012
  9. Sep 28, 2012
  10. Sep 27, 2012
  11. Sep 26, 2012
  12. Sep 25, 2012
    • Brian Warner's avatar
      Bug 793579: check issuer for primary-address operations. · a04db253
      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.
      a04db253
    • Sean McArthur's avatar
      Merge pull request #2524 from mozilla/issue_2517_templates_routes · 6fcb9c31
      Sean McArthur authored
      Allow site-templates.js and templates.js to be requested on ephemeral instances but not on stage or prod.
      6fcb9c31
    • Shane Tomlinson's avatar
      Allow site-templates.js and templates.js to be requested on ephemeral... · 0dd42fc3
      Shane Tomlinson authored
      Allow site-templates.js and templates.js to be requested on ephemeral instances but not on stage or prod.
      0dd42fc3
    • Shane Tomlinson's avatar
      Merge pull request #2512 from seanmonstar/2502-dialog-cachify · cd5906dd
      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
      cd5906dd
Loading