Mario Hüttel mhu
mhu pushed to issue/23-add-docu at mhu/shimatta-kenkyusho 2024-11-23 01:10:35 +01:00
b47c7ad38d Add readme. Rename example env, to unhide it in the fileexplorer.
63b8a66ebb Add restart policy to autostart the containers after boot
Compare 2 commits »
mhu pushed to develop at mhu/shimatta-kenkyusho 2024-11-21 00:50:09 +01:00
b873b1fd0f Merge pull request 'added CSRF trusted origin config, added tzdata - needed in debug mode' (#22) from sst/some-weird-stuff-with-docker into develop
6e51085210 removed the trusted origin foo again - added proper detection of https
5163834de4 added CSRF trusted origin config, added tzdata - needed in debug mode
Compare 3 commits »
mhu deleted branch sst/some-weird-stuff-with-docker from mhu/shimatta-kenkyusho 2024-11-21 00:50:09 +01:00
mhu merged pull request mhu/shimatta-kenkyusho#22 2024-11-21 00:50:08 +01:00
added CSRF trusted origin config, added tzdata - needed in debug mode
mhu commented on pull request mhu/shimatta-kenkyusho#22 2024-11-21 00:50:00 +01:00
added CSRF trusted origin config, added tzdata - needed in debug mode

As I was finally able to reproduce all that stuff, it's okay.

mhu commented on pull request mhu/shimatta-kenkyusho#22 2024-11-20 14:56:43 +01:00
added CSRF trusted origin config, added tzdata - needed in debug mode

Okay, I think I found the root cause of the issue:

HttpRequest.is_secure(): Returns True if the request is secure; that is, if it was made with HTTPS. Django isn’t magic here: it goes on…

mhu commented on pull request mhu/shimatta-kenkyusho#22 2024-11-20 10:39:07 +01:00
added CSRF trusted origin config, added tzdata - needed in debug mode

I don't get this. This should only be a problem, if django actually wants to check for HTTPS.

mhu commented on pull request mhu/shimatta-kenkyusho#22 2024-11-19 23:52:55 +01:00
added CSRF trusted origin config, added tzdata - needed in debug mode
Warning

Modifying this setting can compromise your site’s security. Ensure you fully understand your setup before changing it.

Make sure ALL of the following are true before setting…
mhu commented on pull request mhu/shimatta-kenkyusho#22 2024-11-19 23:17:51 +01:00
added CSRF trusted origin config, added tzdata - needed in debug mode

This seems very unsafe!

mhu created branch feature/21-add-package-params in mhu/shimatta-kenkyusho 2024-11-19 21:33:53 +01:00
mhu pushed to feature/21-add-package-params at mhu/shimatta-kenkyusho 2024-11-19 21:33:53 +01:00
39e40d62f4 Add package parameter model.
mhu opened issue mhu/shimatta-kenkyusho#21 2024-11-19 20:56:31 +01:00
Add parameters to packages, that can be inherited by components
mhu closed issue mhu/shimatta-kenkyusho#4 2024-11-19 20:51:44 +01:00
Port Django to 5.1 with the long term goal to switch to 5.2 which will be LTS supported
mhu deleted branch bugfix/import-fuckups from mhu/shimatta-kenkyusho 2024-11-19 20:43:08 +01:00
mhu merged pull request mhu/shimatta-kenkyusho#19 2024-11-19 20:43:00 +01:00
correct type conversion in csv import
mhu pushed to develop at mhu/shimatta-kenkyusho 2024-11-19 20:43:00 +01:00
841be4f1bb Merge pull request 'correct type conversion in csv import' (#19) from bugfix/import-fuckups into develop
0d4019832f Merge branch 'develop' into bugfix/import-fuckups
f2ea45cd19 correct type conversion in csv import
Compare 3 commits »
mhu pushed to bugfix/import-fuckups at mhu/shimatta-kenkyusho 2024-11-19 20:42:43 +01:00
0d4019832f Merge branch 'develop' into bugfix/import-fuckups
fed63fd45f Merge pull request 'feature/small-useability-improvements' (#20) from feature/small-useability-improvements into develop
d10c48f2b9 fixed usage of input fields
a54cd33880 Merge pull request 'mhu/4-port-to-django-5.1 Port to recent Django version' (#18) from mhu/4-port-to-django-5.1 into develop
7c1465428f automatically select first finding in autocomplete fields on enter
Compare 19 commits »