whoogle-search/app/models
Don-Swanson ff3a44b91e
Refactor configuration and session management in the application
- Updated `docker-compose.yml` to remove version specification for modern compatibility.
- Enhanced secret key management in `__init__.py` with a new function to load or generate a secure key.
- Changed session file handling from `pickle` to `json` for improved security and compatibility.
- Added security headers in `routes.py` to enhance application security.
- Updated version to 1.2.1 in `version.py`.
- Refactored key derivation method in `config.py` to use PBKDF2 for better security.
- Improved calculator widget's evaluation method to prevent arbitrary code execution.
2025-11-26 17:32:11 -06:00
..
__init__.py Feature: language config (#27) 2020-05-12 17:15:53 -06:00
config.py Refactor configuration and session management in the application 2025-11-26 17:32:11 -06:00
endpoint.py Refactor session behavior, remove Flask-Session dep 2022-08-29 13:36:40 -06:00
g_classes.py Hide line below search bar in dark themes 2024-09-30 11:57:12 -06:00