<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/views/configure, branch 1.24.2</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.24.2</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.24.2'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2024-07-24T17:37:30+00:00</updated>
<entry>
<title>New global option to automatically add articles to favourites (#6648)</title>
<updated>2024-07-24T17:37:30+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-07-24T17:37:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a6d7bdc7426af55ffde71ab626a096a98f650974'/>
<id>urn:sha1:a6d7bdc7426af55ffde71ab626a096a98f650974</id>
<content type='text'>
fix https://github.com/FreshRSS/FreshRSS/issues/6639</content>
</entry>
<entry>
<title>Minor whitespace reading.phtml (#6657)</title>
<updated>2024-07-23T21:09:31+00:00</updated>
<author>
<name>maTh</name>
<email>1645099+math-GH@users.noreply.github.com</email>
</author>
<published>2024-07-23T21:09:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=da482165fd14b0f43a64b8129ea307618c1862ee'/>
<id>urn:sha1:da482165fd14b0f43a64b8129ea307618c1862ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>New: Sharing articles from the article title line (#6395)</title>
<updated>2024-06-30T23:13:54+00:00</updated>
<author>
<name>maTh</name>
<email>1645099+math-GH@users.noreply.github.com</email>
</author>
<published>2024-06-30T23:13:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=7aa3d9f87309620b54dc9ff5f726dc22d1e6ea0c'/>
<id>urn:sha1:7aa3d9f87309620b54dc9ff5f726dc22d1e6ea0c</id>
<content type='text'>
* enable option

* Update entry_header.phtml

* frss.css

* fix print sharing

* Light refactoring

* fix

---------

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>Reading view: action icons position (#6297)</title>
<updated>2024-06-13T14:40:54+00:00</updated>
<author>
<name>maTh</name>
<email>1645099+math-GH@users.noreply.github.com</email>
</author>
<published>2024-06-13T14:40:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=20f13312d15a1408365b859b14621364009990cd'/>
<id>urn:sha1:20f13312d15a1408365b859b14621364009990cd</id>
<content type='text'>
* add configs in reading

* implementation into the reading view

* CSS

* i18n

* Credits to  joshka

* Update article.phtml

* fix

* fix

* &lt;br /&gt;

* Update app/i18n/fr/conf.php

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;

* Update app/i18n/en/conf.php

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;

* fix French

* show_articleicons  =&gt; show_article_icons

* Update app/i18n/en/conf.php

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;

* Update app/i18n/en-us/conf.php

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;

---------

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>Default dark mode to auto (#5582)</title>
<updated>2024-06-06T20:24:58+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-06-06T20:24:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=e98c57841b843ed881f06ce6ed1c9c89942c27b8'/>
<id>urn:sha1:e98c57841b843ed881f06ce6ed1c9c89942c27b8</id>
<content type='text'>
* Default dark mode to auto
Set default dark mode to automatic instead of disabled.
Follow-up of https://github.com/FreshRSS/FreshRSS/pull/4843

* Selected themes

* For compatible themes only</content>
</entry>
<entry>
<title>Empty title guid or first words (#6240)</title>
<updated>2024-06-05T19:04:33+00:00</updated>
<author>
<name>maTh</name>
<email>1645099+math-GH@users.noreply.github.com</email>
</author>
<published>2024-06-05T19:04:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=fec9e53d0ebcd74d9fc366da4951f1a1415314c5'/>
<id>urn:sha1:fec9e53d0ebcd74d9fc366da4951f1a1415314c5</id>
<content type='text'>
* settings

* add comments for better understanding

* Update reading.phtml

* overhaul the code

* i18n

* typo

* add a constant to configure the amount of chars

* fix

* simplify

* Update Entry.php

* clean

* Update Entry.php

* Update app/Models/Entry.php

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;

* Update constants.php

* Update app/Models/Entry.php

---------

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>fixed HTML: &lt;fieldset&gt; + &lt;legend&gt; (#6202)</title>
<updated>2024-03-17T21:49:12+00:00</updated>
<author>
<name>maTh</name>
<email>1645099+math-GH@users.noreply.github.com</email>
</author>
<published>2024-03-17T21:49:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=6bd6494ad48c4894befed44e9c3f753c123aca5d'/>
<id>urn:sha1:6bd6494ad48c4894befed44e9c3f753c123aca5d</id>
<content type='text'>
* legend tags cleaned

* formgroup -&gt; fieldset tag

* add bookmarklet class

* Update logs.phtml

* Update logs.phtml

* fixed log table text alignment</content>
</entry>
<entry>
<title>delete rss view shortcut (#6131)</title>
<updated>2024-02-27T22:57:23+00:00</updated>
<author>
<name>maTh</name>
<email>1645099+math-GH@users.noreply.github.com</email>
</author>
<published>2024-02-27T22:57:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=5de794ee0fbbce2fdf0af3787b9b89299be8698e'/>
<id>urn:sha1:5de794ee0fbbce2fdf0af3787b9b89299be8698e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>New feature: shareable user query  (#6052)</title>
<updated>2024-02-26T08:01:03+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-02-26T08:01:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=39cc1c11ec596176e842cc98e6a54337e3c04d7e'/>
<id>urn:sha1:39cc1c11ec596176e842cc98e6a54337e3c04d7e</id>
<content type='text'>
* New feature: shareable user query
Share the output of a user query by RSS / HTML / OPML with other people through unique URLs.
Replaces the global admin token, which was the only option (but unsafe) to share RSS outputs with other people.
Also add a new HTML output for people without an RSS reader.

fix https://github.com/FreshRSS/FreshRSS/issues/3066#issuecomment-648977890
fix https://github.com/FreshRSS/FreshRSS/issues/3178#issuecomment-769435504

* Remove unused method

* Fix token saving

* Implement HTML view

* Update i18n for master token

* Revert i18n get_favorite

* Fix missing i18n for user queries from before this PR

* Remove irrelevant tests

* Add link to RSS version

* Fix getGet

* Fix getState

* Fix getSearch

* Alternative getSearch

* Default getOrder

* Explicit default state

* Fix test

* Add OPML sharing

* Remove many redundant SQL queries from original implementation of user queries

* Fix article tags

* Use default user settings

* Prepare public search

* Fixes

* Allow user search on article tags

* Implement user search

* Revert filter bug

* Revert wrong SQL left outer join change

* Implement checkboxes

* Safe check of OPML

* Fix label

* Remove RSS button to favour new sharing method
That sharing button was using a global admin token

* First version of HTTP 304

* Disallow some recusrivity
fix https://github.com/FreshRSS/FreshRSS/issues/6086

* Draft of nav

* Minor httpConditional

* Add support for offset for pagination

* Fix offset pagination

* Fix explicit order ASC

* Add documentation

* Help links i18n

* Note about deprecated master token

* Typo

* Doc about format</content>
</entry>
<entry>
<title>fix: `base_url` becomes empty after saving configuration (#5992)</title>
<updated>2023-12-28T19:06:26+00:00</updated>
<author>
<name>yzqzss</name>
<email>30341059+yzqzss@users.noreply.github.com</email>
</author>
<published>2023-12-28T19:06:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=2bd9f6303014f67537230d507416df7460817f7f'/>
<id>urn:sha1:2bd9f6303014f67537230d507416df7460817f7f</id>
<content type='text'>
* fix: `base_url` becomes empty after saving configuration

* Just remove the line

* Use read-ony instead
https://developer.mozilla.org/docs/Web/HTML/Attributes/readonly#attribute_interactions

* Revert for websub

* Changelog

---------

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
</feed>
