Andrew Shumway
9846379c0f
Merge branch 'main' of https://github.com/GSA/notifications-admin into notify-678
2023-09-27 11:15:46 -06:00
Kenneth Kehl
0218ffd9ba
notify-admin-761 remove basic auth
2023-09-14 07:47:38 -07:00
Andrew Shumway
559965c479
Merge branch 'main' of https://github.com/GSA/notifications-admin into notify-678
2023-09-07 08:39:14 -06:00
Kenneth Kehl
8c9721d8e2
notify-api-412 use black to enforce python coding style
2023-08-25 09:12:23 -07:00
Andrew Shumway
9d16738c83
Add initial file for popup
2023-08-16 10:55:24 -06:00
Kenneth Kehl
81e2f9b72b
notify-512 use daily message limit from notification_utils
2023-06-19 10:10:22 -07:00
Carlo Costino
63a97b9780
Remove PY_TIMEZONE references ( #547 )
...
This changeset removes the PY_TIMEZONE configuration variable and updates all references to it to refer directly to pytz.utc instead. It also cleans up a few of the import statements and removes those that are no longer needed (like the current_app reference from Flask).
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2023-06-12 17:00:20 -04:00
Carlo Costino
92d25f5a69
Convert frontend display to be just UTC ( #540 )
...
This changeset converts the display of dates and times to be just UTC to match the recent changes in the backend. This unwinds a bit of work that was done previously and allows us to start with a clean slate in how we want to approach displaying dates and times going forward. It also adds a bit of explanatory text to help users.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
Co-authored-by: stvnrlly <steven.reilly@gsa.gov >
2023-06-12 15:49:48 -04:00
Andrew Shumway
6c88cd980f
Merge branch 'main' of https://github.com/GSA/notifications-admin into notify-445
2023-06-01 10:48:17 -06:00
Andrew Shumway
bd798e78b6
Added global remaining daily messages across services to ui
2023-06-01 10:44:13 -06:00
Kenneth Kehl
4882595a48
notify-245 update the allowlist for user domains ( #510 )
...
Co-authored-by: Kenneth Kehl <@kkehl@flexion.us >
2023-05-19 16:54:27 -04:00
Ryan Ahearn
f42acc6fb4
Enable turning off browser monitoring when new relic is disabled
2023-05-02 16:05:09 -04:00
Ryan Ahearn
3f13598f70
Instrument JS with copy/pasted snippet
...
this avoids having to set `unsafe-inline` in our CSP header
2023-05-02 15:26:59 -04:00
Ryan Ahearn
2d1d8e26c8
Create events logging for creating and removing user invites
2023-04-26 11:25:24 -04:00
Ryan Ahearn
de668d7aba
Remove contact-list references from code
2023-04-12 15:35:14 -04:00
Ryan Ahearn
67b64f11b9
Use credentials output by terraform/development
2023-03-13 15:30:37 -04:00
Ryan Ahearn
703847e184
Respect HTTP_PROTOCOL config when forcing https
2023-03-08 10:48:22 -05:00
Ryan Ahearn
aa3043e8df
Remove direct use of aws creds from deployed environments
2023-02-01 11:57:59 -05:00
Ryan Ahearn
fbfbc5f4a7
Update development salt to match API side
2022-12-13 11:15:00 -05:00
stvnrlly
420845fac7
remove antivirus code (email does not allow attachments via ui)
2022-12-05 16:35:46 -05:00
Ryan Ahearn
f3402f06f6
Use only stdout logging in cloud.gov
2022-11-30 17:28:26 -05:00
stvnrlly
8990cc822c
styling fixes
2022-11-29 12:18:07 -05:00
stvnrlly
446694d1cc
put timezone dt in config
2022-11-29 10:58:59 -05:00
stvnrlly
46723b6c11
initial timezone pass, which breaks many tests
2022-11-22 12:00:29 -05:00
Ryan Ahearn
00e14dbaf7
Add a sandbox environment for manual testing on cloud.gov
2022-11-09 12:21:46 -05:00
Ryan Ahearn
a87494235b
Replace old notifications- service prefix with notify-
2022-11-07 12:15:54 -05:00
Ryan Ahearn
3c74027a4a
Add demo application environment
2022-11-02 16:05:53 -04:00
Ryan Ahearn
4fce69f0ac
Merge branch 'main' into cleanup-config
...
* main:
lingering merge repair
remove alerts from env
remove broadcast-related code
2022-10-26 13:23:01 +00:00
Ryan Ahearn
d98e25180f
Use nonexistant buckets in testing to verify mocks
2022-10-26 13:19:07 +00:00
Ryan Ahearn
921c872bd1
Refactor method of retrieving credentials out of VCAP_SERVICES
2022-10-20 08:36:30 -04:00
Ryan Ahearn
d87d673b85
Consolidate and simplify environment variables and config.py
2022-10-19 20:29:45 +00:00
stvnrlly
f16b5dd1c4
remove broadcast-related code
2022-10-04 03:04:13 +00:00
Ryan Ahearn
5f1a1f083a
Proactively specify aws region for s3 operations
2022-09-26 10:25:03 -04:00
Ryan Ahearn
a90dcc918b
Provide s3 credentials for each individual bucket
2022-09-23 12:59:55 -04:00
Ryan Ahearn
7ce9f8cfcb
Remove MOU bucket, for now
2022-09-21 23:18:15 -04:00
Ryan Ahearn
b823c2d04f
Create s3 buckets that aren't shared with api
2022-09-21 23:18:15 -04:00
Ryan Ahearn
271cf7643d
Connect to s3 buckets created by notifications-api
2022-09-21 23:18:10 -04:00
jimmoffet
c702104421
fix redis mocking for test runner
2022-09-12 17:38:53 -07:00
jimmoffet
68e6efdad0
remove redis debug config var
2022-09-08 09:07:54 -07:00
jimmoffet
1f7fa07a79
finally fix redis
2022-09-07 21:32:33 -07:00
Ryan Ahearn
dfea3ac848
Install pa11y-ci
2022-08-30 10:37:33 -04:00
Ryan Ahearn
3341c08245
Add owasp baseline scan with Scanning environment
2022-08-26 17:08:35 -04:00
Ryan Ahearn
a2913f8b9c
Fix static-scan findings
2022-08-26 17:55:31 +00:00
jimmoffet
dad051a662
2767 passing
2022-08-05 00:25:03 -07:00
jimmoffet
9315474b75
correct local url
2022-08-03 18:23:02 -07:00
James Moffet
17e25d6f61
comments
2022-07-26 11:24:36 -07:00
James Moffet
4c25a81004
disable cache until we can fix on cloud deployment
2022-07-26 11:17:43 -07:00
James Moffet
e6b36becf1
more config
2022-07-25 15:18:39 -07:00
James Moffet
772731e73e
stop using UK cdn for images
2022-07-21 18:54:21 -07:00
James Moffet
50e660a73f
devcontainer config
2022-07-19 18:23:48 -07:00