micro-users 1.6.1__tar.gz → 1.6.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.

Potentially problematic release.


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

Files changed (45) hide show
  1. {micro_users-1.6.1 → micro_users-1.6.3}/PKG-INFO +5 -3
  2. {micro_users-1.6.1 → micro_users-1.6.3}/README.md +5 -3
  3. {micro_users-1.6.1 → micro_users-1.6.3}/micro_users.egg-info/PKG-INFO +5 -3
  4. {micro_users-1.6.1 → micro_users-1.6.3}/pyproject.toml +1 -1
  5. {micro_users-1.6.1 → micro_users-1.6.3}/setup.py +1 -1
  6. {micro_users-1.6.1 → micro_users-1.6.3}/users/tables.py +1 -1
  7. {micro_users-1.6.1 → micro_users-1.6.3}/users/templates/users/manage_users.html +1 -1
  8. {micro_users-1.6.1 → micro_users-1.6.3}/users/templates/users/widgets/grouped_permissions.html +1 -1
  9. {micro_users-1.6.1 → micro_users-1.6.3}/LICENSE +0 -0
  10. {micro_users-1.6.1 → micro_users-1.6.3}/MANIFEST.in +0 -0
  11. {micro_users-1.6.1 → micro_users-1.6.3}/micro_users.egg-info/SOURCES.txt +0 -0
  12. {micro_users-1.6.1 → micro_users-1.6.3}/micro_users.egg-info/dependency_links.txt +0 -0
  13. {micro_users-1.6.1 → micro_users-1.6.3}/micro_users.egg-info/requires.txt +0 -0
  14. {micro_users-1.6.1 → micro_users-1.6.3}/micro_users.egg-info/top_level.txt +0 -0
  15. {micro_users-1.6.1 → micro_users-1.6.3}/setup.cfg +0 -0
  16. {micro_users-1.6.1 → micro_users-1.6.3}/users/__init__.py +0 -0
  17. {micro_users-1.6.1 → micro_users-1.6.3}/users/admin.py +0 -0
  18. {micro_users-1.6.1 → micro_users-1.6.3}/users/apps.py +0 -0
  19. {micro_users-1.6.1 → micro_users-1.6.3}/users/filters.py +0 -0
  20. {micro_users-1.6.1 → micro_users-1.6.3}/users/forms.py +0 -0
  21. {micro_users-1.6.1 → micro_users-1.6.3}/users/middleware.py +0 -0
  22. {micro_users-1.6.1 → micro_users-1.6.3}/users/migrations/0001_initial.py +0 -0
  23. {micro_users-1.6.1 → micro_users-1.6.3}/users/migrations/0002_alter_useractivitylog_action.py +0 -0
  24. {micro_users-1.6.1 → micro_users-1.6.3}/users/migrations/0003_scope_alter_customuser_options_and_more.py +0 -0
  25. {micro_users-1.6.1 → micro_users-1.6.3}/users/migrations/__init__.py +0 -0
  26. {micro_users-1.6.1 → micro_users-1.6.3}/users/models.py +0 -0
  27. {micro_users-1.6.1 → micro_users-1.6.3}/users/signals.py +0 -0
  28. {micro_users-1.6.1 → micro_users-1.6.3}/users/static/img/default_profile.webp +0 -0
  29. {micro_users-1.6.1 → micro_users-1.6.3}/users/static/img/login_logo.webp +0 -0
  30. {micro_users-1.6.1 → micro_users-1.6.3}/users/static/users/css/login.css +0 -0
  31. {micro_users-1.6.1 → micro_users-1.6.3}/users/static/users/css/style.css +0 -0
  32. {micro_users-1.6.1 → micro_users-1.6.3}/users/static/users/js/anime.min.js +0 -0
  33. {micro_users-1.6.1 → micro_users-1.6.3}/users/static/users/js/login.js +0 -0
  34. {micro_users-1.6.1 → micro_users-1.6.3}/users/templates/registration/login.html +0 -0
  35. {micro_users-1.6.1 → micro_users-1.6.3}/users/templates/users/partials/scope_actions.html +0 -0
  36. {micro_users-1.6.1 → micro_users-1.6.3}/users/templates/users/partials/scope_form.html +0 -0
  37. {micro_users-1.6.1 → micro_users-1.6.3}/users/templates/users/partials/scope_manager.html +0 -0
  38. {micro_users-1.6.1 → micro_users-1.6.3}/users/templates/users/partials/user_actions.html +0 -0
  39. {micro_users-1.6.1 → micro_users-1.6.3}/users/templates/users/profile/profile.html +0 -0
  40. {micro_users-1.6.1 → micro_users-1.6.3}/users/templates/users/profile/profile_edit.html +0 -0
  41. {micro_users-1.6.1 → micro_users-1.6.3}/users/templates/users/user_activity_log.html +0 -0
  42. {micro_users-1.6.1 → micro_users-1.6.3}/users/templates/users/user_detail.html +0 -0
  43. {micro_users-1.6.1 → micro_users-1.6.3}/users/templates/users/user_form.html +0 -0
  44. {micro_users-1.6.1 → micro_users-1.6.3}/users/urls.py +0 -0
  45. {micro_users-1.6.1 → micro_users-1.6.3}/users/views.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: micro_users
3
- Version: 1.6.1
3
+ Version: 1.6.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
@@ -35,7 +35,7 @@ Requires-Dist: babel>=2.1
35
35
  [![PyPI version](https://badge.fury.io/py/micro-users.svg)](https://pypi.org/project/micro-users/)
36
36
 
37
37
  <p align="center">
38
- <img src="https://raw.githubusercontent.com/debeski/micro-users/main/users/static/img/login_logo.webp" alt="Micro Users Login Logo" width="200"/>
38
+ <img src="https://raw.githubusercontent.com/debeski/micro-users/main/users/static/img/login_logo.webp" alt="Micro Users Login Logo" width="450"/>
39
39
  </p>
40
40
 
41
41
  **Arabic** lightweight, reusable Django app providing user management with abstract user, permissions, localization, and activity logging.
@@ -52,7 +52,7 @@ Requires-Dist: babel>=2.1
52
52
 
53
53
  ## Features
54
54
  - Custom AbstractUser model
55
- - Scope Management System (replaces Department)
55
+ - Scope Management System (Optional)
56
56
  - Custom Grouped User permissions system
57
57
  - Automatic Activity logging (login/logout, CRUD for all models)
58
58
  - Specific User detail and log view
@@ -207,3 +207,5 @@ MICRO_USERS_THEME = {
207
207
  | v1.5.0 | • Department Management (Modal-based CRUD)<br> • Department field implementation<br> • Template refactoring (partials/, profile/, users/ for logs)<br> • Verbose names for models |
208
208
  | v1.6.0 | • **Automated Activity Logging**: dynamic logging for all CREATE/UPDATE/DELETE actions via Middleware & Signals<br> • **Refactor**: Renamed `Department` model to `Scope` (Scope Management)<br> • Removed manual logging requirement<br> • **Architecture**: Decoupled models, forms, and tables using dynamic imports and `apps.get_model` <br> • **Soft Delete**: Users are now marked as inactive with a timestamp instead of being permanently deleted<br> • **Activity Log**: Deleted users appear with a strikethrough<br> • **CSS Refactor**: Extracted and cleaned up styling with CSS variables<br> • **Login**: Refactored login page with separated JS/CSS and a new modern default logo |
209
209
  | v1.6.1 | • **Theme Configuration**: Added `MICRO_USERS_THEME` setting for easy color customization <br> • **Bug Fixes**: Explicitly excluded unwanted columns (id, ip_address, user_agent) from Activity Log table <br> • **UI**: Improved Scope Manager button visibility |
210
+ | v1.6.2 | • **UI**: Improved some tooltips for buttons and descriptions |
211
+ | v1.6.3 | • **Bug Fixes**: Fixed a crash with a table tooltip |
@@ -3,7 +3,7 @@
3
3
  [![PyPI version](https://badge.fury.io/py/micro-users.svg)](https://pypi.org/project/micro-users/)
4
4
 
5
5
  <p align="center">
6
- <img src="https://raw.githubusercontent.com/debeski/micro-users/main/users/static/img/login_logo.webp" alt="Micro Users Login Logo" width="200"/>
6
+ <img src="https://raw.githubusercontent.com/debeski/micro-users/main/users/static/img/login_logo.webp" alt="Micro Users Login Logo" width="450"/>
7
7
  </p>
8
8
 
9
9
  **Arabic** lightweight, reusable Django app providing user management with abstract user, permissions, localization, and activity logging.
@@ -20,7 +20,7 @@
20
20
 
21
21
  ## Features
22
22
  - Custom AbstractUser model
23
- - Scope Management System (replaces Department)
23
+ - Scope Management System (Optional)
24
24
  - Custom Grouped User permissions system
25
25
  - Automatic Activity logging (login/logout, CRUD for all models)
26
26
  - Specific User detail and log view
@@ -174,4 +174,6 @@ MICRO_USERS_THEME = {
174
174
  | v1.4.1 | • Changed "Administrative User" translation to "Responsible User" (مستخدم مسؤول) <br> • Enforced custom sorting order for Permissions (View -> Add -> Change -> Other) |
175
175
  | v1.5.0 | • Department Management (Modal-based CRUD)<br> • Department field implementation<br> • Template refactoring (partials/, profile/, users/ for logs)<br> • Verbose names for models |
176
176
  | v1.6.0 | • **Automated Activity Logging**: dynamic logging for all CREATE/UPDATE/DELETE actions via Middleware & Signals<br> • **Refactor**: Renamed `Department` model to `Scope` (Scope Management)<br> • Removed manual logging requirement<br> • **Architecture**: Decoupled models, forms, and tables using dynamic imports and `apps.get_model` <br> • **Soft Delete**: Users are now marked as inactive with a timestamp instead of being permanently deleted<br> • **Activity Log**: Deleted users appear with a strikethrough<br> • **CSS Refactor**: Extracted and cleaned up styling with CSS variables<br> • **Login**: Refactored login page with separated JS/CSS and a new modern default logo |
177
- | v1.6.1 | • **Theme Configuration**: Added `MICRO_USERS_THEME` setting for easy color customization <br> • **Bug Fixes**: Explicitly excluded unwanted columns (id, ip_address, user_agent) from Activity Log table <br> • **UI**: Improved Scope Manager button visibility |
177
+ | v1.6.1 | • **Theme Configuration**: Added `MICRO_USERS_THEME` setting for easy color customization <br> • **Bug Fixes**: Explicitly excluded unwanted columns (id, ip_address, user_agent) from Activity Log table <br> • **UI**: Improved Scope Manager button visibility |
178
+ | v1.6.2 | • **UI**: Improved some tooltips for buttons and descriptions |
179
+ | v1.6.3 | • **Bug Fixes**: Fixed a crash with a table tooltip |
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: micro-users
3
- Version: 1.6.1
3
+ Version: 1.6.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
@@ -35,7 +35,7 @@ Requires-Dist: babel>=2.1
35
35
  [![PyPI version](https://badge.fury.io/py/micro-users.svg)](https://pypi.org/project/micro-users/)
36
36
 
37
37
  <p align="center">
38
- <img src="https://raw.githubusercontent.com/debeski/micro-users/main/users/static/img/login_logo.webp" alt="Micro Users Login Logo" width="200"/>
38
+ <img src="https://raw.githubusercontent.com/debeski/micro-users/main/users/static/img/login_logo.webp" alt="Micro Users Login Logo" width="450"/>
39
39
  </p>
40
40
 
41
41
  **Arabic** lightweight, reusable Django app providing user management with abstract user, permissions, localization, and activity logging.
@@ -52,7 +52,7 @@ Requires-Dist: babel>=2.1
52
52
 
53
53
  ## Features
54
54
  - Custom AbstractUser model
55
- - Scope Management System (replaces Department)
55
+ - Scope Management System (Optional)
56
56
  - Custom Grouped User permissions system
57
57
  - Automatic Activity logging (login/logout, CRUD for all models)
58
58
  - Specific User detail and log view
@@ -207,3 +207,5 @@ MICRO_USERS_THEME = {
207
207
  | v1.5.0 | • Department Management (Modal-based CRUD)<br> • Department field implementation<br> • Template refactoring (partials/, profile/, users/ for logs)<br> • Verbose names for models |
208
208
  | v1.6.0 | • **Automated Activity Logging**: dynamic logging for all CREATE/UPDATE/DELETE actions via Middleware & Signals<br> • **Refactor**: Renamed `Department` model to `Scope` (Scope Management)<br> • Removed manual logging requirement<br> • **Architecture**: Decoupled models, forms, and tables using dynamic imports and `apps.get_model` <br> • **Soft Delete**: Users are now marked as inactive with a timestamp instead of being permanently deleted<br> • **Activity Log**: Deleted users appear with a strikethrough<br> • **CSS Refactor**: Extracted and cleaned up styling with CSS variables<br> • **Login**: Refactored login page with separated JS/CSS and a new modern default logo |
209
209
  | v1.6.1 | • **Theme Configuration**: Added `MICRO_USERS_THEME` setting for easy color customization <br> • **Bug Fixes**: Explicitly excluded unwanted columns (id, ip_address, user_agent) from Activity Log table <br> • **UI**: Improved Scope Manager button visibility |
210
+ | v1.6.2 | • **UI**: Improved some tooltips for buttons and descriptions |
211
+ | v1.6.3 | • **Bug Fixes**: Fixed a crash with a table tooltip |
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
8
8
 
9
9
  [project]
10
10
  name = "micro_users"
11
- version = "1.6.1"
11
+ version = "1.6.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.6.1",
8
+ version="1.6.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",
@@ -23,7 +23,7 @@ class UserTable(tables.Table):
23
23
  actions = tables.TemplateColumn(
24
24
  template_name='users/partials/user_actions.html',
25
25
  orderable=False,
26
- verbose_name=''
26
+ verbose_name='',
27
27
  )
28
28
  class Meta:
29
29
  model = User
@@ -21,7 +21,7 @@
21
21
 
22
22
  <div class="mt-3">
23
23
  {% if not request.user.scope %}
24
- <button type="button" class="btn btn-info no-print" onclick="loadScopeManager()">
24
+ <button type="button" class="btn btn-info no-print" title="إدارة النطاقات" onclick="loadScopeManager()">
25
25
  <i class="bi bi-list me-1 h4"></i> إدارة النطاقات
26
26
  </button>
27
27
  {% endif %}
@@ -23,7 +23,7 @@
23
23
 
24
24
  <button type="button" class="btn btn-outline-primary ms-auto" data-bs-toggle="collapse"
25
25
  data-bs-target="#{{ id }}_detailed_list" aria-expanded="false" aria-controls="{{ id }}_detailed_list">
26
- <i class="bi bi-list-check"></i> إظهار كل الصلاحيات
26
+ <i class="bi bi-list-check" title="إظهار قائمة تحتوي على كل الصلاحيات"></i> إظهار كل الصلاحيات
27
27
  </button>
28
28
  </div>
29
29
  </div>
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