micro-users 1.8.2__tar.gz → 1.8.3__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.
- {micro_users-1.8.2 → micro_users-1.8.3}/PKG-INFO +2 -1
- {micro_users-1.8.2 → micro_users-1.8.3}/README.md +2 -1
- {micro_users-1.8.2 → micro_users-1.8.3}/micro_users.egg-info/PKG-INFO +2 -1
- {micro_users-1.8.2 → micro_users-1.8.3}/pyproject.toml +1 -1
- {micro_users-1.8.2 → micro_users-1.8.3}/setup.py +1 -1
- {micro_users-1.8.2 → micro_users-1.8.3}/users/templates/registration/login.html +1 -1
- {micro_users-1.8.2 → micro_users-1.8.3}/users/templates/users/manage_users.html +1 -1
- {micro_users-1.8.2 → micro_users-1.8.3}/users/templates/users/widgets/grouped_permissions.html +1 -1
- {micro_users-1.8.2 → micro_users-1.8.3}/LICENSE +0 -0
- {micro_users-1.8.2 → micro_users-1.8.3}/MANIFEST.in +0 -0
- {micro_users-1.8.2 → micro_users-1.8.3}/micro_users.egg-info/SOURCES.txt +0 -0
- {micro_users-1.8.2 → micro_users-1.8.3}/micro_users.egg-info/dependency_links.txt +0 -0
- {micro_users-1.8.2 → micro_users-1.8.3}/micro_users.egg-info/requires.txt +0 -0
- {micro_users-1.8.2 → micro_users-1.8.3}/micro_users.egg-info/top_level.txt +0 -0
- {micro_users-1.8.2 → micro_users-1.8.3}/setup.cfg +0 -0
- {micro_users-1.8.2 → micro_users-1.8.3}/users/__init__.py +0 -0
- {micro_users-1.8.2 → micro_users-1.8.3}/users/admin.py +0 -0
- {micro_users-1.8.2 → micro_users-1.8.3}/users/apps.py +0 -0
- {micro_users-1.8.2 → micro_users-1.8.3}/users/filters.py +0 -0
- {micro_users-1.8.2 → micro_users-1.8.3}/users/forms.py +0 -0
- {micro_users-1.8.2 → micro_users-1.8.3}/users/middleware.py +0 -0
- {micro_users-1.8.2 → micro_users-1.8.3}/users/migrations/0001_initial.py +0 -0
- {micro_users-1.8.2 → micro_users-1.8.3}/users/migrations/0002_alter_useractivitylog_action.py +0 -0
- {micro_users-1.8.2 → micro_users-1.8.3}/users/migrations/0003_scope_alter_customuser_options_and_more.py +0 -0
- {micro_users-1.8.2 → micro_users-1.8.3}/users/migrations/__init__.py +0 -0
- {micro_users-1.8.2 → micro_users-1.8.3}/users/models.py +0 -0
- {micro_users-1.8.2 → micro_users-1.8.3}/users/signals.py +0 -0
- {micro_users-1.8.2 → micro_users-1.8.3}/users/static/img/default_profile.webp +0 -0
- {micro_users-1.8.2 → micro_users-1.8.3}/users/static/img/login_logo.webp +0 -0
- {micro_users-1.8.2 → micro_users-1.8.3}/users/static/users/css/detail.css +0 -0
- {micro_users-1.8.2 → micro_users-1.8.3}/users/static/users/css/login.css +0 -0
- {micro_users-1.8.2 → micro_users-1.8.3}/users/static/users/css/permissions.css +0 -0
- {micro_users-1.8.2 → micro_users-1.8.3}/users/static/users/css/profile.css +0 -0
- {micro_users-1.8.2 → micro_users-1.8.3}/users/static/users/css/style.css +0 -0
- {micro_users-1.8.2 → micro_users-1.8.3}/users/static/users/js/login.js +0 -0
- {micro_users-1.8.2 → micro_users-1.8.3}/users/static/users/js/permissions.js +0 -0
- {micro_users-1.8.2 → micro_users-1.8.3}/users/tables.py +0 -0
- {micro_users-1.8.2 → micro_users-1.8.3}/users/templates/users/partials/scope_actions.html +0 -0
- {micro_users-1.8.2 → micro_users-1.8.3}/users/templates/users/partials/scope_form.html +0 -0
- {micro_users-1.8.2 → micro_users-1.8.3}/users/templates/users/partials/scope_manager.html +0 -0
- {micro_users-1.8.2 → micro_users-1.8.3}/users/templates/users/partials/user_actions.html +0 -0
- {micro_users-1.8.2 → micro_users-1.8.3}/users/templates/users/profile/profile.html +0 -0
- {micro_users-1.8.2 → micro_users-1.8.3}/users/templates/users/profile/profile_edit.html +0 -0
- {micro_users-1.8.2 → micro_users-1.8.3}/users/templates/users/user_activity_log.html +0 -0
- {micro_users-1.8.2 → micro_users-1.8.3}/users/templates/users/user_detail.html +0 -0
- {micro_users-1.8.2 → micro_users-1.8.3}/users/templates/users/user_form.html +0 -0
- {micro_users-1.8.2 → micro_users-1.8.3}/users/urls.py +0 -0
- {micro_users-1.8.2 → micro_users-1.8.3}/users/views.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: micro_users
|
|
3
|
-
Version: 1.8.
|
|
3
|
+
Version: 1.8.3
|
|
4
4
|
Summary: Arabic Django user management app with abstract user, permissions, and activity logging
|
|
5
5
|
Home-page: https://github.com/debeski/micro-users
|
|
6
6
|
Author: DeBeski
|
|
@@ -214,3 +214,4 @@ MICRO_USERS_THEME = {
|
|
|
214
214
|
| v1.8.0 | • **Permissions UI**: Complete redesign with App/Model-based grouping and hierarchical checkboxes<br>• **Aesthetics**: Applied modern glassmorphism theme to permission cards with interactive toggles<br>• **Security**: Implemented 3-level security logic (GM, SM, User) and "invisible" Superuser protection<br>• **Foolproofing**: Added self-editing protection for staff and scope enforcement for managers<br>• **Localization**: Fully translated system auth labels and metadata to Arabic |
|
|
215
215
|
| v1.8.1 | • **UI Refinement**: Swapped `Email` and `Phone` positions across all forms, tables, and detail views<br>• **Field Logic**: Set `Email` and `Phone` as optional (not required) for all users<br>• **Security**: Added `manage_staff` custom permission to restrict `is_staff` management to authorized managers only<br>• **Bug Fix**: Reserved `manage_staff` assignment power strictly for Superusers and fixed UI grouping for custom permissions |
|
|
216
216
|
| v1.8.2 | • **Login UX**: Enhanced login flow with auto-focus on username and improved "Enter to Submit" handling |
|
|
217
|
+
| v1.8.3 | • **CSP Compliance**: Added `nonce` attribute support to all inline and external script tags (Login, Permissions, Manage Users) for Content Security Policy compliance |
|
|
@@ -181,4 +181,5 @@ MICRO_USERS_THEME = {
|
|
|
181
181
|
| v1.7.1 | • **Bug Fixes**: Fixed login/next url was not being passed correctly |
|
|
182
182
|
| v1.8.0 | • **Permissions UI**: Complete redesign with App/Model-based grouping and hierarchical checkboxes<br>• **Aesthetics**: Applied modern glassmorphism theme to permission cards with interactive toggles<br>• **Security**: Implemented 3-level security logic (GM, SM, User) and "invisible" Superuser protection<br>• **Foolproofing**: Added self-editing protection for staff and scope enforcement for managers<br>• **Localization**: Fully translated system auth labels and metadata to Arabic |
|
|
183
183
|
| v1.8.1 | • **UI Refinement**: Swapped `Email` and `Phone` positions across all forms, tables, and detail views<br>• **Field Logic**: Set `Email` and `Phone` as optional (not required) for all users<br>• **Security**: Added `manage_staff` custom permission to restrict `is_staff` management to authorized managers only<br>• **Bug Fix**: Reserved `manage_staff` assignment power strictly for Superusers and fixed UI grouping for custom permissions |
|
|
184
|
-
| v1.8.2 | • **Login UX**: Enhanced login flow with auto-focus on username and improved "Enter to Submit" handling |
|
|
184
|
+
| v1.8.2 | • **Login UX**: Enhanced login flow with auto-focus on username and improved "Enter to Submit" handling |
|
|
185
|
+
| v1.8.3 | • **CSP Compliance**: Added `nonce` attribute support to all inline and external script tags (Login, Permissions, Manage Users) for Content Security Policy compliance |
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: micro-users
|
|
3
|
-
Version: 1.8.
|
|
3
|
+
Version: 1.8.3
|
|
4
4
|
Summary: Arabic Django user management app with abstract user, permissions, and activity logging
|
|
5
5
|
Home-page: https://github.com/debeski/micro-users
|
|
6
6
|
Author: DeBeski
|
|
@@ -214,3 +214,4 @@ MICRO_USERS_THEME = {
|
|
|
214
214
|
| v1.8.0 | • **Permissions UI**: Complete redesign with App/Model-based grouping and hierarchical checkboxes<br>• **Aesthetics**: Applied modern glassmorphism theme to permission cards with interactive toggles<br>• **Security**: Implemented 3-level security logic (GM, SM, User) and "invisible" Superuser protection<br>• **Foolproofing**: Added self-editing protection for staff and scope enforcement for managers<br>• **Localization**: Fully translated system auth labels and metadata to Arabic |
|
|
215
215
|
| v1.8.1 | • **UI Refinement**: Swapped `Email` and `Phone` positions across all forms, tables, and detail views<br>• **Field Logic**: Set `Email` and `Phone` as optional (not required) for all users<br>• **Security**: Added `manage_staff` custom permission to restrict `is_staff` management to authorized managers only<br>• **Bug Fix**: Reserved `manage_staff` assignment power strictly for Superusers and fixed UI grouping for custom permissions |
|
|
216
216
|
| v1.8.2 | • **Login UX**: Enhanced login flow with auto-focus on username and improved "Enter to Submit" handling |
|
|
217
|
+
| v1.8.3 | • **CSP Compliance**: Added `nonce` attribute support to all inline and external script tags (Login, Permissions, Manage Users) for Content Security Policy compliance |
|
|
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
|
|
|
8
8
|
|
|
9
9
|
[project]
|
|
10
10
|
name = "micro_users"
|
|
11
|
-
version = "1.8.
|
|
11
|
+
version = "1.8.3"
|
|
12
12
|
description = "Arabic Django user management app with abstract user, permissions, and activity logging"
|
|
13
13
|
readme = "README.md"
|
|
14
14
|
requires-python = ">=3.11"
|
|
@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
|
|
5
5
|
|
|
6
6
|
setup(
|
|
7
7
|
name="micro_users",
|
|
8
|
-
version="1.8.
|
|
8
|
+
version="1.8.3",
|
|
9
9
|
author="DeBeski",
|
|
10
10
|
author_email="debeski1@gmail.com",
|
|
11
11
|
description="Arabic django user management app with abstract user, permissions, and activity logging",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
</div>
|
|
75
75
|
|
|
76
76
|
<!-- Script for Scope Modal -->
|
|
77
|
-
<script>
|
|
77
|
+
<script nonce="{{ request.csp_nonce }}">
|
|
78
78
|
// Defined globally so they can be called from injected HTML
|
|
79
79
|
function loadScopeManager() {
|
|
80
80
|
const modal = new bootstrap.Modal(document.getElementById('scopeModal'));
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{micro_users-1.8.2 → micro_users-1.8.3}/users/migrations/0002_alter_useractivitylog_action.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|