aboutsummaryrefslogtreecommitdiff
path: root/CREDITS.md
AgeCommit message (Collapse)Author
2026-01-25Changelog, creditsGravatar Alexandre Alapetite
2026-01-20fix validator url update (#8436)Gravatar Tsung-Han Yu
Closes https://github.com/FreshRSS/FreshRSS/issues/8435 Changes proposed in this pull request: - update validator links to use the same open-url handler with prefix + encoding - ensure the validator link reflects the current #url field value before opening - keep existing open-url behavior for other links unchanged How to test the feature manually: 1. Open feed edit (or add feed) form. 2. Change the feed URL in the URL field. 3. Click “Check the validity of the feed” and verify it opens the validator with the updated URL.
2026-01-07Credits pt-BRGravatar Ciro Mota
https://github.com/FreshRSS/FreshRSS/pull/8411
2026-01-07Add S. Neuhaus to CREDITS.md (#8412)Gravatar S. Neuhaus
https://github.com/FreshRSS/FreshRSS/pull/8402
2026-01-05Document mounting own CA on FreshRSS container (#8406)Gravatar netsho
closes https://github.com/FreshRSS/FreshRSS/issues/8405 - Add documentation on how to trust own CA that issued self-signed certificate as authentik signing key - Add example in Docker Example How to test the feature manually: 1. Create your own CA 2. Issue a certificate 3. Use the issued certificate as a signing-key in authentik when configuring FreshRSS provider 4. Add created CA on host's CA store by running `update-ca-certificates` 5. Mount the `/etc/ssl/certs/ca-certificates.crt` file on FreshRSS container 6. Start the container 7. Navigate to FreshRSS in the browser 8. Authentik login form should be displayed and work as normal.
2026-01-04Add myself to the credits file (#8398)Gravatar Michael Meier
See https://github.com/FreshRSS/FreshRSS/pull/8376
2026-01-03Fix typos in CREDITS.md and configureController.php (#8396)Gravatar Bartłomiej Dmitruk
- contirbutions → contributions - runable → runnable
2025-12-24Release 1.28.0 🎄1.28.0Gravatar Alexandre Alapetite
2025-12-18Add stag-enterprises to credits (#8331)Gravatar stag
https://github.com/FreshRSS/FreshRSS/pull/8330#issuecomment-3667491619
2025-12-13Improve simplified chinese translation (#8313)Gravatar Zexin Yuan
* Improve simplified chinese translation * Update translation progress * Add yzx9 to contributors
2025-11-05[i18n] updated Italian translation (#8186)Gravatar scollovati
2025-10-23Add myself to credits (#8151)Gravatar McFev
https://github.com/FreshRSS/FreshRSS/pull/8140
2025-10-22Add option to apply filter actions to existing articles (#7959)Gravatar Tommaso Ferrari
* Add option to apply filter actions to existing articles * make fix-all * Fixes * Another approach with preview New approach: https://github.com/FreshRSS/FreshRSS/pull/7959/commits/20479475c90ac954b991b3703c3cc76c16aa2d5c <img width="666" height="202" alt="image" src="https://github.com/user-attachments/assets/bb68ede4-60c8-4e0c-9317-c5ed7a6ad7df" /> Additional improvements: * Also implemented at category level, and at global level * Also implemented for favourites at global level Shortcomings: * Does not always work reliably with advanced regex, since the DB's flavour is not necessarily the same than PHP's Related: https://github.com/FreshRSS/FreshRSS/pull/8141 * make fix-all --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2025-09-23Changelog, creditsGravatar Alexandre Alapetite
2025-09-22add rnkln to credits (#7992)Gravatar KleinMann
2025-09-20Add myself to credits (#7987)Gravatar Horváth Zsolt
https://github.com/FreshRSS/FreshRSS/pull/7986
2025-09-14Add nykula to CREDITS.md (#7964)Gravatar Denys Nykula
Follow-up to FreshRSS#7961. Co-authored-by: Alexis Degrugillier <aledeg@users.noreply.github.com>
2025-09-03add nhirokinet to CREDITS.md (#7908)Gravatar nhirokinet
With a contribution of https://github.com/FreshRSS/FreshRSS/pull/7900
2025-08-18Changelog, creditsGravatar Alexandre Alapetite
2025-08-08Update CREDITS.md (#7800)Gravatar Ali Moslemi
* Update CREDITS.md Added my name (Ali Moslemi) with link to GitHub profile as Persian (fa) translation contributor. * More uniform --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2025-08-08Avoid styling `<code>` inside of `<pre>` (#7797)Gravatar James Frost
* Remove background from <code> inside <pre> This caused an ugly effect where each line has a seperate background to the whole pre block. Fixes #7796 * Add James Frost to CREDITS.md
2025-07-17Add dotsam to CREDITS.md (#7745)Gravatar Sam Edwards
2025-07-09Update CREDITS.md (#7726)Gravatar Tarow
In addition to https://github.com/FreshRSS/FreshRSS/pull/7725
2025-06-22Update CREDITS.md (#7685)Gravatar Stefan
+ Added myself as requested in #7668
2025-06-02Release FreshRSS 1.26.31.26.3Gravatar Alexandre Alapetite
2025-05-10Update CREDITS.md (#7575)Gravatar CarelessCaution
Add myself as a contributor for #7573. Co-authored-by: CarelessCaution <189675655+CarelessCaution@users.noreply.github.com>
2025-04-28Update CREDITS.md with myself (#7527)Gravatar Dezponia
Adding myself to CREDITS.md as requested in PR #7419 comment.
2025-04-27ChangelogGravatar Alexandre Alapetite
2025-04-14Update CREDITS.md (#7509)Gravatar Inverle
2025-04-01Update CREDITS.md (#7476)Gravatar 𝗛𝗼𝗹𝗶
* Update CREDITS.md Credit for myself * Fix --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2025-03-24Credit myself (#7455)Gravatar Glyn Normington
2025-03-13Changelog + creditsGravatar Alexandre Alapetite
2025-03-09Update CREDITS.md (#7420)Gravatar Bryan Butler
add my name to CREDITS.md after https://github.com/FreshRSS/FreshRSS/pull/7416
2025-02-24add my name to CREDITS.md after ↵Gravatar Zihao Diao
https://github.com/FreshRSS/FreshRSS/pull/7354 (#7358) Signed-off-by: Zihao Diao <hi@ericdiao.com>
2025-02-24Update Reader Link Documentation (#7362)Gravatar Elanna Grossman
* docs(docs): update Reeder link to point to Reeder Classic * docs(CREDITS): add name to credits
2024-12-06Added my line in CREDITS.md (#7072)Gravatar UserRoot-Luca
* Update CREDITS.md * Update CREDITS.md * Update CREDITS.md
2024-12-05Add aarnej to CREDITS.md (#7065)Gravatar aarnej
2024-12-04#4870 opml category text field (#7053)Gravatar killerog
* Added OPML import field description * Update CREDITS.md Almost forgot to add myself to the credits * make fix-all * i18n:fr --------- Co-authored-by: Rogier Schoenmaker <rogier@spreadit.nl> Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2024-10-31Add minna-xd to CREDITS.md (#6955)Gravatar Minna N.
2024-10-22Add mtalexan to CREDITS.md (#6929)Gravatar Mike
2024-09-06CreditsGravatar Alexandre Alapetite
2024-08-17Changelog + creditsGravatar Alexandre Alapetite
2024-07-18Add contributor to credits.md (#6636)Gravatar Dani Servian
* Add dservian to credits.md * Fix alphabetical order
2024-06-29Update CREDITS.md (#6599)Gravatar hkcomori
Add hkcomori as a contributor
2024-06-13Reading view: action icons position (#6297)Gravatar maTh
* add configs in reading * implementation into the reading view * CSS * i18n * Credits to joshka * Update article.phtml * fix * fix * <br /> * Update app/i18n/fr/conf.php Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> * Update app/i18n/en/conf.php Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> * fix French * show_articleicons => show_article_icons * Update app/i18n/en/conf.php Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> * Update app/i18n/en-us/conf.php Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2024-05-28upd: "Ramazan Sancar" was added to Credits.md. (#6507)Gravatar Ramazan Sancar
* upd: Update Turkish translation * upd: "Ramazan Sancar" was added to Credits.md.
2024-05-23Release 1.24.01.24.0Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/discussions/6462
2024-05-16Add new contributor to CREDITS.md (#6468)Gravatar Karim
* Add new contributor to CREDITS.md * Add new contributor to CREDITS.md --------- Co-authored-by: krm_shrrftdnv <Karim.Sharafutdinov@easycomm.ru>
2024-04-20Add new contributor to CREDITS.md (#6354)Gravatar Pedro Paulo
* Add new contributor to CREDITS.md * Update CREDITS.md
2024-04-19[zukizukizuki]Add CREDITS.md (#6339)Gravatar zu