aboutsummaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2021-12-28Fix: loading wheel (#4082)Gravatar maTh
* fix anoym. user * fix global view * Update app/views/helpers/pagination.phtml Co-authored-by: Frans de Jonge <fransdejonge@gmail.com> * Update global_view.js Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
2021-12-27fix: incorrect translations (#4084)Gravatar Virgil Chen
2021-12-24Fix invalid user (#4081)Gravatar Alexandre Alapetite
#fix https://github.com/FreshRSS/FreshRSS/issues/4080 Initialise the default user to be able to display the error page
2021-12-21Update UserMailer.php (#4076)Gravatar maTh
2021-12-09fix global view template (#4043)Gravatar maTh
2021-12-07fix normal and reader view (#4040)Gravatar maTh
2021-12-07Fix: global view does not show "no articles to show" alert (#4042)Gravatar maTh
* fix * phpcs fixed * fix JS
2021-12-07Updated translation (#4038)Gravatar Tibor Repček
I translated strings with "TODO - Translation" comment. ;)
2021-12-06Updated translation (#4036)Gravatar Tibor Repček
I translated strings with "TODO - Translation" comment. ;)
2021-12-06Updated translation (#4035)Gravatar Tibor Repček
I translated strings with "TODO - Translation" comment. ;)
2021-12-06Updated translation (#4034)Gravatar Tibor Repček
I translated strings with "TODO - Translation" comment. ;)
2021-12-06Updated translation (#4033)Gravatar Tibor Repček
I translated strings with "TODO - Translation" comments. ;)
2021-12-06Updated translation (#4032)Gravatar Tibor Repček
I translated string with "TODO - Translation" comment. ;)
2021-12-06Updated translation (#4031)Gravatar Tibor Repček
I translated strings with "TODO - Translation" comment. ;)
2021-12-06Updated translation (#4030)Gravatar Tibor Repček
I translated strings with "TODO - Translate" comment. ;)
2021-12-05Fix reader view header (#4015)Gravatar maTh
* fix the hyperlink underline * add mouse title * improve German mouse titles * fixed whitespaces * use the same title in config/display like in normal/reader view * i18n German: Discard change for this String * delete unused gen.action.mark_favorite
2021-12-05Updated japanese translation on 3898 (#4026)Gravatar 312k
2021-12-05Update polish translation. (#4027)Gravatar Bartosz Taudul
2021-12-03Fix: double main tags (#4014)Gravatar maTh
* replace div with main * include the slider into main * format source * add close icon for the extension slider * replace div with main * Update shortcut.phtml * fixed the nits
2021-12-02Fix some PHPstan errors (#4019)Gravatar Alexandre Alapetite
Fix some wrong variables found by https://github.com/FreshRSS/FreshRSS/issues/4016
2021-12-02Minz request avoid custom methods (#4020)Gravatar Alexandre Alapetite
Take advantage of PHP7+ null-coalescing operator `??` to make code more standard, shorter, and faster instead of custom function with no extra functionality. Allows code to be better tested and fix two PHPstan errors: ``` ------ ----------------------------------------- Line app/Controllers/configureController.php ------ ----------------------------------------- 410 Cannot unset offset 'rid' on string. ------ ----------------------------------------- ------ ------------------------------------ Line lib/Minz/FrontController.php ------ ------------------------------------ 70 Cannot unset offset 'c' on string. 71 Cannot unset offset 'a' on string. ------ ------------------------------------ ``` https://github.com/FreshRSS/FreshRSS/issues/4016
2021-12-02Fix more PHP 8.1 null warnings (#4018)Gravatar Alexandre Alapetite
Follow-up of https://github.com/FreshRSS/FreshRSS/pull/4012
2021-12-01related_tags (#4008)Gravatar maTh
2021-11-30Fix JS error: new-article missed (#3999)Gravatar maTh
2021-11-24Switch category - remember status filter (#3986)Gravatar maTh
* url parameter * fixed phpcs * rename variables
2021-11-24improved HTML (#3989)Gravatar maTh
2021-11-24improved HTML (#3990)Gravatar maTh
2021-11-15Fix issue with mark-all-as-read-button in anonym. mode (#3944)Gravatar maTh
* fix * Update p/scripts/main.js Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2021-11-15Additional HTTP error codes (#3981)Gravatar Alexandre Alapetite
2021-11-12Improve mobile view: access to the config menu (#3881)Gravatar maTh
* wip * improve the header * Fix theme "Adark" * fixed theme: Ansum * Fixed theme: BlueLagoon * fixed Ansum after PR comment of Frenzie * Fixed theme: Dark * fixed theme: Flat * fixed theme: Mapco * fixed theme: Origine compact * fixed theme: Pafat * fixed theme: Screwdriver * fixed theme: Swage * hide the close button in wide view * fixed base/template RTL * fixed SCSS of theme Swage * stylelint fix * fixed theme Swage * make fix-all Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2021-11-11a to button (#3969)Gravatar maTh
2021-11-11Improve install routine: database password input with "show password" button ↵Gravatar maTh
(#3962) * wip * CSS better btn * CSS: RTL * button is better than a * improved CSS for button
2021-11-11Fix label management (#3959)Gravatar maTh
* disable inputs * fix create empty tags * Update app/Controllers/tagController.php Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> * Update app/views/tag/index.phtml Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> * Small additional checks Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2021-11-08Update details.phtml (#3966)Gravatar maTh
2021-11-07Update i18n/zh-cn (#3963)Gravatar nanhualyq
* Update i18n/zh-cn * Update gen.php * Update conf.php * Update conf.php * Update conf.php
2021-10-30Update i18n/zh-cn (#3947)Gravatar nanhualyq
* Update i18n/zh-cn * Update gen.php * Update conf.php
2021-10-28New shortcut: actualize feeds (#3900)Gravatar maTh
* configs * i18n * improved * Update app/i18n/fr/conf.php Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> * Update p/scripts/main.js Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> * Update main.js * Update conf.php * make fix-all * i18n * i18n * i18n: delete conf.shortcut.actualize * Update app/views/configure/shortcut.phtml
2021-10-25Update Italian Translation (#3939)Gravatar Gianni Scolaro
* Update Italian Translation * Update app/i18n/it/admin.php Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2021-10-25Update Occitan locale (#3935)Gravatar Mejans
* Update conf.php * Update gen.php * Update install.php * Update sub.php
2021-10-24Add pwa (#3890)Gravatar proletarius101
* Don't use Chrome or indeed Firefox on Android Would close #1963. But I will not finish this PR because the idea that every single website on the internet should have to do this is absolutely ridiculous. * add pwa manifest Add a pwa manifest as defined in https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps/Installable_PWAs - creates shortcuts without the browser frame - has a splash screen - has an independent view stack than the browser one * update manifest as per pwabuilder.com * add 32x32 and 48x48 icon config * enhance manifest spec compliance * change as per suggestions * Update app/layout/layout.phtml Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> * fix mobile icon padding * remove screen auto rotation * change theme color to white * Move meta (Should not be in the referrer condition) * JSON HTTP cache Co-authored-by: Frans de Jonge <fransdejonge@gmail.com> Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2021-10-24[i18n] Add Dutch translation for new strings (#3928)Gravatar Frans de Jonge
References #3898.
2021-10-24Update i18n/zh-cn (#3926)Gravatar nanhualyq
2021-10-24clipboard translated (#3925)Gravatar maTh
2021-10-23add button to open nav panel (#3879)Gravatar maTh
2021-10-23i18n German (#3913)Gravatar maTh
* i18n Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2021-10-23Update PT-BR Translation (#3908)Gravatar Nainor
* Update PT-BR Translation * i18n fix syntax Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2021-10-23Updated Spanish translations (#3916)Gravatar Natalie Stroud
* Updated Spanish translations Co-authored-by: Natalie Stroud <stroudn1@nku.edu> Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2021-10-23Update Korean Translation with language code fix (#3914)Gravatar OctopusET
* Update Korean Translation * Fix Korean language code following IETF BCP 47 * Fix Korean language code in i18n/*/gen.php * Fix Korean language code in cli/i18n/* * Fix Korean language code in docs Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2021-10-21Follow up of 3814 (#3910)Gravatar maTh
* fixed the whitespace in value of username input * fixed a HTML structure fault
2021-10-21fixed: add feed: advanced: white space char as default password (#3814)Gravatar maTh
* fixed space char as default password * fix: whitespace in feed http username configuration * fix: type=password * extend the type=password with the watch-password-plain button * init_extra() again for new slider content Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>