<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/layout, 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-25T20:47:09+00:00</updated>
<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>Fix some CSRFs (#8000)</title>
<updated>2025-09-24T10:13:40+00:00</updated>
<author>
<name>Inverle</name>
<email>inverle@proton.me</email>
</author>
<published>2025-09-24T10:13:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=f612a560d28a31095c27c130e84bf6ff39f061f5'/>
<id>urn:sha1:f612a560d28a31095c27c130e84bf6ff39f061f5</id>
<content type='text'>
In two bookmark actions and one in `entryController`

Completes one TODO from #7923:

https://github.com/FreshRSS/FreshRSS/blob/de624dc8ce63ec819c61216d9d44f828841c293e/app/Controllers/entryController.php#L257

(a POST request is already sent in the frontend)</content>
</entry>
<entry>
<title>Keep sort and order after marking as read (#7974)</title>
<updated>2025-09-17T12:03:00+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2025-09-17T12:03:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=b5ee1d8936f64178b88eb289babafa020c24085d'/>
<id>urn:sha1:b5ee1d8936f64178b88eb289babafa020c24085d</id>
<content type='text'>
fix https://github.com/FreshRSS/FreshRSS/issues/7867</content>
</entry>
<entry>
<title>Minor update syntax echo (#7941)</title>
<updated>2025-09-11T19:19:31+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2025-09-11T19:19:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=8bd9bd95d8cc0fd5fe24386db7182329612579da'/>
<id>urn:sha1:8bd9bd95d8cc0fd5fe24386db7182329612579da</id>
<content type='text'>
* Minor update syntax echo
Follow-up of https://github.com/FreshRSS/FreshRSS/pull/7939

* Fix layout
Whitespace optimisation needed to avoid style glitch</content>
</entry>
<entry>
<title>CSS fixes for Swage (#7608)</title>
<updated>2025-09-01T21:45:54+00:00</updated>
<author>
<name>Inverle</name>
<email>inverle@proton.me</email>
</author>
<published>2025-09-01T21:45:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=335addab5af3193086c3fc0e95b1da20f4db88e2'/>
<id>urn:sha1:335addab5af3193086c3fc0e95b1da20f4db88e2</id>
<content type='text'>
- Fixes for Swage
	- Buttons not showing correctly #7465
	- Dropdown placement (some dropdowns couldn't fit in viewport)
	- Icons not appearing in some places due to color i.e. label management and subscription management page
	- Made `.form-group` and button inside search dropdown hover colors slightly darker, for better visibility
	- Nav menu style improvements on mobile
		- Smaller if not on main page
		- Align settings icon on configuration pages to the right
		- Support nav menu for feed statistics page
	- Text alignment in search dropdown
	- Ensure `input, select, textarea` don't overflow the page
	- Login link placement in anonymous view
	- Other fixes for
		- Add via bookmarklet page
		- About page
		- Shared HTML query page
		- Register page
	- Text visibility for debug log
- Provide classes `layout.phtml` within `&lt;html&gt;`:
	- `logged_in` if applicable
	- `controller_$NAME` if applicable
	- `file_$NAME` if applicable
- Some other fixes

---------

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;
Co-authored-by: maTh &lt;1645099+math-GH@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Fix privacy link not being highlighted in configure (#7811)</title>
<updated>2025-08-10T22:58:03+00:00</updated>
<author>
<name>Inverle</name>
<email>inverle@proton.me</email>
</author>
<published>2025-08-10T22:58:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=2b1b268fc27268197b8c86ed839bf22daab79438'/>
<id>urn:sha1:2b1b268fc27268197b8c86ed839bf22daab79438</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixes for frss.css (#7616)</title>
<updated>2025-07-16T14:13:58+00:00</updated>
<author>
<name>Inverle</name>
<email>inverle@proton.me</email>
</author>
<published>2025-07-16T14:13:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=edda6f0159e917e8ec35d2b5e677e5ce96408d96'/>
<id>urn:sha1:edda6f0159e917e8ec35d2b5e677e5ce96408d96</id>
<content type='text'>
* Fixes for frss.css and make more buttons accessible in anonymous view

* Suggested changes and page overflow fix

* Forgot rtlcss

* Revert anonymous view changes</content>
</entry>
<entry>
<title>Sort by category title, feed title (#7702)</title>
<updated>2025-07-15T10:39:51+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2025-07-15T10:39:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=5f61e426dc90b7b697a46da009af2fc88eed3ad0'/>
<id>urn:sha1:5f61e426dc90b7b697a46da009af2fc88eed3ad0</id>
<content type='text'>
* Sort by category name, feed name
fix https://github.com/FreshRSS/FreshRSS/issues/7698
Note that sorting is done with the default SQL collation for now, meaning that lower-case vs. upper-case and diacritics are influencing the sorting order. Improvements left for future work.
Watch out that those sorting criteria are slower due to additional joins, additional requests, and poorer indexes.

* i18n:pl

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

* i18n: nl

Co-authored-by: Frans de Jonge &lt;fransdejonge@gmail.com&gt;

* Fix preserve sort

---------

Co-authored-by: Inverle &lt;inverle@proton.me&gt;
Co-authored-by: Frans de Jonge &lt;fransdejonge@gmail.com&gt;</content>
</entry>
<entry>
<title>Keep sort and order during navigation (#7585)</title>
<updated>2025-05-17T20:52:30+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2025-05-17T20:52:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=9fbde0605bef39be3f92e316806d33864b044967'/>
<id>urn:sha1:9fbde0605bef39be3f92e316806d33864b044967</id>
<content type='text'>
* Keep sort and order during navigation
fix https://github.com/FreshRSS/FreshRSS/issues/7584

* Sanitize

* Minor format

* Avoid uneeded HTML escaping</content>
</entry>
<entry>
<title>Provide theme class for CSS (#7559)</title>
<updated>2025-05-07T18:43:28+00:00</updated>
<author>
<name>Inverle</name>
<email>inverle@proton.me</email>
</author>
<published>2025-05-07T18:43:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=4968ff7cccdb2b7fc6f8678fe42883fb63e87a6c'/>
<id>urn:sha1:4968ff7cccdb2b7fc6f8678fe42883fb63e87a6c</id>
<content type='text'>
* Provide theme class for CSS

* Replace more common characters with -

* Fix test error

* Make requested changes

* Make more requested changes

* Use htmlspecialchars_decode instead

* Replace whitespace

* One more whitespace character

* Simplify and move class to &lt;html&gt;

---------

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
</feed>
