forgejo/models
KN4CK3R 6f323d13dd
Fix condition for is_internal (#22095) (#22131)
Backport of #22095

I changed it to a static condition because it needs a new version of
xorm which is only available in 1.19. This change is valid because
`SearchLatestVersions` is never called to list internal versions and
there will no change to this behaviour in <1.19.

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2022-12-14 12:49:44 -05:00
..
admin
appstate
asymkey Pad GPG Key ID with preceding zeroes (#20878) (#20885) 2022-08-22 19:35:18 +01:00
auth Ignore port for OAuth2 loopback redirect URIs (#21293) (#21373) 2022-10-08 09:52:35 +08:00
avatars Fix vertical align of committer avatar rendered by email address (#21884) (#21919) 2022-11-23 22:00:43 -06:00
db Add migrate repo archiver and packages storage support on command line (#20757) (#20806) 2022-08-18 09:27:56 +08:00
fixtures Fix SQL Query for SearchTeam (#20844) (#20872) 2022-08-21 19:31:51 +01:00
foreignreference
git Add migrate repo archiver and packages storage support on command line (#20757) (#20806) 2022-08-18 09:27:56 +08:00
issues Fix issue/PR numbers (#22037) (#22045) 2022-12-06 22:15:38 +08:00
migrations Init git module before database migration (#21764) (#21766) 2022-11-10 14:22:45 +00:00
organization Do not allow Ghost access to limited visible user/org (#21849) (#21875) 2022-11-20 14:35:26 +02:00
packages Fix condition for is_internal (#22095) (#22131) 2022-12-14 12:49:44 -05:00
perm Store read access in access for team repo's (#20275) (#20276) 2022-07-09 20:01:44 +02:00
project Use correct count for NumOpenIssues (#19980) 2022-06-16 10:51:34 +08:00
pull
repo Fix warn in database structs sync (#22111) 2022-12-13 22:03:14 +08:00
unit
unittest Use git.HOME_PATH for Git HOME directory (#20114) (#20293) 2022-07-08 21:44:36 +08:00
user Fix limited user cannot view himself's profile (#21212) 2022-09-20 16:00:46 +08:00
webhook Check webhooks slice length before calling xorm (#20642) (#20768) 2022-08-12 11:36:45 +03:00
action.go Use absolute links in feeds (#21229) (#21265) 2022-09-26 13:49:22 -04:00
action_list.go
action_test.go Use absolute links in feeds (#21229) (#21265) 2022-09-26 13:49:22 -04:00
consistency.go
error.go
fixture_generation.go
fixture_test.go
main_test.go
migrate.go
migrate_test.go
notification.go
notification_test.go
org.go In code search, get code unit accessible repos in one (main) query (#19764) 2022-06-16 02:24:10 +03:00
org_team.go
org_team_test.go
org_test.go Move tests as seperate sub packages to reduce duplicated file names (#19951) 2022-06-15 09:02:00 +02:00
release.go Tag list should include draft releases with existing tags (#21263) (#21365) 2022-10-07 18:59:42 +08:00
repo.go Fix issue/PR numbers (#22037) (#22045) 2022-12-06 22:15:38 +08:00
repo_activity.go
repo_collaboration.go
repo_collaboration_test.go Move tests as seperate sub packages to reduce duplicated file names (#19951) 2022-06-15 09:02:00 +02:00
repo_test.go Move tests as seperate sub packages to reduce duplicated file names (#19951) 2022-06-15 09:02:00 +02:00
repo_transfer.go
repo_transfer_test.go
statistic.go
task.go
token.go
token_test.go
upload.go
user.go Prevent dangling user redirects (#21856) (#21859) 2022-11-18 22:24:49 +08:00
user_heatmap.go
user_heatmap_test.go