aboutsummaryrefslogtreecommitdiff
path: root/p
AgeCommit message (Collapse)Author
2022-01-31fix theme Origine (#4188)Gravatar maTh
2022-01-24Fix: dropdown menu triangle in mobile view (#4169)Gravatar maTh
* central triangle styles moved to template.css * Update template.rtl.css * fix: triangle in config menu in mobile view * improve dark theme in mobile view
2022-01-15Fix SCSS differences to the final CSS (#4146)Gravatar maTh
* theme Ansum * CI does not like the sourcemappingurl in RTL * theme Mapco * Update mapco.rtl.css * Update mapco.rtl.css Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2022-01-12Improvement: menu icons (#4004)Gravatar maTh
* default icons * icons Flat theme * icons Swage theme * icon gets bright when hover: Ansum theme * icon gets bright when hover: Blue lagoon theme * icon gets bright when hover: Origine/Origine Compact theme * compressed SVG * Better formated SVG/XML files * Update bookmark-tag.svg
2022-01-11Improve dropdown menu mobile (#4141)Gravatar maTh
* Theme template.css * theme adark * theme ansum * theme bluelagoon * theme dark * theme template.css RTL fix * theme flat * theme Origine * theme Origine-compact * theme Pafat * theme Screwdriver * theme Swage * theme Mapco * dropdown menu with thin scrollbar * Fix CI foundings * Fix RTL * Fix CSS semicolons * Fix CSS RTL * Fix SCSS * Update _mobile.scss
2022-01-09Add spell checking with typos (#4138)Gravatar Alexandre Alapetite
* Add spell checking with typos Implement https://github.com/FreshRSS/FreshRSS/pull/4134#issuecomment-1008027558 * GitHub Actions attempt * Quiet wget * Makefile
2022-01-08Use typographic quotes (#4133)Gravatar Alexandre Alapetite
* Use typographic quotes * A few fixes * Fix * Fix not saved * Implement feedback * Detail * Revert spoken English fixes Left for a future dedicated discussion * More reverts * Final reverts * Final minor
2022-01-08Fix various typos and spelling errors in documentation, comments and code. ↵Gravatar Thomas Renes
(#4134)
2022-01-05[CI] PHPCS: check for opening brace on same line (#4122)Gravatar Frans de Jonge
* [CI] PHPCS: check for opening brace on same line * make fix-all * Minor comments Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2022-01-04PHPStan level 5 (#4110)Gravatar Alexandre Alapetite
* Fix most PHPDocs errors Contributes to https://github.com/FreshRSS/FreshRSS/issues/4103 https://phpstan.org/writing-php-code/phpdoc-types * Avoid func_get_args Use variadic syntax instead https://php.net/manual/functions.arguments#functions.variable-arg-list And avoid dynamic functions names when possible to more easily identify calls and unused functions. Contributes to https://github.com/FreshRSS/FreshRSS/issues/4103 * PHPStan level 3 * PHPStand level 4 * Update default to PHPStan level 4 * Towards level 5 * Fix level 4 regression * Towards level 5 * Pass PHPStan level 5 * Towards level 6 * Remove erronenous regression from changelog https://github.com/FreshRSS/FreshRSS/pull/4116
2022-01-01Fix most PHPDocs errors (#4107)Gravatar Alexandre Alapetite
Contributes to https://github.com/FreshRSS/FreshRSS/issues/4103 https://phpstan.org/writing-php-code/phpdoc-types
2021-12-31Add PHPStan (#4021)Gravatar Alexandre Alapetite
* Add PHPStan #fix https://github.com/FreshRSS/FreshRSS/issues/4016 https://phpstan.org/ ```sh composer run-script phpstan ``` * More fixes * Fix global variables * Add .phtml * Fix merge https://github.com/FreshRSS/FreshRSS/pull/4090 * Fix more warnings * Fix view errors and enable in CI * ReturnTypeWillChange * Dynamic view type * Fix Minz static/self bug
2021-12-31fixed themes Origine and Origine compact (#4059)Gravatar maTh
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2021-12-31fixed: Left navigation with long category names (#4055)Gravatar maTh
* fixed CSS * fixed themes Ansum and Mapco * fixed syntax
2021-12-31Improve: Aside slider: close slider when click on the outside of slider (#4061)Gravatar maTh
* CSS + PHTML * give some grey background * fixed whitespace * fixed RTL * close area just for mobile view
2021-12-31CSS (#4067)Gravatar maTh
2021-12-31Fix: Thumbnails alt text overflow (#4085)Gravatar maTh
* CSS fix * Fix RTL CSS * fix CSS (order)
2021-12-31Check data URI (#4098)Gravatar Offerel
* Check data URI
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-21Fix: Compressed & Cached JS files (#4075)Gravatar maTh
* Update .htaccess * Explicit MIME type for .js https://developer.mozilla.org/en-US/docs/Learn/Server-side/Configuring_server_MIME_types https://www.iana.org/assignments/media-types/media-types.xhtml Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2021-12-20Docker fix missing .htaccess (#4074)Gravatar Alexandre Alapetite
Related to https://github.com/FreshRSS/FreshRSS/issues/4073 In our Docker configuration, `.htaccess` files are included only once at startup. The one for themes was missing.
2021-12-12fever: fix warning of unset array key (#4056)Gravatar Felix Bühler
2021-12-07Fix: global view does not show "no articles to show" alert (#4042)Gravatar maTh
* fix * phpcs fixed * fix JS
2021-12-07fix CSS (#4041)Gravatar maTh
2021-12-05Fix: search in mobile view (#4025)Gravatar maTh
* bring back the search in the nav bar * fix the search input height * line-heigt improved
2021-12-03Add preventDefault to keydown event handler (#4013)Gravatar Frans de Jonge
* Add preventDefault to keydown event handler Fixes #3946. * review * silence technically correct but missing the picture check Co-authored-by: Frans de Jonge <frans@clevercast.com>
2021-12-02Fix some PHPstan errors (#4019)Gravatar Alexandre Alapetite
Fix some wrong variables found by https://github.com/FreshRSS/FreshRSS/issues/4016
2021-11-30delete overflow-y (#4005)Gravatar maTh
2021-11-29Fix #4002: transparent config menu (#4003)Gravatar maTh
* Update template.css * Update template.rtl.css
2021-11-27typo fix (#3998)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-14Fix js errors (#3980)Gravatar maTh
* fixed missed popup * fix missed document.getElementById('loginButton') * make fix-all Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
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-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-04fixed: Shortcuts in "Anonym. Mode" broken (#3897) (#3945)Gravatar maTh
* fix * improved delayClick() * Do not send empty mark as read request Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2021-11-02fix main.js (#3956)Gravatar maTh
2021-10-30fix typo (#3949)Gravatar maTh
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-23add button to open nav panel (#3879)Gravatar maTh
2021-10-23Improved markdownlint (#3918)Gravatar Alexandre Alapetite
* Improved markdownlint * Relaxed rules slighlty * `npm run markdownlint` for automatic tests * `npm run markdownlint_fix` for automatic syntax fixing * Applied the fixes on all our Markdown files
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>
2021-10-21Fix global context (#3909)Gravatar Alexandre Alapetite
Regression from https://github.com/FreshRSS/FreshRSS/pull/3906
2021-10-21ESLint upgrade from JSHint (#3906)Gravatar Alexandre Alapetite
* ESLint upgrade from JSHint * commit corresponding package.json * `npm run fix` for automatic JS and CSS fixes * Keep JSHint config for now
2021-10-21close panel with esc shortcut (#3901)Gravatar maTh
* ESC as shortcut to close * some little beauty * only ESC close the list now * Update template.rtl.css * fixed onclick listener * Update global_view.js * heebie jeebies fix ;-) * Update p/scripts/global_view.js Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2021-10-19enhancement subscription management page (#3893)Gravatar maTh
* wip * wip2 * i18n * Update app/views/helpers/category/update.phtml Co-authored-by: Frans de Jonge <fransdejonge@gmail.com> * fixed box layout * Revert "i18n" This reverts commit a2e4d8ace661df806997a8310f069a67d71910f4. * i18n This reverts commit 55236930cfc7165ff883ea2a9538d3502b8922eb. Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
2021-10-19Add shortcut to jump to next unread article (issue #3393) (#3891)Gravatar stysebae
* Add shortcut to jump to next unread article * phpcbf Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2021-10-19[chore] Replace direct .onkeydown override with addEventListener (#3902)Gravatar Frans de Jonge
Removes inextensible bad example to prevent it from being copied. See <https://github.com/FreshRSS/FreshRSS/pull/3901/files#r731292613>.
2021-10-16fix (#3888)Gravatar maTh
2021-10-16Stats: replace flotr2 with chart.js (#3858)Gravatar maTh
* include Chart.js * page: main statistics. Flotr.js replaced with Chart.js * main stats + repartition * Delete: repartition.js + stats.js * delete flotr2 * add libs in README * polish * code polish * fixed amount of week days and months * added manget link for LibreJS * added: @license-end * phpcbf + jshint formatting * delete old code * fix stats * fix Comments * finally I found the issue and fixed its best * fix the month stats * Whitespace fixes * Remove flotr2 * Rename to chart.min.js * Remove console.log Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2021-10-14Automatic fix minor syntax previous commitsGravatar Alexandre Alapetite