aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/DB/Result/User.pm
Commit message (Expand)AuthorAgeLines
* Use EncodedColumn subclass.Matthew Somerville2019-05-02-3/+3
* Refactor datetime inflation.Matthew Somerville2019-05-02-5/+9
* Fix superusers creating anonymous reports.Matthew Somerville2019-04-05-0/+5
* Allow user to be associated with multiple areas.Matthew Somerville2019-02-14-12/+27
* Add cobrand hook for disallowing title moderation.Matthew Somerville2018-09-13-0/+11
* Prevent scan of all problems on /_dev pages.Matthew Somerville2018-09-12-2/+2
* Fix reference issue in can_moderate.Matthew Somerville2018-09-06-2/+2
* Allow cobrand to add extra ability to moderate.Matthew Somerville2018-08-29-2/+16
* Move moderation check to own function, tidy up.Matthew Somerville2018-08-28-2/+11
* Use CSV escaping for categories in URLs.Matthew Somerville2018-06-21-0/+12
* Update last_active on login/logout/session expiry.Matthew Somerville2018-05-23-0/+7
* Factor anonymize function to User model.Matthew Somerville2018-05-23-0/+19
* Add created and last_active columns to user.Matthew Somerville2018-05-23-6/+20
* Allow ‘report as another user’ to only provide a phone numberDave Arter2018-02-07-0/+4
* Merge branch '2fa-superuser'Matthew Somerville2018-02-07-0/+5
|\
| * Add two-factor authentication for superusers.Matthew Somerville2018-02-07-0/+5
* | Upgrade Number::Phone.Matthew Somerville2018-02-05-1/+2
* | Increase bcrypt cost.Matthew Somerville2018-02-01-1/+5
|/
* Accept +1 geographic numbers as possibly mobile.Matthew Somerville2017-10-05-1/+1
* Allow verify/change/add email/phone in profile.Matthew Somerville2017-09-30-0/+7
* Add ability to confirm reports/updates via text.Matthew Somerville2017-09-30-5/+14
* Update admin interface for 'phone' users.Matthew Somerville2017-09-30-0/+13
* Add 'verified' database columns for email/phone.Matthew Somerville2017-09-30-6/+14
* Superusers only have permissions available on the current cobrandDave Arter2017-09-01-0/+10
* Faster /reports for inspectors, reduce db queries.Dave Arter2017-08-18-1/+11
* Move alert signup logic out of controllerpezholio2017-05-05-0/+21
* Merge branch 'listshort'Matthew Somerville2017-01-12-0/+2
|\
| * Add shortlist buttons to report lists.Matthew Somerville2017-01-12-0/+2
* | Update has_body_permission_to to allow superusers.Matthew Somerville2017-01-10-6/+9
|/
* Only load user body permissions once per request.Matthew Somerville2016-12-16-8/+16
* Fail in has_permission_to if given an empty arrayref.Matthew Somerville2016-12-13-1/+1
* Pre-filter map pages if user has categories assignedDave Arter2016-10-31-0/+15
* Adding report to shortlist removes from others.Matthew Somerville2016-10-11-5/+10
* Fix bug in fetching existing shortlisted report.Matthew Somerville2016-10-11-1/+1
* Update user reputation when inspecting reportDave Arter2016-09-23-0/+8
* Add 'extra' field to User modelDave Arter2016-09-23-6/+14
* Merge remote-tracking branch 'origin/issues/forcouncils/89-tidy-report-admin-...Matthew Somerville2016-09-20-1/+1
|\
| * Organize report admin actions into single control.Zarino Zappia2016-09-20-1/+1
* | Add ‘trusted’ flag allowing users to make reports directlyDave Arter2016-09-20-0/+16
* | Remove from_body requirement from User::has_permission_toDave Arter2016-09-20-7/+5
|/
* Add manage screen for editing priority/category.Matthew Somerville2016-09-09-2/+18
* Simplify some permissions logic with extra helper methodDave Arter2016-09-08-0/+23
* Allow user to have an area assigned in adminDave Arter2016-08-22-2/+4
* Add user planned reports.Matthew Somerville2016-08-22-4/+42
* Feature to create report as body/other user.Zarino Zappia2016-08-10-0/+8
* Use normal user authentication to control access to /adminMatthew Somerville2016-07-19-6/+10
* Allow users to update their email address.Matthew Somerville2016-06-20-3/+24
* Warnfix if belongs_to_body called with no string.Matthew Somerville2016-05-24-2/+3
* Remember user's last anonymous state.Matthew Somerville2016-03-04-0/+10
* Prerequisites (new modules, db, config).Matthew Somerville2016-01-22-2/+8