about summary refs log tree commit diff
path: root/src/lib/api
Commit message (Expand)AuthorAgeFilesLines
* run `yarn lint --fix` (#9013)Samuel Newman2025-09-098-17/+25
* fix(feed): only include pins for author threads filterCaidan Williams2025-09-021-6/+4
* Add feed tuner to remove muted threads (#8773)kindgracekind2025-08-041-0/+16
* Replace `resumeSession` with `getSession` in the email check (#8670)Samuel Newman2025-07-231-3/+3
* Activity notification settings (#8485)Samuel Newman2025-07-012-6/+58
* Fix video aspect ratio error - "Record/embed/aspectRatio/width cannot be less...Samuel Newman2025-06-281-4/+16
* add reqId to feed feedback (#8396)hailey2025-05-211-2/+6
* Live (#8354)Samuel Newman2025-05-101-7/+7
* bump it bop it upgrade it (rn 79/expo 53) (#8281)hailey2025-05-021-15/+15
* demo modeSamuel Newman2025-04-231-0/+20
* hackfix likes tab (#7770)Samuel Newman2025-02-251-1/+3
* `@atproto/api@next` integration (#7344)Eric Bailey2025-02-184-38/+19
* Trim leading whitespace-only lines (#7555)dan2025-01-231-1/+6
* Only show pins on Posts and Replies (#7544)dan2025-01-221-1/+3
* show video feeds from posts even if they are replies (#7516)Chris Kanich2025-01-211-0/+2
* Fix posting images on web (#7105)dan2024-12-141-1/+4
* Hook debugTopics to override X-Bsky-Topics (#6060)dan2024-11-011-1/+8
* Implement posting threads (#6049)dan2024-11-012-65/+166
* Sort imports (#6009)dan2024-10-291-3/+3
* Refactor composer state for threads (#5945)dan2024-10-291-9/+14
* Remove waterfalls from posting (#5931)dan2024-10-251-29/+36
* Make use of applyWrites when publishing posts (#5809)Mary2024-10-241-53/+66
* Include hydrated responses for other records (#5646)dan2024-10-241-29/+29
* Refactor post meta to return PostView (#5645)dan2024-10-241-12/+3
* Apply labelers and handle language for PWI home (#5816)Eric Bailey2024-10-171-4/+20
* Translate strings in `src/lib/api/index.ts` (#5750)surfdude292024-10-141-9/+10
* Nicer error message for disabled quotes (#5644)dan2024-10-081-1/+1
* Move remaining composer state into reducer (#5623)dan2024-10-072-53/+85
* Fetch link previews from RQ (#5608)dan2024-10-072-15/+81
* Use composer state as source of truth for embeds/links on publish (#5606)dan2024-10-072-55/+261
* Make composer reducer source of truth for images/video when publishing (#5595)dan2024-10-051-17/+15
* Rename some files and variables (#5587)dan2024-10-031-1/+1
* Introduce a composer reducer and move image state there (#5547)dan2024-10-021-0/+2
* Paralellize image uploads (#5535)dan2024-10-021-137/+117
* Pinned posts (#5055)Samuel Newman2024-09-281-3/+10
* Remove `react-native-fs` (#5463)Hailey2024-09-251-3/+5
* MobX removal take 2 (#5381)Mary2024-09-251-39/+14
* Fix lexicon validation in PWI Discover (#5329)dan2024-09-131-2/+3
* Revert "Show some known OP replies in Following (#5049)" (#5301)dan2024-09-121-21/+6
* Disable in-thread deduping for reposted replies (#5135)dan2024-09-041-1/+6
* Mark unhydrated replies as orphaned (#5048)dan2024-08-311-1/+9
* Show some known OP replies in Following (#5049)dan2024-08-311-6/+21
* [Video] Captions and alt text (#5009)Samuel Newman2024-08-301-3/+25
* Fix language filtering for feeds (#5026)dan2024-08-291-12/+5
* [Video] Add uploaded video to post (#4884)Samuel Newman2024-08-291-11/+27
* Detached QPs and hidden replies (#4878)Eric Bailey2024-08-211-50/+55
* Fix orphaned feed slices, handle blocks (#4944)Eric Bailey2024-08-191-5/+26
* Upgrade API, implement XRPC rework (#4857)Hailey2024-08-126-136/+124
* Tweak feed manip to show cases of A -> B without further children (#4883)Hailey2024-08-061-8/+10
* Show more replies in Following (different heuristic) (#4880)dan2024-08-061-15/+79