forgejo/cmd
TomZ c95094e355
[BRANDING] cosmetic s/Gitea/Forgejo/ in logs, messages, etc.
As the docs of codeberg refer to the strings printed by the Forgejo
ssh servers, this is user-facing and is nice to update to the new
product name.

(cherry picked from commit 103991d73f)
(cherry picked from commit 2a0d3f85f1)
(cherry picked from commit eb2b4ce388)
(cherry picked from commit 0998b51716)

[BRANDING] forgejo log message

(cherry picked from commit d51a046ebe)
(cherry picked from commit d66e1c7b6e)
(cherry picked from commit b5bffe4ce8)
(cherry picked from commit 3fa776d856)
(cherry picked from commit 18d064f472)
2023-04-12 07:31:37 +02:00
..
actions.go [ACTIONS] forgejo actions --registration-token-admin 2023-04-11 23:38:23 +02:00
admin.go Handle OpenID discovery URL errors a little nicer when creating/editing sources (#23397) 2023-03-10 01:14:43 -05:00
admin_auth_ldap.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
admin_auth_ldap_test.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
admin_user.go Add command to bulk set must-change-password (#22823) 2023-02-14 16:12:19 -06:00
admin_user_change_password.go Provide the ability to set password hash algorithm parameters (#22942) 2023-02-19 15:35:20 +08:00
admin_user_create.go Provide the ability to set password hash algorithm parameters (#22942) 2023-02-19 15:35:20 +08:00
admin_user_delete.go Add context cache as a request level cache (#22294) 2023-02-15 21:37:34 +08:00
admin_user_generate_access_token.go Add command to bulk set must-change-password (#22823) 2023-02-14 16:12:19 -06:00
admin_user_list.go Add command to bulk set must-change-password (#22823) 2023-02-14 16:12:19 -06:00
admin_user_must_change_password.go Add command to bulk set must-change-password (#22823) 2023-02-14 16:12:19 -06:00
cert.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
cmd.go Refactor the setting to make unit test easier (#22405) 2023-02-20 00:12:01 +08:00
convert.go Refactor setting.Database.UseXXX to methods (#23354) 2023-03-07 18:51:06 +08:00
docs.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
doctor.go Refactor the setting to make unit test easier (#22405) 2023-02-20 00:12:01 +08:00
dump.go Add --quiet option to gitea dump (#22969) 2023-04-10 09:46:23 -04:00
dump_repo.go Refactor the setting to make unit test easier (#22405) 2023-02-20 00:12:01 +08:00
embedded.go Refactor the setting to make unit test easier (#22405) 2023-02-20 00:12:01 +08:00
embedded_stub.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
generate.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
hook.go Refactor internal API for git commands, use meaningful messages instead of "Internal Server Error" (#23687) 2023-03-29 14:32:26 +08:00
hook_test.go Refactor internal API for git commands, use meaningful messages instead of "Internal Server Error" (#23687) 2023-03-29 14:32:26 +08:00
keys.go Refactor internal API for git commands, use meaningful messages instead of "Internal Server Error" (#23687) 2023-03-29 14:32:26 +08:00
mailer.go Refactor internal API for git commands, use meaningful messages instead of "Internal Server Error" (#23687) 2023-03-29 14:32:26 +08:00
main_test.go Refactor the setting to make unit test easier (#22405) 2023-02-20 00:12:01 +08:00
manager.go Refactor internal API for git commands, use meaningful messages instead of "Internal Server Error" (#23687) 2023-03-29 14:32:26 +08:00
manager_logging.go Refactor internal API for git commands, use meaningful messages instead of "Internal Server Error" (#23687) 2023-03-29 14:32:26 +08:00
migrate.go Refactor the setting to make unit test easier (#22405) 2023-02-20 00:12:01 +08:00
migrate_storage.go Make minio package support legacy MD5 checksum (#23768) 2023-03-28 11:10:24 -04:00
migrate_storage_test.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
restore_repo.go Refactor internal API for git commands, use meaningful messages instead of "Internal Server Error" (#23687) 2023-03-29 14:32:26 +08:00
serv.go [BRANDING] cosmetic s/Gitea/Forgejo/ in logs, messages, etc. 2023-04-12 07:31:37 +02:00
web.go Move pidfile creation from setting to web cmd package (#23285) 2023-03-16 15:22:54 +08:00
web_acme.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
web_graceful.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
web_https.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00