Commit graph

23 commits

Author SHA1 Message Date
d4fd35769d
Refactor URL handling to use BASE_URL across the application and add base_url context processor
All checks were successful
Deploy to Server / deploy (push) Successful in 22s
2026-04-03 19:51:01 +02:00
8dfcd118e5
Fix pyright attribute access issues in test_sitemaps and fix import in views 2026-03-22 00:34:01 +01:00
778f71320f
Suppress xml.etree security lint for sitemap test
Add explicit noqa comments for S405/S314 in core/tests/test_sitemaps.py to satisfy the linter in test context.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-21 23:40:16 +01:00
1161670c34
Fix ruff issues: rename lambda arg, replace Any with object for type annotations 2026-03-21 23:26:57 +01:00
d99579ed2b
Add Redis configuration, integrate Celery, and sort fields in models
All checks were successful
Deploy to Server / deploy (push) Successful in 49s
2026-03-21 19:12:47 +01:00
a8747791c0
Add is_fully_imported field to DropCampaign and KickDropCampaign models; update views and commands to filter by this field
All checks were successful
Deploy to Server / deploy (push) Successful in 18s
2026-03-20 00:55:32 +01:00
79fb9b09c1
Update web app manifest; fix type errors
All checks were successful
Deploy to Server / deploy (push) Successful in 18s
2026-03-19 19:39:27 +01:00
cca873a357
Add IndexNow submission command
All checks were successful
Deploy to Server / deploy (push) Successful in 18s
2026-03-19 05:33:20 +01:00
02ea6314c3
Use several sitemaps
All checks were successful
Deploy to Server / deploy (push) Successful in 11s
2026-03-17 18:14:27 +01:00
70298fdd1e
More core templates to core template dir
All checks were successful
Deploy to Server / deploy (push) Successful in 12s
2026-03-17 05:50:01 +01:00
768e6f2111
Improve feed explenation; add link to templates 2026-03-17 05:36:31 +01:00
d05996fd3b
Set page_url in views 2026-03-17 04:51:43 +01:00
ec5141f09a
Update SEO description for dashboard 2026-03-17 04:35:30 +01:00
725df27b47
Improve SEO? 2026-03-17 04:34:09 +01:00
391097b8b8
Add Schema.org support for dataset
All checks were successful
Deploy to Server / deploy (push) Successful in 12s
2026-03-17 02:29:01 +01:00
563266d8cc
Also add Kick to dataset 2026-03-17 00:07:22 +01:00
60c9ccf01a
Add dashboard for all the different sites 2026-03-16 21:54:31 +01:00
c092d3089f
Fix types 2026-03-16 18:40:04 +01:00
6f6116c3c7
Move Twitch stuff to /twitch/ 2026-03-16 15:27:33 +01:00
faddc4c9b0 Implement user authentication system with custom user model, views, and templates
- Created custom User model extending Django's AbstractUser.
- Added user registration, login, and profile views with corresponding templates.
- Implemented user authentication functionality and integrated Bootstrap for styling.
- Updated project settings to use the new accounts app and user model.
- Added tests for user model and admin functionality.
2025-07-21 02:57:44 +02:00
0c7c1c3f30 Add initial configuration and structure for the Twitch app, including models, views, and admin registration 2025-07-08 19:05:36 +02:00
a0239948e0 Update settings and initial migration for improved type hinting and spell checking 2025-07-08 04:35:37 +02:00
96a159f691 Add environment configuration and email settings
- Created a new .env.example file for environment variable configuration including Django settings, email configurations, and common SMTP provider examples.
- Updated .vscode/settings.json to include additional words for spell checking.
- Enhanced config/settings.py to load environment variables using python-dotenv, added data directory management, and configured email settings.
- Updated config/urls.py to include debug toolbar URLs conditionally based on testing.
- Added pytest configuration in conftest.py for Django testing.
- Created core application with custom User model, admin registration, and migrations.
- Implemented tests for User model and admin functionalities.
- Updated pyproject.toml to include new dependencies for debugging and environment management.
- Updated uv.lock to reflect new package versions and dependencies.
2025-07-08 04:33:05 +02:00