<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/docs, 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-08-26T07:49:11+00:00</updated>
<entry>
<title>OIDC changelog + minor whitespace</title>
<updated>2024-08-26T07:49:11+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-08-26T07:49:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=8ca70040b9324b6b9c2dc3039e1f9e2123cef18a'/>
<id>urn:sha1:8ca70040b9324b6b9c2dc3039e1f9e2123cef18a</id>
<content type='text'>
+fix minor whitespace from https://github.com/FreshRSS/FreshRSS/pull/6730
</content>
</entry>
<entry>
<title>Fix OIDC session params definition (#6730)</title>
<updated>2024-08-25T17:57:30+00:00</updated>
<author>
<name>pando85</name>
<email>pando855@gmail.com</email>
</author>
<published>2024-08-25T17:57:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=82593f59684aa143bc02053aaa891496a8739861'/>
<id>urn:sha1:82593f59684aa143bc02053aaa891496a8739861</id>
<content type='text'>
* Fix OIDC session params definition

- standardize environment variable names
- group all in the same configuration file
- use mod_auth_openidc default values
- fix `OIDCSessionMaxDuration` because it was not set with the previous
  code
- add documentation

* Add double quoting to prevent globbing and word splitting

* Revert line deleted by mistake</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>Update composer shfmt typos (#6614)</title>
<updated>2024-07-08T10:00:58+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-07-08T10:00:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d56d791bafa5cdbe23067d01b92cd690e7ccb6cf'/>
<id>urn:sha1:d56d791bafa5cdbe23067d01b92cd690e7ccb6cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix broken sharing services (part 2): delete Blogotext (#6225)</title>
<updated>2024-06-10T17:43:48+00:00</updated>
<author>
<name>maTh</name>
<email>1645099+math-GH@users.noreply.github.com</email>
</author>
<published>2024-06-10T17:43:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=493d46759eda507190b11206f6c3d668edbd9b40'/>
<id>urn:sha1:493d46759eda507190b11206f6c3d668edbd9b40</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix code for Czech language (#6514)</title>
<updated>2024-06-05T19:39:55+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-06-05T19:39:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=8fc8ac3aefca73a4cd509313a2f1ad73ef7f2e1a'/>
<id>urn:sha1:8fc8ac3aefca73a4cd509313a2f1ad73ef7f2e1a</id>
<content type='text'>
Use the correct ISO 639-1 code: `cs` and not `cz` (which is the country)
https://www.loc.gov/standards/iso639-2/php/langcodes_name.php?iso_639_1=cs</content>
</entry>
<entry>
<title>Add core extensions: UserCSS, UserJS (#6267)</title>
<updated>2024-06-05T18:58:19+00:00</updated>
<author>
<name>hkcomori</name>
<email>hkcomori@gmail.com</email>
</author>
<published>2024-06-05T18:58:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=99b1d551e61adb5cbd014677f151f443b0c6c35f'/>
<id>urn:sha1:99b1d551e61adb5cbd014677f151f443b0c6c35f</id>
<content type='text'>
* Copy CustomCSS and CustomJS

Original: FreshRSS/Extensions@9f21984

* Rename CustomCSS -&gt; UserCSS

* Rename CustomJS -&gt; UserJS

* Change metadata

The name is used for the directory where the configuration
is stored and should not contain spaces.
Since the name was changed, I reset the version number and
changed to semantic versioning.

* Change data directory

Changed the location of the configuration file to
the user data directory, because it is not `static`.
That way, the user's configurations are gathered
in the user directory, which makes it easier to backup them.

* Edit documentations

Remove procedures to install the extension
because it is no longer necessary.

* Fix wrong variables in the configuration page

Remove permission error indication because the storage location
is now in the user data directory managed by the application.

* Remove the `xExtension-` prefix for core extensions

* Set version to 1.0.0 for UserCSS, UserJS

* Refactoring

* Remove unused variables

* Remove version 0.0.1 in Changelog

Version 0.0.1 will not be merged, so only version 1.0.0 will remain.

* public getFileUrl

* Revert more protected

* Use entrypoint for extension user path instead of name

* Add space to extension name

* Add `#[\Override]`

* Add explains of User CSS and User JS to docs

* Remove README of User CSS and User JS

* Add migration code for extension user path

---------

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>Docs: fix minor typo in 09_AccessControl.md (#6465) (#6466)</title>
<updated>2024-05-15T19:38:39+00:00</updated>
<author>
<name>Shane Redman</name>
<email>123187978+aredshift@users.noreply.github.com</email>
</author>
<published>2024-05-15T19:38:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=8e3bfa1a479102b056fef92fe59359a89fe94970'/>
<id>urn:sha1:8e3bfa1a479102b056fef92fe59359a89fe94970</id>
<content type='text'>
chose -&gt; choose</content>
</entry>
<entry>
<title>Correct casing for GitHub (#6460)</title>
<updated>2024-05-15T06:58:10+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-05-15T06:58:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=2ed91026fcfef83ce5ef466a15e078229a106a6f'/>
<id>urn:sha1:2ed91026fcfef83ce5ef466a15e078229a106a6f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Docs: hidden configs (#6402)</title>
<updated>2024-05-01T12:01:40+00:00</updated>
<author>
<name>maTh</name>
<email>1645099+math-GH@users.noreply.github.com</email>
</author>
<published>2024-05-01T12:01:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=cd66ca54ca3a941b8eb968ade4fcde886cef3f74'/>
<id>urn:sha1:cd66ca54ca3a941b8eb968ade4fcde886cef3f74</id>
<content type='text'>
* Create 17_configs_not_ui.md

* reorganize admin overview page. Added the link to the new doc

* Update 17_configs_not_ui.md

* Update 17_configs_not_ui.md

* Update 17_configs_not_ui.md

* fix typo</content>
</entry>
</feed>
