0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-05-11 20:05:38 +02:00

20866 Commits

Author SHA1 Message Date
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
2f906e9137
appease the linter 2026-05-08 18:55:31 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
4541e50046
remove references to db.DefaultContext 2026-05-08 18:55:30 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
6216db2ee7
run formatter 2026-05-08 18:55:30 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
71e0e27362
add missing group id parameters to test function calls 2026-05-08 18:55:30 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
c3c6edafd1
fix swagger comments in repo adoption routes 2026-05-08 18:55:30 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
13aca0264b
update swagger definitions 2026-05-08 18:55:30 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
a30e743e0a
update calls to GetRepositoryByName to use new signature 2026-05-08 18:55:29 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
94dc9de95d
update integration test utilities to tage group id as argument 2026-05-08 18:55:29 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
c43e34cb85
update serv command to recognize group ids in urls 2026-05-08 18:55:29 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
79b11ac4e4
fix compile errors in migrations 2026-05-08 18:55:29 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
21883660be
sync with main 2026-05-08 18:55:29 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
4b6914aa31
chore: update makefile and add new tool
this tool will generate group-related swagger schemas without repeating the same comments twice in different places
2026-05-08 18:55:28 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
22b80b50c5
ensure visited repo's group owner is the same as the repo's owner, otherwise return 404 2026-05-08 18:55:28 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
dcd881888d
fix bug where a repo's group id and group sort order are zero in API output 2026-05-08 18:55:28 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
2db2b09e90
fix moving items to the root-level (GroupID <= 0) 2026-05-08 18:55:28 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
d94702c071
ensure that repository is moved on disk in MoveGroupItem function 2026-05-08 18:55:28 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
ff76f730cc
fix broken hooks (again) 2026-05-08 18:55:28 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
fcaf2c7223
make it more apparent in URLs that a repo is part of a group 2026-05-08 18:55:27 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
c7ae860ae6
fix broken hooks 2026-05-08 18:55:27 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
cd40705a89
add group id segment to repository's Link method 2026-05-08 18:55:27 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
88c0bf4530
add group ID column to repository table's unique constraint 2026-05-08 18:55:27 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
89a77b04ec
update FullName method to show group id if it's non-zero 2026-05-08 18:55:26 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
8ffa81c677
fix optional path segments not working out as planned 2026-05-08 18:55:26 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
bd233af6bd
update API routes as well 2026-05-08 18:55:26 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
e602134b3e
update repository storage layout as per https://github.com/go-gitea/gitea/issues/1872#issuecomment-3194681583 2026-05-08 18:55:26 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
296131c63c
add AvatarURL field to api groups (in modules/structs package) 2026-05-08 18:55:26 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
3f5d64246e
add indices to group_id and group_sort_order column
add migration for repository table
2026-05-08 18:55:25 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
3a79b777ce
fix more failing tests 2026-05-08 18:55:25 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
a4d1cc2179
rename test fixture files for group units and teams 2026-05-08 18:55:25 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
cd884d58d4
add/remove more constraints for mssql/mysql compatibility 2026-05-08 18:55:25 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
209dbcdc46
add explicit TEXT type to Group.LowerName tag 2026-05-08 18:55:25 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
c2db9ec090
remove UNIQUE constraint on Group.LowerName 2026-05-08 18:55:24 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
b6f3c1623b
fix bug where builder.In cond for groups and teams was not placed into the builder.Or cond 2026-05-08 18:55:24 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
79d8cacf00
ensure we return early if there was an error loading group units 2026-05-08 18:55:24 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
7257ab0585
fix failing tests ?
i think they're caused by group permissions causing more repos to be returned than before
2026-05-08 18:55:24 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
19d37123b4
fix build and lint errors 2026-05-08 18:55:24 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
12b134e000
fix build errors 2026-05-08 18:55:24 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
08fe91c6bc
add api routes and functions to get a repository group's subgroups and repos 2026-05-08 18:55:23 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
595754f2a6
fix swagger definition references to nonexistent CreateGroupOption 2026-05-08 18:55:23 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
4647c138fe
refactor group creation such that we know the owner ID ahead of time, bailing out if both ownerID and parentGroupID are < 1 2026-05-08 18:55:23 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
313a518f58
add appropriate swagger definitions 2026-05-08 18:55:23 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
0c1d339082
move group routes that don't depend on the org path parameter out of the /orgs/{org} route group 2026-05-08 18:55:23 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
466caf7d2a
run formatter 2026-05-08 18:55:22 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
1c7ccfc31a
remove bare return 2026-05-08 18:55:22 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
21d499d42e
update AccessibleGroupCondition function to take a minimum perm.AccessMode as a parameter 2026-05-08 18:55:22 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
bdb88fd7f0
add doer parameter to MoveGroupItem describing the user trying to move a group 2026-05-08 18:55:22 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
0eab7d0429
add api routes and functions for repository groups 2026-05-08 18:55:22 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
87f26cd99b
rename tables in group-related query conditions 2026-05-08 18:55:21 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
81095daa62
move parameters of the MoveGroup function into a struct, MoveGroupOptions 2026-05-08 18:55:21 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
d77110a1a8
update repo service to check that GroupID is owned by the repo owner when creating a new repository 2026-05-08 18:55:21 -04:00