Commit Graph

4592 Commits

Author SHA1 Message Date
Tom Byers
ea675f45da Make the sticky states more robust
If the screen resizes, sticky elements can end up
moving from one part of the screen to another,
sometimes without passing through their different
states (in-page, stuck, stopped) in the normal
order.

This makes the methods that change their states
better at dealing with those state changes.
2019-01-23 16:33:32 +00:00
Tom Byers
c0706b9cef Split move_to forms into separate sticky elements 2019-01-23 15:30:28 +00:00
Tom Byers
7b3ac55103 Add method for adding a sticky element 2019-01-23 15:30:28 +00:00
Katie Smith
05c7b685ab Merge pull request #2677 from alphagov/email-auth-fixes-take-2
Stop automatically resending email verification links
2019-01-23 12:51:23 +00:00
Chris Hill-Scott
a9f21a9818 Add Natural Resources Wales to list of domains
Pretty sure they are crown…
2019-01-23 11:55:59 +00:00
Chris Hill-Scott
e8aed9cda9 And Orkney… 2019-01-23 11:31:04 +00:00
Chris Hill-Scott
46542129e1 Mark agreement signed by Middlesbrough Council 2019-01-23 11:26:13 +00:00
Katie Smith
c30d94bf5c Stop automatically resending email verification links
This commit stops a new email verification link from being sent to a
user if they click on an email link which has expired or which has
already been used. Instead, they will be see an error message with a
link to the sign in page. This stops the situation where someone could
log in indefinitely (without the needing to enter their password) by
trying to use a used / expired email verification link and receiving a
valid link automatically.
2019-01-22 13:59:16 +00:00
Chris Hill-Scott
a9effaa82e Merge pull request #2669 from alphagov/test-key-letters
Show if letters are sent using a test key
2019-01-22 11:36:13 +00:00
Chris Hill-Scott
085856e062 Revised wording to avoid negative contraction 2019-01-22 10:38:40 +00:00
Chris Hill-Scott
cfcdfcc38c Show if letters are sent using a test key
It’s inaccurate to have an estimated delivery date for letters sent
using a test key. We shouldn’t reassure people that:
- the letter won’t be printed
- (in the case of precompiled letters) that the letter has passed
  validation
2019-01-22 09:54:40 +00:00
Katie Smith
bbc7b173f0 Ensure non-gov invited users get added to services
We were adding invited users to services in the `main.add_service` view
function as the last step in the process of inviting users. Since this
view function is decorated with `@user_is_gov_user`, invited users with
non-governmental email addresses would never reach this point and would
be able to register an account but would not get linked to a service.

To fix this, we now add the invited user to the service at the point at
which the user gets activated and also ensure that non-gov users don't
get redirected to a page which they don't have permission to view.
2019-01-22 09:52:55 +00:00
Katie Smith
398aef6d4c Revert "Stop automatically resending email verification links" 2019-01-21 15:44:15 +00:00
Katie Smith
9095893e03 Stop automatically resending email verification links
This commit stops a new email verification link from being sent to a
user if they click on an email link which has expired or which has
already been used. Instead, they will be see an error message with a
link to the sign in page. This stops the situation where someone could
log in indefinitely (without the needing to enter their password) by
trying to use a used / expired email verification link and receiving a
valid link automatically.
2019-01-21 14:29:22 +00:00
Chris Hill-Scott
ed2ead73e9 Mark agreement signed by Somerset council 2019-01-21 11:16:05 +00:00
Chris Hill-Scott
dcfd65e193 Mark agreement signed by Enfield Council 2019-01-18 15:29:03 +00:00
Chris Hill-Scott
423648f4db Mark agreement signed by Welsh Revenue Authority
They signed it ages ago, but only just noticed the have their own email domain now.
2019-01-18 11:20:29 +00:00
Pete Herlihy
e21ffa9dd9 Updated service and org counts to 553 and 164 2019-01-18 10:45:41 +00:00
Chris Hill-Scott
0b56b6338d Mark agreement signed by Mansfield Council 2019-01-18 10:05:58 +00:00
Alexey Bezhan
ec0575009b Merge pull request #2667 from alphagov/template-and-notification-stats-use-one-api-call
Use single api call for service notification stats and template usage stats
2019-01-17 15:35:00 +00:00
Alexey Bezhan
20d5cdf6c3 Merge pull request #2663 from alphagov/adding_support_for_new_api_template_statistics_response
Add support for new template statistics API response
2019-01-17 13:42:43 +00:00
Chris Hill-Scott
9d2917e095 Mark agreement signed by Cornwall Council 2019-01-17 10:48:56 +00:00
Chris Hill-Scott
94cb5429e6 Merge pull request #2665 from alphagov/fix-showing-name-of-service-you-dont-belong-to
Hide ‘back to …’ link if it’s not your service
2019-01-16 11:35:53 +00:00
Chris Hill-Scott
72c60ea9a4 Merge pull request #2658 from alphagov/sticky-footer-edit
Use sticky footer on edit template page
2019-01-16 11:26:53 +00:00
Pea Tyczynska
52526f2b9f Test aggregate_notifications_stats 2019-01-16 11:24:24 +00:00
Pea Tyczynska
06ab25665e Use single api call for service notification stats and template
usage stats.
2019-01-16 10:35:59 +00:00
Chris Hill-Scott
cb5fee10b9 Add scroll overflow 2019-01-16 09:45:19 +00:00
Chris Hill-Scott
61903a88eb Fix spacing on breaking change page
Quick fix so the text doesn’t overlap.
2019-01-16 09:45:13 +00:00
Chris Hill-Scott
558ae87baa Hide ‘back to …’ link if it’s not your service
This can happen if you click a link for a service you don’t have access
to. We shouldn’t show the back to service link in this case because:
- you shouldn’t be able to find out the service’s name from just knowing
  the link
- if you click the link you only get a `403` anyway
2019-01-15 17:31:55 +00:00
Pea Tyczynska
e5647703b3 Remove support for old template statistics api response 2019-01-15 16:44:37 +00:00
Pea Tyczynska
4fe239abb2 Add support for new template statistics API response
The new API response for template statistics returns separate
count for each status. We get rid of template stats for cancelled
notifications and group the rest of the statuses together.
2019-01-15 16:22:27 +00:00
Alexey Bezhan
46bfb541c8 Group new template-statistics response by template
New API template-statistics response returns notification counts for
each template and status combination. This can be used for both
service statistics counts and template statistics by grouping the
counts either by status or by template.
2019-01-15 15:55:04 +00:00
Chris Hill-Scott
7c92847b85 Merge pull request #2662 from alphagov/fix-status-display-notifications
Fix display of permanent failure on notifications page
2019-01-15 14:32:40 +00:00
Chris Hill-Scott
feabcbc7bf Fix display of perm. failure on notifications page
It had too much whitespace because it was accidentally being given the
wrong class.

This commit undoes the change that caused it (which was while working on
letters) and beefs up our tests for email and text messages (so if this
happened again the tests would catch it).
2019-01-15 13:51:32 +00:00
Chris Hill-Scott
899303d040 Mark agreement signed by Blackpool council 2019-01-15 11:14:55 +00:00
Chris Hill-Scott
94c7a1acef Mark agreement signed by Basildon council 2019-01-14 17:44:19 +00:00
Chris Hill-Scott
0df88f923c Refactor sticky button into component 2019-01-14 15:05:08 +00:00
Chris Hill-Scott
509a9e861d Use sticky footer on edit template page
If you have a long template it’s annoying to have to scroll all the
way to the bottom to click save, when you’ve only changed a small thing
near the staert of the content.
2019-01-14 15:05:04 +00:00
Chris Hill-Scott
e565a36f1d Mark agreement signed by Redcar and Cleveland 2019-01-14 11:15:44 +00:00
Chris Hill-Scott
6ad2a6c075 Merge pull request #2654 from alphagov/bradford.gov.uk
Mark agreement signed by Bradford
2019-01-14 10:43:54 +00:00
Chris Hill-Scott
5c4ff09d48 Treat permanent failure for letters the same as cancelled 2019-01-14 10:16:01 +00:00
Chris Hill-Scott
c1158d7d70 Explain technical failure on the notification page 2019-01-11 16:56:09 +00:00
Chris Hill-Scott
989875294b Make technical failure letters show up on the activity page 2019-01-11 16:55:37 +00:00
Pea (Malgorzata Tyczynska)
55279c91b5 Merge pull request #2646 from alphagov/cancelled_letters
Cancelled notifications do not show as failures on dashboard stats
2019-01-11 16:04:34 +00:00
Chris Hill-Scott
8ee1f2a136 Mark agreement signed by Bradford 2019-01-11 16:03:53 +00:00
Chris Hill-Scott
3f507bfcd5 Merge pull request #2652 from alphagov/parliament.scot
Add Scottish Parliament to list of government email addresses
2019-01-11 10:35:17 +00:00
Chris Hill-Scott
f4fb2ad06b Mark agreement signed by West Lothian 2019-01-11 10:19:37 +00:00
Chris Hill-Scott
a89b0825d8 Add Scottish Parliament to list of government email addresses
We have the Welsh and UK parliaments already.

Northern Ireland’s devolved legislature use `niassembly.gov.uk`, so they’re covered by virtue of their domain ending in .gov.uk
2019-01-10 17:35:47 +00:00
Pea Tyczynska
bb1e9d2a0f Add validation-failed status to FAILURE_STATUSES in admin utils 2019-01-10 15:54:31 +00:00
Pea Tyczynska
9f99ebd53b notifications page title for failed letters is titled 'Failed letters' 2019-01-10 15:27:05 +00:00