Commit Graph
20765 Commits
Author SHA1 Message Date
☙◦ 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 ◦❧ b32762ae23 create templates for group selection menu displayed in organization dashboard header, and update dashboard template to show said selection menu 2026-04-02 20:34:41 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ e91c1db2cb inject group id and organization name into dashboard repo list's data object 2026-04-02 20:34:41 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ bb55e2db5c add ability to search for repository activity based on repo groups 2026-04-02 20:34:41 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ da30652db0 add component for searching for teams to add to a group 2026-04-02 20:34:40 -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 ◦❧ 37a210cac3 remove Projects tab from group header menu 2026-04-02 20:31:56 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 15446db55a add methods for retrieving nesting depth and generating a left padding CSS value to Group struct 2026-04-02 20:31:56 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ bc0c9e6aa6 add functions to populate web context with group info where appropriate 2026-04-02 20:31:55 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ c0fbdbb9be inject group-related values into web context 2026-04-02 20:30:01 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 111275644f inject group-related values in OrgAssignment 2026-04-02 20:26:07 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 00df4275f7 remove SafeHTML calls in group team page template 2026-04-02 20:24:56 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 52c2dabcc3 update group homepage template to reflect new file paths 2026-04-02 20:24:56 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ cc236c39ec add missing class to the group selector in the repo creation form 2026-04-02 20:24:56 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 89440056d7 update org home page to show group navigation menu on the right 2026-04-02 20:24:55 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 5ff6781cff make group selection in the new repository form look more hierarchical 2026-04-02 20:22:47 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 150577578e add LoadHeaderCount function for group pages 2026-04-02 20:22:47 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 8d82d52c30 add templates for pages to add and manage teams with access to a group 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 ◦❧ 92e1da2bd3 add a menu for selecting parent group to repo creation page 2026-04-02 20:20:43 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ afb4500b8e add new styles 2026-04-02 20:20:42 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 5d84f5fbfe add drag-and-drop functionality to org group sidebar 2026-04-02 20:19:53 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 8ea3118e05 add sidebar which displays accessible group hierarchy to organization home page 2026-04-02 20:15:47 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 54230435b7 add structs describing group-related forms 2026-04-02 20:15:47 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 8a56edb0c1 create templates to display a sidebar containing a user's groups in a tree-like hierarchy 2026-04-02 20:15:47 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ ff828442f3 create new types for the frontend
- `GroupItem`, an interface which describes items displayed in the group sidebar
- `groupItemGroup` and `groupItemRepo`, two structs which implement `GroupItem`
2026-04-02 20:15:47 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 2047492033 add templates for main group page 2026-04-02 20:15:47 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 8c0b7c4c1d add template for group selection dropdown 2026-04-02 20:15:46 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 0184b67292 add templates for group settings page 2026-04-02 20:15:46 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ be78507164 add template for creating a new group 2026-04-02 20:15:46 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ d2cb6f8da7 ensure we do not display an add button when viewing a group's projects 2026-04-02 20:15:46 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 03eb6c0640 begin work on base subfeatures 2026-04-02 20:15:46 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 1ff805871f begin work on base subfeatures 2026-04-02 20:15:46 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 4c6c14d67f begin work on base subfeatures 2026-04-02 20:15:45 -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 ◦❧ fccf0b3a39 begin work on base subfeatures 2026-04-02 20:15:45 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ ab38af2a0f begin work on base subfeatures 2026-04-02 20:15:45 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ e07ebf71c3 refactor: update tests
use the correct number of arguments when calling certain functions which take a group ID like `RepoPath`
2026-04-02 20:15:25 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 2cbb62c302 revert: fixture and test changes
give all existing fixture repos a group id of 0
2026-04-02 20:15:17 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 5014e8f424 revert changes to cases in org_test.go 2026-04-02 20:15:08 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 60df346d4b fix org repo test 2026-04-02 20:15:08 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 0b42d362ea fix more test urls 2026-04-02 20:15:07 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 1e2c410674 fix remaining tests 2026-04-02 20:15:01 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ c2559e033c fix maybeGroupSegment func, run formatter 2026-04-02 20:14:56 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 774e521467 fix integration test api urls 2026-04-02 20:14:51 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 3f4345abf6 update integration test utilities to tage group id as argument 2026-04-02 20:14:23 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ a338bfb8b4 sync with main 2026-04-02 20:14:16 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 6c08c3d17c fix broken hooks 2026-04-02 20:14:10 -04:00