ppss-auth 0.11.0.2__tar.gz → 0.11.1.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/PKG-INFO +9 -3
  2. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/changelog.txt +6 -0
  3. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/templates/editgroup.jinja2 +4 -4
  4. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/templates/editgroup.mako +4 -3
  5. ppss_auth-0.11.1.1/ppss_auth/templates/layouts/masterlayout.jinja2 +30 -0
  6. ppss_auth-0.11.1.1/ppss_auth/templates/layouts/masterlayout.mako +29 -0
  7. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/templates/layouts/midlayout.jinja2 +4 -8
  8. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/templates/layouts/midlayout.mako +3 -8
  9. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/views/auth.py +4 -4
  10. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth.egg-info/PKG-INFO +10 -4
  11. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth.egg-info/entry_points.txt +0 -1
  12. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth.egg-info/requires.txt +4 -3
  13. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/setup.py +2 -1
  14. ppss_auth-0.11.0.2/ppss_auth/templates/layouts/masterlayout.jinja2 +0 -35
  15. ppss_auth-0.11.0.2/ppss_auth/templates/layouts/masterlayout.mako +0 -34
  16. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/MANIFEST.in +0 -0
  17. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/README.md +0 -0
  18. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/babel.ini +0 -0
  19. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/__init__.py +0 -0
  20. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/alembic/alembic.ini +0 -0
  21. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/alembic/env.py +0 -0
  22. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/alembic/script.py.mako +0 -0
  23. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/alembic/versions/20201026_52f4d4eefdfe_unique_permission_name.py +0 -0
  24. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/alembic/versions/20201120_6c9e84ab8280_unique_user_name.py +0 -0
  25. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/alembic/versions/20220329_44fde88fa438_creazione_colonne_per_login_history.py +0 -0
  26. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/alembic/versions/20220331_6190d529682d_result_reason.py +0 -0
  27. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/alembic/versions/20231016_3f4032dd2d1b_added_email_to_user.py +0 -0
  28. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/alembic/versions/20240110_4b95deb2d91c_tabella_reset_token.py +0 -0
  29. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/alembic/versions/20240209_7d2e85bbf831_add_otp_hash.py +0 -0
  30. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/alembic/versions/20240304_483944c8ff05_add_phone.py +0 -0
  31. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/alembic/versions/f724fac25359_creation.py +0 -0
  32. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/constants.py +0 -0
  33. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/locale/en/LC_MESSAGES/ppss_auth.mo +0 -0
  34. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/locale/fr/LC_MESSAGES/ppss_auth.mo +0 -0
  35. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/locale/it/LC_MESSAGES/ppss_auth.mo +0 -0
  36. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/models.py +0 -0
  37. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/ppss_auth_static/loader.js +0 -0
  38. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/ppss_auth_static/ppssauth.css +0 -0
  39. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/ppss_auth_static/ppssauth.js +0 -0
  40. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/ppss_auth_static/template.html +0 -0
  41. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/ppss_auth_utils/__init__.py +0 -0
  42. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/ppss_auth_utils/db.py +0 -0
  43. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/ppss_auth_utils/emailclient.py +0 -0
  44. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/ppss_auth_utils/i18n.py +0 -0
  45. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/ppss_auth_utils/password.py +0 -0
  46. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/ppss_auth_utils/scriptutils.py +0 -0
  47. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/routes.py +0 -0
  48. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/scripts/__init__.py +0 -0
  49. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/scripts/alchemyutils.py +0 -0
  50. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/scripts/cleanup_db.py +0 -0
  51. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/scripts/create_user.py +0 -0
  52. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/scripts/initialize_db.py +0 -0
  53. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/scripts/sayauth.py +0 -0
  54. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/scripts/upgrade_db.py +0 -0
  55. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/templates/change.jinja2 +0 -0
  56. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/templates/change.mako +0 -0
  57. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/templates/confirm_email.jinja2 +0 -0
  58. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/templates/confirm_email.mako +0 -0
  59. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/templates/editperm.jinja2 +0 -0
  60. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/templates/editperm.mako +0 -0
  61. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/templates/edituser.jinja2 +0 -0
  62. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/templates/edituser.mako +0 -0
  63. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/templates/email/activation.jinja2 +0 -0
  64. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/templates/email/activation.mako +0 -0
  65. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/templates/email/recover.jinja2 +0 -0
  66. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/templates/email/recover.mako +0 -0
  67. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/templates/enable2fa.jinja2 +0 -0
  68. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/templates/enable2fa.mako +0 -0
  69. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/templates/layouts/public.jinja2 +0 -0
  70. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/templates/layouts/public.mako +0 -0
  71. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/templates/listgroup.jinja2 +0 -0
  72. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/templates/listgroup.mako +0 -0
  73. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/templates/listperm.jinja2 +0 -0
  74. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/templates/listperm.mako +0 -0
  75. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/templates/listuser.jinja2 +0 -0
  76. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/templates/listuser.mako +0 -0
  77. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/templates/login.jinja2 +0 -0
  78. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/templates/login.mako +0 -0
  79. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/templates/login_nogrid.jinja2 +0 -0
  80. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/templates/login_nogrid.mako +0 -0
  81. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/templates/partials/userblock.jinja2 +0 -0
  82. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/templates/partials/userblock.mako +0 -0
  83. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/templates/partials/usermanage.jinja2 +0 -0
  84. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/templates/partials/usermanage.mako +0 -0
  85. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/templates/recover.jinja2 +0 -0
  86. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/templates/recover.mako +0 -0
  87. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/templates/registeruser.jinja2 +0 -0
  88. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/templates/registeruser.mako +0 -0
  89. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/templates/reset.jinja2 +0 -0
  90. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/templates/reset.mako +0 -0
  91. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/templates/shared/bootstrapcss.html +0 -0
  92. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/templates/verify2fa.jinja2 +0 -0
  93. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/templates/verify2fa.mako +0 -0
  94. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth/views/__init__.py +0 -0
  95. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth.egg-info/SOURCES.txt +0 -0
  96. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth.egg-info/dependency_links.txt +0 -0
  97. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/ppss_auth.egg-info/top_level.txt +0 -0
  98. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/readme.txt +0 -0
  99. {ppss_auth-0.11.0.2 → ppss_auth-0.11.1.1}/setup.cfg +0 -0
@@ -1,13 +1,12 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ppss_auth
3
- Version: 0.11.0.2
3
+ Version: 0.11.1.1
4
4
  Summary: simple auth scheme for pyramid, based on Mako template and sqlalchemy backend
5
5
  Home-page: https://bitbucket.org/pingpongstars/ppss_auth/src/master/
6
6
  Author: pdepmcp
7
7
  Author-email: d.cariboni@pingpongstars.it
8
8
  License: MIT
9
9
  Keywords: pyramid module authentication accelerator
10
- Platform: UNKNOWN
11
10
  Classifier: Development Status :: 4 - Beta
12
11
  Classifier: Intended Audience :: Developers
13
12
  Classifier: Operating System :: OS Independent
@@ -16,6 +15,14 @@ Classifier: Topic :: Internet :: WWW/HTTP :: Session
16
15
  Classifier: Programming Language :: Python :: 3.6
17
16
  Requires-Python: >=3.6
18
17
  Description-Content-Type: text/markdown
18
+ Requires-Dist: SQLAlchemy==1.4.51
19
+ Requires-Dist: pyramid_mako
20
+ Requires-Dist: pyramid_beaker
21
+ Requires-Dist: pyramid_jinja2
22
+ Requires-Dist: alembic
23
+ Requires-Dist: cryptography
24
+ Requires-Dist: pyotp
25
+ Requires-Dist: qrcode
19
26
 
20
27
  This package aims to give and easy pluggable module to provide authentication and user maintennance in a Pyramid web application.
21
28
  It relies the Pyramid+SQLAlchemy+Mako stack. Implementation for other template languages is on the roadmap.
@@ -365,4 +372,3 @@ tables = module_db_version
365
372
  pattern = ppss*
366
373
  *auth*
367
374
  ```
368
-
@@ -1,3 +1,9 @@
1
+ ## v0.11.1.1
2
+ - fix js groups edit page
3
+
4
+ ## v0.11.1
5
+ - update js dependencies
6
+
1
7
  ## v0.11.0
2
8
  - 2FA with OTP
3
9
 
@@ -51,8 +51,9 @@
51
51
  </div>
52
52
  </div>
53
53
  </div><!-- .row -->
54
- <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
55
- <script src="https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/4.0.11/handlebars.min.js"></script>
54
+ {% endblock ppssauth_content %}
55
+
56
+ {% block ppssauth_footerjs %}
56
57
  <script src="{{request.static_url('ppss_auth:ppss_auth_static/loader.js')}}"></script>
57
58
  <script type="text/javascript">
58
59
  var currentPermissions = [
@@ -89,5 +90,4 @@
89
90
  }
90
91
  </script>
91
92
  <script src="{{request.static_url('ppss_auth:ppss_auth_static/ppssauth.js')}}"></script>
92
-
93
- {% endblock ppssauth_content %}
93
+ {% endblock %}
@@ -49,8 +49,8 @@
49
49
  </div>
50
50
  </div>
51
51
  </div><!-- .row -->
52
- <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
53
- <script src="https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/4.0.11/handlebars.min.js"></script>
52
+
53
+ <%block name="ppssauth_footerjs">
54
54
  <script src="${request.static_url('ppss_auth:ppss_auth_static/loader.js')}"></script>
55
55
  <script type="text/javascript">
56
56
  var currentPermissions = [
@@ -86,4 +86,5 @@
86
86
  SEARCH_USER: "${request.route_url('ppss:user:search')}"
87
87
  }
88
88
  </script>
89
- <script src="${request.static_url('ppss_auth:ppss_auth_static/ppssauth.js')}"></script>
89
+ <script src="${request.static_url('ppss_auth:ppss_auth_static/ppssauth.js')}"></script>
90
+ </%block>
@@ -0,0 +1,30 @@
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
5
+ <title>Login page</title>
6
+ {%- block bootstrapcss %}
7
+ {% include "../shared/bootstrapcss.html" %}
8
+ {%- endblock %}
9
+ {% block ppssauth_css %}
10
+ <link type="text/css" rel="stylesheet" href="{{ request.static_url('ppss_auth:ppss_auth_static/ppssauth.css') }}"/>
11
+ {% endblock %}
12
+
13
+ {% block ppssauth_headerjs %}
14
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js" integrity="sha512-v2CJ7UaYy4JwqLDIrZUI/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2/4hpQINQ/g==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
15
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/4.7.8/handlebars.min.js" integrity="sha512-E1dSFxg+wsfJ4HKjutk/WaCzK7S2wv1POn1RRPGh8ZK+ag9l244Vqxji3r6wgz9YBf6+vhQEYJZpSjqWFPg9gg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
16
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.13.2/jquery-ui.min.js" integrity="sha512-57oZ/vW8ANMjR/KQ6Be9v/+/h6bq9/l3f0Oc7vn6qMqyhvPd1cvKBRWWpzu0QoneImqr2SkmO4MSqU+RpHom3Q==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
17
+ {% endblock %}
18
+
19
+ </head>
20
+ <body class="ppss_auth">
21
+ {% block ppssauth_container %}
22
+ {% endblock ppssauth_container %}
23
+
24
+
25
+ {% block ppssauth_footerjs %}
26
+ {% endblock %}
27
+
28
+ </body>
29
+
30
+ </html>
@@ -0,0 +1,29 @@
1
+ <html>
2
+ <head>
3
+ <title>Login page</title>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <%block name="bootstrapcss">
7
+ <%include file="../shared/bootstrapcss.html"/>
8
+ </%block>
9
+ <%block name="ppssauth_css">
10
+ <link rel="stylesheet" href="${ request.static_url('ppss_auth:ppss_auth_static/ppssauth.css') }"/>
11
+ </%block>
12
+
13
+ <%block name="ppssauth_headerjs">
14
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js" integrity="sha512-v2CJ7UaYy4JwqLDIrZUI/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2/4hpQINQ/g==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
15
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/4.7.8/handlebars.min.js" integrity="sha512-E1dSFxg+wsfJ4HKjutk/WaCzK7S2wv1POn1RRPGh8ZK+ag9l244Vqxji3r6wgz9YBf6+vhQEYJZpSjqWFPg9gg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
16
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.13.2/jquery-ui.min.js" integrity="sha512-57oZ/vW8ANMjR/KQ6Be9v/+/h6bq9/l3f0Oc7vn6qMqyhvPd1cvKBRWWpzu0QoneImqr2SkmO4MSqU+RpHom3Q==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
17
+ </%block>
18
+
19
+ </head>
20
+ <body class="ppss_auth">
21
+ ${next.body()}
22
+
23
+
24
+ <%block name="ppssauth_footerjs">
25
+ </%block>
26
+
27
+ </body>
28
+
29
+ </html>
@@ -3,18 +3,14 @@
3
3
  {% block ppssauth_css %}
4
4
  <link rel="stylesheet" href="{{ request.static_url('ppss_auth:ppss_auth_static/ppssauth.css') }}"/>
5
5
  {% endblock %}
6
+
6
7
  {% block ppssauth_footerjs %}
7
- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
8
8
  {% endblock %}
9
9
 
10
10
  {% block ppssauth_headerjs %}
11
- <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
12
- <script src="https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/4.1.0/handlebars.min.js"></script>
13
- <script
14
- src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js"
15
- integrity="sha256-VazP97ZCwtekAsvgPBSUwPFKdrwD3unUfSGVYrahUqU="
16
- crossorigin="anonymous"
17
- ></script>
11
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js" integrity="sha512-v2CJ7UaYy4JwqLDIrZUI/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2/4hpQINQ/g==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
12
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/4.7.8/handlebars.min.js" integrity="sha512-E1dSFxg+wsfJ4HKjutk/WaCzK7S2wv1POn1RRPGh8ZK+ag9l244Vqxji3r6wgz9YBf6+vhQEYJZpSjqWFPg9gg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
13
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.13.2/jquery-ui.min.js" integrity="sha512-57oZ/vW8ANMjR/KQ6Be9v/+/h6bq9/l3f0Oc7vn6qMqyhvPd1cvKBRWWpzu0QoneImqr2SkmO4MSqU+RpHom3Q==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
18
14
  {% endblock %}
19
15
 
20
16
 
@@ -4,17 +4,12 @@
4
4
  </%block>
5
5
 
6
6
  <%block name="ppssauth_headerjs">
7
- <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
8
- <script src="https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/4.1.0/handlebars.min.js"></script>
9
- <script
10
- src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js"
11
- integrity="sha256-VazP97ZCwtekAsvgPBSUwPFKdrwD3unUfSGVYrahUqU="
12
- crossorigin="anonymous"
13
- ></script>
7
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js" integrity="sha512-v2CJ7UaYy4JwqLDIrZUI/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2/4hpQINQ/g==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
8
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/4.7.8/handlebars.min.js" integrity="sha512-E1dSFxg+wsfJ4HKjutk/WaCzK7S2wv1POn1RRPGh8ZK+ag9l244Vqxji3r6wgz9YBf6+vhQEYJZpSjqWFPg9gg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
9
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.13.2/jquery-ui.min.js" integrity="sha512-57oZ/vW8ANMjR/KQ6Be9v/+/h6bq9/l3f0Oc7vn6qMqyhvPd1cvKBRWWpzu0QoneImqr2SkmO4MSqU+RpHom3Q==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
14
10
  </%block>
15
11
 
16
12
  <%block name="ppssauth_footerjs">
17
- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
18
13
  </%block>
19
14
 
20
15
 
@@ -666,10 +666,10 @@ class AuthController():
666
666
  perm = PPSspermission.byId(int(self.request.matchdict.get('targetid',-1)),self.request.dbsession)
667
667
  group = PPSsgroup.byId(int(self.request.matchdict.get('elementid',-1)),self.request.dbsession)
668
668
  if not perm or not group:
669
- return {'res':False,"msg":__("error in ids")}
669
+ return {'res':False,"msg":__(self.request,"error in ids")}
670
670
  for i in group.permissions:
671
671
  if i.id == perm.id:
672
- return {'res':False,"msg":__("already present")}
672
+ return {'res':False,"msg":__(self.request,"already present")}
673
673
  group.permissions.append(perm)
674
674
  l.info(u"adding {perm} to {group}".format(perm=perm,group=group))
675
675
  return {'res':True,"msg":"change_perm", "groupperm":group.permdict()}
@@ -712,8 +712,8 @@ class AuthController():
712
712
  for i,p in enumerate(group.users):
713
713
  if p.id == user.id:
714
714
  group.users.pop(i)
715
- return {'res':True,"msg":__("change_user"), "elements":group.userdict()}
716
- return {'res':False,'msg':__("Can't remove this permission")}
715
+ return {'res':True,"msg":__(self.request,"change_user"), "elements":group.userdict()}
716
+ return {'res':False,'msg':__(self.request,"Can't remove this permission")}
717
717
 
718
718
  def parseqstring(self,qparam):
719
719
  if qparam == "" or qparam is None:
@@ -1,13 +1,12 @@
1
1
  Metadata-Version: 2.1
2
- Name: ppss-auth
3
- Version: 0.11.0.2
2
+ Name: ppss_auth
3
+ Version: 0.11.1.1
4
4
  Summary: simple auth scheme for pyramid, based on Mako template and sqlalchemy backend
5
5
  Home-page: https://bitbucket.org/pingpongstars/ppss_auth/src/master/
6
6
  Author: pdepmcp
7
7
  Author-email: d.cariboni@pingpongstars.it
8
8
  License: MIT
9
9
  Keywords: pyramid module authentication accelerator
10
- Platform: UNKNOWN
11
10
  Classifier: Development Status :: 4 - Beta
12
11
  Classifier: Intended Audience :: Developers
13
12
  Classifier: Operating System :: OS Independent
@@ -16,6 +15,14 @@ Classifier: Topic :: Internet :: WWW/HTTP :: Session
16
15
  Classifier: Programming Language :: Python :: 3.6
17
16
  Requires-Python: >=3.6
18
17
  Description-Content-Type: text/markdown
18
+ Requires-Dist: SQLAlchemy==1.4.51
19
+ Requires-Dist: pyramid_mako
20
+ Requires-Dist: pyramid_beaker
21
+ Requires-Dist: pyramid_jinja2
22
+ Requires-Dist: alembic
23
+ Requires-Dist: cryptography
24
+ Requires-Dist: pyotp
25
+ Requires-Dist: qrcode
19
26
 
20
27
  This package aims to give and easy pluggable module to provide authentication and user maintennance in a Pyramid web application.
21
28
  It relies the Pyramid+SQLAlchemy+Mako stack. Implementation for other template languages is on the roadmap.
@@ -365,4 +372,3 @@ tables = module_db_version
365
372
  pattern = ppss*
366
373
  *auth*
367
374
  ```
368
-
@@ -5,4 +5,3 @@ ppss_auth_create_user = ppss_auth.scripts.create_user:create
5
5
  ppss_auth_update_user = ppss_auth.scripts.create_user:update
6
6
  ppss_auth_upgrade_db = ppss_auth.scripts.upgrade_db:main
7
7
  sayauth = ppss_auth.scripts.sayauth:sayitnow
8
-
@@ -1,7 +1,8 @@
1
+ SQLAlchemy==1.4.51
2
+ pyramid_mako
3
+ pyramid_beaker
4
+ pyramid_jinja2
1
5
  alembic
2
6
  cryptography
3
7
  pyotp
4
- pyramid_beaker
5
- pyramid_jinja2
6
- pyramid_mako
7
8
  qrcode
@@ -9,7 +9,7 @@ changelog = open(os.path.join(here, "README.md"), "r").read()
9
9
 
10
10
  setup(
11
11
  name="ppss_auth",
12
- version="0.11.0.2",
12
+ version="0.11.1.1",
13
13
  description="simple auth scheme for pyramid, based on Mako template and sqlalchemy backend",
14
14
  long_description=readme + "\n\n\n" + changelog,
15
15
  long_description_content_type="text/markdown",
@@ -28,6 +28,7 @@ setup(
28
28
  python_requires=">=3.6",
29
29
  url="https://bitbucket.org/pingpongstars/ppss_auth/src/master/",
30
30
  install_requires=[
31
+ "SQLAlchemy==1.4.51",
31
32
  "pyramid_mako",
32
33
  "pyramid_beaker",
33
34
  "pyramid_jinja2",
@@ -1,35 +0,0 @@
1
- <html>
2
- <head>
3
- <meta charset="UTF-8">
4
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
5
- <title>Login page</title>
6
- {%- block bootstrapcss %}
7
- {% include "../shared/bootstrapcss.html" %}
8
- {%- endblock %}
9
- {% block ppssauth_css %}
10
- <link type="text/css" rel="stylesheet" href="{{ request.static_url('ppss_auth:ppss_auth_static/ppssauth.css') }}"/>
11
- {% endblock %}
12
-
13
- {% block ppssauth_headerjs %}
14
- <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
15
- <script src="https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/4.1.0/handlebars.min.js"></script>
16
- <script
17
- src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js"
18
- integrity="sha256-VazP97ZCwtekAsvgPBSUwPFKdrwD3unUfSGVYrahUqU="
19
- crossorigin="anonymous"
20
- ></script>
21
- {% endblock %}
22
-
23
- </head>
24
- <body class="ppss_auth">
25
- {% block ppssauth_container %}
26
- {% endblock ppssauth_container %}
27
-
28
-
29
- {% block ppssauth_footerjs %}
30
- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
31
- {% endblock %}
32
-
33
- </body>
34
-
35
- </html>
@@ -1,34 +0,0 @@
1
- <html>
2
- <head>
3
- <title>Login page</title>
4
- <meta charset="UTF-8">
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <%block name="bootstrapcss">
7
- <%include file="../shared/bootstrapcss.html"/>
8
- </%block>
9
- <%block name="ppssauth_css">
10
- <link rel="stylesheet" href="${ request.static_url('ppss_auth:ppss_auth_static/ppssauth.css') }"/>
11
- </%block>
12
-
13
- <%block name="ppssauth_headerjs">
14
- <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
15
- <script src="https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/4.1.0/handlebars.min.js"></script>
16
- <script
17
- src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js"
18
- integrity="sha256-VazP97ZCwtekAsvgPBSUwPFKdrwD3unUfSGVYrahUqU="
19
- crossorigin="anonymous"
20
- ></script>
21
- </%block>
22
-
23
- </head>
24
- <body class="ppss_auth">
25
- ${next.body()}
26
-
27
-
28
- <%block name="ppssauth_footerjs">
29
- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
30
- </%block>
31
-
32
- </body>
33
-
34
- </html>
File without changes
File without changes
File without changes
File without changes
File without changes