From 41b7b1e5cde36842f3d3e4fd66e67a9691ecbc52 Mon Sep 17 00:00:00 2001 From: davisagli Date: Tue, 3 Sep 2024 19:18:12 -0700 Subject: [PATCH] [fc] Repository: plone.restapi Branch: refs/heads/main Date: 2024-09-03T19:18:12-07:00 Author: Alessandro Ceglie (sauzher) Commit: https://github.com/plone/plone.restapi/commit/aec08ce8f9d787694142a76b16f3147fef5d628c fix #1802 and #1803 (#1804) * fix #1802 and #1803 * changelog * accepted stevepiercy suggestion on changelog Files changed: A news/1802.bugfix M src/plone/restapi/pas/add_plugin.zpt M src/plone/restapi/pas/config.zpt --- last_commit.txt | 39 +++++++++++++++------------------------ 1 file changed, 15 insertions(+), 24 deletions(-) diff --git a/last_commit.txt b/last_commit.txt index 4b46485ba6..5b8c8ecce4 100644 --- a/last_commit.txt +++ b/last_commit.txt @@ -1,32 +1,23 @@ -Repository: plone.staticresources +Repository: plone.restapi -Branch: refs/heads/2.1.x -Date: 2024-09-03T10:15:00+02:00 -Author: Peter Mathis (petschki) -Commit: https://github.com/plone/plone.staticresources/commit/299b6ea81dd59adf8a379fc6b6c34bcde6fe63d5 +Branch: refs/heads/main +Date: 2024-09-03T19:18:12-07:00 +Author: Alessandro Ceglie (sauzher) +Commit: https://github.com/plone/plone.restapi/commit/aec08ce8f9d787694142a76b16f3147fef5d628c -Preparing release 2.1.16 +fix #1802 and #1803 (#1804) -Files changed: -M CHANGES.rst -M setup.py -D news/352.bugfix - -b'diff --git a/CHANGES.rst b/CHANGES.rst\nindex 2bd27d554..a7b869b77 100644\n--- a/CHANGES.rst\n+++ b/CHANGES.rst\n@@ -8,6 +8,16 @@ Changelog\n \n .. towncrier release notes start\n \n+2.1.16 (2024-09-03)\n+-------------------\n+\n+Bug fixes:\n+\n+\n+- Upgrade dependencies and development resources.\n+ [petschki] (#352)\n+\n+\n 2.1.15 (2024-08-20)\n -------------------\n \ndiff --git a/news/352.bugfix b/news/352.bugfix\ndeleted file mode 100644\nindex 50b464090..000000000\n--- a/news/352.bugfix\n+++ /dev/null\n@@ -1,2 +0,0 @@\n-Upgrade dependencies and development resources.\n-[petschki]\ndiff --git a/setup.py b/setup.py\nindex 983538056..20f09bd55 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -11,7 +11,7 @@\n \n setup(\n name="plone.staticresources",\n- version="2.1.16.dev0",\n+ version="2.1.16",\n description="Static resources for Plone",\n long_description=long_description,\n long_description_content_type="text/x-rst",\n' - -Repository: plone.staticresources - - -Branch: refs/heads/2.1.x -Date: 2024-09-03T10:16:01+02:00 -Author: Peter Mathis (petschki) -Commit: https://github.com/plone/plone.staticresources/commit/364177667b3dd9588d9417c1d7b73e58a8e622b8 - -Back to development: 2.1.17 +* fix #1802 and #1803 + +* changelog + +* accepted stevepiercy suggestion on changelog Files changed: -M setup.py +A news/1802.bugfix +M src/plone/restapi/pas/add_plugin.zpt +M src/plone/restapi/pas/config.zpt -b'diff --git a/setup.py b/setup.py\nindex 20f09bd55..bdbb2e7a8 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -11,7 +11,7 @@\n \n setup(\n name="plone.staticresources",\n- version="2.1.16",\n+ version="2.1.17.dev0",\n description="Static resources for Plone",\n long_description=long_description,\n long_description_content_type="text/x-rst",\n' +b'diff --git a/news/1802.bugfix b/news/1802.bugfix\nnew file mode 100644\nindex 000000000..347ab28a2\n--- /dev/null\n+++ b/news/1802.bugfix\n@@ -0,0 +1 @@\n+Fixed implementation of the `jwt_auth` plugin. It now can be added, and its properties, `use_keyring` and `store_tokens`, can be updated. @sauzher\ndiff --git a/src/plone/restapi/pas/add_plugin.zpt b/src/plone/restapi/pas/add_plugin.zpt\nindex b7e8c3636..74ef44710 100644\n--- a/src/plone/restapi/pas/add_plugin.zpt\n+++ b/src/plone/restapi/pas/add_plugin.zpt\n@@ -14,7 +14,7 @@\n
\n \n
\n- \n+ \n
\n
\n \ndiff --git a/src/plone/restapi/pas/config.zpt b/src/plone/restapi/pas/config.zpt\nindex bfe372989..ecb3859a8 100644\n--- a/src/plone/restapi/pas/config.zpt\n+++ b/src/plone/restapi/pas/config.zpt\n@@ -10,19 +10,19 @@\n
\n
\n \n- \n After this, the token is invalid and the user must login again. Set to 0 for the token to remain valid indefinitely.\n
\n- \n+\n
\n
\n- \n \n If enabled, tokens are signed with a secret from Plone\'s keyring. If you want tokens that remain valid indefinitely you should disable this.\n@@ -31,10 +31,10 @@\n \n
\n
\n- \n \n By default tokens are not stored on the server and thus can\'t be invalidated. If enabled, tokens that don\'t expire can be invalidated.\n'