<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/views/subscription, branch 1.22.0</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.22.0</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.22.0'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2023-06-15T10:47:47+00:00</updated>
<entry>
<title>Fix slider views (#5469)</title>
<updated>2023-06-15T10:47:47+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2023-06-15T10:47:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=228d7adfdb90c3fdd179f80fbfde565eb06e0cec'/>
<id>urn:sha1:228d7adfdb90c3fdd179f80fbfde565eb06e0cec</id>
<content type='text'>
* Fix slider titles
And fix full-page view of category configuration.
FIx https://github.com/FreshRSS/FreshRSS/pull/5449#issuecomment-1590021947

* Fix user queries and user management
Implement https://github.com/FreshRSS/FreshRSS/pull/5469#issuecomment-1591957935</content>
</entry>
<entry>
<title>Use typed access to request parameters (#5267)</title>
<updated>2023-04-06T22:13:49+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2023-04-06T22:13:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=6c01e4e7d6c177ac345c826059e585bffdd1d517'/>
<id>urn:sha1:6c01e4e7d6c177ac345c826059e585bffdd1d517</id>
<content type='text'>
* Use typed access to request parameters
This was a big source of mixed datatypes in many places

* Fix notifications

* Fix bookmarkAction</content>
</entry>
<entry>
<title>XML+XPath (#5076)</title>
<updated>2023-02-09T12:57:20+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2023-02-09T12:57:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=05ae1b0d2684cea4eda664c5ea1a995cb9f0c4b9'/>
<id>urn:sha1:05ae1b0d2684cea4eda664c5ea1a995cb9f0c4b9</id>
<content type='text'>
* XML+XPath
#fix https://github.com/FreshRSS/FreshRSS/issues/5075
Implementation allowing to take an XML document as input using an XML parser (instead of an HTML parser for HTML+XPath)

* Remove noise from another PR

* Better MIME for XML

* And add glob *.xml for cache cleaning

* Minor syntax

* Add glob json for clean cache</content>
</entry>
<entry>
<title>Increase max HTTP timeout (#5074)</title>
<updated>2023-02-06T13:11:41+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2023-02-06T13:11:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=de2077b56388c5196d5c1ddcbbd4a141ea8cf67b'/>
<id>urn:sha1:de2077b56388c5196d5c1ddcbbd4a141ea8cf67b</id>
<content type='text'>
* Increase maximum HTTP request timeout from 2 minutes to 15 minutes;
    * Reason: I have some RSS Bridge generating feeds, which can take several minutes.

* Increase default HTTP request timeout from 15 to 20s.
    * Reason: I regularly observe feeds, which are slow to answer.</content>
</entry>
<entry>
<title>Improved: expanding inputs (#5040)</title>
<updated>2023-01-25T21:23:51+00:00</updated>
<author>
<name>maTh</name>
<email>math-home@web.de</email>
</author>
<published>2023-01-25T21:23:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=1c4b328ae14ce94c56171eb28ca4dc0c665051f4'/>
<id>urn:sha1:1c4b328ae14ce94c56171eb28ca4dc0c665051f4</id>
<content type='text'>
* fix

* wider input element</content>
</entry>
<entry>
<title>fix: dyn. OPML icon (#4810)</title>
<updated>2022-11-03T21:36:13+00:00</updated>
<author>
<name>maTh</name>
<email>math-home@web.de</email>
</author>
<published>2022-11-03T21:36:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=ca6c9345b2932b1f955d9d037fa6ed136e84bdc6'/>
<id>urn:sha1:ca6c9345b2932b1f955d9d037fa6ed136e84bdc6</id>
<content type='text'>
* fix</content>
</entry>
<entry>
<title>Add support for custom XPath date/time format (#4703)</title>
<updated>2022-10-09T13:43:30+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2022-10-09T13:43:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=648a876d77a7591eac6c4ad5f14b30988e18ce20'/>
<id>urn:sha1:648a876d77a7591eac6c4ad5f14b30988e18ce20</id>
<content type='text'>
* Add support for custom XPath date/time format
#fix https://github.com/FreshRSS/FreshRSS/issues/4701
Improvement of https://github.com/FreshRSS/FreshRSS/pull/4220

* Format is not XPath

* Remove TODOs in en-GB</content>
</entry>
<entry>
<title>Slider: Block Page for one scrollbar; Scrollbar width normal (#4692)</title>
<updated>2022-10-05T21:40:59+00:00</updated>
<author>
<name>Cyb10101</name>
<email>cyb10101@gmail.com</email>
</author>
<published>2022-10-05T21:40:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=89202922b1353f7fa3ab1bc6849e98f7f243cf9d'/>
<id>urn:sha1:89202922b1353f7fa3ab1bc6849e98f7f243cf9d</id>
<content type='text'>
* Block page if slider is open; Hides the double page scrollbar

* Slider scrollbar default width

* Update frss.rtl.css

* Add user Cyb10101 to credits

* make fix-all

* make fix-all (second pass)

Co-authored-by: mathContao &lt;math-home@web.de&gt;
Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>Improved: better semantic HTML for boxes (#4665)</title>
<updated>2022-10-03T16:04:10+00:00</updated>
<author>
<name>maTh</name>
<email>math-home@web.de</email>
</author>
<published>2022-10-03T16:04:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=46d0b4140ebc3365618b23b01c094b0860baed9d'/>
<id>urn:sha1:46d0b4140ebc3365618b23b01c094b0860baed9d</id>
<content type='text'>
* add h1 title on views

* add h2 titles into box-title

* thin scrollbar in box-content</content>
</entry>
<entry>
<title>Improved: Subscription Management: Show the position number (#4679)</title>
<updated>2022-10-03T14:26:53+00:00</updated>
<author>
<name>maTh</name>
<email>math-home@web.de</email>
</author>
<published>2022-10-03T14:26:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a9d4c789311ee54f10ff2b483ad8804bd1de5286'/>
<id>urn:sha1:a9d4c789311ee54f10ff2b483ad8804bd1de5286</id>
<content type='text'>
* the code

* improvement

* fix doubled parameter</content>
</entry>
</feed>
