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

5373 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 ◦❧
4d854a5df2
add copyright 2026-04-02 20:46:54 -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 ◦❧
ac86ca28e4
ensure that only root-level repos are displayed on org homepage 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 ◦❧
96d91d8213
add group-scoped dashboard pages for issues, pull requests and milestones 2026-04-02 20:37:17 -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
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
97576a41c4
export GetUnitPerms from routers/web/org package for reuse in future group route handlers 2026-04-02 20:31:56 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
150577578e
add LoadHeaderCount function for group pages 2026-04-02 20:22:47 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
902cf739b8
add group_id field to repo creation forms 2026-04-02 20:20:43 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
f32e445b27
fix broken hooks 2026-04-02 20:15:45 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
22170232bb
update repository storage layout as per https://github.com/go-gitea/gitea/issues/1872#issuecomment-3194681583 2026-04-02 20:15:45 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
a338bfb8b4
sync with main 2026-04-02 20:14:16 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
0c54a0f0d2
update repository storage layout as per https://github.com/go-gitea/gitea/issues/1872#issuecomment-3194681583 2026-04-02 20:13:25 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
4625a990ef
refactor: refactor head repo parsing to take into account repo groups 2026-04-02 20:01:15 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
7c18a45f86
fix compilation errors after rebase 2026-04-02 20:01:15 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
ea0340933d
fix build errors 2026-04-02 20:01:15 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
8d47d6cdb9
feat: add endpoint to retrieve root-level groups in org 2026-04-02 20:01:14 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
2443ea0fd9
add group id to file comparison urls 2026-04-02 20:01:11 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
d2153d4cf1
fix permissions on web issue routes 2026-04-02 20:01:10 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
fb6d5ba817
reorder serv routes 2026-04-02 20:01:08 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
59667c4c6e
add missing serv route 2026-04-02 20:01:08 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
968818bd70
fix go-get import paths 2026-04-02 20:01:07 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
6ba2fc00e8
add team-related routes for repos in subgroups 2026-04-02 20:01:06 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
22081f78a0
fix issue dependency tests 2026-04-02 20:01:06 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
c63f7096c2
fix artifact download endpoint urls 2026-04-02 20:01:05 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
79bc3997fe
appease the linter 2026-04-02 20:01:01 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
9e901e50e2
run formatter 2026-04-02 20:01:01 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
d2b13f7749
fix swagger comments in repo adoption routes 2026-04-02 20:01:00 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
61b9442d2e
update calls to GetRepositoryByName to use new signature 2026-04-02 20:01:00 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
d37bbd29d5
ensure visited repo's group owner is the same as the repo's owner, otherwise return 404 2026-04-02 20:00:59 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
f73a9f1086
make it more apparent in URLs that a repo is part of a group 2026-04-02 20:00:58 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
37768f16aa
fix broken hooks 2026-04-02 20:00:58 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
7a8db72e63
update FullName method to show group id if it's non-zero 2026-04-02 20:00:57 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
11ab4445a0
fix optional path segments not working out as planned 2026-04-02 20:00:57 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
211e824ae9
update API routes as well 2026-04-02 20:00:56 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
d1af473553
update repository storage layout as per https://github.com/go-gitea/gitea/issues/1872#issuecomment-3194681583 2026-04-02 20:00:56 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
271b6c7cae
fix build and lint errors 2026-04-02 20:00:54 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
ab817e4251
add api routes and functions to get a repository group's subgroups and repos 2026-04-02 20:00:54 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
243ff36900
fix swagger definition references to nonexistent CreateGroupOption 2026-04-02 20:00:54 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
60dc00a165
refactor group creation such that we know the owner ID ahead of time, bailing out if both ownerID and parentGroupID are < 1 2026-04-02 20:00:53 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
52d17c410a
add appropriate swagger definitions 2026-04-02 20:00:53 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
4bf17e9b21
move group routes that don't depend on the org path parameter out of the /orgs/{org} route group 2026-04-02 20:00:53 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
923e84d4e5
update AccessibleGroupCondition function to take a minimum perm.AccessMode as a parameter 2026-04-02 20:00:53 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
fd394b6d2c
add doer parameter to MoveGroupItem describing the user trying to move a group 2026-04-02 20:00:52 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
314be8ad26
add api routes and functions for repository groups 2026-04-02 20:00:52 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
4ebc1e3da1
reapply changes wiped out by conflict resolution 2026-04-02 20:00:51 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
7c2dad2b4c
fix a few more build errors 2026-04-02 20:00:50 -04:00