0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-04-04 14:36:16 +02:00

20716 Commits

Author SHA1 Message Date
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
6c08c3d17c
fix broken hooks 2026-04-02 20:14:10 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
96de1004e6
update FullName method to show group id if it's non-zero 2026-04-02 20:14:03 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
5abe0c24fa
fix optional path segments not working out as planned 2026-04-02 20:13:58 -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 ◦❧
ac45caddc1
begin work on base subfeatures 2026-04-02 20:12:26 -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 ◦❧
2a56bfbd64
run formatter 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 ◦❧
11f32528c6
fix yaml lint errors 2026-04-02 20:01:14 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
a374a30a7f
update swagger definitions 2026-04-02 20:01:14 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
a79c96748d
update migrations 2026-04-02 20:01:14 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
3cb61517a3
feat: add some integration tests 2026-04-02 20:01:14 -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 ◦❧
b0257d1468
fix: update CanAccessAtLevel func
ensure that public groups can always be accessed if requested level == read
2026-04-02 20:01:13 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
436b04fe0e
fix: update accessible group cond
ensure that org owners and site admins can always see all groups
2026-04-02 20:01:13 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
d2d3d566f3
refactor: update fixture items
- add new org which owns all testing repo groups
- create new repositories, teams and team units in this org
2026-04-02 20:01:13 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
fc1bd08b01
refactor: update fixture items
- add new org which owns all testing repo groups
- create new repositories, teams and team units in this org
2026-04-02 20:01:13 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
802ca748c8
refactor: update tests
use the correct number of arguments when calling certain functions which take a group ID like `RepoPath`
2026-04-02 20:01:13 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
07d8bd7885
revert: fixture and test changes
give all existing fixture repos a group id of 0
2026-04-02 20:01:13 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
e55949d77c
update test fixtures 2026-04-02 20:01:12 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
55ca263b89
fix failing tests 2026-04-02 20:01:12 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
6f76360208
fix group team unit query 2026-04-02 20:01:12 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
aae627e4e8
update GetUserRepoPermission
ensure we check the parent group's unit permissions as well
2026-04-02 20:01:12 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
83d982cc38
add function to find teams a user is part of within a group 2026-04-02 20:01:11 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
09f0464384
revert changes to cases in org_test.go 2026-04-02 20:01:11 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
284b5a4fb5
fix org repo test 2026-04-02 20:01:11 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
9b62f398a9
move test repo 21 to different subgroup 2026-04-02 20:01:11 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
209cfd3de6
fix more test urls 2026-04-02 20:01:11 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
2443ea0fd9
add group id to file comparison urls 2026-04-02 20:01:11 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
139a681f0e
fix org test 2026-04-02 20:01:10 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
d2153d4cf1
fix permissions on web issue routes 2026-04-02 20:01:10 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
60fd4472fd
more test fixes 2026-04-02 20:01:10 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
a9f1cc99fd
update swagger tool
unmarshal json directly into ordered map
2026-04-02 20:01:10 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
8ca136bb80
fix a couple more tests 2026-04-02 20:01:10 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
99e51331bd
fix repo api url 2026-04-02 20:01:09 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
5966278c9e
fix remaining tests 2026-04-02 20:01:09 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
ca8c0d572d
update swagger definitions 2026-04-02 20:01:09 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
87c0c10a5d
fix remaining tests 2026-04-02 20:01:09 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
3c6e457744
fix repo api url 2026-04-02 20:01:09 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
cf7dc29b8f
use a custom ordered map to create group swagger mixin 2026-04-02 20:01:08 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
6e2f41b5b9
fix more tests 2026-04-02 20:01:08 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
6d723d6d67
fix permissions on some test repos 2026-04-02 20:01:08 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
fb6d5ba817
reorder serv routes 2026-04-02 20:01:08 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
1ec7d0c045
set hooks to be executable 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 ◦❧
1fa9298ad2
fix hook url 2026-04-02 20:01:07 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
46cd9b7379
update swagger definitions 2026-04-02 20:01:07 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
968818bd70
fix go-get import paths 2026-04-02 20:01:07 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
41c1e208b9
fix more tests 2026-04-02 20:01:07 -04:00