fb129579c1
#12795 : Complete support for description field on custom Group model
2024-04-02 14:44:26 -04:00
c6a3fc2407
#12795 : Introduce a custom Group model ( #15304 )
...
* Rename sequences & indexes after renaming users table
* Migrate from auth.Group to a custom group model
* Delete original groups from auth_group table
* Update object & multi-object custom fields referencing the Group model
* Fix ContentType resolution
* Clean up obsolete logic for view/serializer resolution
2024-03-04 08:29:53 -05:00
317bef6796
12795 custom user model ( #15005 )
...
* 12795 users.User migration
* 12795 users.User migration
* 12795 review changes
* 12795 fix user model registration
* 12795 fix user model registration
* 12795 update migration
* 12795 update migration
* 12795 update migration
* 12795 add comment to migration db_table
* Tweak import to avoid class name collision
* 12795 add comment for _register_features requirement
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-02-05 13:24:03 -05:00
9b6e32896d
Clean up users & account URLs
2023-07-25 15:48:40 -04:00
7600d7b344
Closes #13228 : Move token management views to primary UI
2023-07-25 13:43:40 -04:00
a4acb50edd
12589 move user and group admin from admin ( #12877 )
...
Move admin views for users, groups, and object permissions from the admin site to the NetBox frontend
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2023-07-20 16:22:08 -04:00
6e222f8dce
Closes #8248 : User bookmarks ( #13035 )
...
* Initial work on #8248
* Add tests
* Fix tests
* Add feature query for bookmarks
* Add BookmarksWidget
* Correct generic relation name
* Add docs for bookmarks
* Remove inheritance from ChangeLoggedModel
2023-06-29 14:36:11 -04:00
96818cacf0
#10608 : Use register_model_view() for token views
2022-11-16 08:11:42 -05:00
123e758c6d
Closes #9708 : Render user API tokens in a table
2022-07-11 15:43:59 -04:00
744792452f
Closes : #5278 - Remove Secrets ( #6397 )
...
* Remove Secrets
* #5278 : Remove secrets javascript from netbox core
* Remove userkey references
* Fix PEP8
* Remove a few more instances of secrets. Rebundle
* Remove Secrets
Co-authored-by: checktheroads <matt@allroads.io>
2021-05-17 16:26:02 -04:00
587339bea0
Add page for user to view/clear preferences
2020-04-24 10:29:06 -04:00
a58bbccfd3
Fixes #4094 : Convert unnecessary regular expressions to strings in URL patterns
2020-02-05 16:12:48 -05:00
f9cd89a4a4
urls: fix 3168 by changing url to path
2019-05-26 14:56:00 +02:00
5f66710fcd
Closes #2292 : Remove the deprecated UserAction model
2018-08-14 12:13:43 -04:00
980d62d579
Removed Python 2 string compatibility
2018-08-14 11:58:42 -04:00
00986fd7bf
Closes #1691 : Cleaned up and reorganized import statements
2017-11-07 11:08:23 -05:00
f21c6bca00
Import unicode_literals
2017-05-24 11:33:11 -04:00
e6b4d87939
Converted all user views to CBVs
2017-05-19 15:47:19 -04:00
369d3aa62e
Rearranged URL namespaces to satisfy deprecation warnings
2017-04-05 14:26:33 -04:00
3dc15068b9
Allow user to delete session key
2017-03-14 14:01:06 -04:00
04aedcc056
Merge branch 'develop' into api2
...
Conflicts:
netbox/templates/users/_user.html
netbox/users/urls.py
2017-03-14 12:40:28 -04:00
d9f1bcbf15
Renamed user URL namespace
2017-03-14 12:36:44 -04:00
4f6d2a8b71
Finished user control panel for tokens
2017-03-08 11:34:47 -05:00
d58a8ebba0
Initial work on user control panel for tokens
2017-03-07 23:30:53 -05:00
651f97af81
Improved UserAction display
2016-05-24 09:45:40 -04:00
7502a02fba
Code cleanup
2016-05-18 16:35:35 -04:00
27b289ee3b
Initial push to public repo
2016-03-01 11:23:03 -05:00