netbox/netbox/users
Jeremy Stretch da085e60c2
Closes #14740: Remove BootstrapMixin (#14841)
* Introduce custom form widget templates to apply CSS classes

* Apply both mandatory and optional CSS classes to form widgets

* Omit required & placeholder attrs

* Move annotation of field validation failures to CSS

* Remove BootstrapMixin class

* Remove obsolete ComponentTemplateImportForm class

* Remove obsolete custom forms for login & password change

* Clean up obsolete accommodations for 'required' widget attr
2024-01-19 14:02:33 -05:00
..
api Fixed password was not hashed on REST API update (#14340) 2023-11-29 15:59:54 -05:00
forms Closes #14740: Remove BootstrapMixin (#14841) 2024-01-19 14:02:33 -05:00
graphql 12794 change User ref to get_user_model (#12905) 2023-06-22 08:26:50 -04:00
migrations Closes #13647: Squash all migrations prior to v3.7 (#14853) 2024-01-19 13:55:22 -05:00
tests PEP8 cleanup 2024-01-05 13:08:37 -05:00
__init__.py Initial push to public repo 2016-03-01 11:23:03 -05:00
admin.py #12589: Remove obsolete admin resources 2023-08-01 14:35:28 -04:00
apps.py 10653 log failed login attempts on INFO (#10843) 2022-11-18 08:57:57 -05:00
constants.py #12590: Exclude proxy model for Token from permission object types 2023-08-29 14:41:14 -04:00
filtersets.py Closes #13228: Move token management views to primary UI 2023-07-25 13:43:40 -04:00
models.py Merge branch 'develop' into feature 2023-12-15 16:52:42 -05:00
preferences.py Add tests & cleanup 2021-12-22 09:51:31 -05:00
signals.py Adds ip to failed logs (#12725) 2023-05-26 08:46:49 -04:00
tables.py Fixes #13966: Restore 'last login' column on users table 2023-10-04 14:09:29 -04:00
urls.py Clean up users & account URLs 2023-07-25 15:48:40 -04:00
utils.py 9669 sanitize social auth usernames (#10549) 2022-10-05 11:50:47 -04:00
views.py Fixes #13626: Correct filtering of recent activity list under user view 2023-08-31 08:19:17 -04:00