1
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-05-11 01:47:57 +00:00
gitea/templates/repo
TheFox0x7 053592d847
fix org repo creation being limited by user limits ()
fixes an issue where user is unable to create new repository in
organization via UI if repository limits are in place and user has
exhausted them for their own namespace.

closes: https://github.com/go-gitea/gitea/issues/15504

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-03-27 13:16:17 +00:00
..
actions workflow_dispatch use workflow from trigger branch () 2025-01-05 21:47:18 +08:00
branch Auto expand "New PR" form () 2025-03-24 14:28:02 +00:00
cite Fix Citation modal responsiveness and clipboard copy () 2024-03-15 02:38:13 +00:00
code Auto expand "New PR" form () 2025-03-24 14:28:02 +00:00
diff Auto expand "New PR" form () 2025-03-24 14:28:02 +00:00
editor Refactor markup and pdf-viewer to use new init framework () 2025-03-03 11:49:15 -08:00
find Fix word overflow in file search page () 2024-12-03 16:52:25 +00:00
graph De-emphasize signed commits () 2024-12-28 04:18:30 +08:00
issue Allow filtering issues by any assignee () 2025-03-21 04:25:36 +00:00
migrate Replace text-align classes with tailwind () 2025-03-16 12:08:16 +00:00
projects Fix incorrect project page CSS class () 2024-11-15 01:30:26 +00:00
pulls Decouple diff stats query from actual diffing () 2025-03-08 17:36:08 +08:00
release Refactor initRepoBranchTagSelector to use new init framework () 2025-03-03 20:58:19 +00:00
settings Replace text-align classes with tailwind () 2025-03-16 12:08:16 +00:00
tag Refactor DateUtils and merge TimeSince () 2024-11-04 11:30:00 +00:00
wiki Replace text-align classes with tailwind () 2025-03-16 12:08:16 +00:00
activity.tmpl Implement recent commits graph () 2024-02-24 10:22:51 +00:00
blame.tmpl Simplify context ref name () 2025-01-15 11:15:47 +08:00
branch_dropdown.tmpl Refactor initRepoBranchTagSelector to use new init framework () 2025-03-03 20:58:19 +00:00
clone_buttons.tmpl Rearrange Clone Panel () 2024-12-11 21:54:30 +08:00
clone_panel.tmpl Clone repository with Tea CLI () 2025-02-27 18:18:02 +00:00
code_frequency.tmpl Refactor web routes () 2024-04-17 08:31:37 +00:00
commit_load_branches_and_tags.tmpl Migrate gt-hidden to tw-hidden () 2024-03-24 18:23:38 +00:00
commit_page.tmpl Replace text-align classes with tailwind () 2025-03-16 12:08:16 +00:00
commit_sign_badge.tmpl Do not show unnecessary commit sign lock icon () 2025-01-25 19:32:35 +08:00
commit_status.tmpl Restore warning commit status () 2023-10-08 22:16:06 +00:00
commit_statuses.tmpl fix toggle commit body button ui when latest commit message is long () 2024-12-29 08:04:56 +08:00
commits_list_small.tmpl De-emphasize signed commits () 2024-12-28 04:18:30 +08:00
commits_list.tmpl Replace text-align classes with tailwind () 2025-03-16 12:08:16 +00:00
commits_search_dropdown.tmpl Unify search boxes () 2024-03-14 23:24:59 +00:00
commits_table.tmpl Refactor context repository () 2025-01-12 03:39:46 +00:00
commits.tmpl Simplify context ref name () 2025-01-15 11:15:47 +08:00
contributors.tmpl Add "n commits" link to contributors in contributors graph page () 2024-12-12 19:02:54 +00:00
create_helper.tmpl Remove incorrect and unnecessary Escape from templates () 2024-02-25 14:02:20 +00:00
create.tmpl fix org repo creation being limited by user limits () 2025-03-27 13:16:17 +00:00
empty.tmpl Fix repo empty guide () 2025-01-06 12:07:52 +08:00
file_info.tmpl Improve detecting empty files () 2024-06-13 01:06:46 +00:00
forks.tmpl Refactor find forks and fix possible bugs that weak permissions check () 2024-11-18 03:06:25 +00:00
graph.tmpl Migrate gt-hidden to tw-hidden () 2024-03-24 18:23:38 +00:00
header.tmpl Refactor repository transfer () 2025-01-30 05:40:44 +00:00
home_sidebar_bottom.tmpl Tweak repo sidebar () 2024-12-15 10:01:46 +00:00
home_sidebar_top.tmpl Repo homepage styling tweaks () 2025-01-24 17:35:28 +00:00
home.tmpl Add file tree to file view page () 2025-03-15 16:26:49 +08:00
icon.tmpl Fix dropdown delegating and some UI problems () 2025-03-26 02:51:22 +00:00
latest_commit.tmpl Refactor buttons to use new init framework () 2025-03-03 20:30:55 +00:00
navbar.tmpl Implement recent commits graph () 2024-02-24 10:22:51 +00:00
packages.tmpl Fix inconsistent user profile layout across tabs () 2023-07-06 18:59:24 +00:00
pulse.tmpl Replace text-align classes with tailwind () 2025-03-16 12:08:16 +00:00
recent_commits.tmpl Refactor web routes () 2024-04-17 08:31:37 +00:00
release_tag_header.tmpl Fix incorrect TagName/BranchName usages () 2025-01-15 17:34:55 +08:00
search_name.tmpl Clean template/helper.go () 2023-04-07 03:31:41 -04:00
search.tmpl Unify search boxes () 2024-03-14 23:24:59 +00:00
star_unstar.tmpl code optimization () 2024-06-11 21:07:10 +08:00
sub_menu.tmpl Repo homepage styling tweaks () 2025-01-24 17:35:28 +00:00
unicode_escape_prompt.tmpl Replace some gt- classes with tw- () 2024-03-04 03:33:20 +00:00
upload.tmpl Always use ctx.Locale.Tr inside templates () 2023-09-25 08:56:50 +00:00
user_cards.tmpl Update the list of watchers and stargazers when clicking watch/unwatch or star/unstar () 2024-11-22 18:51:51 +00:00
view_content.tmpl Auto expand "New PR" form () 2025-03-24 14:28:02 +00:00
view_file_tree.tmpl Fix file tree issues () 2025-03-17 14:55:15 +00:00
view_file.tmpl Refactor buttons to use new init framework () 2025-03-03 20:30:55 +00:00
view_list.tmpl Optimize Layout Styles of Filelist () 2025-03-19 00:59:33 +08:00
view.tmpl Add file tree to file view page () 2025-03-15 16:26:49 +08:00
watch_unwatch.tmpl Tweak repo buttons on mobile and labeled button border-radius () 2024-04-16 17:46:12 +02:00
watchers.tmpl Fix user-cards format () 2023-04-29 15:43:01 -04:00