1
0
Fork 0
Commit Graph

195 Commits (master)

Author SHA1 Message Date
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
palid 820f04cc01
settings: properly order middleware and and gzip 2023-08-25 21:03:55 +02:00
palid c5a9fba034
Add cache 2023-08-25 20:55:17 +02:00
radex 7f19fe7c7a improve readme for docker-compose newbs 2023-08-21 21:38:13 +02:00
radex cc3fddfd22 settings: fix oauth_redirect_is_http 2023-08-21 21:36:44 +02:00
radex 20303a14a7 update readme 2023-08-18 16:39:14 +02:00
radex cc6f00da08 docker-compose: clean up dev-override 2023-08-18 16:38:41 +02:00
radex 23244bdf24 fix colors in light mode 2023-08-18 15:31:53 +02:00
radex ee9e9becf5 settings: make redirect_is_https configurable separate from prod 2023-08-18 15:28:57 +02:00
radex 6cd7ec529b docker-compose: change postgres healthcheck interval to 1s 2023-08-18 15:27:56 +02:00
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