<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Latest commits for branch codeberg-13-moderation</title>
    <link>https://codeberg.org/Codeberg-Infrastructure/forgejo/branch/codeberg-13-moderation</link>
    <description>The code deployed to Codeberg. If you want to deploy Forgejo yourself or work on the code, check out:</description>
    <pubDate>Wed, 04 Mar 2026 02:27:30 +0100</pubDate>
    <item>
      <title>feat: render a link to poster profile next to the ID within shadow copy details (#10194)</title>
      <link>https://codeberg.org/Codeberg-Infrastructure/forgejo/commit/b96b5f65b831479bfa20ff781f8f9dcb5715aa1c</link>
      <description>feat: render a link to poster profile next to the ID within shadow copy details (#10194)&#xA;&#xA;Closes #10078 and includes another small improvement (for comments and issues/PRs the title from report/s details page already included the poster name; now it will clickable, opening the poster profile page).&#xA;&#xA;Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/10194&#xA;Reviewed-by: Gusted &lt;gusted@noreply.codeberg.org&gt;&#xA;Co-authored-by: floss4good &lt;floss4good@disroot.org&gt;&#xA;Co-committed-by: floss4good &lt;floss4good@disroot.org&gt;&#xA;&#xA;Codeberg: remove code related to tests, merge conflict.&#xA;&#xA;(cherry picked from commit 590104b5cacb3c21c800ddc4a99405b7a57336c1)&#xA;</description>
      <content:encoded><![CDATA[feat: render a link to poster profile next to the ID within shadow copy details (#10194)

Closes #10078 and includes another small improvement (for comments and issues/PRs the title from report/s details page already included the poster name; now it will clickable, opening the poster profile page).

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/10194
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: floss4good <floss4good@disroot.org>
Co-committed-by: floss4good <floss4good@disroot.org>

Codeberg: remove code related to tests, merge conflict.

(cherry picked from commit 590104b5cacb3c21c800ddc4a99405b7a57336c1)
]]></content:encoded>
      <author>floss4good</author>
      <guid>b96b5f65b831479bfa20ff781f8f9dcb5715aa1c</guid>
      <pubDate>Mon, 22 Dec 2025 01:49:16 +0100</pubDate>
    </item>
    <item>
      <title>fix: prevent actions dropdown from being shown outside the viewport</title>
      <link>https://codeberg.org/Codeberg-Infrastructure/forgejo/commit/9b6e244b5922773539df418d1f20009b6a446213</link>
      <description>fix: prevent actions dropdown from being shown outside the viewport&#xA;</description>
      <content:encoded><![CDATA[fix: prevent actions dropdown from being shown outside the viewport
]]></content:encoded>
      <author>floss4good</author>
      <guid>9b6e244b5922773539df418d1f20009b6a446213</guid>
      <pubDate>Mon, 22 Dec 2025 01:49:16 +0100</pubDate>
    </item>
    <item>
      <title>feat: hide any flash message before showing the HTMX error toast</title>
      <link>https://codeberg.org/Codeberg-Infrastructure/forgejo/commit/17b58400b48d6d12801c8797d7e8618a410cb3f0</link>
      <description>feat: hide any flash message before showing the HTMX error toast&#xA;</description>
      <content:encoded><![CDATA[feat: hide any flash message before showing the HTMX error toast
]]></content:encoded>
      <author>floss4good</author>
      <guid>17b58400b48d6d12801c8797d7e8618a410cb3f0</guid>
      <pubDate>Mon, 22 Dec 2025 01:49:16 +0100</pubDate>
    </item>
    <item>
      <title>use existing translation for &#39;More actions&#39; tooltip</title>
      <link>https://codeberg.org/Codeberg-Infrastructure/forgejo/commit/dd752b8b2787f487c3fb33c7a28348a4fbcadb78</link>
      <description>use existing translation for &#39;More actions&#39; tooltip&#xA;</description>
      <content:encoded><![CDATA[use existing translation for 'More actions' tooltip
]]></content:encoded>
      <author>floss4good</author>
      <guid>dd752b8b2787f487c3fb33c7a28348a4fbcadb78</guid>
      <pubDate>Mon, 22 Dec 2025 01:49:16 +0100</pubDate>
    </item>
    <item>
      <title>fix: user &#39;:&#39; instead of &#39;»&#39; when concatenating errors</title>
      <link>https://codeberg.org/Codeberg-Infrastructure/forgejo/commit/4bf257cb5557ba41171190a9b44282637465a706</link>
      <description>fix: user &#39;:&#39; instead of &#39;»&#39; when concatenating errors&#xA;</description>
      <content:encoded><![CDATA[fix: user ':' instead of '»' when concatenating errors
]]></content:encoded>
      <author>floss4good</author>
      <guid>4bf257cb5557ba41171190a9b44282637465a706</guid>
      <pubDate>Mon, 22 Dec 2025 01:49:16 +0100</pubDate>
    </item>
    <item>
      <title>feat: prevent suspending and deleting other admins</title>
      <link>https://codeberg.org/Codeberg-Infrastructure/forgejo/commit/d4d25879b94f426f7fa56bea384bdaf1d581d64e</link>
      <description>feat: prevent suspending and deleting other admins&#xA;</description>
      <content:encoded><![CDATA[feat: prevent suspending and deleting other admins
]]></content:encoded>
      <author>floss4good</author>
      <guid>d4d25879b94f426f7fa56bea384bdaf1d581d64e</guid>
      <pubDate>Mon, 22 Dec 2025 01:49:16 +0100</pubDate>
    </item>
    <item>
      <title>rename some variables in order to be more clear</title>
      <link>https://codeberg.org/Codeberg-Infrastructure/forgejo/commit/e91c5e3a50c5c6a2adc7917526ade6ed5f909409</link>
      <description>rename some variables in order to be more clear&#xA;&#xA;and use reportedOrg.Name instead of reportedUser.Name (for log.Trace), just to be more specific&#xA;</description>
      <content:encoded><![CDATA[rename some variables in order to be more clear

and use reportedOrg.Name instead of reportedUser.Name (for log.Trace), just to be more specific
]]></content:encoded>
      <author>floss4good</author>
      <guid>e91c5e3a50c5c6a2adc7917526ade6ed5f909409</guid>
      <pubDate>Mon, 22 Dec 2025 01:49:16 +0100</pubDate>
    </item>
    <item>
      <title>simplify error handling in case user / organization deletion fails</title>
      <link>https://codeberg.org/Codeberg-Infrastructure/forgejo/commit/585df33930797ef22ec00f9de7388a5a8995e8c6</link>
      <description>simplify error handling in case user / organization deletion fails&#xA;</description>
      <content:encoded><![CDATA[simplify error handling in case user / organization deletion fails
]]></content:encoded>
      <author>floss4good</author>
      <guid>585df33930797ef22ec00f9de7388a5a8995e8c6</guid>
      <pubDate>Mon, 22 Dec 2025 01:49:16 +0100</pubDate>
    </item>
    <item>
      <title>make action button larger and display them vertically for narrow screens</title>
      <link>https://codeberg.org/Codeberg-Infrastructure/forgejo/commit/681c40824323bd4f23c5ad9e6e58d46e255fb8ed</link>
      <description>make action button larger and display them vertically for narrow screens&#xA;</description>
      <content:encoded><![CDATA[make action button larger and display them vertically for narrow screens
]]></content:encoded>
      <author>floss4good</author>
      <guid>681c40824323bd4f23c5ad9e6e58d46e255fb8ed</guid>
      <pubDate>Mon, 22 Dec 2025 01:49:16 +0100</pubDate>
    </item>
    <item>
      <title>adjust translation keys as well as some texts</title>
      <link>https://codeberg.org/Codeberg-Infrastructure/forgejo/commit/c5f39a11f665b4a4651e38ba1132a2e94d59af3a</link>
      <description>adjust translation keys as well as some texts&#xA;</description>
      <content:encoded><![CDATA[adjust translation keys as well as some texts
]]></content:encoded>
      <author>floss4good</author>
      <guid>c5f39a11f665b4a4651e38ba1132a2e94d59af3a</guid>
      <pubDate>Mon, 22 Dec 2025 01:49:16 +0100</pubDate>
    </item>
  </channel>
</rss>