Commit Graph

202 Commits (23c008914beb677093fafb9c3b2da950a822962e)

Author SHA1 Message Date
radex d615da3a0f add error logging in production 2023-08-18 15:27:33 +02:00
radex 4fc47030db docker-compose: build locally 2023-08-18 13:00:53 +02:00
radex ce3f07de5f add whitenoise lib to serve statics in production w/o nginx 2023-08-18 13:00:32 +02:00
radex e3229ffd7e Docker: fix broken build_static 2023-08-17 14:21:10 +02:00
radex d4a305c362 Docker: update dev overrides so that app starts 2023-08-17 14:20:39 +02:00
radex 255e0f0d08 Docker: wait for postgres until starting web container 2023-08-17 14:20:22 +02:00
radex af9cb2db32 Docker: update postgres to 15.4 2023-08-17 14:20:00 +02:00
palid 9200bdbb3b
authentication: always require if defined env
if SPEJSTORE_REQUIRE_AUTH is 'true' then always require auth
otherwise make it read-only on unauthorized access
2023-08-13 20:10:00 +02:00
palid d942c99cb9
Fix parent autocompletes 2023-08-04 18:02:08 +02:00
palid e1a22100c4
Remove unused select2 refs 2023-08-04 17:46:08 +02:00
palid 4fc3629dcd
Fix users searchfield not working 2023-08-04 17:26:25 +02:00
Dariusz Niemczyk 875e385f68
WIP new docs 2023-07-23 17:31:46 +02:00
Dariusz Niemczyk 8048fccede
Make paths publically available due to beyondspace 2023-07-23 17:31:37 +02:00
palid 3a286a5bc6
Add autocomplete for users in Admin and fix perms 2023-07-20 14:49:44 +02:00
palid 2a70d2cb31
Add configurable auth-by-lan values 2023-07-17 23:12:02 +02:00
palid ae219a2533
Properly collectstatic on docker build 2023-07-17 23:09:11 +02:00
palid d026e41ac5
Update docker-compose setup 2023-07-17 23:08:24 +02:00
palid a6705a956f
Remove legacy labels from django admin 2023-07-17 23:04:30 +02:00
palid 5012a10298
Hack: admin props combobox works(?) 2023-07-17 23:04:30 +02:00
palid 027bcfcde5
Hack: admin props combobox works(?) 2023-07-17 22:44:44 +02:00
palid 154e1079da
Make HSLan always authenticated for GET 2023-07-17 21:35:45 +02:00
palid 30c3c3eb7a
Deduplicate print function 2023-07-17 20:18:18 +02:00
palid c15f1bb840
Make gunicorn properly report errots 2023-07-17 15:47:29 +02:00
palid f7688262e4
Fix API views 2023-07-17 15:46:00 +02:00
palid d2e25c0801
Add overrides to docker-ignore 2023-07-14 22:38:48 +02:00
palid e2e82b1a2e
Replace docker-compose to gunicorn run 2023-07-14 16:29:47 +02:00
palid 8210381027
Fix docker port to 8000 2023-07-14 16:29:39 +02:00
palid b09016ea3b
Add .env to .gitignore 2023-07-14 16:28:07 +02:00
palid af85d191ad
Force authentication for API usage 2023-07-13 22:37:53 +02:00
palid a20e14a8d3
Add LOGIN_URL to redirect properly 2023-07-13 21:01:41 +02:00
palid b6ce1516d2
Migrate deprecated field in settings 2023-07-13 21:01:17 +02:00
palid a8f7530263
Force authorization for all routes 2023-07-13 21:01:00 +02:00
palid b74c1b3c8f
Add inventory.hackerspace.pl to ALLOWED_HOSTS 2023-07-11 23:36:35 +02:00
palid bfe9d27d71
Make dockerable for hscloud 2023-07-11 23:29:54 +02:00
palid ad73094b67
Fix import for oauth 2023-07-11 23:29:39 +02:00
palid a0c6d87adb
Add missing migration (django unhappy) 2023-07-11 23:29:28 +02:00
Dariusz Niemczyk 5ed4128151
Add terrible dark mode for inventory 2023-07-11 18:34:18 +02:00
Dariusz Niemczyk d473901f8c
Minify bootstrap.css 2023-07-11 18:34:01 +02:00
Dariusz Niemczyk 878f246b08
Admin dark-mode properly done 2023-07-11 18:12:12 +02:00
Dariusz Niemczyk af1be4aca7
Add __pycache__ to gitignore 2023-07-11 17:54:36 +02:00
Dariusz Niemczyk 72e668622d
Remove unnecessary create_extension 2023-07-11 17:53:17 +02:00
Dariusz Niemczyk 150c405468
Fix settings 2023-07-11 17:52:38 +02:00
Dariusz Niemczyk efcd932481
re-implement get_roots in view 2023-07-11 17:52:38 +02:00
Dariusz Niemczyk 837734a655
Fix admin not searching properly and make it great 2023-07-11 17:52:38 +02:00
Dariusz Niemczyk 45ad9bf88c
Migrate old django to the newest version
Django 1.x is no longer supported, and the app needed migration to 4.x
A lot of libraries has been unsupported or removed, so there's a few
of unrelated changes, but necessary for the migration process to work.
2023-07-11 17:52:38 +02:00
Dariusz Niemczyk 659f04ce9c
Blackify the code (autoformat) 2023-07-11 15:34:35 +02:00
Dariusz Niemczyk 3fdf788168
Add .venv and .vscode to gitignore 2023-07-11 15:34:26 +02:00
informatic 3b5439ef74 auth: fix broken deletion permission on non-superusers 2020-05-28 21:53:58 +02:00
radex 3de626d5c5 labels via api + remove redundant nav item 2020-05-28 21:23:51 +02:00
radex 1f5a053a19 Less confusing "Print labels" button + explanation 2020-05-28 21:23:51 +02:00