No description
Find a file
Kumi 89825cf85c
feat: Enhance app config and user feedback
Introduced changes to `app.py` and templates to enhance application configuration options, improve user feedback mechanisms, and bolster security practices. Key updates include:

- Expanded Flask's configuration based on `settings.ini`, enabling `debug` mode and applying `ProxyFix` middleware conditionally to support reverse proxy setups.
- Extended the functionality to include dynamic footer links, sourced from the configuration file, across all relevant templates. This contributes to a more dynamic and maintainable web interface.
- Adjusted the rate limiting functionality from a 1-hour to a 1-day window, offering a more lenient and user-friendly request limitation system.
- Implemented an error handling flow for user creation in Planka, providing clearer feedback when password requirements are not met, thus enhancing the user signup experience.
- Added a new cron route for cleaning up stale requests from the database, aligning data retention practices with privacy concerns.

These changes aim to provide a more configurable, user-friendly, and secure application, addressing feedback and evolving requirements.
2024-04-26 09:45:43 +02:00
static feat: enhance user registration flow with validation 2024-04-26 08:53:28 +02:00
templates feat: Enhance app config and user feedback 2024-04-26 09:45:43 +02:00
.gitignore feat: Initialize application with Flask framework 2024-04-25 10:26:11 +02:00
app.py feat: Enhance app config and user feedback 2024-04-26 09:45:43 +02:00
requirements.txt feat: enhance user registration flow with validation 2024-04-26 08:53:28 +02:00
settings.dist.ini feat: Enhance app config and user feedback 2024-04-26 09:45:43 +02:00