Foysal Ahamed
53621f8e10
✨ Add a policy property to takedown events ( #3271 )
...
* ✨ Add a policy property to takedown events
* ✨ Add policy list setting validation
* ✨ Make multiple policies possible for takedown and event search
* 📝 Add changeset
* ✨ Use , as policies separator
2025-01-02 20:46:53 -05:00
Foysal Ahamed
ed22362209
✨ Optionally ack all open subjects from the author with acknowledge event ( #3171 )
...
* ✨ Acknowledge all open subjects of an account when acknowledging account level reports
* 📝 Add changeset
2024-12-05 11:45:28 +00:00
Foysal Ahamed
48d08a469f
🐛 Define durationInHours as optional for reporter mute for permanent mutes ( #2988 )
...
* 🐛 Define durationInHours as optional for reporter mute for permanent mutes
* 📝 Add changeset
2024-11-13 21:11:16 +01:00
Foysal Ahamed
d6f33b4742
✨ Add events for account and record update/delete/deactivation ( #2661 )
...
* ✨ Add events for account and record update/delete/deactivation
* ✨ Add handle change event
* ✨ Reduce account events to 2 types and record events to 1
* ✨ Store metadata from account, identity and record events
* ✨ Add created event for record
* ✨ Add ndd the new events to allowed types in emitEvent
* ✨ Use string value for record op and add tombstone flag to identity event
* ✨ Add active flag on account events
* ✨ Change accountStatus -> status to match with firehose event
* ✨ Make active flag required
* 🚨 fix prettier style issue
* ✨ Track record/account delete and update data in subject status (#2804 )
* ✨ Store deleted/updated event data in subject_status
* 🐛 Fix query for recordDeletedAt and recordUpdatedAt
* ✨ Add tombstoned status
* ✨ Move from record to hosting term
* ✅ Add tests for hosting params
* ✨ Update lexicons for hostingStatuses
* ✅ Update snapshots
* ✅ Update snapshots
* ✅ Update snapshots
* ✨ Adjust hosting statuses
* 📝 Add changeset
2024-11-07 22:51:44 +01:00
Daniel Holmgren
73f40e63ab
Add threat signatures to ozone repo views ( #2931 )
...
* add threat signatures to ozone repo views
* explicitly add to views
2024-10-30 18:30:41 -05:00
Foysal Ahamed
62a8225f36
✨ Optionally ack all open subjects from the author with takedown event and get all mod subjects of a user ( #2793 )
...
* ✨ Add acknowledgeAllSubjectsOfAccount flag with takedown event
* 📝 better documentation of forAccount and subject params
* 🧹 Cleanup tests
* ✨ Change wording according to review
* ✅ Refactor tests
* ♻️ Rename acknowledge flag
2024-09-11 18:26:53 +02:00
bnewbold
aab465deb7
lexicons: add missing ozone Tag event type to unions ( #2632 )
...
* lex: add missing tag events to unions
* make codegen
2024-07-08 18:54:27 -07:00
Daniel Holmgren
255d5ea1f0
Account deactivation ( #2531 )
...
* subscribe repos lex: new #account event type
* lex: getAccountStatus endpoint
* lex: add account status errors to sync methods
* tweak type of token union
* fix getAccountStatus parameter name
* codegen
* Account -> Repo
* re-codegen
* update errors in sync methods
* add getRepoStatus route
* add account events to sequencer
* emit account evts
* fix test + small bugfixin
* handle evt on bsky side
* codegen
* loggable message
* schema tweaks
* build errors & tidy
* tidy account deactivation tests
* more subscribe repos tests
* identity evt tests + tidy
* return optional did doc on identity evts
* update identity evt
* update impl for identity evt handles
* add description to handle field
* status on listRepos & notate deprecated firehose events
* return status on listRepos
* pr feedback
* tests
* protos
* add status to session schemas
* codegen
* revamp auth-verifier
* thread through agent
* fix tests
* fix account deletion test
* fix more tests
* fix type error in repo.test
* bsky index account evts
* apply in appview
* add to admin route
* add deactivatedAt to ozone views
* pds tests
* appview tests
* ozone test
* fix bsky test
* fix agent test
* fix indexing test
* tweak session schemas
* update session routes & clean up status handling in pds & agent
* changeset
* patch pds test
* rm active from knownValues
---------
Co-authored-by: bryan newbold <bnewbold@robocracy.org>
2024-05-31 16:39:21 -05:00
Daniel Holmgren
265ce86e15
Ozone chat integration ( #2490 )
...
* wip
* schema tweaks
* room -> chat
* missed one
* missed another
* deleted messages + incoming message settings
* add schemas for blocking users
* chat update schemas
* make updateUserSettings more generic
* fix dangling ref
* fix dangling refs
* mute chats & leave chats
* schema consistency, naming
* lexicon for updating chat read state
* dm lexicon updates, add batch send endpoint
* dm sender on deleted message
* Add codegen for temp lex
* lexicon: switch temp.dm to chat.bsky namespace, misc fixes
* lexicon: codegen
* lexicon: fix some chat/convo terminology
* lexicon: codegen
* moderator schemas
* codegen
* lexicon: consistency in chat lexicons
* lexicon: add chat to associated profile info
* add ref to updateActorAccess
* add annotation on convoView for disabled members
* codegen
* ozone lexicons
* scaffold routes
* hook up chat moderation routes to ozone
* add message subject for reports/events
* remove dm references from ozone schemas
* ensure report exists before serving getMessageContext
* 🐛 Fix typo in column name
* adjust before/after instead of throwing
* add dev script
* add dev-env introspection server
* hook up chat mod routes to pds & ozone
* ✨ Add message ref subject in eventView def
* fix typo
* add chat reporting test
* fix test
* update dev-env chat did
* update dms server routes name
* pr feedback
---------
Co-authored-by: Devin Ivy <devinivy@gmail.com>
Co-authored-by: Eric Bailey <git@esb.lol>
Co-authored-by: Foysal Ahamed <foysal@blueskyweb.xyz>
2024-05-15 18:52:47 -05:00
Foysal Ahamed
58551bbe05
✨ Allow muting reporter ( #2390 )
...
* ✨ Allow muting reporter
* ✨ Allow fetching ONLY muted subjects
* 🚨 re-run linter on fixed main
* ✨ Track muted reports
* ✅ Adjust snapshot
* ✅ Adjust snapshot
* ✅ Adjust snapshot
* 📝 Add changesets
* ♻️ Refactor muted reporter check
* ✨ Use new event type for muting/unmuting reporter
* 🧹 Cleanup
2024-04-25 10:43:04 -04:00
Daniel Holmgren
2ea27e340a
Ozone lexicons ( #2288 )
...
* lexicons
* clean up old admin schemas
* codegen
* renaming all routes
* fix more
* fix snaps
* fix test
* format
* hook up ozone routes on pds
* publish next version
* build branch
* dont build branch
2024-03-12 18:42:11 -05:00