oss-oo soft-fork patch series for Forgejo — multi-account sessions (format-patch + rebase log; the fork never pushes to codeberg)
| Filename | Latest commit message | Latest commit date |
|---|---|---|
Double append (park + remember) re-read the request cookie, losing the parked entry. Series now 5 patches; image oo5. |
||
| patches | ||
| README.md | ||
| REBASE-LOG.md | ||
forgejo-patches — the oss-oo soft-fork patch series
Exact, replayable patches of the oss-oo Laboratory's Forgejo soft-fork.
This repo carries format-patch files + a rebase log, never a full
source clone. Runtime: https://oss-oo.io (image pin + rollout ritual in
the laboratory's docs/RUNBOOK.md).
Contents
patches/—git format-patchseries for branchoss-oo/upstream/multi-account-sessions(feature: multi-account sessions, see the laboratory'sdocs/ACCOUNT_SWITCHER.md).REBASE-LOG.md— one entry per rebase: base commit, date, result.
Applying
git clone https://codeberg.org/forgejo/forgejo # anonymous read-only
cd forgejo
git checkout -b oss-oo/upstream/multi-account-sessions origin/forgejo
git am /path/to/this/repo/patches/*.patch
Policy
- Pure soft-fork (owner decision 2026-09-23): nothing is opened
upstream (no issue/RFC/PR on codeberg.org/forgejo) before further
tests. The codeberg push-mirror of
OSS-OO/laboratoryis the standby channel if a GO ever comes. - Rebased monthly (and on security fixes) by the runbook ritual; every rebase lands here as fresh patches + a log entry.
- Config-gated:
[session] MULTI_ACCOUNTdefaults to false; needsPROVIDER=db. Upstream behavior is unchanged unless an operator opts in.