Commit Graph

211 Commits (master)

Author SHA1 Message Date
palid 9983511136
fix: ignore new devcontainer files 2024-02-04 16:13:34 +01:00
palid dad68031df
fix: readme typo 2024-02-04 16:00:22 +01:00
palid 1dc6d8b76d
fix: correctly lock all dependencies 2024-02-01 12:49:37 +01:00
palid 8812e6c0d3
fix: run app as spejstore user, not root 2024-02-01 12:49:36 +01:00
palid b94ab204d8
dx: Un-ignore .vscode 2024-02-01 12:49:36 +01:00
palid 47b682c509
feat: Add awesome devcontainer intro and better readme 2024-02-01 12:49:36 +01:00
palid 70fc374d0d
feat: add proper devcontainer support 2024-02-01 12:49:36 +01:00
palid 77ddd6bb45
fix: ignore .DS_Store
MacOS creates .DS_Store files that are usually ignored by mac users.
Unfortunately, this is not a default for devcontainers.
2024-02-01 12:49:35 +01:00
radex 8ddc4da3b6 Merge pull request 'fix: properly create svgs static paths' (#2) from fix/static-svgs into master
Reviewed-on: #2
2024-01-31 13:24:05 +00:00
palid 23c008914b
fix: properly create svgs static paths 2024-01-31 14:22:17 +01:00
radex 3c22a7b8c1
fix printing 2024-01-31 09:25:15 +01:00
radex b32e5a15fc
Revert "fix category icons"
This reverts commit cba1e2fd86.
2024-01-31 09:12:17 +01:00
radex c0d805781b
use spejstore-labelmaker v2 api 2024-01-31 00:27:48 +01:00
radex cba1e2fd86
fix category icons 2024-01-30 23:38:56 +01:00
palid a991063084
fix: server static on s3 correctly 2024-01-19 22:31:39 +01:00
palid 5bf31f26a1
cleanup: docker-compose and .env.example 2024-01-19 19:22:36 +01:00
Patryk Jakuszew 1bbd28933f Add S3 storage configuration 2024-01-14 23:56:26 +01:00
palid 650fc34115
fix: add missing migration (just for clarity) 2024-01-14 21:48:55 +01:00
palid ab631aeb90
feat: make media uploaded files generate uuid name 2024-01-14 21:47:19 +01:00
palid 81417f58be
fix: trusted origins settings.py 2024-01-14 21:46:54 +01:00
palid 6c81441f00
fix: make wiki link optional in admin panel 2024-01-14 15:31:13 +01:00
palid d36a84e25b
fix: very dumb accidental commit of ALLOWED_HOSTS 2024-01-14 15:21:35 +01:00
palid 67ac858323
fix: missing comma because python 2024-01-14 15:20:04 +01:00
palid fe496e85f8
fix: add csrf config 2024-01-14 15:15:14 +01:00
palid ea5e223fcc
fix: properly use threads and workers 2024-01-14 13:53:39 +01:00
palid 2323263ccb
fix: wrong static template tag usage 2024-01-14 13:52:59 +01:00
palid f5740e1543
fix: make wiki link nullable 2024-01-14 00:24:44 +01:00
palid c9be16b76f
fix: missing files config 2024-01-14 00:21:30 +01:00
palid 35a48c3eee
fix: statics 2024-01-14 00:21:23 +01:00
palid 6af75328f4
fix: .env file is not explicitely needed 2024-01-13 23:34:05 +01:00
palid c3c80d650c
fix: weird docker compose hacks 2024-01-13 23:30:50 +01:00
palid 142e38ad95
fix: bump django version 2024-01-12 18:57:02 +01:00
palid f94e7b3207
fix: use proper uri rewrites 2024-01-12 18:56:27 +01:00
palid ee2c93908a
fix: use static template 2024-01-12 18:56:08 +01:00
palid d1b9beca6d
feat: Add wiki_link field 2023-12-03 19:55:26 +01:00
palid 1fcbbd9dd3
vscode: Add .devcontainer support 2023-12-03 19:54:29 +01:00
palid 2892923389
Fix wrong psql healthcheck user 2023-11-06 20:50:00 +01:00
palid d71885d264
Revert "hscloud: Add single address authentication"
This reverts commit f1143dc4f1.
2023-09-19 18:21:11 +02:00
palid f1143dc4f1
hscloud: Add single address authentication 2023-09-19 18:03:57 +02:00
palid 38c7245a3f
auth: cleanup 2023-09-09 19:26:36 +02:00
palid 156df0a8a5
auth: add login button 2023-09-09 19:25:44 +02:00
palid f8b3dd6bf7
auth: require necessary authentication or in lan
middleware was not written properly, now requires authentication or
being in lan for readaccess, otherwise redirecting to login page
2023-09-09 17:00:19 +02:00
palid 3c3ba16811
middleware: Fix ordering again 2023-09-09 16:31:49 +02:00
palid f1335f0565
auth: fix auth paths 2023-09-09 15:43:23 +02:00
palid daea8dda22
404: fix wrong status code in html 2023-08-25 21:52:13 +02:00
palid f92635f5f3
Revert "auth: do not automatically staff new members"
This reverts commit 0fa9762bea.
2023-08-25 21:51:09 +02:00
palid 8ce869393e
cache: cache statics 2023-08-25 21:51:04 +02:00
palid 0fa9762bea
auth: do not automatically staff new members 2023-08-25 21:36:19 +02:00
palid 15bf813b04
django: force auth for all requests 2023-08-25 21:06:01 +02:00
palid 401fcc088d
errors: add cute error pages 2023-08-25 21:04:43 +02:00