cmsmanage/doorcontrol
Adam Goldsmith de36c6844c doorcontrol: Convert HIDEvent.raw_card_number to TextField
Turns out that those are not just representing a uint, and can be much
longer. Also Text fields in Postgres doesn't have any performance
penalty.
2024-09-03 11:05:32 -04:00
..
hid doorcontrol: Fix Credential odd parity calculation 2024-09-01 21:36:11 -04:00
management doorcontrol: Add management command to scrape HID events 2024-05-13 00:30:47 -04:00
migrations doorcontrol: Convert HIDEvent.raw_card_number to TextField 2024-09-03 11:05:32 -04:00
tasks doorcontrol: Add some more debug logging in update_doors task 2024-09-01 21:36:24 -04:00
templates/doorcontrol doorcontrol: Simplify querystring handling using new querystring tag 2024-08-17 00:26:22 -04:00
__init__.py
admin.py doorcontrol: Move HID card number decoding out of database query 2024-08-29 21:45:56 -04:00
apps.py Directly use q_task_group name in django-q2 ensure_scheduled helper 2024-05-23 23:23:35 -04:00
dashboard.py dashboard: Add more flexible Link Card dashboard fragment 2024-02-06 00:42:14 -05:00
forms.py doorcontrol: Migrate door updater over from memberPlumbing 2024-02-23 18:39:41 -05:00
models.py doorcontrol: Convert HIDEvent.raw_card_number to TextField 2024-09-03 11:05:32 -04:00
tables.py doorcontrol: Move HID card number decoding out of database query 2024-08-29 21:45:56 -04:00
tests.py
urls.py
views.py doorcontrol: Fix divide by zero in access report deltas 2024-08-29 21:45:56 -04:00