Skip to content
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 2 commits into from
Jun 14, 2022
Merged

remove the copyright wording #202

merged 2 commits into from
Jun 14, 2022

Conversation

mcalinghee
Copy link
Contributor

@mcalinghee mcalinghee commented Jun 10, 2022

Before :
image

Proposed change :
image

@mcalinghee mcalinghee changed the title add dynamic date in the footer remove the copyright wording Jun 10, 2022
This was referenced Jun 13, 2022
@mcalinghee mcalinghee self-assigned this Jun 13, 2022
@mcalinghee mcalinghee merged commit 749e841 into main Jun 14, 2022
@mcalinghee mcalinghee deleted the add-dynamic-date branch June 14, 2022 08:04
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants