planka-register/templates
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
..
already_requested.html feat: enhance user feedback for duplicate requests 2024-04-25 20:57:19 +02:00
base.html feat: Enhance app config and user feedback 2024-04-26 09:45:43 +02:00
post_request.html feat: enhance user registration flow with validation 2024-04-26 08:53:28 +02:00
post_signup.html feat: enhance user registration flow with validation 2024-04-26 08:53:28 +02:00
request.html feat: enhance user registration flow with validation 2024-04-26 08:53:28 +02:00
signup.html feat: Enhance app config and user feedback 2024-04-26 09:45:43 +02:00
unknown.html feat: enhance user registration flow with validation 2024-04-26 08:53:28 +02:00