baarkerlounger
ff62be04f0
Redirect confirmed users to sign in
3 years ago
baarkerlounger
19065a3bc2
Fix heisenspec (order independent array comparison) ( #596 )
3 years ago
baarkerlounger
858fe6f705
Perf ( #592 )
...
* Memoize start year
* Reset
* Recalculate rather than reset
3 years ago
J G
739ab3eb69
Merge pull request #594 from communitiesuk/no_two_factor_authentication_for_dev_env
...
No two factor authentication for development environment
3 years ago
JG
62353e1965
only support user atm need 2fa, so making this explicit
3 years ago
JG
487a794cef
matching wording
3 years ago
JG
8a13dcd4dd
rubocop
3 years ago
JG
1101ae25fc
pulled out of support person context, this should work for any user in dev env
3 years ago
JG
ee7594fe8b
code for user being in dev env not being asked for 2fa
3 years ago
JG
caf6d951b3
test for user being in dev env not being asked for 2fa
3 years ago
Stéphane Meny
e7ddb9dfa6
Removes Sentry custom instrumentation
3 years ago
Stéphane Meny
3c5537f2ab
Instrument collection_start_year
3 years ago
Stéphane Meny
3d444cc061
Avoid NoMethodError when Sentry is not initialised
3 years ago
Stéphane Meny
d5ef471814
Add Sentry instrumentation ( #593 )
3 years ago
Stéphane Meny
b729fade99
Removing gaps caused by empty exports ( #591 )
3 years ago
baarkerlounger
9ee8928c73
Enable better other field validation labels
3 years ago
Stéphane Meny
ac30c252b2
Attempt at fixing S3 error when saving Zip file ( #590 )
3 years ago
baarkerlounger
326644216e
Confirmable ( #580 )
...
* Confirmable
* Remove obsolete rake task
* Skip confirmation for inactive users
* Send beta onboarding template if migrated from Softwire
* Default controller
* Use correct link
* Redirect confirmation to set password
* Confirm account within 3 days
* Only redirect to set password if not previously set
* Rubocop
* Confirm factory bot users
* Set password condition
* Changing email requires reconfirming
* No need to explicitly trigger email, devise does that for us now
* Remove flash banner
* Mock notify
* Mock in the right spec
* Test redirect and text
* User is confirmable
* Rubocop
* Redirect to url so we don't bypass authenticity token
* Update content
* Add test for resend invite flow
* Update link to resend confirmation email
* Rename password reset resend confirmation partial
* Expired link error page
* Remove resend confirmation link
* Update seed
* Expory contact
* Time zone
Co-authored-by: Paul Robert Lloyd <me+git@paulrobertlloyd.com>
3 years ago
baarkerlounger
08e372a7ca
Preload organisations to remove n+1 queries
3 years ago
baarkerlounger
c741464505
Enable support users to download user details ( #589 )
...
* Enable support users to download user details
* Download all users
* Rubocop
3 years ago
baarkerlounger
c6958aceb0
CLDC-1217: Retirement soft validation ( #586 )
...
* Don't trigger soft validation if tenant prefers not to say
* Update gender content
* Fix spec description
3 years ago
Paul Robert Lloyd
7266a8826a
Merge pull request #588 from communitiesuk/tweak-form-content
3 years ago
Stéphane Meny
c91b8f3208
CLDC-1118: Implement data export structure (CDS) ( #587 )
...
Co-authored-by: Dushan Despotovic <dushan@madetech.com>
3 years ago
Paul Robert Lloyd
3153176a92
Merge pull request #585 from communitiesuk/1210-status-colours
3 years ago
Paul Robert Lloyd
9734888a50
Use dash not hyphen in answer options
3 years ago
Paul Robert Lloyd
21de9d13e5
Add missing ‘or’ divider on joint tenancy question
3 years ago
Paul Robert Lloyd
724ed3860a
Add status tag helper
3 years ago
baarkerlounger
239f27c895
Fix organisation filter ( #582 )
...
* Filter values correctly
* Remove filter value if hidden
* Return empty string rather than nil for accessible autocomplete
* Additional test for accessible automcomplete defaulting
3 years ago
Paul Robert Lloyd
94ad5243f0
Merge pull request #583 from communitiesuk/user-management-tweaks
...
User management tweaks
3 years ago
Paul Robert Lloyd
122c4faef1
Merge pull request #584 from communitiesuk/log-table-header-status
...
Update logs table column heading to say ‘Status’, not ‘Completed’
3 years ago
Paul Robert Lloyd
d210bac24c
Update heading, label and hint text for user details
3 years ago
Paul Robert Lloyd
7375ae2fac
Show ‘Data protection officer’ and/or ‘Key contact’ tags in users table
3 years ago
Paul Robert Lloyd
875d2348c1
Update logs table column heading to say ‘Status’, not ‘Completed’
3 years ago
Ted-U
27b9971a4a
Export improvements ( #581 )
...
* improved export - set start point for reference
* remove completed status from exports
* Added exception handling to export
* Improved tests, replaced rescue block with Sentry
Co-authored-by: Kat <katrina@madetech.com>
3 years ago
baarkerlounger
d32150e289
Remove joint tenancy hitn text and add don't know option ( #579 )
3 years ago
baarkerlounger
be86ff9f8a
CLDC-1224: Tenancy type and tenancy length ( #578 )
...
* Fix value mapping for tenancy type 22/23
* Update secure helper
* Null safe
* Spec update
* Update mandatory
* Use helper
3 years ago
baarkerlounger
488f79a5d3
CLDC-1101: Case log filter by organisation ( #522 )
...
* Rename org filter
* Ensure filters work when ID is passed
* UI init
* Lint
* Fix filter nesting
* Reduce width
* Set checked status of filters correctly
* Test filter presence
* Add filter test
* Rubocop
* Tweak styles for autocomplete within filter
Co-authored-by: Paul Robert Lloyd <me+git@paulrobertlloyd.com>
3 years ago
baarkerlounger
547dfa673d
Generisize pagination links
3 years ago
Paul Robert Lloyd
b74e0b6912
Merge pull request #572 from communitiesuk/1188-ambiguous-change-links
...
CLDC-1188: Add visibly hidden change link text for details known questions
3 years ago
Paul Robert Lloyd
91be59565c
Merge pull request #573 from communitiesuk/1196-password-error-summary
...
CLDC-1196: Fix repeated use of Password in error summary (and use smart quotes)
3 years ago
Dushan
804a6bd00c
remove letting_in_sheltered_accomodation field ( #577 )
...
* remove letting_in_sheltered_accomodation field
This field is now duplicated by the shelteredaccom field
* lint fixes
* fix all failing specs
3 years ago
baarkerlounger
ce8d6cb530
Update config/locales/devise.en.yml
...
Co-authored-by: Paul Robert Lloyd <paulrobertlloyd@users.noreply.github.com>
3 years ago
baarkerlounger
6569a1547e
Hide inactive users and allow support users to view all users ( #576 )
...
* Hide inactive users and allow support users to view all users
* Enable support users to invite users to any organisation
* Add pagination to user views
3 years ago
Ted-U
5a4275abcc
Cldc 1217 retirement soft validation ( #570 )
...
* Interruption screen refactor
* Add test for retirement_age_for_person
Co-authored-by: Stéphane Meny <smeny@users.noreply.github.com>
* Rubocop
* update 22-23 form
* fix failures
* lint fixes
* remove whitespace
* remove commented code
* make spec file use translations instead of content
* update content
* lint fixes
* fix typo
* fix question wording
* fix failing spec
* add full stop
Co-authored-by: Stéphane Meny <smeny@users.noreply.github.com>
Co-authored-by: Dushan Despotovic <dushan@madetech.com>
3 years ago
Paul Robert Lloyd
ca12811eec
Merge pull request #575 from communitiesuk/1189-ambiguous-logs-link
3 years ago
Paul Robert Lloyd
8e85e890f4
Make logs link less ambiguous
3 years ago
Paul Robert Lloyd
5a7809595c
Fix repeated use of Password in error summary (and use smart quotes)
3 years ago
Paul Robert Lloyd
753f232d92
Add visiblly hidden change link text for details known questions
3 years ago
baarkerlounger
ded5eee454
Fix routing for tshortfall ( #571 )
...
* Fix routing for tshortfall
* HB 7 and 8 don't exist in 22/23 anymore
3 years ago
baarkerlounger
fc706ab6a6
Remove needs type question until we support supported housing logs ( #569 )
3 years ago