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.
forgejo/services
JakobDev 1c039b4e1e
Fix Bug in Issue Config when only contact links are set (#26521)
Blank Issues should be enabled if they are not explicit disabled through
the `blank_issues_enabled` field of the Issue Config. The Implementation
has currently a Bug: If you create a Issue Config file with only
`contact_links` and without a `blank_issues_enabled` field,
`blank_issues_enabled` is set to false by default.

The fix is only one line, but I decided to also improve the tests to
make sure there are no other problems with the Implementation.

This is a bugfix, so it should be backported to 1.20.
9 months ago
..
actions Add a new column schedule_id for action_run to track (#26975) 10 months ago
agit Move notification interface to services layer (#26915) 10 months ago
asymkey make writing main test easier (#27270) 9 months ago
attachment make writing main test easier (#27270) 9 months ago
auth Another round of `db.DefaultContext` refactor (#27103) 9 months ago
automerge Improve queue and logger context (#24924) 1 year ago
context Another round of `db.DefaultContext` refactor (#27103) 9 months ago
convert make writing main test easier (#27270) 9 months ago
cron Another round of `db.DefaultContext` refactor (#27103) 9 months ago
externalaccount Another round of `db.DefaultContext` refactor (#27103) 9 months ago
feed make writing main test easier (#27270) 9 months ago
forms Check blocklist for emails when adding them to account (#26812) 10 months ago
gitdiff make writing main test easier (#27270) 9 months ago
indexer Update status and code index after changing the default branch (#27018) 10 months ago
issue Fix Bug in Issue Config when only contact links are set (#26521) 9 months ago
lfs Bump github.com/golang-jwt/jwt to v5 (#25975) 12 months ago
mailer make writing main test easier (#27270) 9 months ago
markup make writing main test easier (#27270) 9 months ago
migrations make writing main test easier (#27270) 9 months ago
mirror Another round of `db.DefaultContext` refactor (#27103) 9 months ago
notify Update status and code index after changing the default branch (#27018) 10 months ago
org make writing main test easier (#27270) 9 months ago
packages Another round of `db.DefaultContext` refactor (#27103) 9 months ago
pull make writing main test easier (#27270) 9 months ago
release make writing main test easier (#27270) 9 months ago
repository make writing main test easier (#27270) 9 months ago
secrets Refactor secrets modification logic (#26873) 10 months ago
task Next round of `db.DefaultContext` refactor (#27089) 10 months ago
uinotification Move notification interface to services layer (#26915) 10 months ago
user make writing main test easier (#27270) 9 months ago
webhook make writing main test easier (#27270) 9 months ago
wiki make writing main test easier (#27270) 9 months ago