Chris Hill-Scott
31497945c0
Change wording based on Thom’s feedback
2017-11-06 14:12:25 +00:00
Chris Hill-Scott
6d3855bba4
Allow updates to SMS prefixing setting
...
We’re extracting this from being determined based on what the sender
name is to its own setting.
This commit will let users set it independently.
Until the explicitly set it, it will still be determined based on
whether their default sender name matches the default for the platform.
2017-11-06 11:24:46 +00:00
Chris Waszczuk
98c8ddca38
Merge pull request #1598 from gov-cjwaszczuk/master
...
Email auth for inviting members and editing permissions
2017-11-06 10:00:15 +00:00
Pete Herlihy
8985f3978e
Merge pull request #1611 from alphagov/inbound-callback
...
Inbound callback page
2017-11-03 16:22:48 +00:00
Chris Hill-Scott
c19855c0b0
Fix missing import
2017-11-03 16:12:37 +00:00
Pete Herlihy
60a39b2e49
Updated the callbacks page to add the link to new documentation.
2017-11-03 16:10:26 +00:00
Pete Herlihy
4b2ba34d68
Updated the label to set the callback URL on the settings page
2017-11-03 14:25:31 +00:00
Pete Herlihy
bc7af49b56
New page explaining the format of callback messages
2017-11-03 14:24:10 +00:00
Chris Hill-Scott
c0f1de2342
Merge pull request #1596 from alphagov/extra-letter-spacing-phone-search
...
Add extra letter spacing to phone number search
2017-11-03 14:20:21 +00:00
Chris Hill-Scott
2ed46b6458
Merge pull request #1606 from tuzz/fix-a-typo
...
Fix a typo: generates -> generate
2017-11-03 14:20:15 +00:00
Chris Patuzzo
5152fa8e82
Fix a typo: generates -> generate
2017-11-02 13:51:00 +00:00
Rebecca Law
3f1c543735
Fix some formatting on the trial mode services page
2017-11-02 13:39:37 +00:00
chrisw
c6ea90a7d8
Email auth for inviting members and editing permissions
2017-11-02 12:38:01 +00:00
Rebecca Law
5e175954d2
Merge pull request #1600 from alphagov/add-letters-to-platform-admin
...
Add letter counts to the platform admin page.
2017-11-02 10:16:02 +00:00
Rebecca Law
4acfd4101f
Add letter counts to the platform admin page.
...
The big number counts are based on how many messages have been delivered. For letters we are using the requested count.
2017-11-01 16:33:06 +00:00
Pete Herlihy
fafb8dc75b
100-102 for GOV.UK Email and SSCSA
2017-11-01 14:50:15 +00:00
Chris Hill-Scott
57ca2b48ee
Add extra letter spacing to phone number search
...
This is another place where you might be transcribing a phone number and
having it spaced out will make it easier for you to spot errors.
2017-10-31 17:54:22 +00:00
Pete Herlihy
061ef3dddc
98 to 100 services..... woo hoo....
...
Also corrected the org count to 44 as HM Passports Office isn't a separate org from Home Office.
2017-10-31 12:27:34 +00:00
venusbb
8ea38ba7b6
Use annual_billing tables at backend for getting and updating free_sms_fragment_limit
2017-10-31 11:22:57 +00:00
chrisw
d02cd67b0d
Fixed broken edit functionality
2017-10-30 15:31:35 +00:00
chrisw
4e721c95ce
Added Multiple SMS sender functionality
2017-10-30 13:40:34 +00:00
Leo Hemsted
8ec50971eb
Merge pull request #1588 from alphagov/email-auth-toggle
...
Email auth toggle
2017-10-27 15:00:20 +01:00
Leo Hemsted
151605180a
Add email auth platform admin toggle
...
also added tests to check visibility, url, and button content
2017-10-27 11:44:40 +01:00
Chris Hill-Scott
5fd4778e87
Fix spelling mistake on pricing page
2017-10-27 09:10:29 +01:00
Pete Herlihy
5f57d3ddaf
And now 98..... Local Land Charges
2017-10-26 16:19:44 +01:00
Pete Herlihy
2e9733460a
And acutally 97 now for UC Transfers Mgmt
2017-10-26 14:41:34 +01:00
Pete Herlihy
c387854920
90-96 services and 41-45 orgs
2017-10-26 14:16:04 +01:00
Pete Herlihy
81978e071c
Better strapline on the homepage
2017-10-26 12:58:02 +01:00
Chris Hill-Scott
828c2de475
Merge pull request #1581 from alphagov/not-set-not-none
...
Look for correct text when determining text colour
2017-10-26 12:28:11 +01:00
Chris Hill-Scott
127c381d22
Tidy up layout of letter contact blocks
...
Linebreaks are an important part of the letter contact block, and make
it easier to read.
Bold text works for short pieces of info like email addresses or phone
numbers, but is too heavy for the letter contact blocks because they
tend to be longer.
2017-10-25 11:46:12 +01:00
Chris Hill-Scott
a51059e174
Look for correct text when determining text colour
...
We used to say ‘None’ if this was empty. Now we say ‘Not set’. The thing
that decides whether to make the text grey or not was looking for ‘None’
(the old thing).
2017-10-24 17:15:16 +01:00
Chris Hill-Scott
2386a05cb7
Merge pull request #1579 from alphagov/right-align-reply
...
Right-align reply link in conversation view
2017-10-24 12:24:14 +01:00
Chris Hill-Scott
e49693281a
Right-align reply link in conversation view
...
So that it lines up with the outbpund messages.
Also the ‘send’ button is usually right-aligned when using Whatsapp,
iMessage, etc.
2017-10-24 12:00:51 +01:00
Chris Hill-Scott
d9104ba59f
Add page to change SMS allowance
...
There may be exceptions to the rule, so we should have a way of
overriding this manually.
2017-10-23 17:45:44 +01:00
Chris Hill-Scott
d438109630
Add page to change organisation type
...
If a user picks the wrong thing, we should be able to override it when
they go live.
2017-10-23 17:45:44 +01:00
Chris Hill-Scott
8cc8a0bf05
Change None to Not set
...
‘None’ is a bit Pythony. ‘Not set’ is a bit more human.
2017-10-23 17:45:43 +01:00
Chris Hill-Scott
521b5b6cf1
Add ‘optional text’ macro
...
This pattern of value or grey text saying `None` is common enough in our
app that we should codify it into a pattern. Which this commit does.
2017-10-23 17:45:43 +01:00
Chris Hill-Scott
ff6b2b01dd
Show org type and free allowance on settings page
...
As a platform admin it’s useful to be able to see what each service has
set for these attributes.
2017-10-23 17:45:43 +01:00
Chris Hill-Scott
9453f301d2
Collect organisation type
...
So that we can default services to their appropriate text allowance, we
need to find out what sector they're in. So let's start collecting that
from teams as they create new services.
I think Central/Local/NHS are the right options, but these can be easily
changed if not.
2017-10-23 17:45:01 +01:00
Chris Hill-Scott
5fe3bfc550
Merge pull request #1547 from alphagov/download-inbound
...
Let users download a CSV of inbound messages
2017-10-18 17:27:54 +01:00
Pete Herlihy
a12a51e022
Explained 'Sent internationally' on the using notify page
2017-10-18 14:39:41 +01:00
Chris Hill-Scott
093352c097
Merge pull request #1551 from alphagov/89-90
...
Changed to 90 live services for DVSA Driving Test
2017-10-18 12:34:14 +01:00
Chris Hill-Scott
3c89b8c266
Merge pull request #1553 from alphagov/hide-delete-link
...
Hide ‘delete’ link if template’s already deleted
2017-10-18 12:34:07 +01:00
Chris Hill-Scott
1ae068d96e
Merge pull request #1540 from alphagov/reply-inbound
...
Let users reply to an inbound message with an existing template
2017-10-18 12:33:42 +01:00
Chris Hill-Scott
60a3ad72f9
Hide ‘delete’ link if template’s already deleted
2017-10-18 11:36:26 +01:00
Pete Herlihy
fd8db31317
Changed to 90 live services for DVSA Driving Test
2017-10-18 10:29:05 +01:00
Chris Hill-Scott
c9b2211bd3
Let users download a CSV of inbound messages
...
In user research, we’ve seen users copy/pasting the contents of the
inbound SMS page into a spreadsheet, in order to keep a record of the
messages they receive. They even went as far as to write a macro which
fixed the errors caused by copying and pasting.
It would be much easier if we just gave them the data already in a
spreadsheet format. Which is what this commit does.
One caveat is that, because spreadsheets can contain executable code (ie
formulas), and because we’re populating the spreadsheet with
user-submitted data (albeit via SMS) we need to be careful about
injection attacks.
The details of how these attacks work are detailed here (interesting
reading): http://georgemauer.net/2017/10/07/csv-injection.html
The mitigation is to not allow characters which initialise a formula
at the start of the cell.
2017-10-18 10:27:37 +01:00
Chris Hill-Scott
ad8a35b045
Merge pull request #1545 from alphagov/digit-spacing
...
Add some letter spacing to textboxes that accept digits
2017-10-17 17:07:05 +01:00
Chris Hill-Scott
a7a19fdf5b
Merge pull request #1544 from alphagov/remove-html-validation
...
Remove HTML5 validation
2017-10-17 17:06:52 +01:00
Chris Waszczuk
1493e8bd41
Merge pull request #1543 from gov-cjwaszczuk/master
...
Allow one-off email sending to select the reply-to address
2017-10-17 11:30:29 +01:00