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.
2023-09-28 20:16:40 +08:00
..
actions Add a new column schedule_id for action_run to track (#26975) 2023-09-08 23:01:19 +08:00
agit Move notification interface to services layer (#26915) 2023-09-05 18:37:47 +00:00
asymkey make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
attachment make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
auth Another round of db.DefaultContext refactor (#27103) 2023-09-25 13:17:37 +00:00
automerge Improve queue and logger context (#24924) 2023-05-26 07:31:55 +00:00
context Another round of db.DefaultContext refactor (#27103) 2023-09-25 13:17:37 +00:00
convert make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
cron Another round of db.DefaultContext refactor (#27103) 2023-09-25 13:17:37 +00:00
externalaccount Another round of db.DefaultContext refactor (#27103) 2023-09-25 13:17:37 +00:00
feed make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
forms Check blocklist for emails when adding them to account (#26812) 2023-08-30 10:46:49 -05:00
gitdiff make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
indexer Update status and code index after changing the default branch (#27018) 2023-09-13 04:43:31 +00:00
issue Fix Bug in Issue Config when only contact links are set (#26521) 2023-09-28 20:16:40 +08:00
lfs Bump github.com/golang-jwt/jwt to v5 (#25975) 2023-07-19 09:57:10 +00:00
mailer make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
markup make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
migrations make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
mirror Another round of db.DefaultContext refactor (#27103) 2023-09-25 13:17:37 +00:00
notify Update status and code index after changing the default branch (#27018) 2023-09-13 04:43:31 +00:00
org make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
packages Another round of db.DefaultContext refactor (#27103) 2023-09-25 13:17:37 +00:00
pull make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
release make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
repository make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
secrets Refactor secrets modification logic (#26873) 2023-09-05 15:21:02 +00:00
task Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00
uinotification Move notification interface to services layer (#26915) 2023-09-05 18:37:47 +00:00
user make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
webhook make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
wiki make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00