Commit graph

9 commits

Author SHA1 Message Date
Kumi 358a27b737
feat: Update pix360core repository URL
Migrated the source for pix360core from `kumig.it` to `git.private.coffee` to align with updated hosting arrangements. This change ensures our project dependencies are fetched from the most current and secure source repository, maintaining the integrity and reliability of our application's external dependencies.
2024-04-13 08:47:25 +02:00
Kumi c8332109bb
refactor(settings): improve readability and code consistency
This commit enhances the readability of the settings.py file by formatting lists and dictionary entries across multiple lines, and aligns the usage of quotation marks to ensure consistency (' to "). It simplifies the STATICFILES_DIRS and removes unnecessary whitespace, making the file cleaner and more maintainable. Additionally, it consolidates AUTH_PASSWORD_VALIDATORS to eliminate duplication. These changes not only make the codebase more uniform but also improve the configuration management process by making the settings easier to navigate and modify. Moreover, it adjusts the database configuration setup for MySQL/MariaDB and SQLite to use consistent dict key quotes, aiding in the clarity and readability of database configuration blocks. This effort streamlines future development and debugging by providing a more structured and intuitive settings file.

No specific issues are addressed directly in this commit, but it lays the groundwork for a more maintainable and error-free codebase.
2024-04-12 11:59:40 +02:00
Kumi ea09e6a49e
Improve OIDC session handling logic
Introduce conditional session refresh middleware addition based on new 'SessionValidity' config option. This change ensures that the OIDC session refresh middleware is only appended to the Django settings when a valid session expiry period is configured, enhancing the flexibility and configurability of authentication sessions. The expiry time is converted from minutes to seconds to align with OIDC_RENEW_ID_TOKEN_EXPIRY_SECONDS requirements.
2024-01-13 14:25:33 +01:00
Kumi f11311c69c
Remove unnecessary specification of static dir 2024-01-13 13:19:30 +01:00
Kumi 1ee5d9b699
Change static file configuration to use statics from pix360core 2024-01-13 11:39:41 +01:00
Kumi 41f4b0887f
Remove krpano from pix360 requirements 2023-10-31 09:51:33 +01:00
Kumi f3d84d6265
Oops, wrong directory... 2023-10-31 09:46:45 +01:00
Kumi e5a1bd9c65
.gitlab-ci.yml 2023-10-31 09:45:19 +01:00
Kumi e5788fa925
Base pix360 app - current status 2023-10-26 09:51:24 +02:00