InvenTree/InvenTree/users
Lavissa e2b29cbd95
Toggle full name display of users (#5927)
* Add option to display full names instead of usernames

* InvenTree Setting added to allow for admins to choose full names
  over usernames for display in the web GUI

* Fix FA icon for settings page

* Remove debug print
2023-11-16 13:18:01 +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 Toggle full name display of users (#5927) 2023-11-16 13:18:01 +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