summaryrefslogtreecommitdiff
path: root/resources/views/admin/users-cleanup.phtml
AgeCommit message (Expand)AuthorFilesLines
2022-09-06CodeStyleGreg Roach1-0/+2
2022-05-19Fix: #4389 - move the CSRF token to the end of all forms, so we can detect tr...Greg Roach1-2/+2
2022-02-20Create Timestamp class and factory to replace direct-dependency on CarbonGreg Roach1-2/+2
2022-02-18PHPdocGreg Roach1-3/+3
2021-08-18Upgrade Bootstrap from 4 to 5. Fixes: #3673. Fixes: #3400.Greg Roach1-2/+2
2021-02-10CodeStyleGreg Roach1-0/+7
2021-01-15Refactor controller as request handlersGreg Roach1-3/+9
2021-01-15Unused importsGreg Roach1-1/+0
2021-01-15Move user constants to the user interface classGreg Roach1-2/+3
2020-07-25Delete inactive users - make checkboxes more obviousGreg Roach1-6/+6
2019-11-07Fix error updating account preferences; use constants for preference namesGreg Roach1-2/+3
2019-11-04Refactor user-cleanup to use post+get and new routesGreg Roach1-24/+8
2019-10-14Working on routingGreg Roach1-3/+8
2019-04-01Fix: #2363 - inconsistent parameter names for select and radio inputsGreg Roach1-1/+1
2019-03-26Replace Bootstrap4 class with viewsGreg Roach1-3/+1
2019-03-03Convert from Carbon (v1) to CarbonImmutable (v2)Greg Roach1-1/+3
2019-02-01Refactor admin controllers and add testsGreg Roach1-2/+2
2019-01-31Refactor class User - use NULL-object pattern for guests and temporary users,...Greg Roach1-2/+2
2019-01-21Simplify API function nameGreg Roach1-4/+4
2018-10-12Use .phtml extension for template filesGreg Roach1-0/+79