<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/Models, branch 1.24.3</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.3</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.24.3'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2024-09-04T19:02:46+00:00</updated>
<entry>
<title>Fix XPath for HTML documents with broken root (#6774)</title>
<updated>2024-09-04T19:02:46+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-09-04T19:02:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=91d0e5099bad4675a8e8ab8cfb52e3abab1cd2ba'/>
<id>urn:sha1:91d0e5099bad4675a8e8ab8cfb52e3abab1cd2ba</id>
<content type='text'>
fix https://github.com/FreshRSS/FreshRSS/issues/6773

The default `.//` prefix for the XPath does not to work for documents, which have content after the end of their main node</content>
</entry>
<entry>
<title>Use .html extension for full content pages instead of .spc (#6724)</title>
<updated>2024-08-23T14:39:34+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-08-23T14:39:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=f544da6015ac91a80fe9bb2b889611d22abb73f8'/>
<id>urn:sha1:f544da6015ac91a80fe9bb2b889611d22abb73f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix HTTP cache of main page (#6719)</title>
<updated>2024-08-17T14:25:40+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-08-17T14:25:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=bb61f698e8d3dcc980ea2a6a7c46d4905a1608c6'/>
<id>urn:sha1:bb61f698e8d3dcc980ea2a6a7c46d4905a1608c6</id>
<content type='text'>
Revert bug introduce by https://github.com/FreshRSS/FreshRSS/pull/3096 in which username was always null, preventing HTTP cache from working and always returning 200 instead of 304.
Discovered when checking https://github.com/FreshRSS/FreshRSS/pull/6718</content>
</entry>
<entry>
<title>Fix HTTP cache of user queries (#6718)</title>
<updated>2024-08-16T20:40:56+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-08-16T20:40:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=c480e571619c2e68000d85b866ef23c89ad83ddf'/>
<id>urn:sha1:c480e571619c2e68000d85b866ef23c89ad83ddf</id>
<content type='text'>
fix https://github.com/FreshRSS/FreshRSS/issues/6717</content>
</entry>
<entry>
<title>Update about running tests (#6709)</title>
<updated>2024-08-14T19:54:34+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-08-14T19:54:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=692e30465dd0b0dcd302eccc26af34148d17667b'/>
<id>urn:sha1:692e30465dd0b0dcd302eccc26af34148d17667b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SQL single quote string literals, one more (#6702)</title>
<updated>2024-08-11T20:09:14+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-08-11T20:09:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=51f93e56f7ffc8fbae825124fe740ab623519e0c'/>
<id>urn:sha1:51f93e56f7ffc8fbae825124fe740ab623519e0c</id>
<content type='text'>
Forgotten from https://github.com/FreshRSS/FreshRSS/pull/6701
https://github.com/FreshRSS/FreshRSS/issues/6602</content>
</entry>
<entry>
<title>Minor update whitespace PHPCS rules (#6666)</title>
<updated>2024-08-01T18:31:40+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-08-01T18:31:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d2247221bbf23a8fe19f66ea4ad7d0a59ffaa5b4'/>
<id>urn:sha1:d2247221bbf23a8fe19f66ea4ad7d0a59ffaa5b4</id>
<content type='text'>
* Minor update whitespace PHPCS rules
To simplify our configuration, apply more rules, and be clearer about what is added or removed compared with PSR12.
Does not change our current conventions, but just a bit more consistent.

* Forgotten *.phtml

* Sort exclusion patterns + add a few for Extensions repo

* Relaxed some rules</content>
</entry>
<entry>
<title>Fix parentheses for complex `OR` boolean search expressions (#6672)</title>
<updated>2024-08-01T17:44:58+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-08-01T17:44:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=58de38bd737d2dba617944b54a98d4bdb5810588'/>
<id>urn:sha1:58de38bd737d2dba617944b54a98d4bdb5810588</id>
<content type='text'>
* Fix OR parentheses

* Pass all tests

* Forgotten comment

* Minor whitespace

* Fix several cases envolving negation

* Line length

* Fix `OR NOT`</content>
</entry>
<entry>
<title>Fix markAsReadUponGone regression (#6663)</title>
<updated>2024-07-30T10:01:59+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-07-30T10:01:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=5659b37948c17e5e68971a2464930bee3455dfa1'/>
<id>urn:sha1:5659b37948c17e5e68971a2464930bee3455dfa1</id>
<content type='text'>
Regression from https://github.com/FreshRSS/FreshRSS/pull/5470
Was not working anymore when the feed was empty.
Plus simplification of the logic when the feed is not empty</content>
</entry>
<entry>
<title>Share in GReader JSON format (#6655)</title>
<updated>2024-07-24T17:39:30+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-07-24T17:39:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=5267db88abf7c8546e8ba47c6d4acfd362a82e1d'/>
<id>urn:sha1:5267db88abf7c8546e8ba47c6d4acfd362a82e1d</id>
<content type='text'>
fix https://github.com/FreshRSS/FreshRSS/discussions/6654#discussioncomment-10128309</content>
</entry>
</feed>
