gitea/services
Wiktor Kwapisiewicz 37191dcfbd
Fix missing link on outgoing new release notifications ()
Outgoing new release e-mail notifications were missing links to the
actual release. An example from Codeberg.org e-mail:

    <a href=3D"">View it on Codeberg.org</a>.<br/>

This PR adds `"Link"` context property pointing to the release on the
web interface.

The change was tested using `[mailer] PROTOCOL=dummy`.

Signed-off-by: Wiktor Kwapisiewicz <wiktor@metacode.biz>
..
actions Add artifacts v4 jwt to job message and accept it ()
agit Adjust object format interface ()
asymkey Simplify how git repositories are opened ()
attachment Even more `db.DefaultContext` refactor ()
auth Unify user update methods ()
automerge Simplify how git repositories are opened ()
context Another round of `db.DefaultContext` refactor ()
convert Show whether a PR is WIP inside popups ()
cron Update go dependencies ()
doctor Simplify how git repositories are opened ()
externalaccount Final round of `db.DefaultContext` refactor ()
feed More `db.DefaultContext` refactor ()
forms Remove trust model selection from repository creation on web page because it can be changed in settings later ()
gitdiff Add option to disable ambiguous unicode characters detection ()
indexer Fix missing issue search index update when changing status ()
issue Remove deadcode under models/issues ()
lfs Remove GetByBean method because sometimes it's danger when query condition parameter is zero and also introduce new generic methods ()
mailer Fix missing link on outgoing new release notifications ()
markup make writing main test easier ()
migrations Simplify how git repositories are opened ()
mirror Simplify how git repositories are opened ()
notify Update status and code index after changing the default branch ()
org Delete repos of org when purge delete user ()
packages Propagate install_if and provider_priority to APKINDEX ()
pull Simplify how git repositories are opened ()
release Avoid sending update/delete release notice when it is draft ()
repository Move some repository transfer functions to service layer ()
secrets Refactor deletion ()
task Fix incorrect ctx usage in defer function ()
uinotification Penultimate round of `db.DefaultContext` refactor ()
user Unify password changing and invalidate auth tokens ()
webhook Abstract hash function usage ()
wiki Fix an actions schedule bug ()