aboutsummaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
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
2024-04-19Update of italian translation (#6329)Gravatar FabioL
* Updated italian translations * Minor fixes * Workaround bug with `array (` * Added credits for translations * Alphabetic order * Revert lost line * Update of italian translation * Unicode ’ * Update app/i18n/it/sub.php Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> --------- Co-authored-by: loviuz <loviuz@mailbox.org> Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2024-04-19Update TR translation #6325 (#6328)Gravatar Cilga Iscan Tercanli
* Update TR translation * Fix typo * fix conf.php * fix sub.php * Update sub.php * Update feedback.php * Update app/i18n/tr/admin.php --------- Co-authored-by: math-gh <1645099+math-GH@users.noreply.github.com> Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2024-04-19Update PT-BR translation (#6345)Gravatar Pedro Paulo
* trans: update pt-br translation * Apply suggestions from code review * Update app/i18n/pt-br/sub.php
2024-04-19[i18n] Update Dutch translation for 1.24 (#6343)Gravatar Frans de Jonge
Closes #6341.
2024-04-19i18n: Update Korean translation (#6342)Gravatar Sungjoon Moon
2024-04-19Update of Japanese translation (#6337)Gravatar zu
* Japanese translation of admin.php * Japanese translation of other files * Correction by suggestion
2024-04-19i18n: de (#6313)Gravatar maTh
* Update admin.php * Update conf.php * Update conf.php * Update feedback.php * Update index.php * Update conf.php * Update sub.php * Update sub.php * Update sub.php
2024-04-18i18n improved: dotted path -> dot-notation (#6317)Gravatar maTh
* dotted path -> dot-notation * dot-notation -> dot notation * rename json_dotpath => json_dotnotation * Update app/i18n/fr/sub.php Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> * Update app/i18n/fr/sub.php Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> * Update app/i18n/fr/sub.php Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> * Update app/i18n/nl/sub.php Co-authored-by: Frans de Jonge <fransdejonge@gmail.com> * Update app/i18n/nl/sub.php Co-authored-by: Frans de Jonge <fransdejonge@gmail.com> * Update app/i18n/nl/sub.php Co-authored-by: Frans de Jonge <fransdejonge@gmail.com> * Update app/i18n/nl/sub.php Co-authored-by: Frans de Jonge <fransdejonge@gmail.com> * Rename corresponding class --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
2024-04-17 Fix: API mangement section in profile page (#6314)Gravatar maTh