forgejo/modules/auth
guillep2k ad1b6d439f Add support for database schema in PostgreSQL (#8819)
* Add support for database schema

* Require setting search_path for the db user

* Add schema setting to admin/config.tmpl

* Use a schema different from default for psql tests

* Update postgres scripts to use custom schema

* Update to xorm/core 0.7.3 and xorm/xorm c37aff9b3a

* Fix migration test

Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2020-01-20 16:45:14 +01:00
..
ldap Add option to prevent LDAP from deactivating everything on empty search (#9879) 2020-01-20 11:47:39 +08:00
oauth2
openid
pam
sso Add single sign-on support via SSPI on Windows (#8463) 2019-11-23 01:33:31 +02:00
admin.go Restricted users (#6274) 2020-01-13 18:33:46 +01:00
auth.go Add single sign-on support via SSPI on Windows (#8463) 2019-11-23 01:33:31 +02:00
auth_form.go Add option to prevent LDAP from deactivating everything on empty search (#9879) 2020-01-20 11:47:39 +08:00
org.go Team permission to create repository in organization (#8312) 2019-11-20 19:27:49 +08:00
repo_branch_form.go
repo_form.go Add require signed commit for protected branch (#9708) 2020-01-15 09:32:57 +01:00
repo_form_test.go
user_form.go Add support for database schema in PostgreSQL (#8819) 2020-01-20 16:45:14 +01:00
user_form_auth_openid.go
user_form_test.go