aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAge
* Release 1.26.11.26.1latestAlexandre Alapetite2025-03-13
|
* Changelog + creditsAlexandre Alapetite2025-03-13
|
* Fix issue #7383: Finish Translation issue requiring character escape out. ↵Bryan Butler2025-03-12
| | | | | | (#7423) Escape out "klo" ("at") characters found in format_date_hour for Finnish/Suomi translation. Specifically to resolve issue #7383
* Update CREDITS.md (#7420)Bryan Butler2025-03-09
| | | add my name to CREDITS.md after https://github.com/FreshRSS/FreshRSS/pull/7416
* ChangelogAlexandre Alapetite2025-03-08
|
* feat: Add one-click deploy to Zeabur button on README.md (#7271)Yuanlin Lin2025-03-08
| | | | | | | | | * feat: add Zeabur button in README.fr.md * Add one-click deploy to Zeabur button on README.md --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
* Back-compatibility cURL 7.51 (#7409)Alexandre Alapetite2025-03-08
| | | | | | | | | | | | | | | | | | | | | | * Back-compatibility cURL 7.51 fix https://github.com/FreshRSS/FreshRSS/issues/7381 And add cURL version to system info. Do not require a specific version of cURL for now, but maybe later. * Fix CI * make fix-all * Add TODOs * Add ssl_version * Update app/i18n/it/index.php Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com> --------- Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com>
* Added api password indicator text (#7340)Jackson Culbreth2025-03-07
| | | | | | | | | | | | | | | | * Added api password indicator text * make fix-all * i18n * i18n: it Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com> --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com>
* Fix issue where $keepMax is defaulted to const when non-zero value is ↵Bryan Butler2025-03-07
| | | | | | | | | | | | | compared. (#7416) Fix issue where $keepMax is defaulted to const when non-zero value is compared. Fix an issue where $keepMax var is set to ARCHIVING_RETENTION_COUNT_LIMIT when a user sets "Archiving" -> "Maximum number of articles to keep per feed" to a non-zero value for a given category. [EXAMPLE]: User sets value to 50 (int), This matches the !== comparison and thus is overridden by ARCHIVING_RETENTION_COUNT_LIMIT.
* improve origine theme (#7413)maTh2025-03-07
| | | | | * improve origine theme * .nav_menu .btn
* Add Portuguese from Portugal Language (#7329)Rui Melo2025-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | * Good day to deal with people in high places; particularly lonely stewardesses. * You're currently going through a difficult transition period called "Life." * You're at the end of the road again. * Fixes * Add references to pt-pt * Fix order * Config typos * Update conf.php * Fix whitespace * Update app/i18n/pt-pt/sub.php --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
* fix: Update the user's last activity on login action (#7406)berumuron2025-03-05
|
* Fix Minz_Request::paramArray (#7400)Alexandre Alapetite2025-03-05
| | | | fix https://github.com/FreshRSS/FreshRSS/issues/7371 Regression from https://github.com/FreshRSS/FreshRSS/pull/7131
* Fix regression cURL HTTP headers (#7403)Alexandre Alapetite2025-03-05
| | | | | | | | | | * Fix regression cURL HTTP headers fix https://github.com/FreshRSS/FreshRSS/issues/6712#issuecomment-2697961491 We would sometimes wrongly override the default HTTP headers of SimplePie https://github.com/FreshRSS/simplepie/pull/33 https://github.com/simplepie/simplepie/pull/912 * Sync SimplePie https://github.com/FreshRSS/simplepie/pull/33
* Changelog 1.17.0 forgotten (#7397)Alexandre Alapetite2025-03-05
| | | | https://github.com/FreshRSS/FreshRSS/pull/3161 https://github.com/FreshRSS/FreshRSS/issues/7377
* i18n do not translate XPath code (#7404)Alexandre Alapetite2025-03-05
| | | Spotted in https://mapstodon.space/@jorgesanz/114109696863582740
* Use case-insensitive sort for categories (#7402)Annika Backstrom2025-03-05
| | | | | | | | | | | Changes proposed in this pull request: - Use `strnatcasecmp()` inside `listSortedCategories()` How to test the feature manually: 1. Create categories `A`, `b`, and `C` 2. Observe that categories are sorted case-insensitively on the feed index and Subscription Management pages
* docs: add link to freshrss_python_api (#7401)Olicorne2025-03-04
| | | | | as suggested here: https://github.com/FreshRSS/FreshRSS/discussions/7395 Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com>
* Fix dynamic OPML (#7394)Alexandre Alapetite2025-03-03
| | | | Regression from https://github.com/FreshRSS/FreshRSS/pull/7155 Fix https://github.com/FreshRSS/FreshRSS/issues/7385
* Update Hungarian translation (#7391)FromTheMoon2025-03-03
| | | | | | | | | * Update Hungarian translation * make fix-all --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
* Bump stylelint from 16.14.1 to 16.15.0 in the stylelint group (#7387)dependabot[bot]2025-03-01
| | | | | | | | | | | | | | | | | | | | Bumps the stylelint group with 1 update: [stylelint](https://github.com/stylelint/stylelint). Updates `stylelint` from 16.14.1 to 16.15.0 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/16.14.1...16.15.0) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: stylelint ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump the eslint group with 2 updates (#7386)dependabot[bot]2025-03-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps the eslint group with 2 updates: [eslint](https://github.com/eslint/eslint) and [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js). Updates `eslint` from 9.20.1 to 9.21.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v9.20.1...v9.21.0) Updates `@eslint/js` from 9.20.0 to 9.21.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.21.0/packages/js) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump sass from 1.85.0 to 1.85.1 (#7388)dependabot[bot]2025-03-01
| | | | | | | | | | | | | | | | Bumps [sass](https://github.com/sass/dart-sass) from 1.85.0 to 1.85.1. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.85.0...1.85.1) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Fix bigint timestamps on 32-bit (#7375)Alexandre Alapetite2025-02-26
| | | | | | | * Fix bigint timestamps on 32-bit fix https://github.com/FreshRSS/FreshRSS/issues/7374 SQL requests for BIGINT fields may return a string on 32-bit systems instead of an integer * Calculations may also be string
* add my name to CREDITS.md after ↵Zihao Diao2025-02-24
| | | | | https://github.com/FreshRSS/FreshRSS/pull/7354 (#7358) Signed-off-by: Zihao Diao <hi@ericdiao.com>
* Update Reader Link Documentation (#7362)Elanna Grossman2025-02-24
| | | | | * docs(docs): update Reeder link to point to Reeder Classic * docs(CREDITS): add name to credits
* PHPStan more checkImplicitMixed (#7339)Alexandre Alapetite2025-02-23
| | | | | | | | | * PHPStan more checkImplicitMixed * Draft Entry.php * Finish Entry.php * Finish FeedDAO.php and Themes.php
* fix: properly set the priority field of feeds when adding new feed. (#7354)Zihao Diao2025-02-23
| | | Signed-off-by: Zihao Diao <hi@ericdiao.com>
* Start 1.26.1-devAlexandre Alapetite2025-02-23
|
* Release 1.26.01.26.0Alexandre Alapetite2025-02-23
|
* Update dev tools (#7347)Alexandre Alapetite2025-02-21
| | | In particular those not covered by Dependabot
* ChangelogAlexandre Alapetite2025-02-21
|
* Replace opml generateing nline tool with working link (#7346)kleintux2025-02-21
| | | | | * Update 04_Subscriptions.md * Update 04_Subscriptions.md
* Fix regression XPath XML encoding (#7345)Alexandre Alapetite2025-02-20
| | | | | | | | * Fix regression XPath XML encoding fix https://github.com/FreshRSS/FreshRSS/discussions/7325 The categories (tags) were not correctly XML-escaped due to being an array https://github.com/FreshRSS/FreshRSS/pull/5305/files#r1964316119 * Improve typing
* Docker Compose remove deprecated version (#7309)Alexandre Alapetite2025-02-19
| | | Minor doc
* i18n: Japanese (#7332)hkcomori2025-02-17
|
* API documentation link to more tips (#7305)Alexandre Alapetite2025-02-06
| | | | | https://github.com/jocmp/capyreader/discussions/533#discussioncomment-11341808 While waiting for https://github.com/FreshRSS/FreshRSS/issues/7304 We should then consolidate the API synchronisation recommendations in our documentation
* Update feature_request.yaml (#7302)maTh2025-02-05
|
* Update feature_request.yaml (#7298)maTh2025-02-04
|
* GitHub: Issue forms updated (#7292)maTh2025-02-03
| | | | | | | | | | | | | * feature request form * bug form * Update .github/ISSUE_TEMPLATE/bug_report_form.yaml Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
* A bit more changelogAlexandre Alapetite2025-02-03
|
* ChangelogAlexandre Alapetite2025-02-03
|
* Shortcuts for adding labels (#7274)maTh2025-02-03
| | | | | | | | | | | | | | | | | | | | | * add shortcut in config * open my labels menu with shortcut * the first 9 items are selectable + input field * i18n * Update app/i18n/nl/conf.php Co-authored-by: Frans de Jonge <fransdejonge@gmail.com> * index.menu.mylabels * order fixed --------- Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
* Add documentation for adding Pocket ID as OIDC provider (#7291)Logan2025-02-02
| | | | | | | | | | | | | | | | | | * Add documentation for OIDC login via Pocket IT * Images for the Pocket ID OIDC docs * Update 16_OpenID-Connect.md * Recompress images (too big) * Fix typo and reduce long lines * Remove advise on changing username Which only work to some extent with SQLite (breaking a few minor things such as WebSub, API) and not at all with other databases --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
* Improve notifications: notificationName (#7287)maTh2025-02-02
| | | | | | | | | | | | | | | | | * notificationID * 3 first examples * fix * notificationID -> notificationName * Update lib/Minz/Request.php Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
* Bump sass from 1.83.0 to 1.83.4 (#7285)dependabot[bot]2025-02-01
| | | | | | | | | | | | | | | | Bumps [sass](https://github.com/sass/dart-sass) from 1.83.0 to 1.83.4. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.83.0...1.83.4) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump stylelint from 16.12.0 to 16.14.1 in the stylelint group (#7284)dependabot[bot]2025-02-01
| | | | | | | | | | | | | | | | | | | | Bumps the stylelint group with 1 update: [stylelint](https://github.com/stylelint/stylelint). Updates `stylelint` from 16.12.0 to 16.14.1 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/16.12.0...16.14.1) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: stylelint ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump the eslint group with 2 updates (#7283)dependabot[bot]2025-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps the eslint group with 2 updates: [eslint](https://github.com/eslint/eslint) and [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js). Updates `eslint` from 9.17.0 to 9.19.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v9.17.0...v9.19.0) Updates `@eslint/js` from 9.17.0 to 9.19.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.19.0/packages/js) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump squizlabs/php_codesniffer from 3.11.2 to 3.11.3 (#7279)dependabot[bot]2025-02-01
| | | | | | | | | | | | | | | | Bumps [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) from 3.11.2 to 3.11.3. - [Release notes](https://github.com/PHPCSStandards/PHP_CodeSniffer/releases) - [Changelog](https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/CHANGELOG.md) - [Commits](https://github.com/PHPCSStandards/PHP_CodeSniffer/compare/3.11.2...3.11.3) --- updated-dependencies: - dependency-name: squizlabs/php_codesniffer dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump markdownlint-cli from 0.43.0 to 0.44.0 (#7286)dependabot[bot]2025-02-01
| | | | | | | | | | | | | | | Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.43.0 to 0.44.0. - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/v0.43.0...v0.44.0) --- updated-dependencies: - dependency-name: markdownlint-cli dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>