Commit graph

196 commits

Author SHA1 Message Date
jedi 21ec29caa8 update vuex store to use API v2 2024-01-07 21:38:25 +01:00
jedi 0ebfe3adfb add ticket views 2024-01-07 21:32:42 +01:00
jedi 7f546ed13e add Login and Register views 2024-01-07 21:32:10 +01:00
jedi fac00735ad frontend: add ticket timeline component 2024-01-07 21:30:47 +01:00
jedi b1a8702932 add API endpoint for mails and tests 2024-01-07 21:27:22 +01:00
jedi cbc27b143f tickets module: api_v2, admin views and tests 2024-01-07 21:23:29 +01:00
jedi 434dfe807e add notify_sessions module 2024-01-07 21:16:34 +01:00
jedi fc05c7c1d8 create inventory API v2 und update tests 2024-01-07 21:14:28 +01:00
jedi 77828295f8 create file API v2 and X-Accel-Redirect endpoint for images 2024-01-07 21:10:40 +01:00
jedi ab5e8f36d1 add API endpoints and admin views for authentication module 2024-01-07 20:48:31 +01:00
jedi e5cd901b76 add mail module 2024-01-07 20:42:42 +01:00
jedi 649fff80f8 add tickets module 2024-01-07 20:42:00 +01:00
jedi 6abf3af6c0 add item match permission 2024-01-07 19:53:25 +01:00
jedi 0438eb0b6a add custom authentication and know in settings.py 2024-01-07 17:53:52 +01:00
jedi 0f911589ca use custom user and permission model 2024-01-07 17:45:42 +01:00
jedi 258065eec3 fix initial nginx ssl deployment in ansible playbook 2024-01-07 17:40:09 +01:00
jedi 8f7c037606 add requirements.dev.txt 2024-01-07 17:26:20 +01:00
jedi 8399b7e125 fix typo 2024-01-07 16:32:58 +01:00
jedi 9e1d570b07 move event loop to globals.py 2023-11-27 20:23:21 +01:00
jedi 101fa7b69d add /ws/2/notify/ socket 2023-11-27 01:48:48 +01:00
jedi 97503e91e0 update requirements.prod.txt 2023-11-27 01:34:58 +01:00
jedi 9f63414ba2 make indentation consistent 2023-11-27 01:14:52 +01:00
jedi d52575aa42 experimental mail transport 2023-11-24 03:53:05 +01:00
jedi e43d4837c3 temporary fix for websockets 2023-11-23 20:21:28 +01:00
jedi e45a1f271e disable http auth for websockets 2023-11-22 22:47:35 +01:00
jedi c88d434f39 connect to /notify WebSocket from frontend on app startup 2023-11-22 21:57:14 +01:00
jedi 6b3cc4c168 switch from WSGI using uWSGI to ASGI using custom event loop based on uvicorn 2023-11-22 21:41:49 +01:00
jedi b103205dfe only use jpeg for thumbnails 2023-11-20 21:34:48 +01:00
jedi 153d79f126 serve images via X-Sendfile 2023-11-20 21:08:01 +01:00
jedi 27589a09bd fix embedded file upload 2023-11-20 20:29:46 +01:00
jedi aa0bb9fd0d remove trailing slash requirement in api v1 2023-11-20 16:46:58 +01:00
jedi e2a2e3e117 make container and item SoftDeleteModel 2023-11-20 12:33:40 +01:00
jedi 04581b66b6 return 404 when events doesn't exist 2023-11-20 07:02:14 +01:00
jedi dedf98a12e do not check permissions in api v1 as they are checked by nginx already 2023-11-20 06:48:39 +01:00
jedi 7369db8512 add /api url prefix in backend 2023-11-19 01:55:19 +01:00
jedi e5bec44164 bump versions in package.json 2023-11-18 23:40:38 +01:00
jedi f2720e4fb2 load MEDIA_ROOT AND STATIC_ROOT from .env 2023-11-18 21:13:41 +01:00
jedi a340154cd9 add public domain to ALLOWED_HOSTS 2023-11-18 19:57:32 +01:00
jedi ac6eade412 read database settings from .env file 2023-11-18 17:46:54 +01:00
jedi 618ede273d unpin some python requirements 2023-11-18 16:49:41 +01:00
jedi 1f41b81b8f add django backend in /core
ported from laravel in c3lf/lfbackend repo
2023-11-18 12:57:50 +01:00
jedi dd75c2b0d6 move frontend to /web 2023-11-18 12:51:24 +01:00
jedi 9747c08bab disable server based search while it is buggy 2023-10-13 23:34:57 +02:00
lagertonne 269a3ca339 howto: small typo fixes 2023-08-15 12:35:22 +02:00
jedi a69bf30440 add english version of /howto page 2023-08-15 12:06:45 +02:00
jedi a7cfaf8ec7 change default event url 2023-08-14 16:06:52 +02:00
jedi 0bead62c83 hotfix /howto page again 2023-08-14 15:58:49 +02:00
jedi b61a3d5776 hotfix /howto page 2023-08-14 15:42:44 +02:00
busti 9f29af03c5 chore: set camera facing mode to "environment" 2023-08-13 20:02:45 +02:00
jedi af4e7dc241 only use uid instead of item_uid 2020-01-18 22:05:46 +01:00