<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/views/subscription, branch 1.18.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.18.1</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.18.1'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2021-05-07T15:21:16+00:00</updated>
<entry>
<title>Make SSL options available to non-admins (#3612)</title>
<updated>2021-05-07T15:21:16+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2021-05-07T15:21:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a65097f1b334ddd4da69343745324a93b6a754c6'/>
<id>urn:sha1:a65097f1b334ddd4da69343745324a93b6a754c6</id>
<content type='text'>
#fix https://github.com/FreshRSS/FreshRSS/issues/3611</content>
</entry>
<entry>
<title>Hide advanced options in new feed form (#3516)</title>
<updated>2021-03-13T17:55:43+00:00</updated>
<author>
<name>berumuron</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2021-03-13T17:55:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=2c4f169f0a22d3665caa37d64628d5b84359bb45'/>
<id>urn:sha1:2c4f169f0a22d3665caa37d64628d5b84359bb45</id>
<content type='text'>
* Hide new feed advanced options in a details tag

The form was huge and hard to process for beginners. Most of the fields
are optional 99% of time, there is no need to have them so proeminently.

* Remove sub.feed.auth.configuration i18n key

* Sync RTL css files

* Fix stylelint

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;

* Fix "for" attributes in add feed form

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>Add an option to set a custom user agent to retrieve individual feeds (#3494)</title>
<updated>2021-03-09T19:51:09+00:00</updated>
<author>
<name>Jules-Bertholet</name>
<email>jules.bertholet@gmail.com</email>
</author>
<published>2021-03-09T19:51:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=800a42172db1775aaa76f50446ed914ee0b5a80b'/>
<id>urn:sha1:800a42172db1775aaa76f50446ed914ee0b5a80b</id>
<content type='text'>
* Add an option to set a custom user agent to retrieve individual feeds

This allows retrieving the original RSS feed when websites use services like FeedBurner.

* Use !== instead of != in subscriptionController.php

* Add proxy and user-agent to subscription/add

Co-authored-by: Georgelemental &lt;georgelemental@gmail.com&gt;
Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>Travis: Enforce phpcs line length + whitespace (#3488)</title>
<updated>2021-02-28T11:26:24+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2021-02-28T11:26:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=947e918f05d70d5dce4efa4ef403e593581c3fa9'/>
<id>urn:sha1:947e918f05d70d5dce4efa4ef403e593581c3fa9</id>
<content type='text'>
* Update Travis line length

* Also check whitespace in CSS files

* Fix line length ext.php

* More syntax, string templates

* Fix exclude-pattern

* Test JS files as well</content>
</entry>
<entry>
<title>Add autofocus on subscription page (#3334)</title>
<updated>2021-01-04T19:31:31+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2021-01-04T19:31:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=739080ff104786f5816ae96d98289e3e7f55b6b9'/>
<id>urn:sha1:739080ff104786f5816ae96d98289e3e7f55b6b9</id>
<content type='text'>
Before, there was no autofocusing on the subscription page. It feels
a bit off since most of the time, when you're landing on that page
you want to add a new feed.
Now, the focus is on the feed URL input to smooth the process of adding
a feed.</content>
</entry>
<entry>
<title>Layout add subscription (#3289)</title>
<updated>2020-12-26T19:30:49+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2020-12-26T19:30:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=2b0f93b01367cdd23c35bd6a3b906deda31f3b61'/>
<id>urn:sha1:2b0f93b01367cdd23c35bd6a3b906deda31f3b61</id>
<content type='text'>
* Category first

I kept hitting the 'add' button for a category when adding a new feed

* Blanks

Mix of spaces</content>
</entry>
<entry>
<title>Fix HTTP Basic Auth when adding a new feed (#3098)</title>
<updated>2020-07-06T21:14:21+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2020-07-06T21:14:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=cbcbd64acf4663f9f7edd7a7d6f136473cffe7b9'/>
<id>urn:sha1:cbcbd64acf4663f9f7edd7a7d6f136473cffe7b9</id>
<content type='text'>
#fix https://github.com/FreshRSS/FreshRSS/issues/3097
Error from https://github.com/FreshRSS/FreshRSS/pull/3027</content>
</entry>
<entry>
<title>Change add feed action (#3027)</title>
<updated>2020-06-05T08:09:31+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2020-06-05T08:09:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d4554fa087f9057610085ca685cd8fb79d8f2bd0'/>
<id>urn:sha1:d4554fa087f9057610085ca685cd8fb79d8f2bd0</id>
<content type='text'>
* Docker Alpine 3.12 (#3025)

https://alpinelinux.org/posts/Alpine-3.12.0-released.html
With PHP 7.3.18 (from 7.3.17) (and Apache 2.4.43 unchanged).
No other significant change spotted

* Ensure feed attributes are used before load

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>add lazy loading on favicon (#2962)</title>
<updated>2020-05-10T20:12:13+00:00</updated>
<author>
<name>upskaling</name>
<email>upskaling@users.noreply.github.com</email>
</author>
<published>2020-05-10T20:12:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=bd8f6f19b60f478c8b1ac1f480f3894829ee9ba9'/>
<id>urn:sha1:bd8f6f19b60f478c8b1ac1f480f3894829ee9ba9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add/mobile feed configuration (#2938)</title>
<updated>2020-05-06T17:55:45+00:00</updated>
<author>
<name>Marien Fressinaud</name>
<email>dev@marienfressinaud.fr</email>
</author>
<published>2020-05-06T17:55:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=cc7a784cbe8822d306a2937f08b7665ea82ffb54'/>
<id>urn:sha1:cc7a784cbe8822d306a2937f08b7665ea82ffb54</id>
<content type='text'>
* Show subscription management button on mobile

* Show aside box-shadow on Origine only when opened

* Reduce padding of Origine posts on mobile

* Shrink stick component with long input

* Show Origine configure icons on mobile

* Show the slider full width on mobile

* Improve the look of forms on mobile

* Fix Ansum theme

* Fix BlueLagoon theme

* Fix Dark theme

* Fix Flat theme

* Fix Mapco theme

* Fix Origine-compact theme

* Fix Pafat theme

* Fix Screwdriver theme

* Fix Swage theme

* Fix Alternative-Dark theme

* Apply RTL script on themes

Co-authored-by: triatic &lt;42704418+triatic@users.noreply.github.com&gt;</content>
</entry>
</feed>
