-
Notifications
You must be signed in to change notification settings - Fork 10
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
remove the copyright wording #202
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mcalinghee
changed the title
add dynamic date in the footer
remove the copyright wording
Jun 10, 2022
jdauphant
approved these changes
Jun 13, 2022
celiacheff
approved these changes
Jun 14, 2022
mcalinghee
added a commit
that referenced
this pull request
Jun 16, 2022
* Fix broken ports and passwords (#189) * Tell eslint we are using mocha (#192) * Feat/add OIDC client to audioconf (#188) * Move code to magicLinkAuth * Refactor to use magicLinkAuth * Forgot an import * todo list * More todo * first draft oidcAuth.js * Update package-lock.json * missing state param in oidc callback call * separation between magic link and oidc flows * remove insertToken call from controller test * re-adapt former test to avoid regression * WIP rename all the things * readapt test with new naming + remove logs * A bit of refactoring for startAuthControllerTest for better scoping * Extra db test * Finish the renaming, one name escaped * More tests for magicLinkAuth, including end-to-end * A bit more asserts * A bit more asserts * Split test in two * Add scopes to createConfControllerTest * Refactore test/createConfControllerTest.js * Store the mock oidc client for later * Refactor test/createConfControllerTest.js * Last refactor of test/createConfControllerTest.js : pass the finishAuthStub as function arg * Set flag for web access explicitly, it was relying on the right values in the .env files * Move helpers at the bottom, add "success/fail" to stub names Co-authored-by: mcalinghee <mcalinghee.dev@gmail.com> * Feat/add nonce in request auth (#198) * draft of nonce implementation * Add OIDC to .env.sample * Add nonce, and check state and nonce correctly * fix tests * add some comments Co-authored-by: mcalinghee <mcalinghee.dev@gmail.com> * Bump ejs from 3.1.5 to 3.1.7 (#187) Bumps [ejs](https://github.com/mde/ejs) from 3.1.5 to 3.1.7. - [Release notes](https://github.com/mde/ejs/releases) - [Changelog](https://github.com/mde/ejs/blob/main/CHANGELOG.md) - [Commits](mde/ejs@v3.1.5...v3.1.7) --- updated-dependencies: - dependency-name: ejs dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump moment from 2.29.1 to 2.29.2 (#177) Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.2. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](moment/moment@2.29.1...2.29.2) --- updated-dependencies: - dependency-name: moment dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump urijs from 1.19.9 to 1.19.11 (#179) Bumps [urijs](https://github.com/medialize/URI.js) from 1.19.9 to 1.19.11. - [Release notes](https://github.com/medialize/URI.js/releases) - [Changelog](https://github.com/medialize/URI.js/blob/gh-pages/CHANGELOG.md) - [Commits](medialize/URI.js@v1.19.9...v1.19.11) --- updated-dependencies: - dependency-name: urijs dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * update package-lock (#201) * Bump version to 1.15.0 * remove the copyright wording (#202) * change information for 'Qui peut avoir un acces' in FAQ (#205) * include collectivite in audioconf * add proper information to access audio conf in FAQ * Add New service point to demarches-simplifiees.fr * correct wording * remove 'fonction publique territoriale' * correct wording * FAQ - Actualisation - Section "qui peut avoir accès" : moins détaillée "Pour utiliser AudioConf, il faut un e-mail professionnel d'une administration reconnue." - Actualisation du process de confirmation de réservation par code et non plus par lien * wording change when subscribing to audioconf Co-authored-by: JDixmier <45665538+JDixmier@users.noreply.github.com> * faq-correct-wording (#209) * Bump version to 1.15.1 Co-authored-by: Estelle Comment <estelle.comment@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: JDixmier <45665538+JDixmier@users.noreply.github.com>
mcalinghee
added a commit
that referenced
this pull request
Jun 16, 2022
* Fix broken ports and passwords (#189) * Tell eslint we are using mocha (#192) * Feat/add OIDC client to audioconf (#188) * Move code to magicLinkAuth * Refactor to use magicLinkAuth * Forgot an import * todo list * More todo * first draft oidcAuth.js * Update package-lock.json * missing state param in oidc callback call * separation between magic link and oidc flows * remove insertToken call from controller test * re-adapt former test to avoid regression * WIP rename all the things * readapt test with new naming + remove logs * A bit of refactoring for startAuthControllerTest for better scoping * Extra db test * Finish the renaming, one name escaped * More tests for magicLinkAuth, including end-to-end * A bit more asserts * A bit more asserts * Split test in two * Add scopes to createConfControllerTest * Refactore test/createConfControllerTest.js * Store the mock oidc client for later * Refactor test/createConfControllerTest.js * Last refactor of test/createConfControllerTest.js : pass the finishAuthStub as function arg * Set flag for web access explicitly, it was relying on the right values in the .env files * Move helpers at the bottom, add "success/fail" to stub names Co-authored-by: mcalinghee <mcalinghee.dev@gmail.com> * Feat/add nonce in request auth (#198) * draft of nonce implementation * Add OIDC to .env.sample * Add nonce, and check state and nonce correctly * fix tests * add some comments Co-authored-by: mcalinghee <mcalinghee.dev@gmail.com> * Bump ejs from 3.1.5 to 3.1.7 (#187) Bumps [ejs](https://github.com/mde/ejs) from 3.1.5 to 3.1.7. - [Release notes](https://github.com/mde/ejs/releases) - [Changelog](https://github.com/mde/ejs/blob/main/CHANGELOG.md) - [Commits](mde/ejs@v3.1.5...v3.1.7) --- updated-dependencies: - dependency-name: ejs dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump moment from 2.29.1 to 2.29.2 (#177) Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.2. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](moment/moment@2.29.1...2.29.2) --- updated-dependencies: - dependency-name: moment dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump urijs from 1.19.9 to 1.19.11 (#179) Bumps [urijs](https://github.com/medialize/URI.js) from 1.19.9 to 1.19.11. - [Release notes](https://github.com/medialize/URI.js/releases) - [Changelog](https://github.com/medialize/URI.js/blob/gh-pages/CHANGELOG.md) - [Commits](medialize/URI.js@v1.19.9...v1.19.11) --- updated-dependencies: - dependency-name: urijs dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * update package-lock (#201) * Bump version to 1.15.0 * remove the copyright wording (#202) * change information for 'Qui peut avoir un acces' in FAQ (#205) * include collectivite in audioconf * add proper information to access audio conf in FAQ * Add New service point to demarches-simplifiees.fr * correct wording * remove 'fonction publique territoriale' * correct wording * FAQ - Actualisation - Section "qui peut avoir accès" : moins détaillée "Pour utiliser AudioConf, il faut un e-mail professionnel d'une administration reconnue." - Actualisation du process de confirmation de réservation par code et non plus par lien * wording change when subscribing to audioconf Co-authored-by: JDixmier <45665538+JDixmier@users.noreply.github.com> * faq-correct-wording (#209) * Bump version to 1.15.1 Co-authored-by: Estelle Comment <estelle.comment@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: JDixmier <45665538+JDixmier@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Before :
Proposed change :