0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-04-04 18:56:28 +02: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
..
2026-04-02 20:01:15 -04:00
2026-03-08 17:59:46 +08:00
2026-04-02 20:01:08 -04:00
2026-04-02 20:31:56 -04:00
2026-03-08 17:59:46 +08:00