forgejo/routers/web/admin
Gusted fc40a5e242
[CHORE] Move to new sessioner library
- Moves to a fork of gitea.com/go-chi/session that removed support for
couchbase (and ledis, but that was never made available in Forgejo)
along with other code improvements.
f8ce677595..main
- The rationale for removing Couchbase is quite simple. Its not licensed
under FOSS
license (https://www.couchbase.com/blog/couchbase-adopts-bsl-license/)
and therefore cannot be tested by Forgejo and shouldn't be supported.
This is a similair vein to the removal of MSSQL
support (https://codeberg.org/forgejo/discussions/issues/122)
- A additional benefit is that this reduces the Forgejo binary by ~600Kb.
2024-08-25 03:47:08 +02:00
..
admin.go Add cache test for admins (#31265) 2024-06-23 11:27:03 +02:00
admin_test.go
applications.go
auths.go ldap: default domain name (#3414) 2024-04-26 22:38:58 +00:00
config.go [CHORE] Move to new sessioner library 2024-08-25 03:47:08 +02:00
diagnosis.go
emails.go Support delete user email in admin panel (#31690) 2024-07-28 09:00:29 +02:00
hooks.go
main_test.go
notice.go
orgs.go Add codespell support and fix a good number of typos with its help (#3270) 2024-05-09 13:49:37 +00:00
packages.go
queue.go
queue_tester.go
repos.go Add missed return after ctx.ServerError (#31130) 2024-06-02 16:26:54 +02:00
runners.go
stacktrace.go
users.go Add codespell support and fix a good number of typos with its help (#3270) 2024-05-09 13:49:37 +00:00
users_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00