forgejo/models
Earl Warren cd82834043
[GITEA] enable system users for comment.LoadPoster
System users (Ghost, ActionsUser, etc) have a negative id and may be
the author of a comment, either because it was created by a now
deleted user or via an action using a transient token.

The GetPossibleUserByID function has special cases related to system
users and will not fail if given a negative id.

Refs: https://codeberg.org/forgejo/forgejo/issues/1425
(cherry picked from commit 97667e06b3)
(cherry picked from commit 8ef73a09c9)
(cherry picked from commit fa8a00d264)
(cherry picked from commit 2ada2074b5)
(cherry picked from commit f9a59b940a)
2023-10-16 16:54:52 +02:00
..
actions [CLI] implement forgejo-cli 2023-10-16 12:49:08 +02:00
activities
admin
asymkey Replace more db.DefaultContext (#27628) 2023-10-15 17:46:06 +02:00
auth [GITEA] silently ignore obsolete sudo scope 2023-10-16 16:51:07 +02:00
avatars
db [GITEA] Add slow SQL query warning 2023-10-16 16:53:49 +02:00
dbfs
fixtures [GITEA] Improve HTML title on repositories 2023-10-16 16:53:49 +02:00
forgejo/semver [v1.22] [SEMVER] store SemVer in ForgejoSemVer after a database upgrade 2023-10-16 14:37:59 +02:00
forgejo_migrations [SEMVER] store SemVer in ForgejoSemVer after a database upgrade 2023-10-16 14:37:58 +02:00
git
issues [GITEA] enable system users for comment.LoadPoster 2023-10-16 16:54:52 +02:00
migrations [UPGRADE] run sanity checks before the database is upgraded 2023-10-16 14:37:58 +02:00
organization
packages
perm
project
pull
repo [GITEA] Improve HTML title on repositories 2023-10-16 16:53:49 +02:00
secret
shared/types
system Replace more db.DefaultContext (#27628) 2023-10-15 17:46:06 +02:00
unit
unittest [TESTS] tests.AddFixtures helper loads additional per-test fixtures 2023-10-16 14:37:59 +02:00
user [GITEA] enable system users search via the API 2023-10-16 16:54:52 +02:00
webhook
error.go
fixture_generation.go Replace more db.DefaultContext (#27628) 2023-10-15 17:46:06 +02:00
fixture_test.go Replace more db.DefaultContext (#27628) 2023-10-15 17:46:06 +02:00
main_test.go
org.go Replace more db.DefaultContext (#27628) 2023-10-15 17:46:06 +02:00
org_team.go
org_team_test.go
org_test.go Replace more db.DefaultContext (#27628) 2023-10-15 17:46:06 +02:00
repo.go
repo_test.go
repo_transfer.go
repo_transfer_test.go