20 Commits

Author SHA1 Message Date
36a744159f add missing await statement
All checks were successful
Build and Push Docker Image / build (push) Successful in 15s
2024-10-13 00:25:26 +01:00
b2e75e6924 return serialized server data when generating servers 2024-10-11 18:52:16 +01:00
35c8e7582b is_bot_operational field on the Server model
All checks were successful
Build and Push Docker Image / build (push) Successful in 13s
True, False or None

indicates if the bot is a member of said server, and has sufficient permissions to perform it's job.

Starts as None (unknown) and becomes True or False when calling a server's `/generate-channels/` endpoint.
2024-10-11 17:24:49 +01:00
2d3f4b6294 tidy up GuildsView
All checks were successful
Build and Push Docker Image / build (push) Successful in 13s
abstraction
comments
restructure of existing code ...
2024-10-11 11:49:26 +01:00
5f0251bd87 ChannelsView - 404 if server not found
All checks were successful
Build and Push Docker Image / build (push) Successful in 14s
2024-10-11 10:35:03 +01:00
acc17cc9db fix - accidentally deleting channels from other servers
All checks were successful
Build and Push Docker Image / build (push) Successful in 51s
2024-10-03 17:10:23 +01:00
9002eaf807 generate channels view 2024-10-02 23:32:45 +01:00
64b569fd4d handle error based on HTTP status 2024-10-02 16:16:50 +01:00
ce263b23f4 fix error when being rate limited 2024-09-27 12:22:59 +01:00
20e713d8df bot permissions view (for later)
will use to check whether the bot has permissions in any given server
2024-09-26 16:47:15 +01:00
57dc57786c refactor for server changes 2024-09-24 22:47:26 +01:00
86074d2e13 replace old models with new 2024-09-24 17:28:37 +01:00
9bcb99dd30 class based view 2024-09-23 23:10:48 +01:00
181930d687 sync servers & members with Discord 2024-09-23 22:13:36 +01:00
3a3c909a86 Cleanup in home 2024-06-12 22:56:08 +01:00
73ee984747 new layouts for subscription plan 2024-04-02 01:15:24 +01:00
3694ccbac3 Django auth integration 2024-03-11 00:28:21 +00:00
4bb6189011 working on main page 2024-02-26 23:24:12 +00:00
5b82d06718 working on a basic home page 2024-02-25 01:06:14 +00:00
c76499c55e init 2024-01-28 23:18:51 +00:00