1
1
mirror of https://github.com/go-gitea/gitea synced 2024-09-21 19:26:06 +00:00
gitea/routers/web/repo/setting
Fábio Barkoski e45a4c9829
Move repository visibility to danger zone in the settings area (#31126)
Moved repository visibility to the danger zone in the settings area. To
change the visibility, it is necessary to go to the danger zone, click
on the private/public button, and accept the change in the modal.

Resolves:  #23826

---
## Screenshots

<details>
<summary>Before</summary>
Private repo:

![Private
repo](https://github.com/go-gitea/gitea/assets/65479069/4313492a-4854-48bc-9f47-974e3539d791)

Public repo:

![Public
repo](https://github.com/go-gitea/gitea/assets/65479069/1c45f6e4-ee93-4799-9331-e9d4a7e0f16a)

</details>
<details>
<summary>After</summary>
Make private:

![Screenshot from 2024-05-28
21-35-38](https://github.com/go-gitea/gitea/assets/65479069/4887e28a-0514-4990-aa69-bf3ddc7e6c7d)

Make private modal

![Screenshot from 2024-06-13
23-55-55](https://github.com/go-gitea/gitea/assets/65479069/9f5a7604-069b-41a2-973b-ee2d58e85953)

![Screenshot from 2024-06-13
23-53-09](https://github.com/go-gitea/gitea/assets/65479069/06c22726-eab2-4bce-8df7-62849dcce974)

Make public:

![Screenshot from 2024-05-28
21-34-27](https://github.com/go-gitea/gitea/assets/65479069/6d388f99-0356-48a0-9d85-320cdba55179)

Make public modal

![Screenshot from 2024-06-13
23-53-37](https://github.com/go-gitea/gitea/assets/65479069/8944972e-f2d4-4aea-ba96-b892febb5ced)

</details>

---------

Co-authored-by: Kemal Zebari <60799661+kemzeb@users.noreply.github.com>
2024-08-11 07:50:54 +03:00
..
avatar.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
collaboration.go Add user blocking (#29028) 2024-03-04 08:16:03 +00:00
default_branch.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
deploy_key.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
git_hooks.go Refactor names (#31405) 2024-06-19 06:32:45 +08:00
lfs.go Refactor names (#31405) 2024-06-19 06:32:45 +08:00
main_test.go make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
protected_branch.go Allow force push to protected branches (#28086) 2024-07-05 18:21:56 +00:00
protected_tag.go Refactor names (#31405) 2024-06-19 06:32:45 +08:00
runners.go Refactor names (#31405) 2024-06-19 06:32:45 +08:00
secrets.go Allow disabling authentication related user features (#31535) 2024-07-09 17:36:31 +00:00
setting.go Move repository visibility to danger zone in the settings area (#31126) 2024-08-11 07:50:54 +03:00
settings_test.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
variables.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
webhook.go Refactor names (#31405) 2024-06-19 06:32:45 +08:00