aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-06-05Release 1.24.11.24.1Gravatar Alexandre Alapetite
2024-06-05Fix attributeBoolean (#6543)Gravatar Alexandre Alapetite
Regression from https://github.com/FreshRSS/FreshRSS/pull/5946 fix https://github.com/FreshRSS/FreshRSS/issues/6521
2024-06-05ChangelogGravatar Alexandre Alapetite
2024-06-04Fix read_when_same_title_in_feed (#6536)Gravatar Alexandre Alapetite
Fix https://github.com/FreshRSS/FreshRSS/issues/6521
2024-06-01Bump sass from 1.77.1 to 1.77.4 (#6529)Gravatar dependabot[bot]
Bumps [sass](https://github.com/sass/dart-sass) from 1.77.1 to 1.77.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.77.1...1.77.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>
2024-06-01Bump phpstan/phpstan from 1.11.0 to 1.11.3 (#6526)Gravatar dependabot[bot]
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.11.0 to 1.11.3. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.11.0...1.11.3) --- updated-dependencies: - dependency-name: phpstan/phpstan 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>
2024-06-01Bump markdownlint-cli from 0.40.0 to 0.41.0 (#6530)Gravatar dependabot[bot]
Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.40.0 to 0.41.0. - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/v0.40.0...v0.41.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>
2024-06-01Bump stylelint from 16.5.0 to 16.6.1 in the stylelint group (#6528)Gravatar dependabot[bot]
Bumps the stylelint group with 1 update: [stylelint](https://github.com/stylelint/stylelint). Updates `stylelint` from 16.5.0 to 16.6.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.5.0...16.6.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>
2024-06-01Bump squizlabs/php_codesniffer from 3.9.2 to 3.10.1 (#6525)Gravatar dependabot[bot]
Bumps [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) from 3.9.2 to 3.10.1. - [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.9.2...3.10.1) --- updated-dependencies: - dependency-name: squizlabs/php_codesniffer 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>
2024-05-30Improved: Button to export OMPL of a category (#6519)Gravatar maTh
* Update update.phtml * fixed * Update app/views/helpers/category/update.phtml Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> * Update update.phtml * do it for feed too * Update update.phtml * Minor whitespace --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2024-05-30ChangelogGravatar Alexandre Alapetite
2024-05-29Fix update git version (#6513)Gravatar Alexandre Alapetite
fix https://github.com/FreshRSS/FreshRSS/issues/6512 Compatibility with git older than 2.37
2024-05-28Fixed: subscr. mgmg drag&drop (#6508)Gravatar maTh
2024-05-28Fixed: drag&drop Sharing/User Query (#6505)Gravatar maTh
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-28upd: Update Turkish translation (#6506)Gravatar Ramazan Sancar
2024-05-27Fixed: CZ language string (#6504)Gravatar maTh
2024-05-26Better git error messages (#6496)Gravatar Alexandre Alapetite
* Better git error messages fix https://github.com/FreshRSS/FreshRSS/discussions/5174 fix https://github.com/FreshRSS/FreshRSS/issues/6483 * Avoid dependency on `which`
2024-05-25ChangelogGravatar Alexandre Alapetite
2024-05-25Fix HTTP GET curl options (#6492)Gravatar Alexandre Alapetite
fix https://github.com/FreshRSS/FreshRSS/issues/6491 Regression from https://github.com/FreshRSS/FreshRSS/pull/6177
2024-05-24Fix broken links on README (#6489)Gravatar Robin Métral
2024-05-23fixed: hover over title while having the navigation buttons in mobile view ↵Gravatar maTh
(#6486)
2024-05-23PostgreSQL database case (#6482)Gravatar Alexandre Alapetite
fix https://github.com/FreshRSS/FreshRSS/issues/6479
2024-05-23Start 1.24.1-devGravatar Alexandre Alapetite
2024-05-23Release 1.24.01.24.0Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/discussions/6462
2024-05-22Translate Indonesian admin.php and conf.php files (#6473)Gravatar Amrul Izwan
* Translation to ID * Translate Indonesian admin.php and conf.php files * cli/manipulate.translation.php -a format * Typo --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2024-05-22Fix JSON Dot direct array (#6476)Gravatar Alexandre Alapetite
* Fix JSON Dot direct array Allow consuming a JSON array in which entries are top level https://github.com/FreshRSS/FreshRSS/issues/6474 * Allow $ as root
2024-05-19OPML export: Link to documentation (#6441)Gravatar maTh
* i18n: EN (text improved and link added) * i18n files * de translation * de * Update app/i18n/fr/sub.php Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> * fix --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2024-05-19Fix spanish language (#6471)Gravatar Jordi Garcia
* Fix spanish language * fix translation #6471 * fix ellipsis
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-05-16[i18n] Russian translation (#6467)Gravatar Karim
* added russian translation * Fix tests * Missing ignore --------- Co-authored-by: krm_shrrftdnv <Karim.Sharafutdinov@easycomm.ru> Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2024-05-15Docs: fix minor typo in 09_AccessControl.md (#6465) (#6466)Gravatar Shane Redman
chose -> choose
2024-05-15Improved the Hungarian translation (#6464)Gravatar András Marczinkó
* Improved the Hungarian translation * Update conf.php
2024-05-15ChangelogGravatar Alexandre Alapetite
+minor forgotten i18n comments
2024-05-15Correct casing for GitHub (#6460)Gravatar Alexandre Alapetite
2024-05-15PHPStan 1.11 + minor update dev dependencies (#6459)Gravatar Alexandre Alapetite
* PHPStan 1.11 + minor update dev dependencies https://github.com/phpstan/phpstan/releases/tag/1.11.0 * Comment style
2024-05-14ChangelogGravatar Alexandre Alapetite
2024-05-13Auto-update 5038 (#6279)Gravatar Alexandre Alapetite
* Auto-update 5038 https://github.com/FreshRSS/FreshRSS/pull/5038 * PostgreSQL * Draft for MySQL * More draft MySQL * Finalise * A bit more robust
2024-05-12Fix SQLite imports produced before FreshRSS 1.20.0 (#6450)Gravatar Alexandre Alapetite
fix https://github.com/FreshRSS/FreshRSS/issues/6088
2024-05-12Fix: click on feed title (#6452)Gravatar maTh
2024-05-11Improved: side navigation headlines (#6445)Gravatar maTh
* frss.css * delete border-bottom from dark, origine, pafat * margin/padding bottom deleted * better CSS * Nord theme: similar padding for feed navigation bar (#6429)
2024-05-11Fixed: clickable link block (#6444)Gravatar maTh
* <span><a> => only <a> * update frss.css * update themes
2024-05-08Fix OPML import CURLOPT_PROXYTYPE (#6439)Gravatar Alexandre Alapetite
fix https://github.com/FreshRSS/FreshRSS/issues/6438
2024-05-07Fix individual OMPL feed export (#6435)Gravatar Alexandre Alapetite
fix https://github.com/FreshRSS/FreshRSS/issues/6433
2024-05-02CSS selector trim (#6428)Gravatar Alexandre Alapetite
fix https://github.com/FreshRSS/FreshRSS/pull/6426#issuecomment-2091159868
2024-05-02Fix CSS selector encoding (#6426)Gravatar Alexandre Alapetite
fix https://github.com/FreshRSS/FreshRSS/issues/6229 fix https://github.com/FreshRSS/FreshRSS/issues/6266#issuecomment-2090432818
2024-05-02Fix CSS selector preview (#6423)Gravatar Alexandre Alapetite
fix https://github.com/FreshRSS/FreshRSS/issues/6266 Co-authored-by: maTh <1645099+math-GH@users.noreply.github.com>
2024-05-02Fix user query filter display (#6421)Gravatar Alexandre Alapetite
* Fix user query filter display fix https://github.com/FreshRSS/FreshRSS/issues/6360 * Fix tests
2024-05-01Allow manual refresh of disabled feeds (#6408)Gravatar Alexandre Alapetite
fix https://github.com/FreshRSS/FreshRSS/issues/6407
2024-05-01Bump sass from 1.75.0 to 1.76.0 (#6418)Gravatar dependabot[bot]
Bumps [sass](https://github.com/sass/dart-sass) from 1.75.0 to 1.76.0. - [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.75.0...1.76.0) --- updated-dependencies: - dependency-name: sass 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>