Commit Graph

  • f0c4299b8a 17186 change custom link button color from outline-dark to outline-se… (#17248) Arthur Hanson 2024-08-27 12:08:39 -0700
  • 0157ac6c9b
    17186 change custom link button color from outline-dark to outline-se… (#17248) Arthur Hanson 2024-08-27 12:08:39 -0700
  • ccdafb3bc6 17219 fix custom validator display if function (#17247) Arthur Hanson 2024-08-27 11:19:16 -0700
  • d23b9370f6
    17219 fix custom validator display if function (#17247) Arthur Hanson 2024-08-27 11:19:16 -0700
  • dec7ac79bf Misc cleanup Jeremy Stretch 2024-08-27 14:16:35 -0400
  • ce1fc5b454 Closes #17256: Fix translation support in VLAN group scope assignment form (#17270) Jeremy Stretch 2024-08-27 13:58:56 -0400
  • c2d67fa17e
    Closes #17256: Fix translation support in VLAN group scope assignment form (#17270) Jeremy Stretch 2024-08-27 13:58:56 -0400
  • ffbc8b4b41 Fix system config export Jeremy Stretch 2024-08-27 13:56:38 -0400
  • e747ad5b51 Merge branch 'develop' into 17256-vlangroup-scope-selector Jeremy Stretch 2024-08-27 13:41:01 -0400
  • 89c41272c6 Apply schema adaptations across all apps Jeremy Stretch 2024-08-27 13:17:13 -0400
  • 3c2af97823 17219 use custom json encoder Arthur Hanson 2024-08-27 10:02:03 -0700
  • 5e1c190dfc 16670 fix OpenAPI schema generation with nested serializers (#17078) Arthur Hanson 2024-08-27 09:57:14 -0700
  • 4f225b4e56
    16670 fix OpenAPI schema generation with nested serializers (#17078) Arthur Hanson 2024-08-27 09:57:14 -0700
  • a900cf8bfc Add comment; misc cleanup Jeremy Stretch 2024-08-27 12:42:42 -0400
  • 9d1afbe336 Reset selected scope object when changing scope type Jeremy Stretch 2024-08-27 12:29:07 -0400
  • 6d84241db9 Merge branch 'develop' into 17219-custom-validator Arthur Hanson 2024-08-27 09:23:44 -0700
  • 20d0985fb6 Update changelog Jeremy Stretch 2024-08-27 12:08:02 -0400
  • 263664ae52 Update changelog Jeremy Stretch 2024-08-27 12:08:02 -0400
  • a98b6a6fdf 17186 change choice to default Arthur Hanson 2024-08-27 09:04:13 -0700
  • 0f7b12f939 17186 change choice to default Arthur Hanson 2024-08-27 09:01:19 -0700
  • ae089b734d 16959 Fix filter reset button (#17154) Arthur Hanson 2024-08-27 09:01:16 -0700
  • 0238aeec22
    16959 Fix filter reset button (#17154) Arthur Hanson 2024-08-27 09:01:16 -0700
  • 90b423812c 17186 change choice to default Arthur Hanson 2024-08-27 09:00:16 -0700
  • 1d9dbae104 Merge branch 'develop' into 17186-custom-link Arthur Hanson 2024-08-27 08:47:42 -0700
  • 5686a72475 16946 return empty queryset if filterset is not valid (#17015) Arthur Hanson 2024-08-27 07:59:14 -0700
  • 3fee28cd5e
    16946 return empty queryset if filterset is not valid (#17015) Arthur Hanson 2024-08-27 07:59:14 -0700
  • 63638bf874 Move reset button initialization logic to initFormElements() Jeremy Stretch 2024-08-27 10:25:29 -0400
  • 6a251fbad9 Merge branch 'develop' into 16959-filter-reset Jeremy Stretch 2024-08-27 10:20:24 -0400
  • eae4e44601 Fixes #17230: Ensure consistent rendering for all dashboard widget colors Jeremy Stretch 2024-08-27 09:30:15 -0400
  • 515d041560 Fixes #17230: Ensure consistent rendering for all dashboard widget colors Jeremy Stretch 2024-08-27 09:30:15 -0400
  • ee030f8c1d Clean up test case Jeremy Stretch 2024-08-27 10:11:15 -0400
  • 39ac70b036 Remove obsolete logic Jeremy Stretch 2024-08-27 10:10:43 -0400
  • b7306ac118 Disable scope field if scope type not selected; update label on type change Jeremy Stretch 2024-08-27 09:51:52 -0400
  • 0be6c55571 Update related_objects.html Jonathan Senecal 2024-07-05 08:48:32 -0400
  • 8bea914163 Update related_objects.html Jonathan Senecal 2024-07-05 08:48:32 -0400
  • 2a80da9fd6 Fixes #17230: Ensure consistent rendering for all dashboard widget colors Jeremy Stretch 2024-08-27 09:30:15 -0400
  • 06f90b68dd Fixes #16385: Restore support for white, gray, and black background colors Jeremy Stretch 2024-08-27 08:55:46 -0400
  • 420613daed Fixes #16385: Restore support for white, gray, and black background colors Jeremy Stretch 2024-08-27 08:55:46 -0400
  • 77fd5eed39 Fixes #16385: Restore support for white, gray, and black background colors Jeremy Stretch 2024-08-27 08:55:46 -0400
  • 07444e6f1a Re-ordering statements in validators Daniel Sheppard 2024-08-27 00:28:39 -0500
  • 9a13caae7a Optimize untagged vlan check Daniel Sheppard 2024-08-27 00:21:38 -0500
  • 8fc33dc42c Update source translation strings github-actions 2024-08-27 05:02:05 +0000
  • fd013d6c5c Update source translation strings github-actions 2024-08-27 05:02:05 +0000
  • d159547758 Make changes to validation to account for M2M not being available under model in addition to not being able to check incoming vlans under same model. Daniel Sheppard 2024-08-26 23:57:55 -0500
  • 7819c7690f
    Closes #17007: Center SSO if display name is an empty string mcmehrtens 2024-08-27 03:22:33 +0000
  • cd7c7f4143 Add device_status to common superclasses for Device Components, and refactor ChoiceFieldColumn to support a "color" callable allowing get_FOO_color behavior to be overridden Brian Tiemann 2024-08-26 21:21:55 -0400
  • 698155e66e Merge branch 'develop' into 16905-inventoryitemlist-filter-by-device-status Brian Tiemann 2024-08-26 20:44:50 -0400
  • 0d0a9f86bd Fixes: #16973 - Resolve $user token to User.id for use in permissions based on custom fields (#17268) bctiemann 2024-08-26 16:41:58 -0400
  • a7f83de8c4
    Fixes: #16973 - Resolve $user token to User.id for use in permissions based on custom fields (#17268) bctiemann 2024-08-26 16:41:58 -0400
  • dc6fcf7d10 Closes #17256: Fix translation support in VLAN group scope assignment form Jeremy Stretch 2024-08-26 16:29:52 -0400
  • 19312c3f9f Update changelog Jeremy Stretch 2024-08-26 15:41:12 -0400
  • ee0af15073 Update changelog Jeremy Stretch 2024-08-26 15:41:12 -0400
  • 830567ab66 17117 change caret to html entity to fix safari performacne issue (#17246) Arthur Hanson 2024-08-26 12:36:04 -0700
  • 35e2cf9cec
    17117 change caret to html entity to fix safari performacne issue (#17246) Arthur Hanson 2024-08-26 12:36:04 -0700
  • d555413254 Add comments & tweak padding Jeremy Stretch 2024-08-26 15:22:57 -0400
  • ae0b372128 Merge branch 'develop' into 17117-safari Jeremy Stretch 2024-08-26 15:22:07 -0400
  • 5e6aab33a6 Simplify User object check by updating tokens instead of resolved values Brian Tiemann 2024-08-26 15:12:05 -0400
  • 4ec3498aed Fixes: #17108 - Update isotime and isodate filters to be timezone-aware (#17267) bctiemann 2024-08-26 14:37:20 -0400
  • 1d2ea90fd4
    Fixes: #17108 - Update isotime and isodate filters to be timezone-aware (#17267) bctiemann 2024-08-26 14:37:20 -0400
  • 0180a3546d 16946 change to None qs return and add test Arthur Hanson 2024-08-26 11:19:35 -0700
  • 8f5162ed02 Cleaner type check Brian Tiemann 2024-08-26 14:06:31 -0400
  • 05bcfd7722 Resolve $user token to User.id for use in permissions based on custom fields Brian Tiemann 2024-08-26 13:52:35 -0400
  • cb8d7598a5 17117 fix vertical align Arthur Hanson 2024-08-26 08:58:32 -0700
  • 409564091d Handle naive datetimes gracefully Brian Tiemann 2024-08-26 11:27:29 -0400
  • 07ad4c1c9c Update isotime and isodate filters to be timezone-aware for display in templates (particularly Scripts) Brian Tiemann 2024-08-26 11:12:13 -0400
  • ec3a7f3bcb Move validation to ensure all renames are eligible Daniel Sheppard 2024-08-25 15:55:18 -0500
  • 4f830ce3cc Remove clearing of tagged vlans from save() Daniel Sheppard 2024-08-25 15:39:22 -0500
  • bab5a5b273 Update validation to model clean method instead of serializer Daniel Sheppard 2024-08-25 15:37:59 -0500
  • c4fafa27ad Temporary work to swap in serializer Daniel Sheppard 2024-08-25 15:27:27 -0500
  • 5a75e305b1 Add device_status as filtering option (and configurable column) for InventoryItemTable Brian Tiemann 2024-08-23 17:24:54 -0400
  • b3a31a14db 17117 use material icon Arthur Hanson 2024-08-23 14:22:05 -0700
  • 5cf8a260d1 17117 use material icon Arthur Hanson 2024-08-23 14:20:51 -0700
  • c47b92bc45 17117 use material icon Arthur Hanson 2024-08-23 14:04:23 -0700
  • 67e4b8c8c6 17219 fix custom validator display if function Arthur Hanson 2024-08-23 07:43:00 -0700
  • e0336cc239 Add styling to rendered-markdown class to clamp height and add scrollbar (#17237) bctiemann 2024-08-23 09:35:01 -0400
  • dab27695b9
    Add styling to rendered-markdown class to clamp height and add scrollbar (#17237) bctiemann 2024-08-23 09:35:01 -0400
  • 8cf771a82b Closes #17221: Extend ObjectEditView to support HTMX requests Jeremy Stretch 2024-08-22 08:43:15 -0400
  • 91df0c0686 Closes #17221: Extend ObjectEditView to support HTMX requests Jeremy Stretch 2024-08-22 08:43:15 -0400
  • 9bc1acb69c Update source translation strings github-actions 2024-08-23 05:02:05 +0000
  • d4dd86eb04 Update source translation strings github-actions 2024-08-23 05:02:05 +0000
  • 2dacdcec27 17186 change custom link button color from outline-dark to outline-secondary Arthur Hanson 2024-08-22 12:46:11 -0700
  • 92e1f14d81 17219 fix custom validator display if function Arthur Hanson 2024-08-22 11:38:02 -0700
  • 0813db666b Remove clamp_height option, apply scrolling style to all markdown divs inside td's Brian Tiemann 2024-08-22 14:09:29 -0400
  • a00218dff9 change caret to html entity to fix safari performacne issue Arthur Hanson 2024-08-22 10:15:39 -0700
  • 46d164bc66 Add a Devices column with device_count hyperlink (via count_related) to SiteListView Brian Tiemann 2024-08-21 15:38:31 -0400
  • 5bd4fc862d Add a Devices column with device_count hyperlink (via count_related) to SiteListView Brian Tiemann 2024-08-21 15:38:31 -0400
  • 6bae396f32 change caret to html entity to fix safari performacne issue Arthur Hanson 2024-08-22 10:03:10 -0700
  • e21d515f34
    Update netbox/netbox/settings.py Daniel Sheppard 2024-08-22 11:00:22 -0500
  • 1e6d8dfb18 Fixes: #16292 - Properly restrict GraphQL queries for querys with pk set Daniel Sheppard 2024-08-22 10:37:02 -0500
  • ebe9f5c9a2 Set ImageAttachmentSerializer.image_width and image_height to read_only Brian Tiemann 2024-08-21 15:05:27 -0400
  • 85f8364cd7 Set ImageAttachmentSerializer.image_width and image_height to read_only Brian Tiemann 2024-08-21 15:05:27 -0400
  • 44f66a114c Fixes: #17072 - Make active links of phone and email in Contact Assignments table (#17233) bctiemann 2024-08-22 10:57:53 -0400
  • 8903e4649c
    Fixes: #17072 - Make active links of phone and email in Contact Assignments table (#17233) bctiemann 2024-08-22 10:57:53 -0400
  • abea6b5059 Add "facility" field to LocationFilterForm Brian Tiemann 2024-08-21 11:19:46 -0400
  • 38a26a7908 Add "facility" field to LocationFilterForm Brian Tiemann 2024-08-21 11:19:46 -0400
  • d4c8e88fd7 Remove accidental debug statements Daniel Sheppard 2024-08-22 08:13:14 -0500
  • c54b107418 Closes #17221: Extend ObjectEditView to support HTMX requests Jeremy Stretch 2024-08-22 08:43:15 -0400
  • 42c4bdddef Add clamp_height to the markdown filter which limits max height to 200 (scrollable) on the container div Brian Tiemann 2024-08-21 17:50:09 -0400
  • d2de7cf453 Add a Devices column with device_count hyperlink (via count_related) to SiteListView Brian Tiemann 2024-08-21 15:38:31 -0400
  • 8d5439af5b Set ImageAttachmentSerializer.image_width and image_height to read_only Brian Tiemann 2024-08-21 15:05:27 -0400