baarkerlounger
53b1778f15
Remove resend confirmation link
3 years ago
baarkerlounger
fe9dfe989e
Expired link error page
3 years ago
baarkerlounger
bacd5d8ccb
Rename password reset resend confirmation partial
3 years ago
Paul Robert Lloyd
d2e5604de6
Update link to resend confirmation email
3 years ago
baarkerlounger
3701b3ceed
Redirect to url so we don't bypass authenticity token
3 years ago
baarkerlounger
9d1f07727f
Test redirect and text
3 years ago
baarkerlounger
6555373369
Remove flash banner
3 years ago
baarkerlounger
17672254ba
No need to explicitly trigger email, devise does that for us now
3 years ago
baarkerlounger
4e7c548fdb
Set password condition
3 years ago
baarkerlounger
2410f5d0f8
Rubocop
3 years ago
baarkerlounger
de6707dc1e
Only redirect to set password if not previously set
3 years ago
baarkerlounger
f2cd0dae96
Redirect confirmation to set password
3 years ago
baarkerlounger
4122b0c78b
Use correct link
3 years ago
baarkerlounger
b3b5b0c0a0
Default controller
3 years ago
baarkerlounger
11b2d46089
Send beta onboarding template if migrated from Softwire
3 years ago
baarkerlounger
74b00d1bf5
Skip confirmation for inactive users
3 years ago
baarkerlounger
ac6f7de5ba
Confirmable
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
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
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
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
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
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
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
baarkerlounger
fc706ab6a6
Remove needs type question until we support supported housing logs ( #569 )
3 years ago
baarkerlounger
48d36232f3
Sort case log index table by most recent by default ( #567 )
3 years ago
baarkerlounger
5d9586a127
Map joint tenancy field ( #565 )
3 years ago
baarkerlounger
8f45419240
Inactive users ( #564 )
...
* Allow users to be marked as inactive
* Import inactive users
3 years ago
baarkerlounger
e64cd6f926
Make tshortfall optional based on hidden tshortfall_known question ( #563 )
...
* Make tshortfall optional based on hidden tshortfall_known question
* Add test for optional
* Add test for JSON derived and dependent on false options
* Test routing
* Fix optionality
3 years ago
baarkerlounger
f1f6c2123e
Set case log ID offset at export ( #562 )
3 years ago
baarkerlounger
cf0239137c
Referral can be internal for homeless ( #561 )
3 years ago
baarkerlounger
702bcaf449
CLDC-1218: Fix hbrentshortfall import ( #558 )
...
* Infer hbrentshortfall not known if tshortfall not provided and overridden
* Reorder import
3 years ago
baarkerlounger
10af437cec
Refactor for testability
3 years ago
Dushan
d6cf9bf892
add check to prevent error on hhmemb if joint is nil ( #560 )
...
* add failing spec
* add check to prevent error on hhmemb if joint is nil
3 years ago
baarkerlounger
a5b407facf
Works but helper is hard to test
3 years ago
baarkerlounger
46bf83df84
Fix specs and linters
3 years ago
Paul Robert Lloyd
5362cf0687
Add navigation items helper
3 years ago
baarkerlounger
fdd8ee6c42
Improve DB seeding ( #556 )
...
* Improve DB seeding
* Don't seed LA Rent Ranges in test
3 years ago
Dushan
6e9d4a8b87
CLDC-744-joint-tenancy-validation ( #549 )
...
* add joint tenancy validation
* fix validation and spec
* improvements
* updates
* lint fixes
* fix typo
* change message displayed on hhmemb page
3 years ago
Ted-U
1e096b2ff4
Radio button on log filter is now preset to "All" ( #552 )
...
* Radio button on log filter is now preset to "All"
* lint fixes
* removed instance @ variable
3 years ago
baarkerlounger
9cbbd127c0
Allow illness type to be refused ( #553 )
3 years ago
kosiakkatrina
15065bcd90
Save correct la if postcode is invalid ( #551 )
3 years ago