techknowlogick
techknowlogick
Similar to how github profiles have badges/acheivements, this adds the capabilities to Gitea to be able to utilize that in the future
Currently there is an org setup to receive translations, however first step is to move strings into a standardize translation file https://www.transifex.com/techknowlogick/shiori/dashboard/
* Switched to using XORM to be able to handle multiple DB types (so MySQL, PostgreSQL, MSSQL, and more!) * Using go mod, to handle go dependencies (no more git...
This allows binary to be used on different machine
Use chi's rate limiter to rate limit signups (10 per minute per IP should be waay more than enough). Ways to build upon in future is to configure this via...
## What does this PR do? Re-Open #13089 without yarn.lock added. cc: @PeerRich ## Type of change - New feature (non-breaking change which adds functionality) ## How should this be...
Closes https://github.com/go-gitea/gitea/issues/5512 This PR adds basic SAML support - Adds SAML 2.0 as an auth source - Adds SAML configuration documentation - Adds integration test: - Use bare-bones SAML IdP...