micro-users 1.3.0__tar.gz → 1.3.2__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 (38) hide show
  1. micro_users-1.3.2/PKG-INFO +282 -0
  2. micro_users-1.3.2/README.md +251 -0
  3. micro_users-1.3.2/micro_users.egg-info/PKG-INFO +282 -0
  4. {micro_users-1.3.0 → micro_users-1.3.2}/pyproject.toml +1 -1
  5. {micro_users-1.3.0 → micro_users-1.3.2}/setup.py +1 -1
  6. {micro_users-1.3.0 → micro_users-1.3.2}/users/tables.py +6 -6
  7. {micro_users-1.3.0 → micro_users-1.3.2}/users/views.py +6 -9
  8. micro_users-1.3.0/PKG-INFO +0 -132
  9. micro_users-1.3.0/README.md +0 -101
  10. micro_users-1.3.0/micro_users.egg-info/PKG-INFO +0 -132
  11. {micro_users-1.3.0 → micro_users-1.3.2}/LICENSE +0 -0
  12. {micro_users-1.3.0 → micro_users-1.3.2}/MANIFEST.in +0 -0
  13. {micro_users-1.3.0 → micro_users-1.3.2}/micro_users.egg-info/SOURCES.txt +0 -0
  14. {micro_users-1.3.0 → micro_users-1.3.2}/micro_users.egg-info/dependency_links.txt +0 -0
  15. {micro_users-1.3.0 → micro_users-1.3.2}/micro_users.egg-info/requires.txt +0 -0
  16. {micro_users-1.3.0 → micro_users-1.3.2}/micro_users.egg-info/top_level.txt +0 -0
  17. {micro_users-1.3.0 → micro_users-1.3.2}/setup.cfg +0 -0
  18. {micro_users-1.3.0 → micro_users-1.3.2}/users/__init__.py +0 -0
  19. {micro_users-1.3.0 → micro_users-1.3.2}/users/admin.py +0 -0
  20. {micro_users-1.3.0 → micro_users-1.3.2}/users/apps.py +0 -0
  21. {micro_users-1.3.0 → micro_users-1.3.2}/users/filters.py +0 -0
  22. {micro_users-1.3.0 → micro_users-1.3.2}/users/forms.py +0 -0
  23. {micro_users-1.3.0 → micro_users-1.3.2}/users/migrations/0001_initial.py +0 -0
  24. {micro_users-1.3.0 → micro_users-1.3.2}/users/migrations/0002_alter_useractivitylog_action.py +0 -0
  25. {micro_users-1.3.0 → micro_users-1.3.2}/users/migrations/__init__.py +0 -0
  26. {micro_users-1.3.0 → micro_users-1.3.2}/users/models.py +0 -0
  27. {micro_users-1.3.0 → micro_users-1.3.2}/users/signals.py +0 -0
  28. {micro_users-1.3.0 → micro_users-1.3.2}/users/static/css/login.css +0 -0
  29. {micro_users-1.3.0 → micro_users-1.3.2}/users/static/img/default_profile.webp +0 -0
  30. {micro_users-1.3.0 → micro_users-1.3.2}/users/templates/registration/login.html +0 -0
  31. {micro_users-1.3.0 → micro_users-1.3.2}/users/templates/user_activity_log.html +0 -0
  32. {micro_users-1.3.0 → micro_users-1.3.2}/users/templates/users/manage_users.html +0 -0
  33. {micro_users-1.3.0 → micro_users-1.3.2}/users/templates/users/profile.html +0 -0
  34. {micro_users-1.3.0 → micro_users-1.3.2}/users/templates/users/profile_edit.html +0 -0
  35. {micro_users-1.3.0 → micro_users-1.3.2}/users/templates/users/user_actions.html +0 -0
  36. {micro_users-1.3.0 → micro_users-1.3.2}/users/templates/users/user_detail.html +0 -0
  37. {micro_users-1.3.0 → micro_users-1.3.2}/users/templates/users/user_form.html +0 -0
  38. {micro_users-1.3.0 → micro_users-1.3.2}/users/urls.py +0 -0
@@ -0,0 +1,282 @@
1
+ Metadata-Version: 2.1
2
+ Name: micro_users
3
+ Version: 1.3.2
4
+ Summary: Arabic Django user management app with abstract user, permissions, and activity logging
5
+ Home-page: https://github.com/debeski/micro-users
6
+ Author: DeBeski
7
+ Author-email: DeBeski <debeski1@gmail.com>
8
+ License: MIT
9
+ Keywords: django,users,permissions,authentication
10
+ Classifier: Framework :: Django
11
+ Classifier: Framework :: Django :: 5
12
+ Classifier: Programming Language :: Python :: 3
13
+ Classifier: Programming Language :: Python :: 3.8
14
+ Classifier: Programming Language :: Python :: 3.9
15
+ Classifier: Programming Language :: Python :: 3.10
16
+ Classifier: Programming Language :: Python :: 3.11
17
+ Classifier: Programming Language :: Python :: 3.12
18
+ Classifier: Programming Language :: Python :: 3.13
19
+ Classifier: Programming Language :: Python :: 3.14
20
+ Classifier: License :: OSI Approved :: MIT License
21
+ Classifier: Operating System :: OS Independent
22
+ Requires-Python: >=3.9
23
+ Description-Content-Type: text/markdown
24
+ License-File: LICENSE
25
+ Requires-Dist: Django>=5.1
26
+ Requires-Dist: django-crispy-forms>=2.4
27
+ Requires-Dist: django-tables2>=2.7
28
+ Requires-Dist: django-filter>=24.3
29
+ Requires-Dist: pillow>=11.0
30
+ Requires-Dist: babel>=2.1
31
+
32
+ # Micro Users - Arabic Django User Management App
33
+
34
+ [![PyPI version](https://badge.fury.io/py/micro-users.svg)](https://pypi.org/project/micro-users/)
35
+
36
+ **Arabic** lightweight, reusable Django app providing user management with abstract user, permissions, localization, and activity logging.
37
+
38
+ ## Requirements
39
+ - **Must be installed on a fresh database.**
40
+ - Python 3.11+
41
+ - Django 5.1+
42
+ - django-crispy-forms 2.4+
43
+ - django-tables2 2.7+
44
+ - django-filter 24.3+
45
+ - pillow 11.0+
46
+ - babel 2.1+
47
+
48
+ ## Features
49
+ - Custom AbstractUser model
50
+ - User permissions system
51
+ - Activity logging (login/logout, CRUD tracking)
52
+ - Specific User detail and log view *new*
53
+ - Localization support
54
+ - Admin interface integration
55
+ - CRUD views and templates
56
+ - Filtering and tabulation
57
+
58
+ ## Installation
59
+
60
+ ```bash
61
+ pip install git+https://github.com/debeski/micro-users.git
62
+ # OR local
63
+ pip install micro-users
64
+ ```
65
+
66
+ ## Configuration
67
+
68
+ 1. Add to `INSTALLED_APPS`:
69
+ ```python
70
+ INSTALLED_APPS = [
71
+ 'users', # Preferably on top
72
+ 'django.contrib.admin',
73
+ 'django.contrib.auth',
74
+ ...
75
+ ]
76
+ ```
77
+
78
+ 2. Set custom user model in settings.py:
79
+ ```python
80
+ AUTH_USER_MODEL = 'users.CustomUser'
81
+ ```
82
+
83
+ 3. Include URLs in your main project folder `urls.py`:
84
+ ```python
85
+ urlpatterns = [
86
+ ...
87
+ path('manage/', include('users.urls')),
88
+ ]
89
+ ```
90
+
91
+ 4. Run migrations:
92
+ ```bash
93
+ python manage.py migrate users
94
+ ```
95
+
96
+ ## How to Use
97
+
98
+ Once configured, the app automatically handles user management and activity logging. Ensure your project has a `base.html` template in the root templates directory, as all user management templates extend it.
99
+
100
+ ### Activity Logging
101
+
102
+ The app automatically logs **LOGIN** and **LOGOUT** actions. For custom logging of other actions in your application, you can use the following helper functions:
103
+
104
+ #### Available Helper Functions
105
+
106
+ 1. **Get Client IP** - Extract the user's IP address from request:
107
+ ```python
108
+ from users.signals import get_client_ip
109
+
110
+ # Usage in views
111
+ ip_address = get_client_ip(request)
112
+ ```
113
+
114
+ 2. **Log User Action** - Create a reusable logging function:
115
+ ```python
116
+ from django.utils import timezone
117
+ from users.models import UserActivityLog
118
+ from users.signals import get_client_ip
119
+
120
+ def log_user_action(request, instance, action, model_name):
121
+ """
122
+ Logs a user action to the activity log.
123
+
124
+ Args:
125
+ request: HttpRequest object
126
+ instance: The model instance being acted upon
127
+ action: Action type (see ACTION_TYPES below)
128
+ model_name: Name of the model/entity (in Arabic or English)
129
+ """
130
+ UserActivityLog.objects.create(
131
+ user=request.user,
132
+ action=action,
133
+ model_name=model_name,
134
+ object_id=instance.pk,
135
+ number=instance.number if hasattr(instance, 'number') else '',
136
+ timestamp=timezone.now(),
137
+ ip_address=get_client_ip(request),
138
+ user_agent=request.META.get("HTTP_USER_AGENT", ""),
139
+ )
140
+ ```
141
+
142
+ #### Action Types Available
143
+ Use these constants when logging actions:
144
+
145
+ | Action Constant | Arabic Display | Description |
146
+ |-----------------|----------------|-------------|
147
+ | `'LOGIN'` | تسجيل دخـول | User login (auto-logged) |
148
+ | `'LOGOUT'` | تسجيل خـروج | User logout (auto-logged) |
149
+ | `'CREATE'` | انشـاء | Object creation |
150
+ | `'UPDATE'` | تعديـل | Object modification |
151
+ | `'DELETE'` | حــذف | Object deletion |
152
+ | `'VIEW'` | عـرض | Object viewing |
153
+ | `'DOWNLOAD'` | تحميل | File download |
154
+ | `'CONFIRM'` | تأكيـد | Action confirmation |
155
+ | `'REJECT'` | رفــض | Action rejection |
156
+ | `'RESET'` | اعادة ضبط | Password/Data reset |
157
+
158
+ #### Usage Examples
159
+
160
+ 1. **Logging a CREATE action**:
161
+ ```python
162
+ def create_document(request):
163
+ # ... create logic ...
164
+ document = Document.objects.create(...)
165
+
166
+ # Log the action
167
+ from users.models import UserActivityLog
168
+ from users.signals import get_client_ip
169
+
170
+ UserActivityLog.objects.create(
171
+ user=request.user,
172
+ action='CREATE',
173
+ model_name='وثيقة',
174
+ object_id=document.pk,
175
+ number=document.number,
176
+ ip_address=get_client_ip(request),
177
+ user_agent=request.META.get("HTTP_USER_AGENT", ""),
178
+ )
179
+ ```
180
+
181
+ 2. **Using the helper function**:
182
+ ```python
183
+ # Create a helper function in your app
184
+ def log_action(request, instance, action, model_name):
185
+ from users.models import UserActivityLog
186
+ from users.signals import get_client_ip
187
+ from django.utils import timezone
188
+
189
+ UserActivityLog.objects.create(
190
+ user=request.user,
191
+ action=action,
192
+ model_name=model_name,
193
+ object_id=instance.pk,
194
+ number=getattr(instance, 'number', ''),
195
+ timestamp=timezone.now(),
196
+ ip_address=get_client_ip(request),
197
+ user_agent=request.META.get("HTTP_USER_AGENT", ""),
198
+ )
199
+
200
+ # Usage in views
201
+ def update_order(request, order_id):
202
+ order = get_object_or_404(Order, pk=order_id)
203
+ # ... update logic ...
204
+ log_action(request, order, 'UPDATE', 'طلب')
205
+ ```
206
+
207
+ 3. **Logging without an instance** (for general actions):
208
+ ```python
209
+ def log_general_action(request, action, model_name, description=''):
210
+ from users.models import UserActivityLog
211
+ from users.signals import get_client_ip
212
+ from django.utils import timezone
213
+
214
+ UserActivityLog.objects.create(
215
+ user=request.user,
216
+ action=action,
217
+ model_name=model_name,
218
+ object_id=None,
219
+ number=description,
220
+ timestamp=timezone.now(),
221
+ ip_address=get_client_ip(request),
222
+ user_agent=request.META.get("HTTP_USER_AGENT", ""),
223
+ )
224
+
225
+ # Usage
226
+ log_general_action(request, 'CONFIRM', 'نظام', 'تم تأكيد الإعدادات')
227
+ ```
228
+
229
+ ## Available URLs
230
+
231
+ All user management URLs are prefixed with `manage/` as configured. Below is the complete list:
232
+
233
+ | URL Pattern | View/Function | Description |
234
+ |-------------|---------------|-------------|
235
+ | `manage/login/` | `auth_views.LoginView.as_view()` | User login |
236
+ | `manage/logout/` | `auth_views.LogoutView.as_view()` | User logout |
237
+ | `manage/users/` | `views.UserListView.as_view()` | List all users |
238
+ | `manage/users/create/` | `views.create_user` | Create new user |
239
+ | `manage/users/edit/<int:pk>/` | `views.edit_user` | Edit existing user |
240
+ | `manage/users/delete/<int:pk>/` | `views.delete_user` | Delete user |
241
+ | `manage/users/<int:pk>/` | `views.UserDetailView.as_view()` | View user details |
242
+ | `manage/profile` | `views.user_profile` | View current user profile |
243
+ | `manage/profile/edit/` | `views.edit_profile` | Edit current profile |
244
+ | `manage/logs/` | `views.UserActivityLogView.as_view()` | View activity logs |
245
+ | `manage/reset_password/<int:pk>/` | `views.reset_password` | Reset user password |
246
+
247
+ ## Structure
248
+ ```
249
+ users/
250
+ ├── views.py # CRUD operations
251
+ ├── urls.py # URL routing
252
+ ├── tables.py # User and Activity Log tables
253
+ ├── signals.py # Logging signals
254
+ ├── models.py # User model, permissions, activity logs
255
+ ├── forms.py # Creation, edit,. etc.
256
+ ├── filter.py # Search filters
257
+ ├── apps.py # Permissions Localization
258
+ ├── admin.py # Admin UI integration
259
+ ├── __init__.py # Python init
260
+ ├── templates/ # HTML templates
261
+ ├── static/ # CSS classes
262
+ └── migrations/ # Database migrations
263
+ ```
264
+
265
+ ## Version History
266
+
267
+ | Version | Changes |
268
+ |----------|---------|
269
+ | v1.0.0 | • Initial release as pip package |
270
+ | v1.0.1 | • Fixed a couple of new issues as a pip package |
271
+ | v1.0.2 | • Fixed the readme and building files |
272
+ | v1.0.3 | • Still getting the hang of this pip publish thing |
273
+ | v1.0.4 | • Honestly still messing with and trying settings and stuff out |
274
+ | v1.1.0 | • OK, finally a working seamless micro-users app |
275
+ | v1.1.1 | • Fixed an expolit where a staff member could disable the ADMIN user |
276
+ | v1.2.0 | • Added User Details view with specific user activity log |
277
+ | v1.2.1 | • Fixed a minor import bug |
278
+ | v1.2.3 | • Separated user detail view from table for consistency<br> • Optimized the new detail + log view for optimal compatibiliyy with users |
279
+ | v1.2.4 | • Fixed a couple of visual inconsistencies |
280
+ | v1.3.0 | • Patched a critical security permission issue<br> • Disabled ADMIN from being viewed/edited from all other members<br> • Fixed a crash when sorting with full_name<br> • Enabled Logging for all actions |
281
+ | v1.3.1 | • Corrected a misplaced code that caused a crash when editing profile |
282
+ | v1.3.2 | • Minor table modifications |
@@ -0,0 +1,251 @@
1
+ # Micro Users - Arabic Django User Management App
2
+
3
+ [![PyPI version](https://badge.fury.io/py/micro-users.svg)](https://pypi.org/project/micro-users/)
4
+
5
+ **Arabic** lightweight, reusable Django app providing user management with abstract user, permissions, localization, and activity logging.
6
+
7
+ ## Requirements
8
+ - **Must be installed on a fresh database.**
9
+ - Python 3.11+
10
+ - Django 5.1+
11
+ - django-crispy-forms 2.4+
12
+ - django-tables2 2.7+
13
+ - django-filter 24.3+
14
+ - pillow 11.0+
15
+ - babel 2.1+
16
+
17
+ ## Features
18
+ - Custom AbstractUser model
19
+ - User permissions system
20
+ - Activity logging (login/logout, CRUD tracking)
21
+ - Specific User detail and log view *new*
22
+ - Localization support
23
+ - Admin interface integration
24
+ - CRUD views and templates
25
+ - Filtering and tabulation
26
+
27
+ ## Installation
28
+
29
+ ```bash
30
+ pip install git+https://github.com/debeski/micro-users.git
31
+ # OR local
32
+ pip install micro-users
33
+ ```
34
+
35
+ ## Configuration
36
+
37
+ 1. Add to `INSTALLED_APPS`:
38
+ ```python
39
+ INSTALLED_APPS = [
40
+ 'users', # Preferably on top
41
+ 'django.contrib.admin',
42
+ 'django.contrib.auth',
43
+ ...
44
+ ]
45
+ ```
46
+
47
+ 2. Set custom user model in settings.py:
48
+ ```python
49
+ AUTH_USER_MODEL = 'users.CustomUser'
50
+ ```
51
+
52
+ 3. Include URLs in your main project folder `urls.py`:
53
+ ```python
54
+ urlpatterns = [
55
+ ...
56
+ path('manage/', include('users.urls')),
57
+ ]
58
+ ```
59
+
60
+ 4. Run migrations:
61
+ ```bash
62
+ python manage.py migrate users
63
+ ```
64
+
65
+ ## How to Use
66
+
67
+ Once configured, the app automatically handles user management and activity logging. Ensure your project has a `base.html` template in the root templates directory, as all user management templates extend it.
68
+
69
+ ### Activity Logging
70
+
71
+ The app automatically logs **LOGIN** and **LOGOUT** actions. For custom logging of other actions in your application, you can use the following helper functions:
72
+
73
+ #### Available Helper Functions
74
+
75
+ 1. **Get Client IP** - Extract the user's IP address from request:
76
+ ```python
77
+ from users.signals import get_client_ip
78
+
79
+ # Usage in views
80
+ ip_address = get_client_ip(request)
81
+ ```
82
+
83
+ 2. **Log User Action** - Create a reusable logging function:
84
+ ```python
85
+ from django.utils import timezone
86
+ from users.models import UserActivityLog
87
+ from users.signals import get_client_ip
88
+
89
+ def log_user_action(request, instance, action, model_name):
90
+ """
91
+ Logs a user action to the activity log.
92
+
93
+ Args:
94
+ request: HttpRequest object
95
+ instance: The model instance being acted upon
96
+ action: Action type (see ACTION_TYPES below)
97
+ model_name: Name of the model/entity (in Arabic or English)
98
+ """
99
+ UserActivityLog.objects.create(
100
+ user=request.user,
101
+ action=action,
102
+ model_name=model_name,
103
+ object_id=instance.pk,
104
+ number=instance.number if hasattr(instance, 'number') else '',
105
+ timestamp=timezone.now(),
106
+ ip_address=get_client_ip(request),
107
+ user_agent=request.META.get("HTTP_USER_AGENT", ""),
108
+ )
109
+ ```
110
+
111
+ #### Action Types Available
112
+ Use these constants when logging actions:
113
+
114
+ | Action Constant | Arabic Display | Description |
115
+ |-----------------|----------------|-------------|
116
+ | `'LOGIN'` | تسجيل دخـول | User login (auto-logged) |
117
+ | `'LOGOUT'` | تسجيل خـروج | User logout (auto-logged) |
118
+ | `'CREATE'` | انشـاء | Object creation |
119
+ | `'UPDATE'` | تعديـل | Object modification |
120
+ | `'DELETE'` | حــذف | Object deletion |
121
+ | `'VIEW'` | عـرض | Object viewing |
122
+ | `'DOWNLOAD'` | تحميل | File download |
123
+ | `'CONFIRM'` | تأكيـد | Action confirmation |
124
+ | `'REJECT'` | رفــض | Action rejection |
125
+ | `'RESET'` | اعادة ضبط | Password/Data reset |
126
+
127
+ #### Usage Examples
128
+
129
+ 1. **Logging a CREATE action**:
130
+ ```python
131
+ def create_document(request):
132
+ # ... create logic ...
133
+ document = Document.objects.create(...)
134
+
135
+ # Log the action
136
+ from users.models import UserActivityLog
137
+ from users.signals import get_client_ip
138
+
139
+ UserActivityLog.objects.create(
140
+ user=request.user,
141
+ action='CREATE',
142
+ model_name='وثيقة',
143
+ object_id=document.pk,
144
+ number=document.number,
145
+ ip_address=get_client_ip(request),
146
+ user_agent=request.META.get("HTTP_USER_AGENT", ""),
147
+ )
148
+ ```
149
+
150
+ 2. **Using the helper function**:
151
+ ```python
152
+ # Create a helper function in your app
153
+ def log_action(request, instance, action, model_name):
154
+ from users.models import UserActivityLog
155
+ from users.signals import get_client_ip
156
+ from django.utils import timezone
157
+
158
+ UserActivityLog.objects.create(
159
+ user=request.user,
160
+ action=action,
161
+ model_name=model_name,
162
+ object_id=instance.pk,
163
+ number=getattr(instance, 'number', ''),
164
+ timestamp=timezone.now(),
165
+ ip_address=get_client_ip(request),
166
+ user_agent=request.META.get("HTTP_USER_AGENT", ""),
167
+ )
168
+
169
+ # Usage in views
170
+ def update_order(request, order_id):
171
+ order = get_object_or_404(Order, pk=order_id)
172
+ # ... update logic ...
173
+ log_action(request, order, 'UPDATE', 'طلب')
174
+ ```
175
+
176
+ 3. **Logging without an instance** (for general actions):
177
+ ```python
178
+ def log_general_action(request, action, model_name, description=''):
179
+ from users.models import UserActivityLog
180
+ from users.signals import get_client_ip
181
+ from django.utils import timezone
182
+
183
+ UserActivityLog.objects.create(
184
+ user=request.user,
185
+ action=action,
186
+ model_name=model_name,
187
+ object_id=None,
188
+ number=description,
189
+ timestamp=timezone.now(),
190
+ ip_address=get_client_ip(request),
191
+ user_agent=request.META.get("HTTP_USER_AGENT", ""),
192
+ )
193
+
194
+ # Usage
195
+ log_general_action(request, 'CONFIRM', 'نظام', 'تم تأكيد الإعدادات')
196
+ ```
197
+
198
+ ## Available URLs
199
+
200
+ All user management URLs are prefixed with `manage/` as configured. Below is the complete list:
201
+
202
+ | URL Pattern | View/Function | Description |
203
+ |-------------|---------------|-------------|
204
+ | `manage/login/` | `auth_views.LoginView.as_view()` | User login |
205
+ | `manage/logout/` | `auth_views.LogoutView.as_view()` | User logout |
206
+ | `manage/users/` | `views.UserListView.as_view()` | List all users |
207
+ | `manage/users/create/` | `views.create_user` | Create new user |
208
+ | `manage/users/edit/<int:pk>/` | `views.edit_user` | Edit existing user |
209
+ | `manage/users/delete/<int:pk>/` | `views.delete_user` | Delete user |
210
+ | `manage/users/<int:pk>/` | `views.UserDetailView.as_view()` | View user details |
211
+ | `manage/profile` | `views.user_profile` | View current user profile |
212
+ | `manage/profile/edit/` | `views.edit_profile` | Edit current profile |
213
+ | `manage/logs/` | `views.UserActivityLogView.as_view()` | View activity logs |
214
+ | `manage/reset_password/<int:pk>/` | `views.reset_password` | Reset user password |
215
+
216
+ ## Structure
217
+ ```
218
+ users/
219
+ ├── views.py # CRUD operations
220
+ ├── urls.py # URL routing
221
+ ├── tables.py # User and Activity Log tables
222
+ ├── signals.py # Logging signals
223
+ ├── models.py # User model, permissions, activity logs
224
+ ├── forms.py # Creation, edit,. etc.
225
+ ├── filter.py # Search filters
226
+ ├── apps.py # Permissions Localization
227
+ ├── admin.py # Admin UI integration
228
+ ├── __init__.py # Python init
229
+ ├── templates/ # HTML templates
230
+ ├── static/ # CSS classes
231
+ └── migrations/ # Database migrations
232
+ ```
233
+
234
+ ## Version History
235
+
236
+ | Version | Changes |
237
+ |----------|---------|
238
+ | v1.0.0 | • Initial release as pip package |
239
+ | v1.0.1 | • Fixed a couple of new issues as a pip package |
240
+ | v1.0.2 | • Fixed the readme and building files |
241
+ | v1.0.3 | • Still getting the hang of this pip publish thing |
242
+ | v1.0.4 | • Honestly still messing with and trying settings and stuff out |
243
+ | v1.1.0 | • OK, finally a working seamless micro-users app |
244
+ | v1.1.1 | • Fixed an expolit where a staff member could disable the ADMIN user |
245
+ | v1.2.0 | • Added User Details view with specific user activity log |
246
+ | v1.2.1 | • Fixed a minor import bug |
247
+ | v1.2.3 | • Separated user detail view from table for consistency<br> • Optimized the new detail + log view for optimal compatibiliyy with users |
248
+ | v1.2.4 | • Fixed a couple of visual inconsistencies |
249
+ | v1.3.0 | • Patched a critical security permission issue<br> • Disabled ADMIN from being viewed/edited from all other members<br> • Fixed a crash when sorting with full_name<br> • Enabled Logging for all actions |
250
+ | v1.3.1 | • Corrected a misplaced code that caused a crash when editing profile |
251
+ | v1.3.2 | • Minor table modifications |