Commit Graph

48 Commits

Author SHA1 Message Date
Daniel Holmgren
3e3f846a9c
simplify db schema + pagination (#94) 2024-07-08 12:59:26 -05:00
L-tan
12073636c7
Switch subscription endpoint (#69)
* Switch subscription endpoint

* Switch on fallback default value
2023-11-21 10:17:40 -06:00
Jaz
f1e9010a9a
Merge pull request #66 from Bossett/patch-1
Remove agent.api.app.bsky.feed.describeFeedGenerator
2023-09-30 14:44:00 -07:00
Bossett
871febdfec
Remove agent.api.app.bsky.feed.describeFeedGenerator
This call appears to just be a gate to stop people publishing custom feeds before the feature was released.

Removed, and publishing appears to have no ill effect. Addresses #65
2023-10-01 08:16:47 +11:00
bnewbold
364865af58
Merge pull request #64 from bluesky-social/bnewbold/deps
update `@atproto/*` package deps to current
2023-09-29 10:13:55 -07:00
bryan newbold
7ea9699b49 update all Lexicons from atproto repo 2023-09-28 17:11:53 -07:00
bryan newbold
64162fa136 fix basic build errors from deps bump 2023-09-28 17:09:15 -07:00
bryan newbold
b9b7462c4f yarn: bump @atproto/* deps 2023-09-28 17:08:55 -07:00
Kuba Suder
040801af3a
added link to a Ruby implementation to the readme (#48) 2023-06-19 16:38:21 -05:00
Edison Lee
f4b8159264
fix: handle firehose subscription error reconnect (Close #44) (#46) 2023-06-15 16:52:04 -05:00
Kuba Suder
3e4011acc2
Add MIT license file (#47) 2023-06-12 11:04:17 -05:00
dholms
e70ea59066 add link to community template 2023-05-31 19:47:02 -05:00
Thomas Fuchs
f02b113747
Update tsconfig.json (#37)
Cosmetic: remove trailing space
2023-05-30 20:28:30 -05:00
Daniel Holmgren
cbdac3417e
Docs and helpers (#38)
* improve docs & helpers around publisher dids

* add docs to env
2023-05-30 20:20:04 -05:00
Ben Harris
e849ac7f66
add listenhost option (#28)
(cherry picked from commit 1b2f04af6af57b36e800903b943aa4e01023b341)
2023-05-24 17:53:37 -05:00
Markus Amalthea Magnuson
51ca4d0659
Fix some typos and clean up README. (#25) 2023-05-24 17:51:50 -05:00
Joe Sondow
1b7d6e3e6d
Say what PDS stands for (#29)
So readers won't have to google Bluesky PDS to try to figure out what it means
2023-05-24 17:50:51 -05:00
devin ivy
9395b18214
Add temp fix for blobref validation issue (#23) 2023-05-19 11:00:39 -05:00
dholms
8d5c1b1182 remove publishMany script 2023-05-19 10:40:51 -05:00
Daniel Holmgren
2f620bd46d
Publish script (#21)
* describeFeedGenerator route + multiple feeds

* tweak readme

* improve env

* publish script

* create -> put

* readme

* handle blob encoding

* add check that feeds are available
2023-05-19 10:33:12 -05:00
Daniel Holmgren
745023cfc2
Improve .env (#20)
* describeFeedGenerator route + multiple feeds

* tweak readme

* improve env
2023-05-19 10:31:39 -05:00
Daniel Holmgren
3606414b79
Add describeFeedGenerator route + multiple feeds (#19)
* describeFeedGenerator route + multiple feeds

* tweak readme
2023-05-19 10:31:28 -05:00
dholms
285ef14a68 add build script 2023-05-15 22:06:25 -05:00
Cloudhunter
531aab43b1
Fix feed generation cursor split (#16) 2023-05-15 12:27:13 -05:00
Simon Fondrie-Teitler
d93c993883
Use limit parameter in post query (#18)
Fixes #14
2023-05-15 12:26:38 -05:00
dholms
2bff86cb4e add at:// prefix 2023-05-14 20:13:56 -05:00
dholms
bc753388c3 update lexicons & docs 2023-05-12 17:22:13 -05:00
dholms
c936d5ae9e moar gitignore 2023-05-11 22:29:47 -05:00
V
15ed3bec9e
Update .gitignore (#12) 2023-05-11 22:29:09 -05:00
Alice
ceae744601
Update README with instructions for the default URL (#11)
* update README with instructions for the default URL

* Update README.md

---------

Co-authored-by: Daniel Holmgren <dtholmgren@gmail.com>
2023-05-11 22:28:27 -05:00
Alice
17ad1e9d79
add .env.example, additional env var (#10) 2023-05-11 22:26:10 -05:00
dholms
050047fcd0 add did-web example 2023-05-11 18:44:02 -05:00
Alice
f9ccf112e1
fix dependencies (#9) 2023-05-11 14:49:34 -05:00
dholms
fac68c3250 tweak error type 2023-05-11 14:35:04 -05:00
dholms
cacc046986 comment out auth check & log firehose output 2023-05-11 14:33:20 -05:00
dholms
eeeb0325fc rm log 2023-05-11 12:14:50 -05:00
dholms
bca915f6ae live tail subscription 2023-05-11 12:07:11 -05:00
Emily Liu
ff09bc5337
Merge pull request #8 from bluesky-social/tweaks
readme tweaks
2023-05-11 09:29:10 -07:00
Emily Liu
5bc3a5fcb7 fix small typos 2023-05-10 22:45:08 -07:00
Emily Liu
b6a588c468 update app.bsky.feed.getFeedSkeleton link 2023-05-10 22:39:47 -07:00
dholms
42eebc3cfe readme tweaks 2023-05-10 23:24:41 -05:00
dholms
84420cc7aa add auth 2023-05-10 23:20:44 -05:00
dholms
2a13e9e97c tidy 2023-05-10 23:03:54 -05:00
devin ivy
9eb71863b3
More convenient access to ops by record type (#6) 2023-05-10 23:02:18 -05:00
devin ivy
71c2ee061e
Setup simple migration system (#7)
* Setup migrations, misc tidy/fixes

* Simplify migration provider
2023-05-10 23:00:44 -05:00
devin ivy
50f764ba86
Config by environment vars (#5)
* Support .env file

* Fix default sub endpoint
2023-05-10 22:59:50 -05:00
dholms
8ae277ffd4 readme updates 2023-05-10 19:51:47 -05:00
dholms
7421e718fc feed generator starter kit 2023-05-10 09:56:30 -05:00