Lauris BH and GitHub
37c3db7be6
Add restricted user filter to LDAP authentication ( #10600 )
...
* Add restricted user filter to LDAP authentification
* Fix unit test cases
2020-03-05 08:30:33 +02:00
Lunny Xiao and Antoine GIRARD
f69f5a9f10
Add a new command doctor to check if some wrong configurations on gitea instance ( #9095 )
...
* add doctor
* Add a new command doctor to check if some wrong configurations on gitea instance
* fix import
* use regex match authorized_keys on doctor
* Add documentation
2020-01-11 15:24:57 +01:00
zeripath and techknowlogick
d1a49977b0
AuthorizedKeysCommand should not query db directly ( #9371 )
...
* AuthorizedKeysCommand should not query db directly
* Update routers/private/internal.go
* Fix import order
2019-12-16 20:49:07 -05:00
Justin R. Cutler and techknowlogick
2d8a89563d
Correct port range for cap_net_bind_service ( #9306 )
2019-12-09 14:20:09 -05:00
John Olheiser and techknowlogick
36b8c081f6
Add migrate command to docs ( #8842 )
...
* Add migrate command to docs
Signed-off-by: jolheiser <[email protected] >
* Link to CLI
Signed-off-by: jolheiser <[email protected] >
* Clarify idempotence
Signed-off-by: jolheiser <[email protected] >
* Sneak in convert command
Signed-off-by: jolheiser <[email protected] >
2019-11-05 13:54:54 -05:00
ngourdon and techknowlogick
a618df8d84
Add CLI commands to manage LDAP authentication source ( #6681 )
...
* add CLI commands to manage LDAP authentication source
* delete Gogs copyright
* remove unused return value of func parseLoginSource
* fix comment
Co-Authored-By: ngourdon <[email protected] >
* remove config flag already present in global flags
* remove config flag from ldap commands in docs
* remove config flag handling
2019-06-17 14:32:20 -04:00
Lanre Adelowo and zeripath
a6fed1542c
add docs for #6847 ( #7132 )
2019-06-05 17:24:09 +01:00
zeripath and techknowlogick
e55c874dd2
Add work path CLI option ( #6922 )
...
Makes it possible to set the work path as a CLI option instead of
relying on environment variables which are somewhat opaque
2019-05-14 11:20:35 -04:00
techknowlogick and GitHub
897927690f
Rename LFS_JWT_SECRET to include OAUTH2 as well ( #6826 )
2019-05-01 22:32:06 -04:00
John Olheiser and zeripath
e255df83a6
Change verbose flag in dump command to avoid colliding with global version flag ( #6822 )
...
* Change verbose flag to avoid colliding with version flag
* Update docs
Signed-off-by: jolheiser <[email protected] >
2019-05-01 21:36:09 +01:00
zeripath and techknowlogick
8d0d7bc28d
Make CustomPath, CustomConf and AppWorkPath configurable at build ( #6631 )
2019-04-29 14:08:21 -04:00
ngourdon and techknowlogick
2b9b3310f6
Add username flag in create-user command ( #6534 )
...
* Add username flag in create-user command
* Fix the error message
* Change name to username on flag of create-user command
* Include create-user flags of both versions
* delete deprecated example of create-user command
2019-04-09 11:21:55 -04:00
nodiscc and techknowlogick
0f54f42646
docs: document setup with read-only config ( #6348 )
2019-04-04 10:21:54 -04:00