Chris Hill-Scott
bda3aa98f8
Change "test run" to "test message"
...
Because reasons.
Obvs.
2016-05-12 11:22:14 +01:00
minglis
daf33b03ad
Merge pull request #557 from alphagov/notification_show_updated_at
...
Notifications display updated_at instead of created_at.
2016-05-11 16:55:37 +01:00
minglis
2388c395e3
Merge pull request #552 from alphagov/primary-providers
...
Added provider management pages in.
2016-05-11 16:49:47 +01:00
Henry Hadlow
e3fa1ac253
Tidy up text on forgot your password screens
...
Display updated_at instead of created_at for notifications.
2016-05-11 16:30:15 +01:00
Pete Herlihy
f18972755a
Merge pull request #547 from alphagov/make-forgot-your-password-text-consistent
...
Tidy up text on forgot your password screens
2016-05-11 15:10:46 +01:00
Rebecca Law
9232ab51d5
Merge pull request #554 from alphagov/add-created_by-to-jobs
...
Update the jobs and activity page to show the user that created the job.
2016-05-11 14:55:29 +01:00
Rebecca Law
53fb1dcc4b
Use Uploaded by instead of Created by for the label.
...
Move status to the last column on the table
2016-05-11 14:45:20 +01:00
Rebecca Law
1a07162f5d
Shorten the list of required mocks to login.
2016-05-11 13:16:59 +01:00
Rebecca Law
46d5065297
Update the jobs and activity page to show the user that created the job.
2016-05-11 11:57:31 +01:00
Nicholas Staples
af500a96e7
Update all dates to use utc, only in the template is it converted to british time.
2016-05-11 11:20:45 +01:00
Martyn Inglis
6699442f6b
Added provider management pages in.
...
- see priority
- change priority
2016-05-11 09:43:55 +01:00
Henry Hadlow
36da188d04
Tidy up text on forgot your password screens
2016-05-10 11:36:49 +01:00
Adam Shimali
5d7ff0cb47
Merge pull request #542 from alphagov/previous-weeks
...
Add a page to show delivery rates week-by-week
2016-05-09 10:17:59 +01:00
Chris Hill-Scott
50427ecd3f
Add a page to show delivery rates week-by-week
...
Implements
https://github.com/alphagov/notifications-api/pull/286
Will always show weeks as Monday to Sunday.
2016-05-05 10:56:20 +01:00
Chris Hill-Scott
687ccad018
Make send a test teach you how placeholders work
...
This commit does two main things:
- adds textboxes to the send yourself a test page, so you can replace
((name)) with ‘Chris’, or whatever your name is
- rejigs the send page a bit to make it clearer what the CSV upload is
for and how to use it
The idea being that, since most users go into ‘send yourself a test’
first, it teaches them about how placeholders work by making them do the
replacing themselves.
2016-05-05 08:53:00 +01:00
Adam Shimali
09117e5eeb
Updated flask-login to version 0.3.2
2016-05-04 14:06:14 +01:00
NIcholas Staples
bd0afce745
Merge pull request #527 from alphagov/windows_csv
...
Only check on csv is the file extension.
2016-05-03 12:50:34 +01:00
Chris Hill-Scott
1d0b28f156
Merge pull request #524 from alphagov/usage
...
Add usage to the dashboard
2016-05-03 11:35:11 +01:00
Chris Hill-Scott
00030bc254
Add usage to the dashboard
...
Takes the number of emails and SMS fragments sent from:
https://github.com/alphagov/notifications-api/pull/273
Using these numbers it’s possible to show:
- how much of your allowance is left
- or how much you have spent
For now the allowance and rates are hard coded.
Only for users that have manage service.
2016-05-03 11:06:12 +01:00
NIcholas Staples
9e94d2382d
Merge pull request #532 from alphagov/british_time
...
Times from api are now formatted to the british time.
2016-05-03 11:02:21 +01:00
Chris Hill-Scott
f6ba5ec8d0
Merge pull request #528 from alphagov/activity-improvements
...
Link up the last 7 days
2016-05-03 10:58:51 +01:00
Nicholas Staples
e1f3975c9a
Times from api are now formatted to the british time.
2016-05-03 10:55:37 +01:00
Nicholas Staples
f581ff44d0
Only check on csv is the file extension.
...
Update validator logic
Update message for the validator.
2016-05-03 10:10:58 +01:00
Chris Hill-Scott
d82569f883
Fix page titles on activity page
...
We were getting some weirdness like ‘Failed both’.
This commit fixes the problem, and adds some tests for the page headings
to make sure they don’t break again.
2016-04-29 16:03:56 +01:00
Chris Hill-Scott
e6ed2c9ff6
Remove bumf from the API keys page
2016-04-29 14:36:56 +01:00
NIcholas Staples
96297d2989
Merge pull request #522 from alphagov/sms_msg_limit
...
Sms msg limit
2016-04-29 12:29:45 +01:00
Nicholas Staples
471eac209e
Handling template content size error. All tests passing.
2016-04-29 09:38:59 +01:00
Andrew White
8995a86bb6
Merge pull request #520 from alphagov/redirect-to-dashboard-when-existing-service
...
Redirect to dashboard if this isn't the first service
2016-04-28 17:23:14 +01:00
Andrew White
7812b1cef5
Redirect to dashboard if this isn't the first service
...
There's no need to show the tour again if the user has previously
created a service so just redirect to the dashboard instead.
2016-04-28 16:44:12 +01:00
Adam Shimali
a627cf9002
Change activity to view to request 7 days data.
...
Cleaned up filters a bit so that if you want both templates
email and sms is passed.
Added mock assertion to test.
2016-04-28 15:52:20 +01:00
Adam Shimali
7c1867fde6
Record login including remembered user login events to the api based of flask login
...
signals.
2016-04-27 16:39:17 +01:00
Chris Hill-Scott
a65466327c
Put environment URL in feedback tickets
...
So that:
- we know what environment a request has been sent from
2016-04-26 16:46:00 +01:00
Chris Hill-Scott
456291d630
Put URL to service in request to go live ticket
...
So that:
- we know what environment the request has come from
- a platform admin user can jump straight to that service to check it
out
2016-04-26 16:28:16 +01:00
Chris Hill-Scott
45241d6232
Put a form on the request to go live page
...
This commit:
- moves things around a bit on the request to go live page
- sticks a textbox in there
So when someone click the big green button, we will get a support ticket
that looks something like:
```
From Test User <test@user.gov.uk > on behalf of Test Service
(6ce466d0-fd6a-11e5-82f5-e0accb9d11a6)
---
We’ll send about 1000 text messages in the first month, and then 10,000
text messages per month after that. Usage of our service is about 50%
higher in March, at the end of the tax year.
```
2016-04-26 14:45:50 +01:00
Chris Hill-Scott
22fe164711
Move feedback endpoints into own file
...
Doesn’t make sense to shove more stuff into index.py
2016-04-26 14:45:31 +01:00
Rebecca Law
69f5068587
Merge pull request #507 from alphagov/fix-anchor-tag-in-flash
...
Fix anchor tag in flash message.
2016-04-26 14:31:45 +01:00
Nicholas Staples
b131082f41
Updated to include corrected flash message.
2016-04-26 12:26:41 +01:00
Rebecca Law
a183d8d366
Missed the anchor tag in the mark up - oops.
2016-04-26 12:15:25 +01:00
Nicholas Staples
9225c0813c
Updated msg for the failed login.
2016-04-26 12:14:06 +01:00
Rebecca Law
60c55ca9e2
Fix anchor tag in flash message.
...
https://www.pivotaltracker.com/story/show/117513779
2016-04-26 12:03:35 +01:00
Nicholas Staples
3122500ce0
Failed login count set to zero with password reset.
2016-04-26 11:51:34 +01:00
Chris Hill-Scott
6107d24af7
Merge pull request #488 from alphagov/daily-limit-message
...
Show error if you try to send too many messages
2016-04-25 15:35:06 +01:00
Chris Hill-Scott
dd15e69f48
Merge pull request #492 from alphagov/better-two-factor-page
...
Reword two factor page to match email confirmation page
2016-04-25 15:33:59 +01:00
Chris Hill-Scott
77885295f9
Merge pull request #494 from alphagov/click-govuk-not-logged-in
...
If not logged in, go to homepage when clicking GOV.UK
2016-04-25 15:33:36 +01:00
Chris Hill-Scott
bc58aec0db
Merge pull request #499 from alphagov/dashboard-duration
...
Fix the big numbers on the dashboard
2016-04-25 15:32:54 +01:00
Chris Hill-Scott
b5ed12421a
Merge pull request #497 from alphagov/api-keys-page-improvements
...
API keys page improvements
2016-04-25 11:39:49 +01:00
Chris Hill-Scott
96cc03dc9e
Merge pull request #490 from alphagov/contact-link-signup
...
Updated the contact us link for non gov.uk domains trying to register.
2016-04-25 11:38:30 +01:00
Chris Hill-Scott
0cc499bce4
Make sure the stats client passes params through
...
This was the cause of the dashboard showing statistics from all time.
2016-04-25 11:30:09 +01:00
Chris Hill-Scott
d0c4509761
Fix missing request context in validators tests
2016-04-25 11:20:43 +01:00
Chris Hill-Scott
71035ab96e
Use the same pattern as elsewhere for ‘new thing’
...
On the team and templates pages we have a pattern for adding a new
‘thing’, which is a green button in the top right.
This commit changes the API key page to follow the same pattern.
2016-04-25 10:52:07 +01:00