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/models
wxiaoguang 2d7e6e9482
Fix various trivial problems (#32861)
1. add/improve comments to help future readers could understand the
problem more easily.
2. add an error log to LDAP with username fallback
3. use `or` instead of `Iif` for "repo/branch_dropdown" (`Iif` was a
mistake, but it doesn't really affect the UI)
4. add `tw-font-mono` style to container digest to match dockerhub
5. fix a bug in RepoBranchTagSelector: the form is not updated when
there is no click to an item

---------

Co-authored-by: delvh <dev.lh@web.de>
2 months ago
..
actions Fix various trivial problems (#32861) 2 months ago
activities Enable tenv and testifylint rules (#32852) 2 months ago
admin Fix javascript error when an anonymous user visiting migration page (#32144) 4 months ago
asymkey bump to go 1.23 (#31855) 5 months ago
auth Enable tenv and testifylint rules (#32852) 2 months ago
avatars Replace 10 more gt- classes with tw- (#29945) 11 months ago
db Enable tenv and testifylint rules (#32852) 2 months ago
dbfs Enable `unparam` linter (#31277) 8 months ago
fixtures Fix bug on action list deleted branch (#32848) 2 months ago
git Enable tenv and testifylint rules (#32852) 2 months ago
issues Enable tenv and testifylint rules (#32852) 2 months ago
migrations Enable tenv and testifylint rules (#32852) 2 months ago
organization Enable tenv and testifylint rules (#32852) 2 months ago
packages Add Arch package registry (#32692) 2 months ago
perm Enable tenv and testifylint rules (#32852) 2 months ago
project Enable tenv and testifylint rules (#32852) 2 months ago
pull Add support for sha256 repositories (#23894) 1 year ago
renderhelper Refactor render system (orgmode) (#32671) 2 months ago
repo Enable tenv and testifylint rules (#32852) 2 months ago
secret Clarify Actions resources ownership (#31724) 6 months ago
shared/types Refactor locale&string&template related code (#29165) 12 months ago
system Refactor deletion (#28610) 1 year ago
unit Add `DEFAULT_MIRROR_REPO_UNITS` and `DEFAULT_TEMPLATE_REPO_UNITS` options (#32416) 3 months ago
unittest Enable tenv and testifylint rules (#32852) 2 months ago
user Enable tenv and testifylint rules (#32852) 2 months ago
webhook Enable tenv and testifylint rules (#32852) 2 months ago
error.go Add merge style `fast-forward-only` (#28954) 12 months ago
main_test.go make writing main test easier (#27270) 1 year ago
repo.go Refactor deletion (#28610) 1 year ago
repo_test.go Penultimate round of `db.DefaultContext` refactor (#27414) 1 year ago
repo_transfer.go chore: use errors.New to replace fmt.Errorf with no parameters will much better (#30621) 9 months ago