From d0d9ce157eba67ebab4a205c89ea97fe012683f2 Mon Sep 17 00:00:00 2001 From: Camille Signoretto <74491068+Camille-Sisi@users.noreply.github.com> Date: Fri, 11 Aug 2023 12:58:17 +0200 Subject: [PATCH 1/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 56dfe33..9877ef1 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ L'extension fonctionne avec les portails universitaires suivants : - [**Europresse Université de Montpellier**](https://ezpum.scdi-montpellier.fr/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=MontpellierT_1) - [**Europresse Université de Grenoble**](https://sid2nomade-2.grenet.fr/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=grenobleT_1) - [**Europresse Université de Haute-Alsace**](https://scd-proxy.uha.fr/login?url=http://nouveau.europresse.com/access/ip/default.aspx?un=ALSACET_1) + - [**Europresse Université Paris Cité**](https://ezproxy.u-paris.fr/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=UNIVPARIS) Ou directement via le site Europresse. From cd7ffe564a0ffee786d7a3fc90dd45dc7f3c6287 Mon Sep 17 00:00:00 2001 From: Camille Signoretto <74491068+Camille-Sisi@users.noreply.github.com> Date: Fri, 11 Aug 2023 12:59:31 +0200 Subject: [PATCH 2/4] Update manifest.json --- ophirofox/manifest.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ophirofox/manifest.json b/ophirofox/manifest.json index 6a75f5d..1c2b26c 100644 --- a/ophirofox/manifest.json +++ b/ophirofox/manifest.json @@ -137,7 +137,8 @@ "https://nouveau-europresse-com.ezproxy.u-bordeaux-montaigne.fr/Search/Reading*", "https://nouveau-europresse-com.docelec.u-bordeaux.fr/Search/Reading*", "https://nouveau-europresse-com.acces.bibliotheque-diderot.fr/Search/Reading*", - "https://nouveau-europresse-com.scd-proxy.uha.fr/Search/Reading*" + "https://nouveau-europresse-com.scd-proxy.uha.fr/Search/Reading*", + "https://nouveau-europresse-com.ezproxy.u-paris.fr/Search/Reading*" ], "js": [ "content_scripts/europresse_search.js" @@ -157,7 +158,8 @@ "https://nouveau-europresse-com.ezproxy.u-bordeaux-montaigne.fr/Login*", "https://nouveau-europresse-com.docelec.u-bordeaux.fr/Login*", "https://nouveau-europresse-com.acces.bibliotheque-diderot.fr/Login*", - "https://nouveau-europresse-com.scd-proxy.uha.fr/Login*" + "https://nouveau-europresse-com.scd-proxy.uha.fr/Login*", + "https://nouveau-europresse-com.ezproxy.u-paris.fr/Login*" ], "js": [ "content_scripts/config.js", @@ -178,7 +180,8 @@ "https://nouveau-europresse-com.ezproxy.u-bordeaux-montaigne.fr/Search/ResultMobile*", "https://nouveau-europresse-com.docelec.u-bordeaux.fr/Search/ResultMobile*", "https://nouveau-europresse-com.acces.bibliotheque-diderot.fr/Search/ResultMobile*", - "https://nouveau-europresse-com.scd-proxy.uha.fr/Search/ResultMobile*" + "https://nouveau-europresse-com.scd-proxy.uha.fr/Search/ResultMobile*", + "https://nouveau-europresse-com.ezproxy.u-paris.fr/Search/ResultMobile*" ], "css": [ "content_scripts/europresse_article.css" From cdbe73b86cf28f5e560e1ec92c5606d399511e4c Mon Sep 17 00:00:00 2001 From: Camille Signoretto <74491068+Camille-Sisi@users.noreply.github.com> Date: Fri, 11 Aug 2023 13:00:08 +0200 Subject: [PATCH 3/4] Update config.js --- ophirofox/content_scripts/config.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ophirofox/content_scripts/config.js b/ophirofox/content_scripts/config.js index 4353c17..cd7582a 100644 --- a/ophirofox/content_scripts/config.js +++ b/ophirofox/content_scripts/config.js @@ -84,6 +84,13 @@ const ophirofox_config_list = [ AUTH_URL: "https://scd-proxy.uha.fr/login?url=http://nouveau.europresse.com/access/ip/default.aspx?un=ALSACET_1", }, + { + name: "Université Paris Cité", + domains:["u-paris.fr"], + LOGIN_URL: "https://ezproxy.u-paris.fr/login", + AUTH_URL: + "https://ezproxy.u-paris.fr/login?url=https://nouveau.europresse.com/access/ip/default.aspx?un=UNIVPARIS", + }, { name: "Pas d'intermédiaire", domains: ["europresse.com"], From 852d3376ecc4467a8551275027a94daff1f5ff3b Mon Sep 17 00:00:00 2001 From: lovasoa Date: Fri, 11 Aug 2023 14:37:20 +0200 Subject: [PATCH 4/4] suppression des commentaires auto --- .github/workflows/pr.yaml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 5954a52..a11fcde 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -7,8 +7,6 @@ defaults: jobs: check: - permissions: - pull-requests: write name: web-ext lint and build runs-on: ubuntu-22.04 steps: @@ -25,12 +23,4 @@ jobs: name: ophirofox.zip path: ophirofox/web-ext-artifacts/*.zip if-no-files-found: error - - name: Create or update comment - uses: peter-evans/create-or-update-comment@v3 - with: - comment-id: ${{ steps.fc.outputs.comment-id }} - issue-number: ${{ github.event.pull_request.number }} - body: | - Voilà l'extension à télécharger pour tester: https://github.com/lovasoa/ophirofox/pull/${{ github.event.pull_request.number }}/checks - Cliquez sur "Construction de l'extension" puis sur `ophirofox.zip` - +