micro-users 1.8.6__tar.gz → 1.8.8__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.

Potentially problematic release.


This version of micro-users might be problematic. Click here for more details.

Files changed (52) hide show
  1. {micro_users-1.8.6 → micro_users-1.8.8}/PKG-INFO +6 -19
  2. {micro_users-1.8.6 → micro_users-1.8.8}/README.md +6 -19
  3. {micro_users-1.8.6 → micro_users-1.8.8}/micro_users.egg-info/PKG-INFO +6 -19
  4. {micro_users-1.8.6 → micro_users-1.8.8}/pyproject.toml +1 -1
  5. {micro_users-1.8.6 → micro_users-1.8.8}/setup.py +1 -1
  6. {micro_users-1.8.6 → micro_users-1.8.8}/users/filters.py +4 -4
  7. {micro_users-1.8.6 → micro_users-1.8.8}/users/templates/users/manage_users.html +10 -3
  8. {micro_users-1.8.6 → micro_users-1.8.8}/users/templates/users/user_activity_log.html +8 -2
  9. {micro_users-1.8.6 → micro_users-1.8.8}/users/templates/users/user_detail.html +1 -1
  10. {micro_users-1.8.6 → micro_users-1.8.8}/LICENSE +0 -0
  11. {micro_users-1.8.6 → micro_users-1.8.8}/MANIFEST.in +0 -0
  12. {micro_users-1.8.6 → micro_users-1.8.8}/micro_users.egg-info/SOURCES.txt +0 -0
  13. {micro_users-1.8.6 → micro_users-1.8.8}/micro_users.egg-info/dependency_links.txt +0 -0
  14. {micro_users-1.8.6 → micro_users-1.8.8}/micro_users.egg-info/requires.txt +0 -0
  15. {micro_users-1.8.6 → micro_users-1.8.8}/micro_users.egg-info/top_level.txt +0 -0
  16. {micro_users-1.8.6 → micro_users-1.8.8}/setup.cfg +0 -0
  17. {micro_users-1.8.6 → micro_users-1.8.8}/users/__init__.py +0 -0
  18. {micro_users-1.8.6 → micro_users-1.8.8}/users/admin.py +0 -0
  19. {micro_users-1.8.6 → micro_users-1.8.8}/users/apps.py +0 -0
  20. {micro_users-1.8.6 → micro_users-1.8.8}/users/context_processors.py +0 -0
  21. {micro_users-1.8.6 → micro_users-1.8.8}/users/forms.py +0 -0
  22. {micro_users-1.8.6 → micro_users-1.8.8}/users/middleware.py +0 -0
  23. {micro_users-1.8.6 → micro_users-1.8.8}/users/migrations/0001_initial.py +0 -0
  24. {micro_users-1.8.6 → micro_users-1.8.8}/users/migrations/0002_alter_useractivitylog_action.py +0 -0
  25. {micro_users-1.8.6 → micro_users-1.8.8}/users/migrations/0003_scope_alter_customuser_options_and_more.py +0 -0
  26. {micro_users-1.8.6 → micro_users-1.8.8}/users/migrations/0004_scopesettings.py +0 -0
  27. {micro_users-1.8.6 → micro_users-1.8.8}/users/migrations/__init__.py +0 -0
  28. {micro_users-1.8.6 → micro_users-1.8.8}/users/models.py +0 -0
  29. {micro_users-1.8.6 → micro_users-1.8.8}/users/signals.py +0 -0
  30. {micro_users-1.8.6 → micro_users-1.8.8}/users/static/img/default_profile.webp +0 -0
  31. {micro_users-1.8.6 → micro_users-1.8.8}/users/static/img/login_logo.webp +0 -0
  32. {micro_users-1.8.6 → micro_users-1.8.8}/users/static/users/css/detail.css +0 -0
  33. {micro_users-1.8.6 → micro_users-1.8.8}/users/static/users/css/login.css +0 -0
  34. {micro_users-1.8.6 → micro_users-1.8.8}/users/static/users/css/permissions.css +0 -0
  35. {micro_users-1.8.6 → micro_users-1.8.8}/users/static/users/css/profile.css +0 -0
  36. {micro_users-1.8.6 → micro_users-1.8.8}/users/static/users/css/style.css +0 -0
  37. {micro_users-1.8.6 → micro_users-1.8.8}/users/static/users/js/login.js +0 -0
  38. {micro_users-1.8.6 → micro_users-1.8.8}/users/static/users/js/manage_users.js +0 -0
  39. {micro_users-1.8.6 → micro_users-1.8.8}/users/static/users/js/permissions.js +0 -0
  40. {micro_users-1.8.6 → micro_users-1.8.8}/users/tables.py +0 -0
  41. {micro_users-1.8.6 → micro_users-1.8.8}/users/templates/registration/login.html +0 -0
  42. {micro_users-1.8.6 → micro_users-1.8.8}/users/templates/users/partials/scope_actions.html +0 -0
  43. {micro_users-1.8.6 → micro_users-1.8.8}/users/templates/users/partials/scope_form.html +0 -0
  44. {micro_users-1.8.6 → micro_users-1.8.8}/users/templates/users/partials/scope_manager.html +0 -0
  45. {micro_users-1.8.6 → micro_users-1.8.8}/users/templates/users/partials/user_actions.html +0 -0
  46. {micro_users-1.8.6 → micro_users-1.8.8}/users/templates/users/profile/profile.html +0 -0
  47. {micro_users-1.8.6 → micro_users-1.8.8}/users/templates/users/profile/profile_edit.html +0 -0
  48. {micro_users-1.8.6 → micro_users-1.8.8}/users/templates/users/user_form.html +0 -0
  49. {micro_users-1.8.6 → micro_users-1.8.8}/users/templates/users/widgets/grouped_permissions.html +0 -0
  50. {micro_users-1.8.6 → micro_users-1.8.8}/users/urls.py +0 -0
  51. {micro_users-1.8.6 → micro_users-1.8.8}/users/utils.py +0 -0
  52. {micro_users-1.8.6 → micro_users-1.8.8}/users/views.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: micro_users
3
- Version: 1.8.6
3
+ Version: 1.8.8
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
@@ -107,12 +107,12 @@ TEMPLATES = [
107
107
  ]
108
108
  ```
109
109
 
110
- 3. Set custom user model in `settings.py`:
110
+ 4. Set custom user model in `settings.py`:
111
111
  ```python
112
112
  AUTH_USER_MODEL = 'users.CustomUser'
113
113
  ```
114
114
 
115
- 4. Include URLs in your main project folder `urls.py`:
115
+ 5. Include URLs in your main project folder `urls.py`:
116
116
  ```python
117
117
  urlpatterns = [
118
118
  ...
@@ -120,7 +120,7 @@ urlpatterns = [
120
120
  ]
121
121
  ```
122
122
 
123
- 5. Run migrations:
123
+ 6. Run migrations:
124
124
  ```bash
125
125
  python manage.py migrate users
126
126
  ```
@@ -183,21 +183,6 @@ users/
183
183
  ### Replacing Login Logo
184
184
  To replace the default login logo, simply place your own `login_logo.webp` image in your project's static directory at `static/img/login_logo.webp`.
185
185
 
186
- ### Theme Configuration
187
- You can configure the login page colors by defining `MICRO_USERS_THEME` in your project's `settings.py`. This dictionary overrides the default CSS variables.
188
-
189
- ```python
190
- MICRO_USERS_THEME = {
191
- 'right_bg': '#474745',
192
- 'left_bg': 'white',
193
- 'selection_bg': '#dbdbdb',
194
- 'gradient_start': '#a2a2a7',
195
- 'gradient_end': '#474745',
196
- # Additional keys supported:
197
- # 'selection_moz_bg', 'left_shadow', 'right_shadow', 'right_text',
198
- # 'label_color', 'input_text', 'submit_color', 'submit_focus', 'submit_active'
199
- }
200
- ```
201
186
 
202
187
  ## Version History
203
188
 
@@ -233,3 +218,5 @@ MICRO_USERS_THEME = {
233
218
  | v1.8.4 | • **Strict CSP**: Refactored inline JS event handlers to use Event Listeners, fully resolving CSP violation errors |
234
219
  | v1.8.5 | • **Optional Scopes**: Added ability for Superusers to toggle Scope system ON/OFF via User Management interface |
235
220
  | v1.8.6 | • **Strict CSP Repair**: Fixed remaining inline event handlers in User Management pages (`manage_users`, `scope_form`) that were violating CSP directives, moving all logic to external `manage_users.js` |
221
+ | v1.8.7 | • Fixed a couple of template tab title mismatches |
222
+ | v1.8.8 | • Fixed a couple of template content title mismatches and classes |
@@ -75,12 +75,12 @@ TEMPLATES = [
75
75
  ]
76
76
  ```
77
77
 
78
- 3. Set custom user model in `settings.py`:
78
+ 4. Set custom user model in `settings.py`:
79
79
  ```python
80
80
  AUTH_USER_MODEL = 'users.CustomUser'
81
81
  ```
82
82
 
83
- 4. Include URLs in your main project folder `urls.py`:
83
+ 5. Include URLs in your main project folder `urls.py`:
84
84
  ```python
85
85
  urlpatterns = [
86
86
  ...
@@ -88,7 +88,7 @@ urlpatterns = [
88
88
  ]
89
89
  ```
90
90
 
91
- 5. Run migrations:
91
+ 6. Run migrations:
92
92
  ```bash
93
93
  python manage.py migrate users
94
94
  ```
@@ -151,21 +151,6 @@ users/
151
151
  ### Replacing Login Logo
152
152
  To replace the default login logo, simply place your own `login_logo.webp` image in your project's static directory at `static/img/login_logo.webp`.
153
153
 
154
- ### Theme Configuration
155
- You can configure the login page colors by defining `MICRO_USERS_THEME` in your project's `settings.py`. This dictionary overrides the default CSS variables.
156
-
157
- ```python
158
- MICRO_USERS_THEME = {
159
- 'right_bg': '#474745',
160
- 'left_bg': 'white',
161
- 'selection_bg': '#dbdbdb',
162
- 'gradient_start': '#a2a2a7',
163
- 'gradient_end': '#474745',
164
- # Additional keys supported:
165
- # 'selection_moz_bg', 'left_shadow', 'right_shadow', 'right_text',
166
- # 'label_color', 'input_text', 'submit_color', 'submit_focus', 'submit_active'
167
- }
168
- ```
169
154
 
170
155
  ## Version History
171
156
 
@@ -200,4 +185,6 @@ MICRO_USERS_THEME = {
200
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 |
201
186
  | v1.8.4 | • **Strict CSP**: Refactored inline JS event handlers to use Event Listeners, fully resolving CSP violation errors |
202
187
  | v1.8.5 | • **Optional Scopes**: Added ability for Superusers to toggle Scope system ON/OFF via User Management interface |
203
- | v1.8.6 | • **Strict CSP Repair**: Fixed remaining inline event handlers in User Management pages (`manage_users`, `scope_form`) that were violating CSP directives, moving all logic to external `manage_users.js` |
188
+ | v1.8.6 | • **Strict CSP Repair**: Fixed remaining inline event handlers in User Management pages (`manage_users`, `scope_form`) that were violating CSP directives, moving all logic to external `manage_users.js` |
189
+ | v1.8.7 | • Fixed a couple of template tab title mismatches |
190
+ | v1.8.8 | • Fixed a couple of template content title mismatches and classes |
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: micro-users
3
- Version: 1.8.6
3
+ Version: 1.8.8
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
@@ -107,12 +107,12 @@ TEMPLATES = [
107
107
  ]
108
108
  ```
109
109
 
110
- 3. Set custom user model in `settings.py`:
110
+ 4. Set custom user model in `settings.py`:
111
111
  ```python
112
112
  AUTH_USER_MODEL = 'users.CustomUser'
113
113
  ```
114
114
 
115
- 4. Include URLs in your main project folder `urls.py`:
115
+ 5. Include URLs in your main project folder `urls.py`:
116
116
  ```python
117
117
  urlpatterns = [
118
118
  ...
@@ -120,7 +120,7 @@ urlpatterns = [
120
120
  ]
121
121
  ```
122
122
 
123
- 5. Run migrations:
123
+ 6. Run migrations:
124
124
  ```bash
125
125
  python manage.py migrate users
126
126
  ```
@@ -183,21 +183,6 @@ users/
183
183
  ### Replacing Login Logo
184
184
  To replace the default login logo, simply place your own `login_logo.webp` image in your project's static directory at `static/img/login_logo.webp`.
185
185
 
186
- ### Theme Configuration
187
- You can configure the login page colors by defining `MICRO_USERS_THEME` in your project's `settings.py`. This dictionary overrides the default CSS variables.
188
-
189
- ```python
190
- MICRO_USERS_THEME = {
191
- 'right_bg': '#474745',
192
- 'left_bg': 'white',
193
- 'selection_bg': '#dbdbdb',
194
- 'gradient_start': '#a2a2a7',
195
- 'gradient_end': '#474745',
196
- # Additional keys supported:
197
- # 'selection_moz_bg', 'left_shadow', 'right_shadow', 'right_text',
198
- # 'label_color', 'input_text', 'submit_color', 'submit_focus', 'submit_active'
199
- }
200
- ```
201
186
 
202
187
  ## Version History
203
188
 
@@ -233,3 +218,5 @@ MICRO_USERS_THEME = {
233
218
  | v1.8.4 | • **Strict CSP**: Refactored inline JS event handlers to use Event Listeners, fully resolving CSP violation errors |
234
219
  | v1.8.5 | • **Optional Scopes**: Added ability for Superusers to toggle Scope system ON/OFF via User Management interface |
235
220
  | v1.8.6 | • **Strict CSP Repair**: Fixed remaining inline event handlers in User Management pages (`manage_users`, `scope_form`) that were violating CSP directives, moving all logic to external `manage_users.js` |
221
+ | v1.8.7 | • Fixed a couple of template tab title mismatches |
222
+ | v1.8.8 | • Fixed a couple of template content title mismatches and classes |
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
8
8
 
9
9
  [project]
10
10
  name = "micro_users"
11
- version = "1.8.6"
11
+ version = "1.8.8"
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.6",
8
+ version="1.8.8",
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",
@@ -6,7 +6,7 @@ from crispy_forms.helper import FormHelper
6
6
  from crispy_forms.layout import Layout, Row, Column, Field, HTML, Hidden
7
7
  from django.db.models import Q
8
8
  from django.apps import apps # Import apps
9
-
9
+ from users.utils import is_scope_enabled
10
10
  User = get_user_model() # Use custom user model
11
11
 
12
12
  class UserFilter(django_filters.FilterSet):
@@ -104,9 +104,9 @@ class UserActivityLogFilter(django_filters.FilterSet):
104
104
  row_fields = [
105
105
  Column(Field('keyword', placeholder="البحث"), css_class='form-group col-auto flex-fill'),
106
106
  ]
107
-
108
- if not (self.request and self.request.user.scope):
109
- row_fields.append(Column(Field('scope', placeholder="النطاق", dir="rtl"), css_class='form-group col-auto'))
107
+ if is_scope_enabled():
108
+ if not (self.request and self.request.user.scope):
109
+ row_fields.append(Column(Field('scope', placeholder="النطاق", dir="rtl"), css_class='form-group col-auto'))
110
110
 
111
111
  # Prepare clear button URL with sort parameter if exists
112
112
  clear_url = '{% url "user_activity_log" %}'
@@ -3,16 +3,23 @@
3
3
  {% load static %}
4
4
  {% load crispy_forms_tags %}
5
5
 
6
- {% block title %}الاعدادت - إدارة المستخدمين{% endblock %}
6
+ {% block title %}إدارة المستخدمين{% endblock %}
7
7
 
8
8
  {% block content %}
9
9
  <link rel="stylesheet" href="{% static 'users/css/style.css' %}">
10
10
 
11
- <form method="get" class="py-3 g-2 no-print">
11
+ <div class="row">
12
+ <div class="col-12">
13
+ <h2 class="page-title"><i class="bi bi-people me-2"></i> إدارة المستخدمين</h2>
14
+ </div>
15
+ </div>
16
+
17
+
18
+ <form method="get" class="py-1 g-2 no-print">
12
19
  {% crispy filter.form %}
13
20
  </form>
14
21
 
15
- <div class="card border-light shadow">
22
+ <div class="card border-light shadow-sm">
16
23
  <div class="card-body p-0 table-responsive-lg">
17
24
  <!-- Render the table -->
18
25
  {% render_table table %}
@@ -3,12 +3,18 @@
3
3
  {% load static %}
4
4
  {% load crispy_forms_tags %}
5
5
 
6
- {% block title %}الاعدادت - السجل{% endblock %}
6
+ {% block title %}سجل{% endblock %}
7
7
 
8
8
  {% block content %}
9
9
  <link rel="stylesheet" href="{% static 'users/css/style.css' %}">
10
10
 
11
- <form method="get" class="py-3 g-2 no-print m-0">
11
+ <div class="row">
12
+ <div class="col-12">
13
+ <h2 class="page-title"><i class="bi bi-clock-history me-2"></i> سجل النشاط</h2>
14
+ </div>
15
+ </div>
16
+
17
+ <form method="get" class="py-1 g-2 no-print m-0">
12
18
  {% crispy filter.form %}
13
19
  </form>
14
20
 
@@ -2,7 +2,7 @@
2
2
  {% load crispy_forms_tags %}
3
3
  {% load django_tables2 %}
4
4
  {% load static %}
5
-
5
+ {% block title %}تفاصيل مستخدم{% endblock %}
6
6
  {% block content %}
7
7
 
8
8
  <link rel="stylesheet" href="{% static 'users/css/detail.css' %}">
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