Commit Graph

  • 40f6343bf6 Fix #15506 Update documentation for plugins index.md (#15518) tobiWu 2024-04-03 14:05:47 +0200
  • bbd7ddb7aa
    Fix #15506 Update documentation for plugins index.md (#15518) tobiWu 2024-04-03 14:05:47 +0200
  • 221874dcd4
    Update docs/plugins/index.md Jeremy Stretch 2024-04-03 08:05:37 -0400
  • 9aee07c8b3 Fixes #15583: Update API token provisioning example response (#15584) Markku Leiniö 2024-04-03 14:58:46 +0300
  • d285edc0c7
    Fixes #15583: Update API token provisioning example response (#15584) Markku Leiniö 2024-04-03 14:58:46 +0300
  • 415cb30ba3 Refactor 32264ac3 to re-separate bulk and single device creation. Fixes #15598. padthaitofuhot 2024-04-02 23:30:13 -0400
  • 42b838b5fa Update API test for Group model Jeremy Stretch 2024-04-02 16:33:12 -0400
  • d9949b2de1 Update API test for Group model Jeremy Stretch 2024-04-02 16:33:12 -0400
  • 6594d8b7d3 Prevent the stock Django Group model from appearing in the admin UI (if enabled) Jeremy Stretch 2024-04-02 15:48:40 -0400
  • 53ff85df21 Prevent the stock Django Group model from appearing in the admin UI (if enabled) Jeremy Stretch 2024-04-02 15:48:40 -0400
  • 97db8507ff Include description field on Group serializer Jeremy Stretch 2024-04-02 15:41:44 -0400
  • 8b8d63db2e Include description field on Group serializer Jeremy Stretch 2024-04-02 15:41:44 -0400
  • 56afcfc218 Refactor models under users app Jeremy Stretch 2024-04-02 15:06:05 -0400
  • abc949a015 Refactor models under users app Jeremy Stretch 2024-04-02 15:06:05 -0400
  • de11ea5282 #12795: Complete support for description field on custom Group model Jeremy Stretch 2024-04-02 14:44:26 -0400
  • fb129579c1 #12795: Complete support for description field on custom Group model Jeremy Stretch 2024-04-02 14:44:26 -0400
  • dfabdbcba7 Update custom validation docs for #14279, #15490 Jeremy Stretch 2024-04-02 14:14:42 -0400
  • 7fe2e4849d Update custom validation docs for #14279, #15490 Jeremy Stretch 2024-04-02 14:14:42 -0400
  • 192db111c8 Remove old feature notifications Jeremy Stretch 2024-04-02 13:57:58 -0400
  • dda9381880 Remove old feature notifications Jeremy Stretch 2024-04-02 13:57:58 -0400
  • 2f60632ed6 update readme for strawbery Arthur 2024-04-02 11:12:33 -0700
  • ecf22bff4d update readme for strawbery Arthur 2024-04-02 11:12:33 -0700
  • 4f3f4ec897 Fleshed out v4.0 release notes Jeremy Stretch 2024-04-02 13:30:26 -0400
  • 7422605831 Fleshed out v4.0 release notes Jeremy Stretch 2024-04-02 13:30:26 -0400
  • 5ba59d3385 Fix ordering of Groups Jeremy Stretch 2024-04-02 08:31:53 -0400
  • f0291aa60f Fix ordering of Groups Jeremy Stretch 2024-04-02 08:31:53 -0400
  • 5010bfcbf4
    Fixes https://github.com/netbox-community/netbox/issues/15597: Document the value behind "Default" for the Custom Link "Button Class" Martin 2024-04-02 14:10:56 +0200
  • 65b399c8b8
    Fixes https://github.com/netbox-community/netbox/issues/15597: Document the value behind "Default" for the Custom Link "Button Class" Martin 2024-04-02 13:45:31 +0200
  • fcce7b7bf4 15153 styling changes Arthur 2024-04-01 09:34:29 -0700
  • 510aa2156d 15153 move css to scss file Arthur 2024-04-01 09:09:53 -0700
  • 4b436c9d4f Merge branch 'feature' into 15153-rest-styling Arthur 2024-04-01 07:53:06 -0700
  • ec8ce78d5e Closes #15043: Add v4.0 migration guide for plugins (#15477) Jeremy Stretch 2024-04-01 09:08:28 -0400
  • 3ab2f25ee1
    Closes #15043: Add v4.0 migration guide for plugins (#15477) Jeremy Stretch 2024-04-01 09:08:28 -0400
  • 5c26ffeaf9 Add section on FieldSets Jeremy Stretch 2024-04-01 08:53:26 -0400
  • 886b41a6c1
    Allow configuring redis to use unix sockets Evelyn Alicke 2024-03-30 12:33:06 +0100
  • 629dd5c408 Fix 'display' field output Markku Leiniö 2024-03-29 23:16:08 +0200
  • 18bef6595d Fixes #15583: Update API token provisioning example response Markku Leiniö 2024-03-29 21:30:08 +0200
  • cc052bf4ac Fixes #15581: Disable HTMX when logging out Jeremy Stretch 2024-03-29 15:26:43 -0400
  • f6da3f8006 Fixes #15581: Disable HTMX when logging out Jeremy Stretch 2024-03-29 15:26:43 -0400
  • 7e419163b9 Closes #15464: Move permission assignments to user & group models (#15554) Jeremy Stretch 2024-03-29 14:57:16 -0400
  • c8d9d9358e
    Closes #15464: Move permission assignments to user & group models (#15554) Jeremy Stretch 2024-03-29 14:57:16 -0400
  • cc979e110f 15553 change graphql sub-queries from functions to types (#15557) Arthur Hanson 2024-03-29 11:54:31 -0700
  • 8767577ecd
    15553 change graphql sub-queries from functions to types (#15557) Arthur Hanson 2024-03-29 11:54:31 -0700
  • b75d4b3c9b 15552 graphql docs (#15578) Arthur Hanson 2024-03-29 11:50:11 -0700
  • c8d288671e
    15552 graphql docs (#15578) Arthur Hanson 2024-03-29 11:50:11 -0700
  • 37a003afea Restore users & groups fields on ObjectPermission serializer Jeremy Stretch 2024-03-29 14:43:19 -0400
  • dd22870544
    Update docs/integrations/graphql-api.md Arthur Hanson 2024-03-29 10:45:29 -0700
  • 37e4daca32 15574 Backport strawberry-graphql-django library (#15577) Arthur Hanson 2024-03-29 10:23:33 -0700
  • 56dca86e9b
    15574 Backport strawberry-graphql-django library (#15577) Arthur Hanson 2024-03-29 10:23:33 -0700
  • 1db5c14d5c Restore strawberry-graphql version Jeremy Stretch 2024-03-29 13:22:05 -0400
  • 36e30e4491
    Merge branch 'feature' into 15574-graphql-filter Jeremy Stretch 2024-03-29 13:20:24 -0400
  • d85b056a14 Upgrade DRF to v3.15 Jeremy Stretch 2024-03-29 13:13:41 -0400
  • 3be3bbe534 Upgrade DRF to v3.15 Jeremy Stretch 2024-03-29 13:13:41 -0400
  • f0945edfcb 15552 update query Arthur 2024-03-29 08:56:39 -0700
  • c8f99c5d09 15552 update query Arthur 2024-03-29 08:52:34 -0700
  • d17e4cbc25 15552 update query Arthur 2024-03-29 08:50:11 -0700
  • 463c32c7af 15574 backport strawberry-django Arthur 2024-03-29 08:42:28 -0700
  • ca47fac51c Update dependencies Jeremy Stretch 2024-03-29 09:20:29 -0400
  • 0dedf602e8 Update dependencies Jeremy Stretch 2024-03-29 09:20:29 -0400
  • 24b7ca03e5 15553 review changes Arthur 2024-03-28 13:54:54 -0700
  • a2c5b61a7c Fixes #15536: Fix clipping of dropdown menus inside responsive tables Jeremy Stretch 2024-03-28 16:10:08 -0400
  • d707c65637 Fixes #15536: Fix clipping of dropdown menus inside responsive tables Jeremy Stretch 2024-03-28 16:10:08 -0400
  • 2460aeb64c Adding JSON schema changes to implement and within the generated schema template per issue #15555 Daniel W. Anner 2024-03-27 20:56:56 +0000
  • 699dd72597 Adding JSON schema changes to implement and within the generated schema template per issue #15555 Daniel W. Anner 2024-03-27 20:56:56 +0000
  • eae3bb0521 Fixes #15567: Correct typo in help text teapot 2024-03-29 02:01:08 +0900
  • 3cb68e4bc0 Fixes #15567: Correct typo in help text teapot 2024-03-29 02:01:08 +0900
  • a673015f86 Move user & group M2M assignments for ObjectPermission Jeremy Stretch 2024-03-27 16:12:14 -0400
  • 0849553ada Fixes #15570: Remove omission of M2M relations when generating writable serializers for OpenAPI schema Jeremy Stretch 2024-03-28 14:21:28 -0400
  • eaa3bc6576 Fixes #15570: Remove omission of M2M relations when generating writable serializers for OpenAPI schema Jeremy Stretch 2024-03-28 14:21:28 -0400
  • 8bf529717d Fixes #15536: Fix clipping of dropdown menus inside responsive tables Jeremy Stretch 2024-03-28 16:10:08 -0400
  • afca8ac009 15154 Add uWSGI as option to gunicorn (#15550) Arthur Hanson 2024-03-28 12:24:08 -0700
  • 99508150d3
    15154 Add uWSGI as option to gunicorn (#15550) Arthur Hanson 2024-03-28 12:24:08 -0700
  • 5cbdbc8cd0 Restructure gunicorn/uWSGI installation docs Jeremy Stretch 2024-03-28 15:02:46 -0400
  • bd55e7474b Fixes #15570: Remove omission of M2M relations when generating writable serializers for OpenAPI schema Jeremy Stretch 2024-03-28 14:21:28 -0400
  • 3d44f97d95 Limit auto-assignment to bug reports & feature requests Jeremy Stretch 2024-03-28 14:14:34 -0400
  • d37a6210fa Limit auto-assignment to bug reports & feature requests Jeremy Stretch 2024-03-28 14:14:34 -0400
  • 360630f757
    Fixes #15567: Correct typo in help text teapot 2024-03-29 02:01:08 +0900
  • 6dc7b332b5 Closes #14736: Enable HTMX navigation globally (#15158) Jeremy Stretch 2024-03-28 11:51:38 -0400
  • 744be59a4d
    Closes #14736: Enable HTMX navigation globally (#15158) Jeremy Stretch 2024-03-28 11:51:38 -0400
  • b1c61ec67a Add Jeff; remove duplicate entries from rotation (not supported) Jeremy Stretch 2024-03-28 11:48:15 -0400
  • 69c0aac105 Add Jeff; remove duplicate entries from rotation (not supported) Jeremy Stretch 2024-03-28 11:48:15 -0400
  • 0406a6f4db 15553 change graphql list to types Arthur 2024-03-27 19:59:57 -0700
  • f32dee2ace
    Adding JSON schema changes to implement and within the generated schema template per issue #15555 Daniel W. Anner 2024-03-27 20:56:56 +0000
  • 889ab57eec 15154 review comments - merge nginx conf Arthur 2024-03-27 11:11:23 -0700
  • c7a63e02f2 Disable HTMX for user preferences form to force a full page refresh on changes Jeremy Stretch 2024-03-27 12:11:24 -0400
  • 491f751468 15154 uwsgi contrib files Arthur 2024-03-27 08:01:44 -0700
  • dcda444681 15154 uwsgi docs Arthur 2024-03-27 07:50:39 -0700
  • c59641a0b5 Merge branch 'feature' into 15154-uwsgi Arthur 2024-03-27 07:17:44 -0700
  • 41f21d31ef Add docstring to htmx_boost template tag Jeremy Stretch 2024-03-27 09:30:11 -0400
  • 6c540e56ff Rename render_partial() to htmx_partial() Jeremy Stretch 2024-03-27 09:24:39 -0400
  • c0f048ce1c Clean up the Markdown reference guide Jeremy Stretch 2024-03-26 16:26:47 -0400
  • da6a1ef03e Clean up the Markdown reference guide Jeremy Stretch 2024-03-26 16:26:47 -0400
  • fef9af38b7 Closes #15236: Clean up unused static resources (#15539) Jeremy Stretch 2024-03-26 15:27:25 -0400
  • 04d8db7c52
    Closes #15236: Clean up unused static resources (#15539) Jeremy Stretch 2024-03-26 15:27:25 -0400
  • 181bbe498f Remove unused stylesheets Jeremy Stretch 2024-03-26 13:40:43 -0400
  • a1222d2254 Remove unused images Jeremy Stretch 2024-03-26 13:38:34 -0400
  • 771aa59839 15532 fix autotype_decorator for method fields Arthur 2024-03-26 07:28:41 -0700
  • 6d023a5426 14799 Fix sync of scripts from data source (#15303) Arthur Hanson 2024-03-26 05:36:36 -0700
  • 0cff4c9795
    14799 Fix sync of scripts from data source (#15303) Arthur Hanson 2024-03-26 05:36:36 -0700
  • 7cbda64681 15154 update output Arthur 2024-03-25 14:22:39 -0700