Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

automod + mod api v2 (DRAFT) #457

Closed
wants to merge 23 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
8e44f29
lexgen: moderation api v2
bnewbold Nov 21, 2023
ac4cc7f
pds: rip out (some) legacy mod API endpoints
bnewbold Nov 21, 2023
01c5b84
beemo: refactor for new mod API
bnewbold Nov 21, 2023
250f7c6
gosky: updates for mod api v2
bnewbold Nov 22, 2023
e379a48
automod: update for mod api v2
bnewbold Nov 22, 2023
caa3472
labeler: remove old mod api v1 action code and tests (RIP)
bnewbold Nov 22, 2023
dfa6b6b
lexgen updates for mod api v2
bnewbold Nov 22, 2023
405721a
add back in reasons/comments after schema tweak
bnewbold Nov 22, 2023
a5489bd
fix Report/Reports typo
bnewbold Nov 22, 2023
d4bef51
another modEvent typo
bnewbold Nov 22, 2023
2a50f86
hepa: fix dockerfile
bnewbold Nov 23, 2023
2cf04d5
automod: basic slack webhook reporting
bnewbold Nov 27, 2023
2ad1f1a
automod: clean up bad-hashtag rule
bnewbold Nov 27, 2023
a0bc43d
automod: fixes to misleading URL rule
bnewbold Nov 28, 2023
da03322
automod: better loggging on unhandled exception
bnewbold Nov 28, 2023
926a7a4
automod: CID extract helper
bnewbold Nov 29, 2023
7754a42
automod: simple GTUBE known-value test rule
bnewbold Nov 29, 2023
ba47d63
automod: more helpers
bnewbold Nov 29, 2023
5fcb527
automod: refactor slack msg and de-dupe account actions
bnewbold Nov 29, 2023
239cce2
automod: purge account caches when necessary
bnewbold Nov 29, 2023
f2880bc
automod: fixes
bnewbold Nov 29, 2023
bd370d8
Merge branch 'bnewbold/lexgen-mod-event' into bnewbold/automod-more-m…
bnewbold Nov 29, 2023
b6e6a6a
mod api v2: required empty arrays
bnewbold Nov 29, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
532 changes: 421 additions & 111 deletions api/atproto/admindefs.go

Large diffs are not rendered by default.

166 changes: 166 additions & 0 deletions api/atproto/adminemitModerationEvent.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 0 additions & 25 deletions api/atproto/admingetModerationAction.go

This file was deleted.

33 changes: 0 additions & 33 deletions api/atproto/admingetModerationActions.go

This file was deleted.

25 changes: 25 additions & 0 deletions api/atproto/admingetModerationEvent.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 0 additions & 25 deletions api/atproto/admingetModerationReport.go

This file was deleted.

43 changes: 0 additions & 43 deletions api/atproto/admingetModerationReports.go

This file was deleted.

41 changes: 41 additions & 0 deletions api/atproto/adminqueryModerationEvents.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading