1
0
Fork 0
mirror of https://code.naskya.net/repos/ndqEd synced 2025-01-10 10:36:47 +09:00
vervis/src
fr33domlover 8ec98e2a59 S2S: Invite->Accept->Grant (for Repo, Deck, Loom and Person, not for Group)
Person inbox handler:
    - Invite: Parse and insert to inbox
    - Grant: Parse and insert to inbox

Repo/Deck/Loom inbox handler:
    - Invite: Parse and remember as Collab record in DB for later
    - Accept: Send a Grant (and remember it in DB)

Along with inviteC and acceptC, the Invite->Accept->Grant flow is now fully
federated, yay!

What's missing is UI for actually using it. Coming soon.
2022-09-08 12:00:14 +00:00
..
Control Control.Applicative.Local: Rename parameter to avoid confusing name shadowing 2022-09-05 16:27:21 +00:00
Crypto Stop using Vervis.Import and NoImplicitPrelude, switch to plain regular imports 2019-06-15 08:24:08 +00:00
Darcs/Local Switch to new actor layout 2022-08-15 13:57:42 +00:00
Data Switch to new actor layout 2022-08-15 13:57:42 +00:00
Database C2S: Implement grantC and enable in person outbox handler 2022-08-22 16:59:22 +00:00
Development S2S: repoApplyF: Implement the missing support for patching Git repos 2022-06-26 14:00:28 +00:00
Diagrams Stop using Vervis.Import and NoImplicitPrelude, switch to plain regular imports 2019-06-15 08:24:08 +00:00
Formatting Stop using Vervis.Import and NoImplicitPrelude, switch to plain regular imports 2019-06-15 08:24:08 +00:00
Language/Haskell/TH/Quote Stop using Vervis.Import and NoImplicitPrelude, switch to plain regular imports 2019-06-15 08:24:08 +00:00
Network Prepare for ticket dependency federation 2020-06-18 10:38:04 +00:00
Text Stop using Vervis.Import and NoImplicitPrelude, switch to plain regular imports 2019-06-15 08:24:08 +00:00
Vervis S2S: Invite->Accept->Grant (for Repo, Deck, Loom and Person, not for Group) 2022-09-08 12:00:14 +00:00
Web S2S: Switch from Grant->Accept->Enable to Invite->Accept->Grant 2022-09-05 16:19:52 +00:00
Yesod Switch to new actor layout 2022-08-15 13:57:42 +00:00
GitPackProto.hs Stop using Vervis.Import and NoImplicitPrelude, switch to plain regular imports 2019-06-15 08:24:08 +00:00