<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/p, branch 1.27.1</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.27.1</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.27.1'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2025-09-27T12:40:35+00:00</updated>
<entry>
<title>Fix regression in ext.php (#8021)</title>
<updated>2025-09-27T12:40:35+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2025-09-27T12:40:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=3a795eb5dbcd5b901d99a1b509a8c1a5746e8ea1'/>
<id>urn:sha1:3a795eb5dbcd5b901d99a1b509a8c1a5746e8ea1</id>
<content type='text'>
fix https://github.com/FreshRSS/Extensions/issues/370
Regression from https://github.com/FreshRSS/FreshRSS/pull/7857</content>
</entry>
<entry>
<title>Dark-pink theme: remove white background from configure buttons (#8020)</title>
<updated>2025-09-27T12:21:59+00:00</updated>
<author>
<name>Inverle</name>
<email>inverle@proton.me</email>
</author>
<published>2025-09-27T12:21:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=2da733b5cfde04c4cd8a091d4d7ee8e0d2622d84'/>
<id>urn:sha1:2da733b5cfde04c4cd8a091d4d7ee8e0d2622d84</id>
<content type='text'>
Before:

&lt;img width="273" height="116" alt="image" src="https://github.com/user-attachments/assets/4fb9b1f2-b960-428e-9c3f-84e803cd0afa" /&gt;

After:

&lt;img width="239" height="111" alt="image" src="https://github.com/user-attachments/assets/7528649b-47f0-4111-8cf8-ac54080d5573" /&gt;
</content>
</entry>
<entry>
<title>fix: anonym. mode: label management link (#8011)</title>
<updated>2025-09-25T20:47:09+00:00</updated>
<author>
<name>maTh</name>
<email>1645099+math-GH@users.noreply.github.com</email>
</author>
<published>2025-09-25T20:47:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=cec21f231f22a085cd9e8f879081fc1571848e26'/>
<id>urn:sha1:cec21f231f22a085cd9e8f879081fc1571848e26</id>
<content type='text'>
Ref: #8001

Changes proposed in this pull request:

- do not show the "manage" dropdown menu for labels in anonym. mode (normal view)

Before:
&lt;img width="304" height="139" alt="grafik" src="https://github.com/user-attachments/assets/2aff0299-febe-41b0-a99a-450559393cd6" /&gt;


After:
&lt;img width="281" height="121" alt="grafik" src="https://github.com/user-attachments/assets/69ad334e-0a31-4546-9939-9b72306db046" /&gt;
</content>
</entry>
<entry>
<title>Lazy-load `&lt;track src&gt;` (#7997)</title>
<updated>2025-09-23T20:12:44+00:00</updated>
<author>
<name>Inverle</name>
<email>inverle@proton.me</email>
</author>
<published>2025-09-23T20:12:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=067479a9f16cb91753acfd1fea5d0a18106e1c44'/>
<id>urn:sha1:067479a9f16cb91753acfd1fea5d0a18106e1c44</id>
<content type='text'>
Follow-up of #7636

I found it's the only missing element that needs to be lazy loaded by putting HTML of https://github.com/cure53/HTTPLeaks/blob/main/leak.html into a feed</content>
</entry>
<entry>
<title>Add option for CSP frame-ancestors (#7857)</title>
<updated>2025-09-21T11:29:58+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2025-09-21T11:29:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=bc3e4c8fa4bae9591166e12caa3fb6bf73893102'/>
<id>urn:sha1:bc3e4c8fa4bae9591166e12caa3fb6bf73893102</id>
<content type='text'>
* Add option for CSP frame-ancestors
https://github.com/FreshRSS/FreshRSS/discussions/7856

* Revert contentSelectorPreviewAction

* Same for f.php and api

* Fix double init in f.php

* No sandbox for API page</content>
</entry>
<entry>
<title>Fix another user self-delete regression (#7877)</title>
<updated>2025-09-15T20:17:14+00:00</updated>
<author>
<name>Inverle</name>
<email>inverle@proton.me</email>
</author>
<published>2025-09-15T20:17:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=ddb51c0e95074c6fbddade547ca267801177bb01'/>
<id>urn:sha1:ddb51c0e95074c6fbddade547ca267801177bb01</id>
<content type='text'>
Regression from #7763 
Earlier regression which was fixed before #7626

In addition:
* get rid of `data-toggle` (refactor)
* show invalid login message if deleting account and entered incorrect password instead of redirect to 403
* remove unused reference to `r` parameter
* `forgetOpenCategories()` on login not on any crypto form
</content>
</entry>
<entry>
<title>Decrease brightness of nav buttons (#7956)</title>
<updated>2025-09-13T15:30:46+00:00</updated>
<author>
<name>Inverle</name>
<email>inverle@proton.me</email>
</author>
<published>2025-09-13T15:30:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=7d3102e909ef664dbedbfd6c796c2d380616b8c6'/>
<id>urn:sha1:7d3102e909ef664dbedbfd6c796c2d380616b8c6</id>
<content type='text'>
Before

&lt;img width="536" height="50" alt="image" src="https://github.com/user-attachments/assets/799fe85b-3141-4f02-b020-ab7b06439ddc" /&gt;

After

&lt;img width="510" height="46" alt="image" src="https://github.com/user-attachments/assets/780fa55e-e42b-4c4c-8ba9-32b877cf4ddd" /&gt;
</content>
</entry>
<entry>
<title>Fix JS error when navigating to last article with keyboard (#7957)</title>
<updated>2025-09-12T22:15:03+00:00</updated>
<author>
<name>Inverle</name>
<email>inverle@proton.me</email>
</author>
<published>2025-09-12T22:15:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=08335911313ff98e0a791c5f773078f819519db6'/>
<id>urn:sha1:08335911313ff98e0a791c5f773078f819519db6</id>
<content type='text'>
This error would print in the console if navigating to last article with &lt;kbd&gt;J&lt;/kbd&gt; or &lt;kbd&gt;K&lt;/kbd&gt; key:

&lt;img width="836" height="173" alt="image" src="https://github.com/user-attachments/assets/0ae88d1c-26eb-4ebe-8d15-4bf03c24cef6" /&gt;

---

To reproduce the bug:
&lt;ol&gt;
&lt;li&gt;Select unread + read view, while having all articles marked as read&lt;/li&gt;
&lt;li&gt;Mark two as unread and go to unread only view&lt;/li&gt;
&lt;li&gt;Navigate with either &lt;kbd&gt;J&lt;/kbd&gt; or &lt;kbd&gt;K&lt;/kbd&gt; until you go past the last article or before first article&lt;/li&gt;
&lt;li&gt;See error in console and no navigation with &lt;code&gt;first_feed()&lt;/code&gt; or &lt;code&gt;last_feed()&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;

note: I'm not sure if the fix is what the expected behavior is supposed to be
</content>
</entry>
<entry>
<title>Translate the API information page (#7922)</title>
<updated>2025-09-10T05:04:17+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2025-09-10T05:04:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a1411c7f2c10ab7c0e3cd49b8ffff38009ade35b'/>
<id>urn:sha1:a1411c7f2c10ab7c0e3cd49b8ffff38009ade35b</id>
<content type='text'>
Closes #6222
Translate the `api/index.php` page

* Update app/i18n/pl/api.php

Co-authored-by: Inverle &lt;inverle@proton.me&gt;

* Update app/i18n/de/api.php

Co-authored-by: maTh &lt;1645099+math-GH@users.noreply.github.com&gt;

* i18n: fr
* &lt;kbd&gt;

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;

---------

Co-authored-by: Inverle &lt;inverle@proton.me&gt;
Co-authored-by: maTh &lt;1645099+math-GH@users.noreply.github.com&gt;
Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>Change how files are included (#7916)</title>
<updated>2025-09-05T13:56:46+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2025-09-05T13:56:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=23ba48c71f0d41bbe012d668349f6516dad527b4'/>
<id>urn:sha1:23ba48c71f0d41bbe012d668349f6516dad527b4</id>
<content type='text'>
1. `include`, `include_once`, `require` and `require_once` are expressions not functions, parentheses are not necessary.
2. to move up the directory tree, it's better to use the `dirname` function instead of relying on `/..`.</content>
</entry>
</feed>
