hzrd149
2c30864340
BUD-00: allow BUDs to define client-side conventions
...
The definition restricted BUDs to features a server implements, but
BUD-10 (the blossom: URI schema) is already a client-side convention.
Broaden the definition to cover client-side conventions and data
formats built on Blossom blobs that servers do not implement.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-15 11:03:49 -05:00
hzrd149
ef3c79e40d
Merge pull request #99 from hzrd149/sunset-header
...
BUD-01: Sunset header for blob expiration
2026-04-22 09:42:44 -05:00
hzrd149
94d04be9fc
Move HEAD /upload back into BUD-06
2026-04-16 10:36:39 -05:00
hzrd149
7479b3eda3
document optional Sunset header for blob retrieval
2026-04-11 12:05:15 -05:00
hzrd149
c996e37aa6
Clarify HEAD /media responses
2026-04-11 11:46:50 -05:00
hzrd149
d02c5fc7dd
Clarify HEAD /upload blob existence checks
2026-04-11 11:34:11 -05:00
hzrd149
ea0f66b05c
Add 201 status to /media
2026-04-10 13:37:56 -05:00
hzrd149
183e1b3131
Add HTTP status codes to BUD-04
2026-04-10 12:34:48 -05:00
hzrd149
5d92ee621f
Make HTTP great again
...
Add specific status codes to endpoints for clarity
2026-04-06 11:18:28 -05:00
pippellia-btc
f82748e03b
unified validation logic, specified whether the "x" tag is required or
...
optional in the bud-11 table
2026-02-25 15:44:17 +01:00
pippellia-btc
2e958bf018
specified the header "X-SHA-256" and its use in authorization in both
...
/upload and /media.
2026-02-25 15:17:06 +01:00
pippellia-btc
c273d9a1e7
moved endpoint specific definitions to BUD-11 so the logic is unified.
2026-02-25 13:09:23 +01:00
hzrd149
5c060c5ee8
Clarify authorization token encoding in BUD-11 to specify Base64 URL-safe format without padding
2026-02-24 15:59:17 -03:00
hzrd149
6fbc2e05da
M ove authorization to BUD-11 and clarify
2026-01-13 19:48:31 -08:00
hzrd149
a3b1ef577b
unrecommend the list endpoint
2025-11-25 08:45:35 -06:00
hzrd149
342cae9e51
switch URI to use "blossom" instead of "blob"
2025-11-05 13:48:17 -06:00
hzrd149
05a6c68dd8
Require file extension
2025-11-04 09:48:40 -06:00
hzrd149
fe8906369c
Add blob URI spec
...
Another BUD-10
2025-11-04 09:44:15 -06:00
hzrd149
0ccf399577
Merge branch 'master' into list-pagination
2025-11-04 09:17:20 -06:00
hzrd149
7efca7a2a5
Update pagination method for /list/<pubkey> endpoint
2025-11-04 09:14:33 -06:00
hzrd149
847f449acf
Merge branch 'master' into BUD07-paid-storage
2025-07-30 12:57:34 -05:00
hzrd149
90affdd4d9
Update to use cashu NUT-24
2025-07-30 12:55:58 -05:00
Anthony Accioly
39ce39aa4d
fix: correct grammar in bud/01 redirect requirements
...
Co-authored-by: hzrd149 <8001706+hzrd149@users.noreply.github.com >
2025-06-23 14:21:32 +01:00
Anthony Accioly
85de0197f0
fix: correct typo in Content-Length headers description in blob retrieval documentation
2025-06-17 23:18:13 +01:00
Anthony Accioly
658c608b11
fix: update authorization event reference link in mirroring documentation
2025-06-17 23:03:27 +01:00
Anthony Accioly
b1a336fe75
Add optional file extension normalization during upload
2025-06-17 23:03:27 +01:00
Anthony Accioly
611272e251
Enhance proxying and redirection specification for blob retrieval
2025-06-17 23:03:27 +01:00
Anthony Accioly
1a085ed7bf
fix: clarify Content-Type handling for blob retrieval and mirroring
2025-06-17 23:02:05 +01:00
Anthony Accioly
cacfa520dd
Clarify requirements around Content-Type and Content-Length
...
- Specify that the server must return the MIME type in the Content-Type header for blob retrieval.
- Clarify fallback behaviour for unknown MIME types to application/octet-stream.
- Improve the description of how servers should infer MIME types and handle Content-Length for mirror requests.
2025-06-17 23:01:20 +01:00
Anthony Accioly
5ef2889547
Make type mandatory in the blob descriptor
2025-06-17 22:54:54 +01:00
hzrd149
e1299a6ce5
Merge pull request #73 from hzrd149/update-has-blob
...
Clarify has blob endpoint in BUD-01
2025-06-17 15:50:04 -05:00
hzrd149
6a27b156ba
Merge pull request #71 from hzrd149/define-buds
...
Add BUD-00 to define BUDs and common language
2025-06-17 15:21:31 -05:00
hzrd149
977d0be083
explicitly require content-type and content-length
2025-06-17 15:00:33 -05:00
hzrd149
2cbdc130a0
Merge pull request #70 from hzrd149/missing-head
...
Add missing HEAD for CORS headers
2025-06-17 14:55:42 -05:00
Sadeq
d6c2f9721f
Fix typo: Change 'where' to 'were' in Blob upload and management (BUD-02)
2025-06-06 18:56:56 +03:30
hzrd149
0baee02851
add fallback to application/octet-stream
2025-05-24 12:08:00 -05:00
hzrd149
620d74c2a2
Clarify has blob endpoint in BUD-01
...
Require headers to be identical to get endpoint
2025-05-13 10:50:44 -05:00
hzrd149
2d1593d634
Clarify wording on BUD-04
2025-05-13 10:32:09 -05:00
hzrd149
fca1c42406
Add missing HEAD for CORS headers
2025-05-13 09:31:54 -05:00
hzrd149
66e6dcec74
Add BUD-00 to define BUDs and common language
2025-05-13 09:31:19 -05:00
hzrd149
3ae2361b41
switch to cursor and limit with optional date filters
2025-05-12 09:38:25 -05:00
hzrd149
2aa65cc373
Fix spelling mistakes
2025-04-25 08:00:47 -05:00
Quentin
542c654045
Update buds/07.md
...
Co-authored-by: hzrd149 <8001706+hzrd149@users.noreply.github.com >
2025-04-20 18:37:03 +02:00
hzrd149
39d1ae9e93
add alternative line for cursor based pagination
2025-03-30 10:13:35 +01:00
hzrd149
a63959f1e0
Use offset limit pagination instead of date based pagination
2025-03-30 10:02:21 +01:00
hzrd149
782d382ca7
Clarify authorization requirements in BUD-04: change MUST to MAY for the Authorization header and specify auth type
2025-03-17 21:41:34 +00:00
Kieran
a3546a5bc3
Update 08.md
2025-02-26 21:20:25 +00:00
Kieran
9d8b3cb677
Update 08.md
2025-02-26 21:16:03 +00:00
hzrd149
9832ac4582
Merge pull request #38 from hzrd149/require-ext-in-url
...
modify BUD-02: require the file extension in the url field
2025-02-06 12:25:19 -06:00
hzrd149
d5225114af
Merge pull request #54 from hzrd149/require-media-auth
...
Change /media endpoint to require "media" auth
2025-01-28 18:14:35 -06:00