1
0
mirror of https://codeberg.org/fediverse/fep.git synced 2026-08-05 19:55:46 +00:00
Commit Graph

112 Commits

Author SHA1 Message Date
silverpill b08fe0dd13 FEP-5feb: Move to new directory and add to README 2023-09-06 13:52:11 +00:00
silverpill 0ee0ea294f FEP-5feb: Search indexing consent for actors (#153)
Reviewed-on: https://codeberg.org/fediverse/fep/pulls/153
2023-09-06 13:44:31 +00:00
Claire 70bd3dd8ca FEP-5feb: Search indexing consent for actors 2023-09-06 15:14:36 +02:00
silverpill 61af68bbdf Fix redirects for some FEPs (#115)
This PR updates redirection pages for my proposals.

Co-authored-by: silverpill <silverpill@firemail.cc>
Reviewed-on: https://codeberg.org/fediverse/fep/pulls/115
2023-07-07 19:55:11 +00:00
a 1c00c71925 update 9606 -> 888d 2023-06-30 23:10:12 +00:00
a d3cd04d8a8 Migrate to dedicated fep/ directory and FEP-xxxx subdirectories (#109)
as discussed in https://socialhub.activitypub.rocks/t/fep-a4ed-the-fediverse-enhancement-proposal-process/1171/38?u=trwnh onward, and as described in https://socialhub.activitypub.rocks/t/fep-a4ed-the-fediverse-enhancement-proposal-process/1171/57?u=trwnh

Open considerations:

1. This PR copies `feps/fep-xxxx.md` to `fep/xxxx/fep-xxxx.md` for now. There is some consideration for naming it `index.md` instead, in order to ease with potential future static site generation via CI/CD. Imagine a CI/CD task that clones the repo and generates a proper site using `fep` as the content directory. (The idea is that this site may then be served to anyone requesting text/html representations of the `https://w3id.org/fep/xxxx` URI following the specifications laid out in FEP-9606.)

2. This PR does not yet delete any old paths. Everything in `feps/` has been edited to contain a Markdown link to the new location.

Rationale:

- We have encountered FEPs that wish to create their own assets, and the current structure is confusingly laid out. Asset colocation is widely considered a "best practice" for this sort of scenario. Particularly in cases where the rest of the repo's structure may potentially change in the future, asset colocation prevents any FEP-specific links from breaking because those links can be written relative to their FEP root.

- To ease PURL resolution, context documents can be considered sidecar assets to each FEP that defines extension terms. The mechanism for this is again described in FEP-9606. Redirection rules can be simplified to use less conditions, since the base folder remains the same.

Next steps:

- Edit the README.md to update the instructions for submitting a new FEP (pending open consideration 1)
- Set a timeline for when or if the old `feps/` directory should be removed (pending open consideration 2)
- Merge this PR

Co-authored-by: a <a@trwnh.com>
Reviewed-on: https://codeberg.org/fediverse/fep/pulls/109
Co-authored-by: a <trwnh@noreply.codeberg.org>
Co-committed-by: a <trwnh@noreply.codeberg.org>
2023-06-13 20:46:13 +00:00
silverpill 3e821464af Finalize FEP-f1d5 (#108)
This proposal has gone through "final comments" phase and can be finalized

Discussion: https://codeberg.org/fediverse/fep/issues/50#issuecomment-925309

Co-authored-by: silverpill <silverpill@firemail.cc>
Reviewed-on: https://codeberg.org/fediverse/fep/pulls/108
Co-authored-by: silverpill <silverpill@noreply.codeberg.org>
Co-committed-by: silverpill <silverpill@noreply.codeberg.org>
2023-06-02 21:16:54 +00:00
Pere Lev 1ca9905b8d FEP-8b32: List Vervis as an implementation (#107)
I just implemented FEP-8b32 in Vervis and wanting to list it as an implementation, simply for the visibility that Mitra isn't the only one.

Current limitations:

- Only jcs-eddsa-2022 is supported
- The JCS canonicalization is buggy

Co-authored-by: Pere Lev <pere@towards.vision>
Reviewed-on: https://codeberg.org/fediverse/fep/pulls/107
Co-authored-by: Pere Lev <fr33domlover@noreply.codeberg.org>
Co-committed-by: Pere Lev <fr33domlover@noreply.codeberg.org>
2023-05-31 01:22:42 +00:00
silverpill 33a8691603 FEP-e232: Update proposal (#104)
- Added known implementations
- Changed domains in example according to https://www.rfc-editor.org/rfc/rfc2606#section-2

Co-authored-by: silverpill <silverpill@firemail.cc>
Reviewed-on: https://codeberg.org/fediverse/fep/pulls/104
Co-authored-by: silverpill <silverpill@noreply.codeberg.org>
Co-committed-by: silverpill <silverpill@noreply.codeberg.org>
2023-05-26 00:56:33 +00:00
helge 9d90d9477e FEP-4adb: Dereferencing identifiers with webfinger (#98)
Co-authored-by: Helge <helge.krueger@gmail.com>
Reviewed-on: https://codeberg.org/fediverse/fep/pulls/98
Co-authored-by: helge <helge@noreply.codeberg.org>
Co-committed-by: helge <helge@noreply.codeberg.org>
2023-05-17 15:42:21 +00:00
Adam Nelson cf880fd7a6 FEP-fffd: New draft using url and Link, plus merging instructions (#99)
This is an extensive update to FEP-fffd:

- Proxy links are now `Link`s in `url` with `"rel": "alternate"` or `"rel": "canonical"`. The new `@context` entries have been removed entirely.
- Protocols are determined by URI scheme and/or `mediaType`, not an explicit `protocol` URI.
- Added ATProto, DID, Secure Scuttlebutt, RSS, Atom, and ActivityPub to the list of well-known protocols.
- Specified that only bare NIP-19 identifiers can be used in Nostr URIs.
- Added a section to explain the merging "algorithm", mostly the situations in which merging breaks down and should be skipped.
- Removed references to Zot, since no bridging is needed for Zot.
- More clarity about which sections are normative.
- Added a reference to proxies for moved ActivityPub posts, which seems like an ideal use case not considered before.

Co-authored-by: Adam R. Nelson <adam@nels.onl>
Reviewed-on: https://codeberg.org/fediverse/fep/pulls/99
Co-authored-by: Adam Nelson <arnelson@noreply.codeberg.org>
Co-committed-by: Adam Nelson <arnelson@noreply.codeberg.org>
2023-05-17 15:39:50 +00:00
ClearlyClaire 565a08889b Update FEP-5624 (#97)
Update FEP-5624 with the following changes:
- clarify that the authority can forward replies and that when doing so, those replies should be considered approved
- use special-purpose activities instead of ambiguous `Accept` and `Reject`

Co-authored-by: Claire <claire.fep-1d7d@sitedethib.com>
Reviewed-on: https://codeberg.org/fediverse/fep/pulls/97
Co-authored-by: ClearlyClaire <clearlyclaire@noreply.codeberg.org>
Co-committed-by: ClearlyClaire <clearlyclaire@noreply.codeberg.org>
2023-05-11 04:40:50 +00:00
Adam Nelson 25875f5e6a FEP-fffd: Proxy Objects (#94)
Proposal for FEP-fffd: Proxy Objects

This FEP proposes a way to identify ActivityPub objects that are proxies for objects from other protocols: for example, posts bridged from Nostr or Twitter, or posts syndicated across multiple protocols simultaneously.

Co-authored-by: Adam R. Nelson <adam@nels.onl>
Reviewed-on: https://codeberg.org/fediverse/fep/pulls/94
Co-authored-by: Adam Nelson <arnelson@noreply.codeberg.org>
Co-committed-by: Adam Nelson <arnelson@noreply.codeberg.org>
2023-05-01 21:45:15 +00:00
michaelcpuckett eaae974fbf (FEP-5bf0): Rework API to use SHACL (#93)
This updates the proposal again, this time leveraging SHACL in order to represent more complex possibilities.

Co-authored-by: Michael Puckett <michaelcpuckett@gmail.com>
Reviewed-on: https://codeberg.org/fediverse/fep/pulls/93
Co-authored-by: michaelcpuckett <michaelcpuckett@noreply.codeberg.org>
Co-committed-by: michaelcpuckett <michaelcpuckett@noreply.codeberg.org>
2023-04-21 20:48:58 +00:00
silverpill fbff3b8cbc FEP-0ea0: Update proposal (#91)
- Added discussionsTo field
- Make name RECOMMENDED
- Don't specify position of "payment" in rel array
- Added "Payment links as actor metadata" section

Co-authored-by: silverpill <silverpill@firemail.cc>
Reviewed-on: https://codeberg.org/fediverse/fep/pulls/91
Co-authored-by: silverpill <silverpill@noreply.codeberg.org>
Co-committed-by: silverpill <silverpill@noreply.codeberg.org>
2023-04-21 19:04:13 +00:00
silverpill 027ac66a29 FEP-8b32: Recommend jcs-eddsa-2022 cryptosuite (#92)
- Recommend DataIntegrityProof proof type.
- Recommend jcs-eddsa-2022 cryptosuite.
- Update use cases.

Co-authored-by: silverpill <silverpill@firemail.cc>
Reviewed-on: https://codeberg.org/fediverse/fep/pulls/92
Co-authored-by: silverpill <silverpill@noreply.codeberg.org>
Co-committed-by: silverpill <silverpill@noreply.codeberg.org>
2023-04-21 19:03:00 +00:00
helge d2e96fce59 FEP-612d: Identifying ActivityPub Objects through DNS (#85)
Co-authored-by: Helge <helge.krueger@gmail.com>
Reviewed-on: https://codeberg.org/fediverse/fep/pulls/85
Co-authored-by: helge <helge@noreply.codeberg.org>
Co-committed-by: helge <helge@noreply.codeberg.org>
2023-04-18 23:58:05 +00:00
silverpill 7816763dbd FEP-0ea0: Payment Links (#84)
This proposal is based on a discussion around [FEP-8c3f: Web Monetization](https://socialhub.activitypub.rocks/t/fep-8c3f-web-monetization/2719)

Co-authored-by: silverpill <silverpill@firemail.cc>
Reviewed-on: https://codeberg.org/fediverse/fep/pulls/84
Co-authored-by: silverpill <silverpill@noreply.codeberg.org>
Co-committed-by: silverpill <silverpill@noreply.codeberg.org>
2023-04-18 23:57:11 +00:00
trwnh 69e0f5a15d Add FEP-9606 regarding the usage of w3id.org/fep (#81)
Co-authored-by: a <a@trwnh.com>
Reviewed-on: https://codeberg.org/fediverse/fep/pulls/81
Co-authored-by: trwnh <trwnh@noreply.codeberg.org>
Co-committed-by: trwnh <trwnh@noreply.codeberg.org>
2023-04-11 02:55:52 +00:00
michaelcpuckett b72355c2eb Updating fep-5bf0 in response to feedback (#82)
The original draft from earlier overloaded `context` with special key/value pairs. This updates the proposal to add new ActivityStreams properties instead.

Co-authored-by: Michael Puckett <michaelcpuckett@gmail.com>
Reviewed-on: https://codeberg.org/fediverse/fep/pulls/82
Co-authored-by: michaelcpuckett <michaelcpuckett@noreply.codeberg.org>
Co-committed-by: michaelcpuckett <michaelcpuckett@noreply.codeberg.org>
2023-04-10 23:45:58 +00:00
michaelcpuckett e362ef2460 Add DRAFT FEP-5bf0: Collection sorting and filtering (#79)
Add new draft proposal for Collection sorting and filtering.

Co-authored-by: Michael Puckett <michaelcpuckett@gmail.com>
Reviewed-on: https://codeberg.org/fediverse/fep/pulls/79
Co-authored-by: michaelcpuckett <michaelcpuckett@noreply.codeberg.org>
Co-committed-by: michaelcpuckett <michaelcpuckett@noreply.codeberg.org>
2023-04-10 15:36:43 +00:00
lynnfoster 6865f3a6d7 FEP-d767: Extend ActivityPub with Valueflows (#74)
This is the start of a proposal for a new FEP, to extend ActivityPub with Valueflows vocabulary.  It's more like an outline, there are a lot of open questions, and we'll be seeking feedback and advice from the fediverse community in SocialHub.  If it is good enough for a DRAFT, feel free to remove the WIP; otherwise we're happy to address issues first.

Co-authored-by: Lynn Foster <lynn@mikorizal.org>
Reviewed-on: https://codeberg.org/fediverse/fep/pulls/74
Co-authored-by: lynnfoster <lynnfoster@noreply.codeberg.org>
Co-committed-by: lynnfoster <lynnfoster@noreply.codeberg.org>
2023-04-08 00:35:19 +00:00
silverpill 950c609bc5 FEP-c390: Change property names (#72)
- Renamed "id" to "subject"
- Renamed "Identity" to "VerifiableIdentityStatement"
- Changed FEP context in the example
- Added potential applications

Co-authored-by: silverpill <silverpill@firemail.cc>
Reviewed-on: https://codeberg.org/fediverse/fep/pulls/72
Co-authored-by: silverpill <silverpill@noreply.codeberg.org>
Co-committed-by: silverpill <silverpill@noreply.codeberg.org>
2023-04-01 20:59:20 +00:00
trwnh 0487cee3f1 FEP-7888: Fix typo (MUST NOT -> SHOULD NOT) (#70)
Co-authored-by: a <a@trwnh.com>
Reviewed-on: https://codeberg.org/fediverse/fep/pulls/70
Co-authored-by: trwnh <trwnh@noreply.codeberg.org>
Co-committed-by: trwnh <trwnh@noreply.codeberg.org>
2023-03-16 10:37:44 +00:00
silverpill 4924c775d7 FEP-c390: Update proposal (#69)
- Added FEP-8b32 to relatedFeps.
- Removed "The document MUST not contain any additional properties" sentence.
- Added a warning regarding property names.

Co-authored-by: silverpill <silverpill@firemail.cc>
Reviewed-on: https://codeberg.org/fediverse/fep/pulls/69
Co-authored-by: silverpill <silverpill@noreply.codeberg.org>
Co-committed-by: silverpill <silverpill@noreply.codeberg.org>
2023-03-16 03:34:25 +00:00
trwnh aa5f939f42 [DRAFT] FEP-7888: Demystifying the context property (#66)
draft 1

Co-authored-by: a <a@trwnh.com>
Reviewed-on: https://codeberg.org/fediverse/fep/pulls/66
Co-authored-by: trwnh <trwnh@noreply.codeberg.org>
Co-committed-by: trwnh <trwnh@noreply.codeberg.org>
2023-03-15 17:16:30 +00:00
Helge 3b47627a38 Merge branch 'tmp2' 2023-03-01 16:04:59 +01:00
Helge baaf50325f Update to FEP-2e40 2023-03-01 10:50:19 +01:00
Helge bc9219bf48 Next draft version of fep-1570; now fep-2e40
Reworked the draft to take into account some comments from

https://socialhub.activitypub.rocks/t/fep-1570-the-fep-ontology-process/2972

In particular, the FEP has been renamed from "The FEP Ontology Process"
to "The FEP Vocabulary Extension Process". A new format for the
introduced terms has been used with "fep-xxxx/term". Finally,
the process of secondary Vocabularies has been modified.
2023-02-17 16:12:40 +01:00
Helge e8603afe87 FEP-1570: The FEP Ontology Process 2023-02-13 17:28:49 +01:00
David Sterry 283ebb2f20 Finalize fep-1b12 (#60)
This sets the status to final in the readme and in the document itself.

Reviewed-on: https://codeberg.org/fediverse/fep/pulls/60
2023-02-09 22:31:59 +00:00
silverpill fcb7a0d81b FEP-8b32: Update proposal (#59)
- Improved history section.
- Fixed JSON-LD context in example.
- Added backwards compatibility section
- Added implementation example.

Co-authored-by: silverpill <silverpill@firemail.cc>
Reviewed-on: https://codeberg.org/fediverse/fep/pulls/59
Co-authored-by: silverpill <silverpill@noreply.codeberg.org>
Co-committed-by: silverpill <silverpill@noreply.codeberg.org>
2023-02-06 22:06:33 +00:00
nutomic c074922c97 FEP-1b12: Minor changes (#58)
- Clarify that moderation part is only implemented by Lemmy
- Replace "instance" with "server"
- Remove a confusing section in "announce" section and leave that up to each implementation

From my perspective the FEP is finished now, so I am requesting to finalize it.

Co-authored-by: Felix Ableitner <me@nutomic.com>
Reviewed-on: https://codeberg.org/fediverse/fep/pulls/58
Co-authored-by: nutomic <nutomic@noreply.codeberg.org>
Co-committed-by: nutomic <nutomic@noreply.codeberg.org>
2023-01-25 03:31:16 +00:00
timbray 807f58c6bc FEP-c118: Content licensing support (#56)
WIP: fep-c118: Content licensing support
Co-authored-by: Tim Bray <tbray@textuality.com>
Reviewed-on: https://codeberg.org/fediverse/fep/pulls/56
Co-authored-by: timbray <timbray@noreply.codeberg.org>
Co-committed-by: timbray <timbray@noreply.codeberg.org>
2023-01-17 07:47:09 +00:00
David Sterry e296aa448e Merge pull request 'FEP-1b12: Better explanation of audience property, reword text' (#53) from nutomic/fep:fep-1b12-update5 into main
Reviewed-on: https://codeberg.org/fediverse/fep/pulls/53
2023-01-03 15:12:20 +00:00
Felix Ableitner 64ef47a66a FEP-1b12: Better explanation of audience property, reword text
- Completely rewrite the section for audience property, to give
  clear justification for its use
- Reword all other sections for better readability and cleaner text
- Removed all mentions of private groups as they are not subject
  of this fep
2023-01-03 12:29:27 +01:00
silverpill 53c344afad FEP-e232: Add note about application/activity+json media type 2022-12-23 19:49:38 +00:00
David Sterry 5d1ab023cc Merge pull request 'Add step to archive discussions in the tracking issue' (#48) from weex/fep:archive-discussions into main
Reviewed-on: https://codeberg.org/fediverse/fep/pulls/48
2022-12-19 23:56:33 +00:00
silverpill 87f334a6f7 FEP-f1d5: Add discussionsTo field 2022-12-19 20:27:13 +00:00
silverpill 380f7a9330 FEP-f1d5: Re-submit 2022-12-17 20:54:30 +00:00
David Sterry 3d1d21065e add step to archive discussions in the tracking issue 2022-12-16 21:01:22 +00:00
a 69d315a4ae Fix attribution of ActivityPub 2022-12-12 17:47:02 -06:00
David Sterry 49fc234f6e Merge pull request 'Add FEP-fb2a: Actor metadata' (#44) from trwnh/fep:fep-fb2a into main
Reviewed-on: https://codeberg.org/fediverse/fep/pulls/44
2022-12-09 18:52:02 +00:00
David Sterry 387b673fcb Merge pull request 'FEP-a4ed: Set WITHDRAWN status if proposal is abandoned by authors' (#37) from silverpill/fep:withdrawn into main
Reviewed-on: https://codeberg.org/fediverse/fep/pulls/37
2022-12-09 18:47:26 +00:00
a ac7add9544 Add FEP-fb2a: Actor metadata 2022-12-09 01:12:32 -06:00
Felix Ableitner 139273c902 FEP-1b12: Some changes to section "threads and comments" 2022-11-30 11:50:20 +01:00
trwnh 51f2cbb04b Add FEP-cb76: Content Addressed Vocabulary 2022-11-29 12:48:46 +00:00
silverpill 25a9bb1ff2 FEP-e232: Add discussionsTo field, add @context to example 2022-11-29 00:35:12 +00:00
silverpill 1803f1a740 FEP-a4ed: Set WITHDRAWN status if proposal is abandoned by authors 2022-11-28 23:15:13 +00:00
David Sterry 053f7e0c9b Merge pull request 'FEP-c390: Add missing contexts' (#35) from silverpill/fep:identity-proofs-update-1 into main
Reviewed-on: https://codeberg.org/fediverse/fep/pulls/35
2022-11-27 23:08:09 +00:00