8 Commits

Author SHA1 Message Date
Omar Sánchez Pizarro
905966d548 fix
Signed-off-by: Omar Sánchez Pizarro <omar.sanchez@pistacero.net>
2026-01-21 00:31:05 +01:00
Omar Sánchez Pizarro
38d644da1f fix: update Dockerfile and enhance article deletion route
- Changed the COPY command in Dockerfile to reference workers.json directly.
- Added basic authentication middleware to the article deletion route for improved security.
2026-01-20 04:21:13 +01:00
Omar Sánchez Pizarro
d66c42c511 mongodb
Signed-off-by: Omar Sánchez Pizarro <omar.sanchez@pistacero.net>
2026-01-20 03:53:47 +01:00
Omar Sánchez Pizarro
eaf3801fab mongodb
Signed-off-by: Omar Sánchez Pizarro <omar.sanchez@pistacero.net>
2026-01-20 03:49:41 +01:00
Omar Sánchez Pizarro
e8f3154ca2 mongodb
Signed-off-by: Omar Sánchez Pizarro <omar.sanchez@pistacero.net>
2026-01-20 03:47:28 +01:00
Omar Sánchez Pizarro
2189af270d mongodb
Signed-off-by: Omar Sánchez Pizarro <omar.sanchez@pistacero.net>
2026-01-20 03:36:58 +01:00
Omar Sánchez Pizarro
19932854ca feat: enhance authentication system with token-based login and session management
- Updated the backend to support token-based authentication, replacing basic auth.
- Added session management functions for creating, invalidating, and refreshing sessions.
- Refactored user routes to include login and logout endpoints.
- Modified frontend to handle token storage and session validation.
- Improved user experience by ensuring sessions are invalidated upon password changes.
2026-01-20 00:48:49 +01:00
Omar Sánchez Pizarro
9939c4d9ed Enhance caching mechanism and logging configuration
- Updated .gitignore to include additional IDE and OS files, as well as log and web build directories.
- Expanded config.sample.yaml to include cache configuration options for memory and Redis.
- Modified wallamonitor.py to load cache configuration and initialize ArticleCache.
- Refactored QueueManager to utilize ArticleCache for tracking notified articles.
- Improved logging setup to dynamically determine log file path based on environment.
2026-01-19 19:42:12 +01:00