aboutsummaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
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-04Fix read_when_same_title_in_feed (#6536)Gravatar Alexandre Alapetite
Fix https://github.com/FreshRSS/FreshRSS/issues/6521
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-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-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-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-23PostgreSQL database case (#6482)Gravatar Alexandre Alapetite
fix https://github.com/FreshRSS/FreshRSS/issues/6479
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-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-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-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-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-04-30Remove test string aside_feed.phtml (#6403)Gravatar maTh
2024-04-30CLI database backup and restore (#6387)Gravatar Alexandre Alapetite
* CLI database backup and restore Can also be used to migrate from one database to another (e.g. MySQL to PostgreSQL) or to ease upgrade to a major PostgreSQL version (e.g. 15 to 16). * +x * Fix some cases * Update to docker-compose-v2 * More documentation
2024-04-27ZIP tempnam (#6392)Gravatar Alexandre Alapetite
fix https://github.com/FreshRSS/FreshRSS/issues/6388
2024-04-26Fix updated entry filters (#6334)Gravatar Alexandre Alapetite
fix https://github.com/FreshRSS/FreshRSS/issues/6331
2024-04-25Fix: left side border of search bar input (#6376)Gravatar maTh
2024-04-25Fix: overflow expanding title in entry header (#6373)Gravatar maTh
* change HTML structure * CSS
2024-04-25Update Hungarian translation (#6377)Gravatar FromTheMoon
2024-04-25Refactoring: Rename dotpath into dotnotation (#6369)Gravatar maTh
* KIND_JSON_DOTPATH -> KIND_JSON_DOTNOTATION * TYPE_JSON_DOTPATH => TYPE_JSON_DOTNOTATION * json_dotpath => json_dotnotation * dotPathsForStandardJsonFeed => dotNotationForStandardJsonFeed * TYPE_JSON_DOTNOTATION = 'JSON+DotPath' => 'JSON+DotNotation' * documentation: OPML.md * convertJsonToRss() * $dotpaths => $dotnotations * FreshRSS_Feed_Exception * comment * Compatibility TYPE_JSON_DOTPATH --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2024-04-23Remove noise parameters in query URL (#6371)Gravatar Alexandre Alapetite
* Remove noise parameters in query URL Remove undeeded `name` and `rid` parameters from saved user query * Fix logic
2024-04-21Windows: release SQLite (#6285)Gravatar Alexandre Alapetite
* Windows: release SQLite fix https://github.com/FreshRSS/FreshRSS/issues/6275 * Do not use sharedPdo for deleting user * Case of same user * Help PHPStan
2024-04-21Slovakian (SK) gen.php (#6366)Gravatar Tibor Repček
* Update gen.php Related to the issue #6356 * Update app/i18n/sk/gen.php --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2024-04-21Json dotpath i18n (#6368)Gravatar maTh
* Update update.phtml * Update add.phtml
2024-04-21Slovakian (SK) index.php (#6367)Gravatar Tibor Repček
Related to the issue #6356
2024-04-21Slovakian (SK) feedback.php (#6365)Gravatar Tibor Repček
Related to the issue #6356
2024-04-21Slovakian (SK) conf.php (#6364)Gravatar Tibor Repček
Related to the issue #6356
2024-04-21Slovakian (SK) admin.php (#6363)Gravatar Tibor Repček
Related to the issue #6356
2024-04-21Slovakian (SK) sub.php (#6362)Gravatar Tibor Repček
Related to the issue #6356
2024-04-21update zh-tw translation for new strings (#6350)Gravatar -Shiken-
* Update new stings of zhTW translation Update new strings of [i18n] Translation Chinese Taiwan (正體中文 zh-tw) * Update conf.php of zh-tw * Update feedback.php of zh-tw * Update gen.php of zh-TW * Update index.php of zh-TW * Update install.php of zh-TW * Update sub.php of zh-tw not finished yet * Update sub.php correction line 152 --------- Co-authored-by: maTh <1645099+math-GH@users.noreply.github.com>
2024-04-21Update Polish translation. (#6358)Gravatar Bartosz Taudul
2024-04-21[i18n] Added Czech translation (#6344)Gravatar May
* Add Czech tranlation for admin * Add more translations * add translations for sub.php * 2nd check and remove TODO comment from translated strings * fix * Update sub.php * update sub.php --------- Co-authored-by: maTh <1645099+math-GH@users.noreply.github.com>
2024-04-20i18n: update zh-cn translation (#6336)Gravatar yzqzss
* i18n: update zh-cn translation * minor edit * fix translations syntax * fix translations syntax: use tab * better translation * clarify how Content-Type header auto-set works * fix a mistranslation discovered by comparing #6335 Co-authored-by: <nanhualyq@gmail.com> --------- Co-authored-by: maTh <1645099+math-GH@users.noreply.github.com>
2024-04-20Improve: input width in user query config slider (#6357)Gravatar maTh