You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/templates
Giteabot 7ed79b748f
Hide code links on release page if user cannot read code (#29064) (#29066)
Backport #29064 by @wolfogre

On the release list page, if the user doesn't have the permission to
read code, the code links will lead to 404 pages or api errors:

<img width="1297" alt="image"
src="https://github.com/go-gitea/gitea/assets/9418365/a74fbc63-6dd6-43c6-853c-28acdbfdcb4e">


After this PR:

<img width="1297" alt="image"
src="https://github.com/go-gitea/gitea/assets/9418365/a626373d-c2df-40a9-8fed-1b12ff6bc56f">

And this PR also removed some dead code. After #23465, the tag list page
has an independent template, and all `IsTag` in the release list
template are always false.

Co-authored-by: Jason Song <i@wolfogre.com>
1 year ago
..
admin Add word break to the repo list in admin settings page (#28034) (#28035) 1 year ago
api/packages/pypi Remove incorrect HTML self close tag (#23748) 2 years ago
base Avoid unnecessary 500 panic when a commit doesn't exist (#28719) (#28721) 1 year ago
code Fix 500 error of searching commits (#28576) (#28579) 1 year ago
custom Add footer extra links template (#9576) 5 years ago
devtest Improve dropdown button alignment and fix hover bug (#27632) (#27637) 1 year ago
explore Keep profile tab when clicking on Language (#28320) (#28331) 1 year ago
mail Update team invitation email link (#26550) 2 years ago
org Fix button size in "attached header right" (#28770) (#28774) 1 year ago
package switch destination directory for apt signing keys (#28639) (#28642) 1 year ago
projects Use full width for project boards (#28225) (#28245) 1 year ago
repo Hide code links on release page if user cannot read code (#29064) (#29066) 1 year ago
shared Fix wrong due date rendering in issue list page (#28588) (#28591) 1 year ago
status Clean up template locale usage (#27856) (#27857) 1 year ago
swagger Forbid removing the last admin user (#28337) (#28793) 1 year ago
user Rework markup link rendering (#26745) (#28803) 1 year ago
webhook Extract common code to new template (#26933) 1 year ago
home.tmpl Backport ctx locale refactoring manually (#27231) (#27259) (#27260) 1 year ago
install.tmpl Backport ctx locale refactoring manually (#27231) (#27259) (#27260) 1 year ago
post-install.tmpl Backport ctx locale refactoring manually (#27231) (#27259) (#27260) 1 year ago