☙◦ The Tablet ❀ GamerGirlandCo ◦❧
4d854a5df2
add copyright
2026-04-02 20:46:54 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
36b6470548
fix nil pointer dereference
2026-04-02 20:46:53 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
70a3f779f1
remove references to db.DefaultContext
2026-04-02 20:46:51 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
cd58b9020b
remove references to db.DefaultContext
2026-04-02 20:44:14 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
3bc69a0f73
fix another lint error
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 ◦❧
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 ◦❧
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 ◦❧
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 ◦❧
401e633f01
rename tables in group-related query conditions
2026-04-02 20:00:52 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
01dace952d
apply simple linting changes
2026-04-02 20:00:51 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
fc646e84cd
format files
2026-04-02 20:00:51 -04:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
3711d573e6
fix deadlock caused by differing contexts when retrieving group ancestry with ParentGroupCond/GetParentGroupChain when using a sqlite db
2026-04-02 20:00:49 -04:00
wxiaoguang
f3eb835886
Refactor locale&string&template related code ( #29165 )
...
Clarify when "string" should be used (and be escaped), and when
"template.HTML" should be used (no need to escape)
And help PRs like #29059 , to render the error messages correctly.
2024-02-14 21:48:45 +00:00
yp05327
49808136c5
Display owner of a runner as a tooltip instead of static text ( #24377 )
...
Before:

After:


---------
Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: Giteabot <teabot@gitea.io>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2023-05-12 08:43:27 +00:00