availabili.tf/backend-flask
John Montagu, the 4th Earl of Sandvich 3d5d9574e3
feat: Add webhook profile picture support
- Added `webhookBotProfilePicture` field to
  `TeamDiscordIntegrationSchema`.
- Updated `DiscordIntegrationForm.vue` to include profile picture input.
- Created migration to add `webhook_bot_profile_picture` column.
- Updated `Team` model to handle new profile picture field.
- Modified `TeamDiscordIntegration` and `TeamDiscordIntegrationSchema`
  to include the new profile picture attribute.
2024-11-29 00:04:46 -08:00
..
migrations feat: Add webhook profile picture support 2024-11-29 00:04:46 -08:00
models feat: Add webhook profile picture support 2024-11-29 00:04:46 -08:00
.env Implement some basic features 2024-11-02 12:33:27 -07:00
Dockerfile Update docker-compose for backend and reverse proxy 2024-11-07 18:13:12 -08:00
app.py Add events in frontend 2024-11-24 10:47:45 -08:00
app_db.py Implement event stuff 2024-11-27 01:03:41 -08:00
events.py Implement event stuff 2024-11-27 01:03:41 -08:00
forms.py Implement some basic features 2024-11-02 12:33:27 -07:00
login.py Make registration RESTful 2024-11-15 19:40:24 -08:00
middleware.py Implement event stuff 2024-11-27 01:03:41 -08:00
pyrightconfig.json Implement some basic features 2024-11-02 12:33:27 -07:00
requirements.txt Implement event stuff 2024-11-27 01:03:41 -08:00
schedule.py Implement event stuff 2024-11-27 01:03:41 -08:00
spec.py refactor(models): Upgrade to pydantic v2 2024-11-25 21:57:19 -08:00
team.py Implement event stuff 2024-11-27 01:03:41 -08:00
team_integration.py refactor: Change team integrations structure 2024-11-25 20:16:01 -08:00
team_invite.py Add additional arguments to decorator 2024-11-21 18:18:43 -08:00
user.py Make registration RESTful 2024-11-15 19:40:24 -08:00
utc.py Implement some basic features 2024-11-02 12:33:27 -07:00