Forgejo/services/forms
mirko f015846c11 Add slogan config (#3752)
This is a PR for #3616

Currently added a new optional config `SLOGAN`  in ini file. When this config is set title page is modified in APP_NAME [ - SLOGAN]

Example in image below

![Selezione_075.png](/attachments/7a72171e-e730-4e57-8c97-ffc94258e00f)

Add the new config value in the admin settings page (readonly)

![Screenshot 2024-05-13 at 18-04-13 My Forgejo.png](/attachments/dad00fc2-29fa-4371-a7b9-5233eadeac13)

## TODO

* [x] Add the possibility to add the `SLOGAN` config from the installation form
* [ ] Update https://forgejo.org/docs/next/admin/config-cheat-sheet

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3752
Reviewed-by: 0ko <0ko@noreply.codeberg.org>
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: mirko <mirko.perillo@gmail.com>
Co-committed-by: mirko <mirko.perillo@gmail.com>
2024-06-07 17:12:48 +00:00
..
admin.go Enable user pronoun editing from the admin ui 2024-04-03 15:18:02 -05:00
auth_form.go ldap: default domain name (#3414) 2024-04-26 22:38:58 +00:00
org.go Move context from modules to services (#29440) 2024-03-06 12:10:43 +08:00
package_form.go Move context from modules to services (#29440) 2024-03-06 12:10:43 +08:00
repo_branch_form.go Move context from modules to services (#29440) 2024-03-06 12:10:43 +08:00
repo_form.go Rename project board -> column to make the UI less confusing (#30170) 2024-06-02 09:42:39 +02:00
repo_form_test.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
repo_tag_form.go Move context from modules to services (#29440) 2024-03-06 12:10:43 +08:00
runner.go Move context from modules to services (#29440) 2024-03-06 12:10:43 +08:00
user_form.go Add slogan config (#3752) 2024-06-07 17:12:48 +00:00
user_form_auth_openid.go Move context from modules to services (#29440) 2024-03-06 12:10:43 +08:00
user_form_hidden_comments.go Rename project board -> column to make the UI less confusing (#30170) 2024-06-02 09:42:39 +02:00
user_form_test.go Redesign Scoped Access Tokens (#24767) 2023-06-04 20:57:16 +02:00