Commit graph

1316 commits

Author SHA1 Message Date
eb331faf55
fix(pterodactyl): fixed a missing argument in one of the websocket events 2025-01-24 23:17:21 +00:00
3e4efa9220
fix(actions): updated container tags 2025-01-24 23:17:21 +00:00
b80dedbda2
fix(pterodactyl): fixed join and leave listeners throwing errors 2025-01-24 23:17:21 +00:00
872e1aabff
fix(pterodactyl): don't depend on a website to host images when i can bundle image files in the cog itself 2025-01-24 23:17:21 +00:00
bab80d6344
chore(pterodactyl): clean up some dirty code 2025-01-24 23:17:21 +00:00
73d3449894
fix(aurora): fixed two pydantic validation errors
Signed-off-by: cswimr <seaswimmerthefsh@gmail.com>
2024-09-25 22:57:57 -04:00
24005800fa
fix(aurora): actually fixed the thing i just tried to fix
Signed-off-by: cswimr <seaswimmerthefsh@gmail.com>
2024-09-25 22:55:33 -04:00
d92a0d27da
fix(aurora): fix /case breaking if a case is resolved but the resolving user doesn't exist anymore
Signed-off-by: cswimr <seaswimmerthefsh@gmail.com>
2024-09-25 22:51:45 -04:00
97406e7bac
feat(aurora): updated phx-class-registry to ^5.0.0 and fixed some typos 2024-09-20 14:49:28 -04:00
405729f37d
force downgrade of phx-class-registry
Signed-off-by: seaswimmer <seaswimmerthefsh@gmail.com>
2024-09-20 10:38:49 -04:00
1c941462df
feat(aurora): log how many errors occured in the handle_expiry task 2024-09-08 12:47:01 -04:00
b91946abeb
fix(aurora): catch exceptions thrown inside of the expiry handler instead of just stopping the task 2024-09-08 12:40:38 -04:00
d4fe97f247
fix(aurora): fixed retrieving a User object instead of a Member object 2024-09-08 12:33:16 -04:00
9e21879a49
fix(aurora): fixed note's handler using cls.string where it should have been using cls.verb 2024-08-24 19:21:49 -04:00
d600a10729
fix(aurora): don't try and use the attribute of a Member object when the object is a User object 2024-08-24 19:13:01 -04:00
5934506c8a
fix(aurora): make silent an optional argument in Aurora.moderate() 2024-08-23 14:54:06 -04:00
5459392d7e
fix(aurora): update the autologger method to use the new type registry 2024-08-23 14:43:43 -04:00
6560f98aef
feat(aurora): add [p]aurora info command 2024-08-22 18:47:17 -04:00
fa8036291c
fix(aurora): bump version and change author key 2024-08-22 17:54:36 -04:00
fadb3e1a9d
fix(aurora): make the moderation_id key in the moderation tables not nullable (NOT NULL) 2024-08-22 17:52:50 -04:00
bc3ea67e1e
fix(aurora): pylint fixes 2024-08-22 16:04:37 -04:00
43e82c9eb5
feat(aurora): minify export json to reduce file sizes 2024-08-22 15:59:23 -04:00
320db1b692
fix(aurora): make sure that bans with durations are imported as tempbans 2024-08-22 15:44:22 -04:00
fa27d12de5
feat(aurora): make all models compatible with repr 2024-08-22 15:33:36 -04:00
794ce56040
misc(aurora): changed a docstring 2024-08-22 12:33:30 -04:00
064784c9d7
fix(aurora): fixed the Note moderation type handler using cls.string instead of cls.verb 2024-08-22 12:26:42 -04:00
101d364241
misc(aurora): remove a useless logging call 2024-08-21 17:21:54 -04:00
cd3d3c7733
fix(aurora): make sure the bot key does not exist in the Change.from_dict() data dictionary 2024-08-21 15:16:40 -04:00
4d2004ed93
fix(aurora): fix changes not being imported 2024-08-21 15:16:10 -04:00
a3ad38f338
misc(aurora): improved Change.from_dict() 2024-08-21 15:15:50 -04:00
64758686bb
misc(aurora): simplified AuroraGuildModel a bit 2024-08-21 14:49:47 -04:00
fce4001152
fix(aurora): hopefully fixed changes not being imported 2024-08-21 14:48:56 -04:00
90be42769c
Merge branch 'main' into aurora-pydantic 2024-08-21 14:37:16 -04:00
b4a54d214d
misc(poetry): add sqlite-web dev dependency 2024-08-21 14:31:49 -04:00
8479dcdd48
fix(aurora): fixed a bug in the Aurora importer that prevented new imports from being imported 2024-08-21 14:15:25 -04:00
260438f397
misc(poetry): update to red 3.5.12 2024-08-21 00:17:48 -04:00
797793b970
feat(aurora): add _obj to the partial models 2024-08-19 17:57:26 -04:00
5d22e67864
fix(aurora): don't mutate a list while iterating through it 2024-08-19 17:53:15 -04:00
7c86d862cf
fix(aurora): fixed a TypeError 2024-08-19 17:52:18 -04:00
edbc950741
fix(aurora): remove empty lines in changes_factory and fix timestamp formatting 2024-08-19 17:50:52 -04:00
709042f057
fix(aurora): fixed an AttributeError in changes_factory 2024-08-19 17:46:05 -04:00
1c3b9377b5
fix(aurora): catch a ValueError in changes_factory 2024-08-19 17:45:02 -04:00
891b36ccaa
fix(aurora): fixed another syntax error in changes_factory 2024-08-19 17:42:25 -04:00
9be187e4aa
fix(aurora): fixed a SyntaxError in changes_factory 2024-08-19 17:41:41 -04:00
ec082b58ad
fix(aurora): make changes_factory support changes properly 2024-08-19 17:40:52 -04:00
b0509d748c
fix(aurora): fixed a 403 forbidden error in some moderation type handlers when moderating someone with the administrator permission 2024-08-19 17:23:53 -04:00
29f393fa89
fix(aurora): fix an attributeerror when editing a case type that doesn't use durations 2024-08-19 17:21:33 -04:00
0c2cde1a78
fix(aurora): changed how moderation changes are added. only log the information that is actually changed, and not everything 2024-08-19 17:19:01 -04:00
dc407c1125
fix(aurora): fixed the jsonencoder converting timedeltas to strings using str() 2024-08-19 14:49:04 -04:00
3d3036f9b6
fix(aurora): convert timedeltas to strings before creating changes from them 2024-08-19 14:46:08 -04:00