- 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
-
-
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
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
* Unit tests now check the displayed order of the addresses against the data model's sorted order.
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
adding non-prefix linear-gradients r+ close #2457
-
Shane Tomlinson authored
Update about page screenshot. Fixes #2469 close #2469
-
Shane Tomlinson authored
Humans.txt close #2411
-
Shane Tomlinson authored
add deprecation warning to logout with callback close #2427
-