rafael
64100a75b3
Bookmarks ( #4163 )
2025-09-02 10:28:34 -03:00
rafael
c370d933b7
Lists API improvements ( #4081 )
...
* Add purposes filter to app.bsky.graph.getLists
* Add getListsWithMembership
* Add getStarterPacksWithMembership
* Refactor list membership hydration
* changeset
* update getStarterPacksWithMembership lexicon output
* bsky: address feedback on list api improvements
* tidy
* tidy
---------
Co-authored-by: Devin Ivy <devinivy@gmail.com>
2025-08-05 01:06:05 -04:00
rafael
9751eebd71
Cleanup app.bsky.unspecced.checkHandleAvailability ( #4072 )
2025-07-29 17:00:05 -03:00
Eric Bailey
8787fd9dea
Prevent assured user from re-initiating ( #4058 )
...
* Validate user status before initiating
* Format
* Add test, not working yet
* Fix test
* Import order
---------
Co-authored-by: rafael <rafael@blueskyweb.xyz>
2025-07-18 14:13:25 -05:00
rafael
dc84906c86
checkHandleAvailability
endpoint (#4049 )
2025-07-17 16:09:14 -03:00
rafael
77c6dffd0b
AA fixes ( #4050 )
2025-07-16 15:13:21 -03:00
rafael
083566ddfc
Endpoint for unregistering push notifications ( #4041 )
...
Co-authored-by: Samuel Newman <mozzius@protonmail.com>
2025-07-14 20:06:22 -03:00
rafael
88c1364274
APIs for age assurance compliance ( #4028 )
...
Co-authored-by: Eric Bailey <git@esb.lol>
2025-07-11 19:09:18 -03:00
Jim Calabro
c73d913354
Pass Through Age Restricted Status on Device Push Tokens ( #4030 )
...
* add ageRestricted to lexicon
* make codegen
* update courier proto
* pass through ageRestricted
* make fmt
2025-07-10 17:22:09 -04:00
Samuel Newman
8a0f190399
Subscribe to activity implementation ( #3908 )
...
Co-authored-by: rafael <rafael@blueskyweb.xyz>
2025-06-30 18:43:27 -03:00
Samuel Newman
bb65f7a6e2
Add subscribed-post
notification reason ( #4005 )
...
* add new notification reason
* changeset
2025-06-30 07:53:56 -07:00
rafael
6cd1202065
Subscribe to activity lexicons ( #3990 )
...
* Activity subscription lexicons
* Update lexicons/app/bsky/notification/declaration.json
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
* update codegen
---------
Co-authored-by: Samuel Newman <mozzius@protonmail.com>
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
2025-06-24 03:43:53 -07:00
Samuel Newman
97ef116571
Rename filter
-> include
( #3966 )
...
* rename filter -> include
* changeset
* fix tests
2025-06-17 13:45:49 -04:00
Samuel Newman
a48671e730
Notification preferences V2 endpoints ( #3901 )
...
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
Co-authored-by: rafael <rafael@blueskyweb.xyz>
2025-06-06 18:29:05 -03:00
Eric Bailey
c6eb8a12e2
Update V2 additional replies naming convention ( #3929 )
...
* Rename
* Import sorting
2025-06-06 10:54:36 -05:00
Eric Bailey
a5cd018bd5
Unify getPostThreadV2
and getPostThreadHiddenV2
responses ( #3912 )
...
Co-authored-by: rafael <rafael@blueskyweb.xyz>
2025-05-31 16:25:25 -03:00
rafael
f6d5a467e7
Fix handling following users in threads v2 ( #3909 )
2025-05-29 13:01:11 -03:00
rafael
1dae6c59ab
Add app.bsky.unspecced.getPostThreadV2
( #3825 )
...
Co-authored-by: Eric Bailey <git@esb.lol>
2025-05-27 22:12:12 -03:00
Samuel Newman
79a75bb1ed
Referred likes lexicon changes ( #3882 )
2025-05-26 19:28:59 +03:00
bnewbold
24e20b96c6
lexicons: update searchPosts to indicate it isn't always available publicly ( #3844 )
...
* update searchPost description to clarify it may or may not be public
* codegen
2025-05-20 21:04:40 -07:00
hailey
80f402f366
add reqId
to interactions ( #3869 )
2025-05-20 14:45:19 -07:00
rafael
86b3153884
Add liveNow to app.bsky.unspecced.getConfig ( #3860 )
2025-05-16 17:01:37 -03:00
rafael
3a65b68f7d
Actor status lexicon and views ( #3824 )
2025-05-05 17:35:10 -03:00
rafael
0087dc1c0b
Verification notifications ( #3773 )
...
Co-authored-by: Eric Bailey <git@esb.lol>
2025-04-18 16:46:42 -03:00
Eric Bailey
553c988f1d
Add prefs ( #3770 )
...
* Add verification prefs
* Update other unrelated tests
2025-04-17 17:11:03 -05:00
rafael
688268b6a5
Delegated verification ( #3761 )
...
Co-authored-by: Eric Bailey <git@esb.lol>
2025-04-16 19:38:16 -03:00
rafael
3fcd221111
Fix dependency ( #3752 )
2025-04-15 16:30:52 -03:00
Hailey
8b7bf7e8f0
use full profile in suggested users response ( #3724 )
...
* use full profile in suggested users response
* Codegen
* Changeset
---------
Co-authored-by: Eric Bailey <git@esb.lol>
2025-04-07 18:30:10 -07:00
Hailey
0e681d3036
add getSuggestedUsers
( #3713 )
...
* add lex
* Fix syntax errors
* Fix typo
* Make category optional
* Codegen
* setup endpoint
* nits
* changeset
---------
Co-authored-by: Eric Bailey <git@esb.lol>
2025-04-04 09:22:59 -07:00
Hailey
efb302db1a
unspecced getSuggestedFeeds ( #3680 )
...
* Reapply "add codegen"
This reverts commit 620b10954af90f53e1692c3fd7451c675f1e9956.
* add pipethrough
* pipethrough header
* fix descriptions
* rm
* codgen/build
* suggested starterpacks pipethrough
* Reapply "add codegen"
This reverts commit 620b10954af90f53e1692c3fd7451c675f1e9956.
* add pipethrough
* pipethrough header
* fix descriptions
* rm
* codgen/build
* add hot
* Codegen
* Hotter
* Category as optional open string
* Format
* Run codegen for reaction lexicon changes (#3674 )
* codegen main
* changeset
* Version packages (#3675 )
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* add hot
* Codegen
* Hotter
* Category as optional open string
* Format
* codegen
* tidy
* required array
* getSuggestedFeeds codegen
* add pipethrough
* add route
* update comment
* use right viewer
* update comment
* Feedback
* Changset
* Format
---------
Co-authored-by: Eric Bailey <git@esb.lol>
Co-authored-by: Samuel Newman <mozzius@protonmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-02 17:36:30 -05:00
Eric Bailey
04b6230cd2
Return StarterPackView
instead of StarterPackViewBasic
from getSuggestedStarterPacks
( #3706 )
2025-04-01 15:58:55 -05:00
Hailey
0eea698bef
suggested starterpacks pipethrough ( #3677 )
...
* Reapply "add codegen"
This reverts commit 620b10954af90f53e1692c3fd7451c675f1e9956.
* add pipethrough
* pipethrough header
* fix descriptions
* rm
* codgen/build
* suggested starterpacks pipethrough
* Reapply "add codegen"
This reverts commit 620b10954af90f53e1692c3fd7451c675f1e9956.
* add pipethrough
* pipethrough header
* fix descriptions
* rm
* codgen/build
* add hot
* Codegen
* Hotter
* Category as optional open string
* Format
* Run codegen for reaction lexicon changes (#3674 )
* codegen main
* changeset
* Version packages (#3675 )
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* add hot
* Codegen
* Hotter
* Category as optional open string
* Format
* codegen
* tidy
* required array
* add route
* update lex
* use right viewer
* use right viewer
* remove viewer property
* lex codegen
* update comment
* Changeset
* Add test
---------
Co-authored-by: Eric Bailey <git@esb.lol>
Co-authored-by: Samuel Newman <mozzius@protonmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: rafael <rafael@blueskyweb.xyz>
2025-04-01 14:18:13 -05:00
Hailey
2b7efb6cb1
v2 trends endpoint ( #3673 )
...
* Reapply "add codegen"
This reverts commit 620b10954af90f53e1692c3fd7451c675f1e9956.
* add pipethrough
* pipethrough header
* fix descriptions
* rm
* codgen/build
* add hot
* Codegen
* Hotter
* Category as optional open string
* Format
* required array
* update lex
* use right viewer
* lex codegen
* update comment
* codegen
* Add basic test
* Format
* Changeset
---------
Co-authored-by: Eric Bailey <git@esb.lol>
Co-authored-by: rafael <rafael@blueskyweb.xyz>
2025-04-01 12:44:18 -05:00
Hailey
620b10954a
Revert "add codegen"
...
This reverts commit 00b409567271d5b1b27a40f8c8e8ad020967781b.
2025-03-26 11:50:32 -07:00
Hailey
00b4095672
add codegen
2025-03-26 11:50:01 -07:00
devin ivy
6bcbb6d8cd
app.bsky: permit 100mb video uploads ( #3602 )
...
* app.bsky: permit 100mb videos.
* codegen
* changeset
* app.bsky: add description to video embed blob field.
2025-03-03 18:25:10 -05:00
Eric Bailey
11d8d21bea
[APP-1072] Support labeler declaration fields on app view responses ( #3579 )
...
* Mirror new fields on labelerViewDetailed
(cherry picked from commit 33fdceec26c189995936129355135fdb1480a738)
(cherry picked from commit fe5626639e2d9d03448d8a7e829ad4d8b5e54ec3)
* Mirror new labeler service record properties on labelerViewDetailed lexicons
(cherry picked from commit 6a490f83232c258ac4cc2cd46379048195c4710f)
* Include new labeler service record properties on the labelerViewDetailed reponse from the app view.
(cherry picked from commit 279ed6472d370a61bf669656fda2fddaf2f88621)
* Format
(cherry picked from commit 620346d1e15d130e11fea45cf05d12d246b8e605)
* Fix up bad conflict resolution in test suite
(cherry picked from commit efa04cf592088be0bb8c7c96eb2d45ecbc1a2ea4)
* Import order
(cherry picked from commit 82567caaf53daa09951f71704827ff8d48f1bcc3)
2025-02-26 09:00:57 -06:00
bnewbold
99e2809ca2
[APP-1072] Add labeler declaration lexicons ( #3521 )
...
* updates to com.atproto.moderation.* for report routing
* updates to labeler service declaration; and new reason types
* Apply suggestions from code review
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
* remove dupe reasonAppeal
* iterate on labeler declaration lexicons
* Makefile: fast helper for formatting just lex json
* external, not link
* change default when subjectCollections is not defined
* remove 'example reason' disclaimers
* simplify lex report proposal: just labeler declartions
* missed knownValues list
* Codegen, changeset
---------
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
Co-authored-by: Eric Bailey <git@esb.lol>
2025-02-25 09:46:12 -06:00
Eric Bailey
636951e472
Include new followerRule
as valid setting in postInteractionSettings
pref ( #3501 )
...
Include new followerRule as valid setting in postInteractionSettings pref
2025-02-06 12:17:14 -06:00
rafael
dc8a7842e6
Add followerRule threadgate ( #3496 )
...
* Add followerRule threadgate
* changeset
2025-02-06 11:52:21 -03:00
Eric Bailey
87ed907a6b
Add setPostInteractionSettings
and related prefs ( #3494 )
...
* Add setPostInteractionSettings and related prefs
* Fix test
* Align types and implementation
* Tighten up, clarifying descriptions
* Fix test
* Format
2025-02-05 17:43:27 -06:00
rafael
c0a75d310a
posts_with_video filter ( #3390 )
2025-01-21 15:49:02 -03:00
rafael
b1dd0504cc
[threadContext 1] Add threadContext to threadViewPost - lex ( #3318 )
2025-01-21 14:36:50 -03:00
rafael
cbf17066f3
feed generator content mode ( #3389 )
2025-01-17 20:26:29 -03:00
Ian Wesley-Smith
e277158f70
Add recId to getSuggestionsSkeleton ( #3364 )
...
* Add recId to getSuggestionsSkeleton
* codegen
* add recId to app client endpoints
* codegen
* changeset
---------
Co-authored-by: Hailey <me@haileyok.com>
2025-01-13 15:34:11 -08:00
Hailey
dced566de5
add trending topic lex, wire in agent ( #3250 )
...
* add lex
* add suggested as well
* don't use uri format
* codegen
* tweak lex
* wire in
* add missing var
* move
* make auth optional
* mount
* add trending topics to server cfg (#3226 )
* add trending topics to server cfg
* rename stuff
* remove langs
* make viewer nullable
* recodegen
* changeset again
---------
Co-authored-by: dholms <dtholmgren@gmail.com>
2024-12-16 15:20:46 -08:00
dan
207728d2b3
Add reasons param to listNotifications ( #3222 )
...
* Add filter param to listNotifications
* Codegen
* Changeset
* update schemas
* tweak schema
* filter -> reasons
---------
Co-authored-by: dholms <dtholmgren@gmail.com>
2024-12-11 13:46:14 -06:00
dan
a3ce23c4cc
Add hotness as a default thread sort option ( #3082 )
...
* Add hotness as a thread sorting option
* Changeset
2024-11-22 18:36:55 -08:00
rafael
a4b528e5f5
Add searchStarterPacks to appview ( #2978 )
...
* Add app.bsky.graph.searchStarterPacks lexicon
* Codegen for app.bsky.graph.searchStarterPacks
* Add app.bsky.unspecced.searchStarterPacksSkeleton
* Gen app.bsky.unspecced.searchStarterPacksSkeleton
* Add SearchStarterPacks rpc to bsky.proto
* Implement searchStarterPacks endpoint
* @atproto/api changeset
* Add starter pack search by term to dataplane
2024-11-18 10:36:39 -03:00
Samuel Newman
c6a9678280
Revert "lexicon change - add presentation"
...
This reverts commit 4084f6091a69fde86172eae9fd562ae4bb58fbae.
2024-11-08 14:57:46 +00:00