jeremystretch
|
e05696dfcc
|
Fixes #10337: Display SSO links when local authentication fails
|
2022-09-15 13:17:04 -04:00 |
|
Andreas Nieß
|
b11fa53519
|
Closes #10231: Add missing serializer annotations
|
2022-09-01 17:18:09 +02:00 |
|
Arthur
|
2a7bad326d
|
#9962 add next param to sso url
|
2022-08-26 12:55:35 -07:00 |
|
Arthur Hanson
|
a9ddd41729
|
Fix SSO signon for SAML with idp (#10137)
* #10135 add idp to saml login
* #10135 add idp to saml login
* #10135 add idp to saml login
* #10135 refactor / cleanup
|
2022-08-25 14:48:46 -04:00 |
|
jeremystretch
|
bfbf97aec9
|
Closes #10031: Enforce 'application/json' content type for REST API requests
|
2022-08-24 15:49:36 -04:00 |
|
jeremystretch
|
1b88b36820
|
Merge branch 'develop' into feature
|
2022-08-08 15:39:03 -04:00 |
|
jeremystretch
|
caca074161
|
Fixes #9950: Prevent redirection to arbitrary URLs via 'next' parameter on login URL
|
2022-08-08 14:21:42 -04:00 |
|
jeremystretch
|
876251c1cf
|
Fixes #9948: Fix TypeError exception when requesting API tokens list as non-authenticated user
|
2022-08-08 12:22:01 -04:00 |
|
jeremystretch
|
36ac83a319
|
Fixes #9949: Fix KeyError exception resulting from invalid API token provisioning request
|
2022-08-08 11:43:27 -04:00 |
|
jeremystretch
|
abf11fbcb8
|
Merge branch 'develop' into feature
|
2022-07-20 12:20:33 -04:00 |
|
jeremystretch
|
fe2fae5b86
|
Closes #9741: Check for UserConfig instance during user login
|
2022-07-15 09:42:12 -04:00 |
|
jeremystretch
|
3eb6b6c07f
|
Clean up core API imports
|
2022-07-13 16:18:55 -04:00 |
|
jeremystretch
|
1ddb219a0c
|
Documentation cleanup
|
2022-07-11 17:29:25 -04:00 |
|
jeremystretch
|
123e758c6d
|
Closes #9708: Render user API tokens in a table
|
2022-07-11 15:43:59 -04:00 |
|
jeremystretch
|
12c138b341
|
Closes #9074: Enable referencing the current user when evaluating permission constraints
|
2022-07-01 13:34:10 -04:00 |
|
jeremystretch
|
dc05e62ce0
|
Documentation & clenaup for #9536
|
2022-06-23 12:15:02 -04:00 |
|
Jeremy Stretch
|
cfb9605e9b
|
Merge branch 'feature' into issue_9536
|
2022-06-23 10:35:27 -04:00 |
|
jeremystretch
|
d4db656940
|
Allowed IPs should be optional on Token
|
2022-06-23 08:09:39 -04:00 |
|
jeremystretch
|
3c15419bd0
|
Introduce IPNetworkSerializer to serialize allowed token IPs
|
2022-06-22 21:51:43 -04:00 |
|
jeremystretch
|
a38a880e67
|
Refactor source IP resolution logic
|
2022-06-22 17:01:07 -04:00 |
|
PieterL75
|
536239d272
|
Merge branch 'feature' into issue_8233
|
2022-06-17 16:31:13 +02:00 |
|
Pieter Lambrecht
|
c04b4bbbfa
|
Add last_used to Token model and update when used
|
2022-06-17 14:45:56 +02:00 |
|
jeremystretch
|
da1aabdfc1
|
Changelog for #8894, #8998, #9122; PEP8 fix
|
2022-05-04 14:19:09 -04:00 |
|
Jeremy Stretch
|
52b18393eb
|
Merge pull request #9150 from minitriga/issue_8894
Closes #8894: Add first and last name username user api select
|
2022-05-04 14:09:38 -04:00 |
|
Alex Gittings
|
0a9ba3b2e6
|
add get_display to users serializer
|
2022-05-03 10:45:08 +00:00 |
|
minitriga
|
535606a185
|
Update netbox/users/api/nested_serializers.py
Co-authored-by: Jeremy Stretch <jstretch@ns1.com>
|
2022-05-03 09:01:06 +01:00 |
|
minitriga
|
25c266e4de
|
Update netbox/users/api/nested_serializers.py
Co-authored-by: Jeremy Stretch <jstretch@ns1.com>
|
2022-05-03 09:00:52 +01:00 |
|
Pieter Lambrecht
|
2587720298
|
Fix 8878: Restrict API key usage by Source IP
|
2022-04-19 14:44:35 +02:00 |
|
jeremystretch
|
1636508a6a
|
Fixes #9156: Fix loading UserConfig data from fixtures
|
2022-04-18 08:36:41 -04:00 |
|
Alex Gittings
|
bc2491e6b7
|
Closes #8894: Add first and last name to APISelect widget if set
|
2022-04-15 21:50:24 +00:00 |
|
jeremystretch
|
d6df6b444f
|
Closes #9123: Improve appearance of SSO login providers
|
2022-04-14 10:54:07 -04:00 |
|
jeremystretch
|
c1b7f09530
|
Ensure legacy data checks run before other migrations
|
2022-04-05 15:56:21 -04:00 |
|
jeremystretch
|
59aba52b03
|
Rename OrderedDefaultRouter to NetBoxRouter & document for plugins
|
2022-03-11 15:59:03 -05:00 |
|
jeremystretch
|
efd5a73a18
|
Refactor API views
|
2022-03-09 11:27:42 -05:00 |
|
jeremystretch
|
e6072a51f8
|
Closes #8765: Display and enable bulk clearing of user's table preferences
|
2022-03-03 10:03:43 -05:00 |
|
jeremystretch
|
fab4d95156
|
Merge branch 'develop' into feature
|
2022-02-25 14:06:45 -05:00 |
|
Djothi Carpentier
|
5a60224d77
|
Add description filter for Token & ObjectPermission
|
2022-02-25 18:15:33 +01:00 |
|
jeremystretch
|
0bf1789464
|
Fix template context for API token views
|
2022-02-11 12:28:49 -05:00 |
|
jeremystretch
|
23a80770e1
|
Move configure_table() logic to NetBoxTable.configure()
|
2022-02-09 14:10:54 -05:00 |
|
jeremystretch
|
630ff2abb4
|
Remove dependency on is_safe_url()
|
2022-02-03 12:58:54 -05:00 |
|
jeremystretch
|
ccb3a75281
|
Move fieldsets out of Meta for model forms
|
2022-01-31 15:52:36 -05:00 |
|
jeremystretch
|
4a1b4e0485
|
Closes #8469: Move BaseTable, columns to netbox core app
|
2022-01-27 15:00:10 -05:00 |
|
jeremystretch
|
e4abbfb2c6
|
Closes #8454: Set DEFAULT_AUTO_FIELD to BigAutoField
|
2022-01-25 17:37:06 -05:00 |
|
jeremystretch
|
bf6345aa90
|
Closes #5429: Enable toggling the placement of table paginators
|
2022-01-19 09:14:38 -05:00 |
|
jeremystretch
|
21e0e6e495
|
Closes #6954: Remember users' table ordering preferences
|
2022-01-10 14:03:07 -05:00 |
|
jeremystretch
|
0978777eec
|
Merge v3.1.4
|
2022-01-03 11:20:58 -05:00 |
|
jeremystretch
|
cdd51aee75
|
Closes #8194: Enable bulk user assignment to groups under admin UI
|
2021-12-30 13:19:18 -05:00 |
|
jeremystretch
|
51851f6c99
|
Refactor users.admin
|
2021-12-30 13:08:09 -05:00 |
|
jeremystretch
|
7343ae7339
|
Fix invalid key retrieval
|
2021-12-22 10:45:21 -05:00 |
|
jeremystretch
|
cb6342c874
|
Reference DEFAULT_USER_PREFERENCES for undefined preferences
|
2021-12-22 10:13:08 -05:00 |
|