micro-users 1.6.2__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.2 → micro_users-1.6.3}/PKG-INFO +2 -1
  2. {micro_users-1.6.2 → micro_users-1.6.3}/README.md +2 -1
  3. {micro_users-1.6.2 → micro_users-1.6.3}/micro_users.egg-info/PKG-INFO +2 -1
  4. {micro_users-1.6.2 → micro_users-1.6.3}/pyproject.toml +1 -1
  5. {micro_users-1.6.2 → micro_users-1.6.3}/setup.py +1 -1
  6. {micro_users-1.6.2 → micro_users-1.6.3}/users/tables.py +0 -1
  7. {micro_users-1.6.2 → micro_users-1.6.3}/LICENSE +0 -0
  8. {micro_users-1.6.2 → micro_users-1.6.3}/MANIFEST.in +0 -0
  9. {micro_users-1.6.2 → micro_users-1.6.3}/micro_users.egg-info/SOURCES.txt +0 -0
  10. {micro_users-1.6.2 → micro_users-1.6.3}/micro_users.egg-info/dependency_links.txt +0 -0
  11. {micro_users-1.6.2 → micro_users-1.6.3}/micro_users.egg-info/requires.txt +0 -0
  12. {micro_users-1.6.2 → micro_users-1.6.3}/micro_users.egg-info/top_level.txt +0 -0
  13. {micro_users-1.6.2 → micro_users-1.6.3}/setup.cfg +0 -0
  14. {micro_users-1.6.2 → micro_users-1.6.3}/users/__init__.py +0 -0
  15. {micro_users-1.6.2 → micro_users-1.6.3}/users/admin.py +0 -0
  16. {micro_users-1.6.2 → micro_users-1.6.3}/users/apps.py +0 -0
  17. {micro_users-1.6.2 → micro_users-1.6.3}/users/filters.py +0 -0
  18. {micro_users-1.6.2 → micro_users-1.6.3}/users/forms.py +0 -0
  19. {micro_users-1.6.2 → micro_users-1.6.3}/users/middleware.py +0 -0
  20. {micro_users-1.6.2 → micro_users-1.6.3}/users/migrations/0001_initial.py +0 -0
  21. {micro_users-1.6.2 → micro_users-1.6.3}/users/migrations/0002_alter_useractivitylog_action.py +0 -0
  22. {micro_users-1.6.2 → micro_users-1.6.3}/users/migrations/0003_scope_alter_customuser_options_and_more.py +0 -0
  23. {micro_users-1.6.2 → micro_users-1.6.3}/users/migrations/__init__.py +0 -0
  24. {micro_users-1.6.2 → micro_users-1.6.3}/users/models.py +0 -0
  25. {micro_users-1.6.2 → micro_users-1.6.3}/users/signals.py +0 -0
  26. {micro_users-1.6.2 → micro_users-1.6.3}/users/static/img/default_profile.webp +0 -0
  27. {micro_users-1.6.2 → micro_users-1.6.3}/users/static/img/login_logo.webp +0 -0
  28. {micro_users-1.6.2 → micro_users-1.6.3}/users/static/users/css/login.css +0 -0
  29. {micro_users-1.6.2 → micro_users-1.6.3}/users/static/users/css/style.css +0 -0
  30. {micro_users-1.6.2 → micro_users-1.6.3}/users/static/users/js/anime.min.js +0 -0
  31. {micro_users-1.6.2 → micro_users-1.6.3}/users/static/users/js/login.js +0 -0
  32. {micro_users-1.6.2 → micro_users-1.6.3}/users/templates/registration/login.html +0 -0
  33. {micro_users-1.6.2 → micro_users-1.6.3}/users/templates/users/manage_users.html +0 -0
  34. {micro_users-1.6.2 → micro_users-1.6.3}/users/templates/users/partials/scope_actions.html +0 -0
  35. {micro_users-1.6.2 → micro_users-1.6.3}/users/templates/users/partials/scope_form.html +0 -0
  36. {micro_users-1.6.2 → micro_users-1.6.3}/users/templates/users/partials/scope_manager.html +0 -0
  37. {micro_users-1.6.2 → micro_users-1.6.3}/users/templates/users/partials/user_actions.html +0 -0
  38. {micro_users-1.6.2 → micro_users-1.6.3}/users/templates/users/profile/profile.html +0 -0
  39. {micro_users-1.6.2 → micro_users-1.6.3}/users/templates/users/profile/profile_edit.html +0 -0
  40. {micro_users-1.6.2 → micro_users-1.6.3}/users/templates/users/user_activity_log.html +0 -0
  41. {micro_users-1.6.2 → micro_users-1.6.3}/users/templates/users/user_detail.html +0 -0
  42. {micro_users-1.6.2 → micro_users-1.6.3}/users/templates/users/user_form.html +0 -0
  43. {micro_users-1.6.2 → micro_users-1.6.3}/users/templates/users/widgets/grouped_permissions.html +0 -0
  44. {micro_users-1.6.2 → micro_users-1.6.3}/users/urls.py +0 -0
  45. {micro_users-1.6.2 → 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.2
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
@@ -208,3 +208,4 @@ MICRO_USERS_THEME = {
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
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 |
@@ -175,4 +175,5 @@ MICRO_USERS_THEME = {
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
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 |
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.2
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
@@ -208,3 +208,4 @@ MICRO_USERS_THEME = {
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
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.2"
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.2",
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",
@@ -24,7 +24,6 @@ class UserTable(tables.Table):
24
24
  template_name='users/partials/user_actions.html',
25
25
  orderable=False,
26
26
  verbose_name='',
27
- title='خيارات'
28
27
  )
29
28
  class Meta:
30
29
  model = User
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