0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-04-18 08:25:07 +02:00

6 Commits

Author SHA1 Message Date
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
ab453a9dff
refactor: bring some function calls up to date 2026-04-02 22:24:52 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
3b39ce1f47
update group team routes
- ensure we redirect to the group's team page, as opposed to the org-wide one
- ensure we use the group service to add a team to a group
2026-04-02 20:48:03 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
b1fd7388de
use group_service to move groups and repos after dragging and dropping 2026-04-02 20:44:13 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
a1abb071f4
fix vet errors 2026-04-02 20:44:12 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
ab1eb20ab3
run formatter and fix lint errors 2026-04-02 20:44:11 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
efe8193237
add group pages to web router
- `/{username}/groups/{group_id}` -> show a group's homepage with its repositories
- `/{org}/groups/new` -> create a new group in an org
- `/{org}/groups/{group_id}` -> show a group in an org
- `/{org}/groups/{group_id}/teams` -> show/edit teams with access to a group
- `/{org}/groups/{group_id}/teams/{team}/edit` -> edit a team's access to a group
- `/{org}/group/{group_id}/settings` -> show/edit a group's settings
- `/group/search` -> search for groups with parameters. return matching groups and repos contained within them
2026-04-02 20:31:56 -04:00