aboutsummaryrefslogtreecommitdiffstats
path: root/t/cobrand/hackney.t
Commit message (Collapse)AuthorAgeLines
* Split up two username fields.M Somerville2020-09-25-1/+1
| | | | | | Rename the not-logging-in username field to username_register. Keep the sign-in field as username because that e.g. overlaps with auth code in two-factor authentication.
* [Hackney] Allow editing & addition of contacts with special destination ↵Dave Arter2020-08-24-0/+27
| | | | | | | addresses This adds a cobrand hook to validate the email address provided when editing a contact in the admin.
* Fix lookups in templates of categories with &s.Matthew Somerville2020-07-16-2/+5
| | | | | | A hash lookup in a template is escaping the key used, meaning the lookup is failing anywhere we are using a category containing an ampersand as a key. A continuation of the changes made in 527d763b.
* [Hackney] Use cobrand feature config for email envelope domainDave Arter2020-07-02-0/+16
|
* [Hackney] Special destination handling.Matthew Somerville2020-07-02-9/+62
|
* [Hackney] Initial cobrand design & privacy policy amendmentMartin Wright2020-07-02-0/+223
Co-Authored-By: Struan Donald <struan@exo.org.uk> For https://github.com/mysociety/fixmystreet-commercial/issues/1808