You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/contrib
zeripath 9d855bd6a1
Simplify Gothic to use our session store instead of creating a different store (#17507)
* Simplify Gothic to use our session store instead of creating a different store

We have been using xormstore to provide a separate session store for our OAuth2 logins
however, this relies on using gorilla context and some doubling of our session storing.
We can however, simplify and simply use our own chi-based session store. Thus removing
a cookie and some of the weirdness with missing contexts.

Signed-off-by: Andrew Thornton <art27@cantab.net>

* as per review

Signed-off-by: Andrew Thornton <art27@cantab.net>

* as per review

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Handle MaxTokenLength

Signed-off-by: Andrew Thornton <art27@cantab.net>

* oops

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: Lauris BH <lauris@nix.lv>
3 years ago
..
environment-to-ini Only write config in environment-to-ini if there are changes (#15861) 4 years ago
fhs-compliant-script Add FHS-compliant-script (#6923) 6 years ago
fixtures Move login related structs and functions to models/login (#17093) 4 years ago
ide fix quotation marks in launch.json (#13325) 4 years ago
init Make the default PID file compile-time settable (#12485) 5 years ago
launchd Synced gitignores with github repo (#1245) 8 years ago
legal [Contrib] Change License Link to Full CC0 Legalcode (PP and TOS) (#10057) 5 years ago
options/label Adding advanced label set. (#11298) 5 years ago
pr Simplify Gothic to use our session store instead of creating a different store (#17507) 3 years ago
supervisor Synced gitignores with github repo (#1245) 8 years ago
systemd Use Wants= over Requires= in systemd file (#15897) 4 years ago
README Synced gitignores with github repo (#1245) 8 years ago
autoboot.sh Synced gitignores with github repo (#1245) 8 years ago
mysql.sql Synced gitignores with github repo (#1245) 8 years ago
update_dependencies.sh Update bluemonday to v1.0.15 (#16379) 4 years ago

README

All files in subdirectories are templates, do modifications based on your environment first.