- Aug 16, 2012
-
-
Zachary Carter authored
-
- Aug 03, 2012
-
-
Dan Callahan authored
-
- Jul 25, 2012
-
-
Shane Tomlinson authored
* Remove the signup page and all remnants of it.
-
- Jul 20, 2012
-
-
Dan Callahan authored
Rather than going straight to the quick setup, we should link to somewhere that gives a little more context.
-
- Jul 19, 2012
-
-
Lloyd Hilaiel authored
add access-control-allow-origin to all static resources (excluding views), to allow fonts to be requested cross domain. fixes a regression introduced during the merge of router, for issue #1973
-
- Jul 18, 2012
-
-
Zachary Carter authored
-
- Jul 14, 2012
-
-
Shane Tomlinson authored
gettextify the last portion of the about page.
-
- Jul 13, 2012
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
extensive testing of i18n mechanism - including english fallback, string substition from .json files, and debug locale
-
Shane Tomlinson authored
* in each top level layout or ejs template, include a link to a partial that contains the license. * The bottom of the license contains a link to the repo and the current SHA's commit.
-
- Jul 10, 2012
-
-
Lloyd Hilaiel authored
rename the 'add email' email we send out to 'confirm', and use it in both the email addition case, and the email reverification case. This is more about semantics than behavior change
-
- Jun 28, 2012
-
-
Zachary Carter authored
-
- Jun 27, 2012
-
-
Zachary Carter authored
The `static` process has been added to handle cachable resources and views, so code relevant to serving those resources has been removed from `browserid`. The `router` heartbeat now depends on both `browserid` and `static` processes being ok. `router` now forwards wsapi writes to `dbwriter`, reads to `browserid`, and errors on unkown or internal wsapi requests. The wsapi setup for `browserid` no longer handles forwards, though some wsapi operations may trigger a forward to `dbwriter`.
-
- Jun 25, 2012
-
-
Shane Tomlinson authored
issue #1793
-
- Jun 21, 2012
-
-
Zachary Carter authored
-
- Jun 19, 2012
-
-
Shane Tomlinson authored
-
- Jun 18, 2012
-
-
Shane Tomlinson authored
issue #1733
-
Shane Tomlinson authored
-
- Jun 14, 2012
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
- Jun 13, 2012
-
-
Lloyd Hilaiel authored
Change browserid.org urls to persona.org, introduce static.login.persona.org for all static resources.
-
- Jun 08, 2012
-
-
Lloyd Hilaiel authored
-
- Jun 06, 2012
-
-
Zachary Carter authored
-
- Jun 04, 2012
-
-
Zachary Carter authored
Fix globals in wsapi.js that seemed to be created unintentionally and fix the modules that depended on implicit globals
-
- Mar 29, 2012
-
-
Lloyd Hilaiel authored
-
- Mar 28, 2012
-
-
Austin King authored
-
Austin King authored
-
- Mar 26, 2012
-
-
Lloyd Hilaiel authored
-
- 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
-
- Feb 15, 2012
-
-
Austin King 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 03, 2012
-
-
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
-
- Jan 25, 2012
-
-
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
-
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
-