-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sync staging with develop #353
Conversation
…l rebates page) and update styles (shrink buttons, update small screen layout)
…link to the right of the new rebate year select
…on text components for dashboard, helpdesk, and signout (less dry but also less indirection)
… and update rebate year select in allRebates component to use it
…status, and update API to return those values and code to reflect they're now each stored at the year level too
…enrollment period is open or closed
…en enrollment is open or closed
…se it in checkFormSubmissionPeriodAndBapStatus() function
Feature/increment version number
…the post should be allowed or not)
…s (e.g formioFRF2023Url)
…g error messages returned to the client)
…timestamps to use new form abbreviations
Feature/update nces lookup for 2023
…s in column headers)
Feature/update nces json file
… submission modal dialog window
…t period will be closed
…submissions from Formio
Feature/apply review edits
Feature/update nces data
…lsy, and update SAM.gov api endpoint to not attempt to fetch SAM.gov entities if no email address (or an empty string for one) is provided
Feature/update user email logic
Feature/update nces json
Feature/re-open 2022 frf
Feature/apply package updates
Feature/increment version number
|
||
const router = express.Router(); | ||
|
||
router.use(ensureAuthenticated); |
Check failure
Code scanning / CodeQL
Missing rate limiting High
authorization
|
||
const router = express.Router(); | ||
|
||
router.use(ensureAuthenticated); |
Check failure
Code scanning / CodeQL
Missing rate limiting High
authorization
|
||
const router = express.Router(); | ||
|
||
router.use(ensureAuthenticated); |
Check failure
Code scanning / CodeQL
Missing rate limiting High
authorization
|
||
const router = express.Router(); | ||
|
||
router.use(ensureAuthenticated); |
Check failure
Code scanning / CodeQL
Missing rate limiting High
authorization
|
||
const router = express.Router(); | ||
|
||
router.use(ensureAuthenticated); |
Check failure
Code scanning / CodeQL
Missing rate limiting High
Merging latest
develop
changes intostaging