1
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-05-03 05:58:03 +00:00
gitea/cmd
TheFox0x7 5407382b43
Add cli flags LDAP group configuration ()
Add 7 new flags to ldap subcommands corresponding to UI options

Closes CLI part of https://github.com/go-gitea/gitea/issues/20716
2025-03-19 17:29:37 -07:00
..
actions.go Return responseText instead of string in some functions () 2024-01-19 10:45:23 +08:00
admin_auth_ldap_test.go Add cli flags LDAP group configuration () 2025-03-19 17:29:37 -07:00
admin_auth_ldap.go Add cli flags LDAP group configuration () 2025-03-19 17:29:37 -07:00
admin_auth_oauth.go chore: use errors.New to replace fmt.Errorf with no parameters will much better () 2024-04-21 19:44:03 +00:00
admin_auth_stmp.go chore: use errors.New to replace fmt.Errorf with no parameters will much better () 2024-04-21 19:44:03 +00:00
admin_auth.go chore: use errors.New to replace fmt.Errorf with no parameters will much better () 2024-04-21 19:44:03 +00:00
admin_regenerate.go Move some asymkey functions to service layer () 2024-03-04 08:57:39 +00:00
admin_user_change_password.go Add some tests to clarify the "must-change-password" behavior () 2024-04-27 12:23:37 +00:00
admin_user_create_test.go Add a option "--user-type bot" to admin user create, improve role display () 2025-02-07 08:41:55 +00:00
admin_user_create.go Add a option "--user-type bot" to admin user create, improve role display () 2025-02-07 08:41:55 +00:00
admin_user_delete.go chore: use errors.New to replace fmt.Errorf with no parameters will much better () 2024-04-21 19:44:03 +00:00
admin_user_generate_access_token.go chore: use errors.New to replace fmt.Errorf with no parameters will much better () 2024-04-21 19:44:03 +00:00
admin_user_list.go Reduce usage of db.DefaultContext () 2023-09-14 17:09:32 +00:00
admin_user_must_change_password.go
admin_user.go
admin.go Simplify how git repositories are opened () 2024-01-27 21:09:51 +01:00
cert.go
cmd.go
docs.go
doctor_convert.go Recommend/convert to use case-sensitive collation for MySQL/MSSQL () 2024-01-10 11:03:23 +00:00
doctor_test.go Move doctor package from modules to services () 2024-01-20 10:07:31 +08:00
doctor.go Add global lock for migrations to make upgrade more safe with multiple replications () 2025-03-07 21:08:53 +00:00
dump_repo.go
dump.go Add --skip-db option to dump command () 2024-04-21 23:32:12 +02:00
embedded.go chore: use errors.New to replace fmt.Errorf with no parameters will much better () 2024-04-21 19:44:03 +00:00
generate.go Refactor JWT secret generating & decoding code () 2024-02-16 15:18:30 +00:00
hook_test.go Use test context in tests and new loop system in benchmarks () 2025-02-20 09:57:40 +00:00
hook.go Remove context from git struct () 2025-03-04 11:56:11 -08:00
keys.go Refactor cmd setup and remove deadcode () 2024-02-22 07:04:30 +00:00
mailer.go Return responseText instead of string in some functions () 2024-01-19 10:45:23 +08:00
main_test.go Refactor env var related code () 2025-01-02 11:36:50 +08:00
main.go unset XDG_HOME_CONFIG as gitea manages configuration locations () 2025-01-02 06:37:35 +08:00
manager_logging.go chore: use errors.New to replace fmt.Errorf with no parameters will much better () 2024-04-21 19:44:03 +00:00
manager.go
migrate_storage_test.go Use test context in tests and new loop system in benchmarks () 2025-02-20 09:57:40 +00:00
migrate_storage.go Add global lock for migrations to make upgrade more safe with multiple replications () 2025-03-07 21:08:53 +00:00
migrate.go Add global lock for migrations to make upgrade more safe with multiple replications () 2025-03-07 21:08:53 +00:00
restore_repo.go
serv.go User facing messages for AGit errors () 2025-01-27 02:33:39 +00:00
web_acme.go Try to fix ACME (3rd) () 2025-03-07 01:00:10 +00:00
web_graceful.go
web_https.go
web.go Support performance trace () 2025-01-21 18:57:07 +00:00