InvenTree/InvenTree/users
Oliver ac26f61ecd
Owner list API updates (#5906)
* Implement better search matching for owner list API

* Update UserSerializer

-Add filterset fields to various API endpoints

* Allow owner list to be filtered by "is_active" status

- Only applies to users (not groups)

* Add ability to filter "owner" list by "is_active" status

- Only applies to users

* Use "is_active" filter for "responsible" form field
2023-11-13 15:06:45 +11:00
..
fixtures Adding bulk deletion endpoint for notifications (#3154) 2022-06-08 07:45:30 +10:00
migrations Token admin fix (#5891) 2023-11-09 13:59:44 +11:00
__init__.py Added User API and serializer 2017-04-20 22:40:59 +10:00
admin.py Token admin fix (#5891) 2023-11-09 13:59:44 +11:00
api.py Owner list API updates (#5906) 2023-11-13 15:06:45 +11:00
apps.py refactor: remove blank lines after docstring (#5736) 2023-10-18 07:28:57 +11:00
authentication.py More token tweaks (#5764) 2023-10-21 15:10:11 +11:00
models.py Token admin fix (#5891) 2023-11-09 13:59:44 +11:00
serializers.py Move Meta class to top of class definition (#4363) 2023-02-18 18:51:00 +11:00
test_api.py More token tweaks (#5764) 2023-10-21 15:10:11 +11:00
test_migrations.py Cleanup / consolidate unit testing code (#4831) 2023-05-17 07:35:26 +10:00
tests.py Api token updates (#5664) 2023-10-20 14:06:06 +11:00