summaryrefslogtreecommitdiffstats
path: root/extensions/OrangeFactor/web
AgeCommit message (Collapse)AuthorFilesLines
2017-05-31Bug 1368739 - Make OrangeFactor extension work with SSOEd Morley1-2/+4
OrangeFactor is now behind SSO, so cross-origin requests to the API must use `withCredentials` to ensure the session cookie is sent if it exists. OrangeFactor's API permits this via appropriately set `Access-Control-Allow-{Origin,Credentials}` headers. Users will also now be reminded about the need to sign in via OrangeFactor first. Unfortunately there's no way to catch the SSO HTTP 302 separately from other failure modes, since: (a) the `XMLHttpRequest` spec doesn't allow for telling if a request redirected (b) the workaround (sniffing content-type of the response and seeing if it's `text/html` rather than `application/json`) isn't possible since BMO's CSP blocks the request to auth0.com. ...however this extension is going to be replaced once OrangeFactor is decommissioned, so meh. The redundant hiding of `#orange-graph` has also been removed.
2017-01-30Bug 1324055 - Upgrade jquery to 3.1.1 and jquery-ui 1.12.1Dylan William Hardison1-1/+1
2016-06-01Bug 1153105 - add orange factor to modal viewDavid Lawrence2-74/+78
2012-09-13Bug 791000 - Only pull data from trunkDave Lawrence1-2/+4
2012-09-07Bug 789066 - Data should represent past weekDave Lawrence1-18/+19
2012-09-05Bug 706680 - Can we integrate the orange factor link with BMO's bug view pageDave Lawrence1-1/+2
- Update template and css to fix layout
2012-09-05Bug 706680 - Can we integrate the orange factor link with BMO's bug view pageDave Lawrence6-0/+310
r=glob