Commit graph

2875 commits

Author SHA1 Message Date
Jake Fulmine
009bbde176
fix(dash): allow any valid id as page URL parameter 2024-06-23 18:56:18 +02:00
alyssa
7fe492e98e fix(dash): more status page fixes 2024-06-19 18:31:42 +09:00
alyssa
109d196faa fix(dash): update status page for new /private/meta format 2024-06-18 18:28:30 +09:00
alyssa
b4ff8d7e2f try to fix docker build cache 2024-06-18 17:58:10 +09:00
alyssa
8d12df4943 fix(api): rename shard_id field in shard state to id 2024-06-18 17:57:33 +09:00
alyssa
62cd28b1f0 fix: log dispatch errors correctly 2024-06-18 05:56:28 +09:00
alyssa
12ab02f087 fix: add proto/ directory to Dockerfile.rust 2024-06-16 22:26:05 +09:00
alyssa
83e387f27b fix: install protoc in rust Dockerfile 2024-06-16 22:07:20 +09:00
alyssa
e415c6704f feat(api): update rust deps, move /private/meta endpoint to rust-api 2024-06-16 21:56:14 +09:00
alyssa
f14c421e23 fix(bot): expose errors from the per-minute scheduled task 2024-06-15 23:59:38 +09:00
alyssa
1f11dbf269 fix(bot): clean up hid padding code 2024-06-04 18:56:28 +09:00
alyssa
80b685ae9b fix(bot): throw correct error on invalid 6-character system id 2024-06-04 18:52:55 +09:00
Iris System
082782b283 fix(bot): fix hid list pad when queryer has no registered system 2024-05-30 11:18:01 +12:00
multimasks
ba17bebc31
fix(docs): update command list + user guide (#637) 2024-05-30 00:09:40 +09:00
alyssa
4e285c75fb fix(bot): add "proxy" to pk;m privacy help/error text 2024-05-30 00:08:35 +09:00
Zowie
0557d2cd7e fix(api): expose x-ratelimit-* headers for browser-based applications 2024-05-25 20:54:00 +09:00
alyssa
6d49961daf feat(bot): config setting to pad 5-character ids in lists 2024-05-19 21:31:26 +09:00
multimasks
0a6d4bcb76
fix(docs): add missing pk;config keys 2024-05-12 17:14:24 +09:00
Iris System
bd1c54f5eb fix(api): trim trailing spaces from hids in GetSystemSwitches 2024-05-12 15:32:44 +12:00
alyssa
c3a30a59cd fix(bot): format ids correctly in a few places 2024-05-11 21:32:16 +09:00
alyssa
f6fceffc3f fix(bot): reset content-type header before reading content
Discord CDN sometimes returns content-type headers that not only break json
deserializing, but also just reading the body...
2024-05-11 20:54:05 +09:00
Iris System
8f3fa62ec3 fix: handle padded hids for GroupMember 2024-05-11 21:05:16 +12:00
Iris System
e93609df91 fix(bot): use ParseHid for input check in CreateNotFoundError 2024-05-11 20:07:01 +12:00
Iris System
7965e15282 fix(bot): make deletion ID checks accept hyphens/caps 2024-05-11 20:07:01 +12:00
Iris System
eccab602d5 fix(docs): a couple small updates 2024-05-11 20:07:01 +12:00
Iris System
7705bdefab fix(docs): update for 6-char IDs 2024-05-11 20:07:01 +12:00
Iris System
c0b96daa8d fix: re-add drop for old system_fronters view
831b6d3301 removed the view, and this line in
the cleanup SQL.

The DB migration for 6-char IDs fails to apply if this view exists - so even
though the view itself no longer exists in the code, we should always drop
it on cleanup.
2024-05-11 20:07:01 +12:00
Iris System
53a3d1886b fix(bot): add more plural forms to new config commands 2024-05-11 20:07:01 +12:00
Iris System
1ce9227b7d feat(bot): add option for hid capitalization 2024-05-11 20:07:01 +12:00
Iris System
a3f1601938 fix(bot): allow "split id" for config option 2024-05-11 20:07:01 +12:00
Iris System
dc3e21a195 fix(bot): correct length check in ctx.CreateNotFoundError 2024-05-11 20:07:01 +12:00
Iris System
9f56697241 feat: initial 6-character HID rework 2024-05-11 20:07:01 +12:00
alyssa
73f43b8cb3 feat(docs): document 'system' key in member/group models 2024-05-03 01:18:15 +09:00
alyssa
5656f592a9 feat(bot): add new APP tag to pk;explain and help command
Co-authored-by: XDuskAshes <thegaymeradummy@gmail.com>
2024-04-19 17:26:13 -04:00
alyssa
225480c8da chore: dotnet format (oops) 2024-04-16 15:02:52 -04:00
alyssa
1190af90a3 fix: document proxy_privacy in member model 2024-04-16 15:00:43 -04:00
alyssa
2b46d0c2ac fix(api): correctly check privacy settings on group list endpoint 2024-04-16 14:59:12 -04:00
Jake Fulmine
ffe3ee9050 fix(dashboard): don't parse + in markdown as list 2024-04-14 12:00:17 +02:00
multimasks
285a0f6542 fix(docs): add "Send Messages In Threads" permission to user guide (#618) 2024-04-13 22:51:30 +00:00
multimasks
f3a2ffeead fix(docs): update Nitro emoji & reply-ping sections (#613) 2024-04-13 22:48:29 +00:00
Jake Fulmine
fc1ef62334 fix(dashboard): don't trim newlines after lists in markdown parsing 2024-04-11 20:19:37 +02:00
Jake Fulmine
ec81bb0c80 fix(dashboard): properly serve fonts in backend 2024-04-11 14:59:20 +02:00
Jake Fulmine
07e653a1b8 fix(dashboard): parse non-ASCII characters in code blocks 2024-04-11 14:58:57 +02:00
alyssa
64c1939d71 feat(bot): query updated signature parameters of expired discord attachments 2024-03-13 21:25:35 +13:00
ambdroid
caff9c50aa
feat(core): add dispatch for autoproxy events (#621) 2024-03-14 10:26:09 +13:00
Astrid
44bd0d6079
Merge pull request #623 from nim-ka/main
Add shorthand 'pk;x' for 'pk;edit -regex'
2024-03-07 13:21:12 +01:00
nim-ka
1493e8d83d Remove trailing newlines 2024-03-07 03:31:01 -08:00
nim-ka
8f7f4ab6f4 Add shorthand 'pk;x' for 'pk;edit -regex' 2024-03-07 03:25:17 -08:00
Astrid
19fdae6ce9 fmt 2024-02-22 06:43:29 +01:00
Astrid
7880d3baf9
Also send gifs over to avatar service 2024-02-22 06:38:15 +01:00