Luciano Gervasoni
3a33697ca3
Fix critical bugs in app_urls
- init_db.py: parameterize SQL queries to prevent SQL injection
- scheduled_tasks.json: resolve duplicate periodic task pk (4 -> 15)
- db_utils.py: use function parameter in _get_status_pattern_matching
instead of capturing the enclosing scope variable
- url_detail.html: fix wrong field name image_urls -> images_url
- settings.py: align Celery queues (default/light/heavy) with the task
queues and supervisord workers
- Add /task/publish_<id>/ route to fix broken publish links in templates
2026-09-01 15:08:14 -03:00
..
2025-04-18 16:36:14 +02:00
2026-09-01 15:08:14 -03:00
2025-04-04 10:53:16 +02:00
2025-04-07 09:37:16 +02:00
2025-09-08 16:20:39 +02:00
2025-07-22 22:53:53 +02:00
2025-06-27 09:14:44 +02:00
2025-07-08 18:18:26 +02:00
2025-04-18 16:36:14 +02:00
2025-09-08 16:12:27 +02:00
2025-04-23 17:46:47 +02:00
2025-07-17 22:29:06 +02:00
2025-10-16 10:38:32 +02:00
2025-04-24 16:53:52 +02:00
2025-09-08 16:20:39 +02:00