summaryrefslogtreecommitdiffstats
path: root/webapp/components/error_page.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Updating client dependencies. Switching to yarn. (#6433)Christopher Speller2017-05-181-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | * Updating client dependancies. Switching to using yarn. * Updating React * Moving pure components to using function syntax (performance gains with newer react version) * Updating client dependancies. * Ignore .yarninstall * Enabling pre-lockfile because it's the entire point of using yarn. * Removing old webpack config * Moving to new prop-types * Fixing ESLint Errors * Updating jest snapshots. * Cleaning up package.json
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
| | | | | | | | | | | | * PLT-5860 Updated copyright date in about modal * PLT-5860 Updated copyright notice in JSX files * PLT-5860 Updated copyright notice in go files * Fixed misc copyright dates * Fixed component snapshots
* PLT-5702 Added special error page for private browsing error message (#5985)Harrison Healey2017-04-041-19/+93
|
* Added an extra layer of sanitization to error page links (#4953)Harrison Healey2017-01-041-0/+5
|
* PLT-3875 Update error page to use Markdown and add error for missing OAuth ↵Joram Wilander2016-09-061-1/+2
| | | | | | | | | | | | code (#3934) * Update error page to use Markdown and add error for missing OAuth code * Add line breaks to error messages This is to make the error message easier to read. * Update en.json
* Adding webpack code splitting (#3377)Christopher Speller2016-06-221-1/+1
|
* Visiting invalid URLs and bad APIs causes redirect to error pageChristopher Speller2016-04-011-0/+58