Commit graph

37 commits

Author SHA1 Message Date
Erin
b3cc417e6f
Add cors headers 2023-11-06 09:48:24 -08:00
zandercymatics
730319744f
Fix pipfile 2023-10-18 15:26:11 -06:00
zandercymatics
7bb6bb9e7d
Update pipfile 2023-10-16 13:33:11 -06:00
zandercymatics
284b7ceadf
Update piplock 2023-10-13 13:13:51 -06:00
zandercymatics
f22d72da4d
Imports 2023-10-11 13:48:37 -06:00
zandercymatics
af852125f8
Template 2023-10-11 12:58:00 -06:00
Neil Martinsen-Burrell
7e2f2ec7e5
Merge branch 'main' into nmb/543-login-required-middleware 2023-06-02 10:47:41 -05:00
Seamus Johnston
66640ebafb
Merge branch 'main' into sspj/domain-interface 2023-06-01 16:15:22 -05:00
Neil Martinsen-Burrell
ae3ba84f1a
Add LoginRequiredMiddleware to make (almost) every URL login required by default 2023-06-01 16:03:31 -05:00
brandonlenz
54bf691f88
Revert "Move typing-extensions to dev-packages"
This reverts commit 4046b08ee3.
2023-06-01 14:16:29 -04:00
brandonlenz
4046b08ee3
Move typing-extensions to dev-packages 2023-06-01 14:12:53 -04:00
Seamus Johnston
f283057c92
Add epplib dependency 2023-06-01 12:56:19 -05:00
brandonlenz
3dd89c2ebb
Install typing-extensions explicitly? 2023-06-01 13:31:13 -04:00
Neil Martinsen-Burrell
fee659d1c4
Add model documentation diagrams 2023-05-12 14:34:43 -05:00
Neil Martinsen-Burrell
884a58cf10
Send confirmation emails on application submission 2023-02-13 14:19:50 -06:00
Neil Martinsen-Burrell
8d3991614e
Merge branch 'main' into nmb/field-validation 2023-01-09 13:19:24 -06:00
Seamus Johnston
9886367dd6
Remove formtools
Move the ApplicationWizard from under forms/ into
views/ where each page of the application is now its
own view.
2023-01-04 08:57:28 -06:00
Neil Martinsen-Burrell
6bda7b7ead
Merge branch 'main' into nmb/field-validation 2023-01-03 12:00:52 -06:00
Seamus Johnston
df265b10f8
Refactor fixtures from JSON to Python 2022-12-21 10:44:19 -06:00
Neil Martinsen-Burrell
c924a5fd9a
Field validation and form errors in templates 2022-12-14 13:27:14 -06:00
Seamus Johnston
349659be90
Enable auditlogging 2022-11-10 08:20:57 -06:00
Neil Martinsen-Burrell
64f6d03023
Fix linting errors 2022-11-07 14:01:13 -06:00
Neil Martinsen-Burrell
6263b69c34
Add domain application data model 2022-11-07 13:46:07 -06:00
Neil Martinsen-Burrell
5d9a469ebd
Merge branch 'main' into nmb/available-domain 2022-10-31 11:06:13 -05:00
Neil Martinsen-Burrell
b425a45ef2
Fix linting failures 2022-10-28 09:22:33 -05:00
Neil Martinsen-Burrell
53906d339f
Use downloaded domains list to back available API 2022-10-28 08:57:14 -05:00
Neil Martinsen-Burrell
2f463b810b
Review feedback: unit tests, accessibility, etc. 2022-10-26 13:53:19 -05:00
Neil Martinsen-Burrell
b9705bb0c1
Use Django widget tweaks on first two forms 2022-10-21 11:16:23 -05:00
Neil Martinsen-Burrell
c56914f2e1
Barely working, two steps, sidebar not right 2022-10-18 15:54:34 -05:00
Seamus Johnston
f910563d11
Fix linter errors 2022-09-29 11:30:28 -05:00
Seamus Johnston
00f87168e5
Add Login.gov *\o/*
This commit incldues a wrapper application which handles
the Private Key JWT method of authenticating via OpenID
Connect using the underlying pyoidc library.
2022-09-22 15:15:13 -05:00
igorkorenfeld
0561d1f0ae
Merge branch 'main' into ik/setup-uswds 2022-09-12 18:22:14 -04:00
igorkorenfeld
541f0aeaf1
Add WhiteNoise to serve static files 2022-09-12 17:57:18 -04:00
Seamus Johnston
196e4b8fd6
Write Django cmd for running lint (#100)
* Write Django cmd for running lint

* Respond to PR feedback
2022-09-02 13:42:40 -05:00
Seamus Johnston
4ace5b4128
Update Django settings
Provide a sensible set of starting settings for a good
degree of security and document them well enough that
future operations people don't have to dig for hours
to understand what is being done.
2022-08-26 12:46:36 -05:00
Seamus Johnston
4856e28290
Update dependencies 2022-08-17 13:24:39 -05:00
Seamus Johnston
4474912758
Add Pipfile 2022-08-10 10:43:57 -05:00