micro-users 1.7.0__tar.gz → 1.7.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.

Potentially problematic release.


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

Files changed (47) hide show
  1. {micro_users-1.7.0 → micro_users-1.7.1}/PKG-INFO +3 -2
  2. {micro_users-1.7.0 → micro_users-1.7.1}/README.md +3 -2
  3. {micro_users-1.7.0 → micro_users-1.7.1}/micro_users.egg-info/PKG-INFO +3 -2
  4. {micro_users-1.7.0 → micro_users-1.7.1}/pyproject.toml +1 -1
  5. {micro_users-1.7.0 → micro_users-1.7.1}/setup.py +1 -1
  6. {micro_users-1.7.0 → micro_users-1.7.1}/users/templates/registration/login.html +3 -0
  7. {micro_users-1.7.0 → micro_users-1.7.1}/LICENSE +0 -0
  8. {micro_users-1.7.0 → micro_users-1.7.1}/MANIFEST.in +0 -0
  9. {micro_users-1.7.0 → micro_users-1.7.1}/micro_users.egg-info/SOURCES.txt +0 -0
  10. {micro_users-1.7.0 → micro_users-1.7.1}/micro_users.egg-info/dependency_links.txt +0 -0
  11. {micro_users-1.7.0 → micro_users-1.7.1}/micro_users.egg-info/requires.txt +0 -0
  12. {micro_users-1.7.0 → micro_users-1.7.1}/micro_users.egg-info/top_level.txt +0 -0
  13. {micro_users-1.7.0 → micro_users-1.7.1}/setup.cfg +0 -0
  14. {micro_users-1.7.0 → micro_users-1.7.1}/users/__init__.py +0 -0
  15. {micro_users-1.7.0 → micro_users-1.7.1}/users/admin.py +0 -0
  16. {micro_users-1.7.0 → micro_users-1.7.1}/users/apps.py +0 -0
  17. {micro_users-1.7.0 → micro_users-1.7.1}/users/filters.py +0 -0
  18. {micro_users-1.7.0 → micro_users-1.7.1}/users/forms.py +0 -0
  19. {micro_users-1.7.0 → micro_users-1.7.1}/users/middleware.py +0 -0
  20. {micro_users-1.7.0 → micro_users-1.7.1}/users/migrations/0001_initial.py +0 -0
  21. {micro_users-1.7.0 → micro_users-1.7.1}/users/migrations/0002_alter_useractivitylog_action.py +0 -0
  22. {micro_users-1.7.0 → micro_users-1.7.1}/users/migrations/0003_scope_alter_customuser_options_and_more.py +0 -0
  23. {micro_users-1.7.0 → micro_users-1.7.1}/users/migrations/__init__.py +0 -0
  24. {micro_users-1.7.0 → micro_users-1.7.1}/users/models.py +0 -0
  25. {micro_users-1.7.0 → micro_users-1.7.1}/users/signals.py +0 -0
  26. {micro_users-1.7.0 → micro_users-1.7.1}/users/static/img/default_profile.webp +0 -0
  27. {micro_users-1.7.0 → micro_users-1.7.1}/users/static/img/login_logo.webp +0 -0
  28. {micro_users-1.7.0 → micro_users-1.7.1}/users/static/users/css/detail.css +0 -0
  29. {micro_users-1.7.0 → micro_users-1.7.1}/users/static/users/css/login.css +0 -0
  30. {micro_users-1.7.0 → micro_users-1.7.1}/users/static/users/css/profile.css +0 -0
  31. {micro_users-1.7.0 → micro_users-1.7.1}/users/static/users/css/style.css +0 -0
  32. {micro_users-1.7.0 → micro_users-1.7.1}/users/static/users/js/anime.min.js +0 -0
  33. {micro_users-1.7.0 → micro_users-1.7.1}/users/static/users/js/login.js +0 -0
  34. {micro_users-1.7.0 → micro_users-1.7.1}/users/tables.py +0 -0
  35. {micro_users-1.7.0 → micro_users-1.7.1}/users/templates/users/manage_users.html +0 -0
  36. {micro_users-1.7.0 → micro_users-1.7.1}/users/templates/users/partials/scope_actions.html +0 -0
  37. {micro_users-1.7.0 → micro_users-1.7.1}/users/templates/users/partials/scope_form.html +0 -0
  38. {micro_users-1.7.0 → micro_users-1.7.1}/users/templates/users/partials/scope_manager.html +0 -0
  39. {micro_users-1.7.0 → micro_users-1.7.1}/users/templates/users/partials/user_actions.html +0 -0
  40. {micro_users-1.7.0 → micro_users-1.7.1}/users/templates/users/profile/profile.html +0 -0
  41. {micro_users-1.7.0 → micro_users-1.7.1}/users/templates/users/profile/profile_edit.html +0 -0
  42. {micro_users-1.7.0 → micro_users-1.7.1}/users/templates/users/user_activity_log.html +0 -0
  43. {micro_users-1.7.0 → micro_users-1.7.1}/users/templates/users/user_detail.html +0 -0
  44. {micro_users-1.7.0 → micro_users-1.7.1}/users/templates/users/user_form.html +0 -0
  45. {micro_users-1.7.0 → micro_users-1.7.1}/users/templates/users/widgets/grouped_permissions.html +0 -0
  46. {micro_users-1.7.0 → micro_users-1.7.1}/users/urls.py +0 -0
  47. {micro_users-1.7.0 → micro_users-1.7.1}/users/views.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: micro_users
3
- Version: 1.7.0
3
+ Version: 1.7.1
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,5 +208,6 @@ 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 |
211
+ | v1.6.3 | • **Bug Fixes**: Fixed a crash with table tooltips "disabled" |
212
212
  | v1.7.0 | • **New Theme**: Complete visual overhaul with modern, consistent styling <br> • **Refactor**: Updated Login, Profile, and Detail templates for better UX <br> • **Feature**: Added Scope filter to Activity Logs (superuser only) <br> • **UX**: Clear button in filters now preserves current sort order |
213
+ | v1.7.1 | • **Bug Fixes**: Fixed login/next url was not being passed correctly |
@@ -176,5 +176,6 @@ MICRO_USERS_THEME = {
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
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 |
180
- | v1.7.0 | • **New Theme**: Complete visual overhaul with modern, consistent styling <br> • **Refactor**: Updated Login, Profile, and Detail templates for better UX <br> • **Feature**: Added Scope filter to Activity Logs (superuser only) <br> • **UX**: Clear button in filters now preserves current sort order |
179
+ | v1.6.3 | • **Bug Fixes**: Fixed a crash with table tooltips "disabled" |
180
+ | v1.7.0 | • **New Theme**: Complete visual overhaul with modern, consistent styling <br> • **Refactor**: Updated Login, Profile, and Detail templates for better UX <br> • **Feature**: Added Scope filter to Activity Logs (superuser only) <br> • **UX**: Clear button in filters now preserves current sort order |
181
+ | v1.7.1 | • **Bug Fixes**: Fixed login/next url was not being passed correctly |
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: micro-users
3
- Version: 1.7.0
3
+ Version: 1.7.1
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,5 +208,6 @@ 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 |
211
+ | v1.6.3 | • **Bug Fixes**: Fixed a crash with table tooltips "disabled" |
212
212
  | v1.7.0 | • **New Theme**: Complete visual overhaul with modern, consistent styling <br> • **Refactor**: Updated Login, Profile, and Detail templates for better UX <br> • **Feature**: Added Scope filter to Activity Logs (superuser only) <br> • **UX**: Clear button in filters now preserves current sort order |
213
+ | v1.7.1 | • **Bug Fixes**: Fixed login/next url was not being passed correctly |
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
8
8
 
9
9
  [project]
10
10
  name = "micro_users"
11
- version = "1.7.0"
11
+ version = "1.7.1"
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.7.0",
8
+ version="1.7.1",
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",
@@ -33,6 +33,9 @@
33
33
  </div>
34
34
  <form action="{% url 'login' %}" method="POST" class="w-100">
35
35
  {% csrf_token %}
36
+ {% if next %}
37
+ <input type="hidden" name="next" value="{{ next }}">
38
+ {% endif %}
36
39
  <div class="form m-0 mx-auto">
37
40
  <div class="mb-4">
38
41
  <label for="username">اسم المستخدم</label>
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