summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-01-08build(deps): bump json5 from 1.0.1 to 1.0.2 (#4991)Gravatar dependabot[bot]
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-06Better enclosures (#4944)Gravatar Alexandre Alapetite
* Better enclosures #fix https://github.com/FreshRSS/FreshRSS/issues/4702 Improvement of https://github.com/FreshRSS/FreshRSS/pull/2898 * A few fixes * Better enclosure titles * Improve thumbnails * Implement thumbnail for HTML+XPath * Avoid duplicate enclosures #fix https://github.com/FreshRSS/FreshRSS/issues/1668 * Fix regex * Add basic support for media:credit And use <figure> for enclosures * Fix link encoding + simplify code * Fix some SimplePie bugs Encoding errors in enclosure links * Remove debugging syslog * Remove debugging syslog * SimplePie fix multiple RSS2 enclosures #fix https://github.com/FreshRSS/FreshRSS/issues/4974 * Improve thumbnails * Performance with yield Avoid generating all enclosures if not used * API keep providing enclosures inside content Clients are typically not showing the enclosures to the users (tested with News+, FeedMe, Readrops, Fluent Reader Lite) * Lint * Fix API output enclosure * Fix API content strcut * API tolerate enclosures without a type
2023-01-03compile Mapco + Ansum again (#4983)Gravatar maTh
2023-01-02Keep view for search landing page (#4981)Gravatar maTh
2023-01-02open "manage feed" with Ctrl in a new tab (#4980)Gravatar maTh
2023-01-02Fix: Nord Theme: "Mark all" menu item (#4979)Gravatar maTh
* fix font-size * fix background color
2022-12-31Update CREDITS.md (#4976)Gravatar Sadetdin EYILI
Add Sadetdin EYILI
2022-12-31fix: favicon after editing feed url (#4975)Gravatar Sadetdin EYILI
refactor: replace `$cat` variable by the `$values['category']` values
2022-12-29docs: fix formating (#4968)Gravatar Sadetdin EYILI
Replace apostrophe backtick
2022-12-29fix: Ansum and Mapco: icons_as_emojis (better fix) (#4967)Gravatar maTh
* fix * better fix * fix
2022-12-29fix: Ansum and Mapco: icons_as_emojis (#4966)Gravatar maTh
2022-12-28chmod +x extensions (#4956)Gravatar Alexandre Alapetite
To ease adding custom extensions such as in https://github.com/FreshRSS/Extensions/issues/37#issuecomment-1363474585
2022-12-28fix: notification box in mobile view (#4960)Gravatar maTh
2022-12-28fix: Misalignment of "There are no articles to show" box (#4959)Gravatar maTh
2022-12-12Improved: Header (#4927)Gravatar maTh
* all themes * fix
2022-12-12fix: Swage theme (#4936)Gravatar maTh
2022-12-12Fixed: up.svg in Ansum/Mapco theme (#4938)Gravatar maTh
2022-12-09Resume 1.21.0-devGravatar Alexandre Alapetite
2022-12-08Security release FreshRSS 1.20.2Gravatar Alexandre Alapetite
2022-12-08Security fix in ext.php (#4928)Gravatar Alexandre Alapetite
Details later. Due to https://github.com/FreshRSS/FreshRSS/pull/3433 (1.18.0)
2022-12-07fix: Text overflow in article summary (#4923)Gravatar maTh
2022-12-07Fix: Swage theme (#4922)Gravatar maTh
* fix link color * fix nav menu alignment
2022-11-30Docker uniform timezone behaviour (#4905)Gravatar Alexandre Alapetite
* Docker Alpine timezone for :newest and :oldest Follow-up of https://github.com/FreshRSS/FreshRSS/pull/4903 Forgot the development images Newest and Oldest * Uniform timezone behaviour * shellcheck * A bit more documentation
2022-11-30article header: alignment of favicon/tags (#4910)Gravatar maTh
2022-11-30Improved: Pafat theme with vars (#4909)Gravatar maTh
* font color grey and white * background-color wip * font-color * border-color * active category marker * several fixes * fix header and flux left border * RTL CSS * fix .flux.current * fix reader view * fix link:hover color * RTL CSS
2022-11-29User-defined time zone (#4906)Gravatar Alexandre Alapetite
* User-defined time zone #fix https://github.com/FreshRSS/FreshRSS/issues/2754 * Update app/i18n/nl/conf.php Co-authored-by: Frans de Jonge <fransdejonge@gmail.com> * Timezone when creating a new user Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
2022-11-28Docker Alpine time zone (#4903)Gravatar Alexandre Alapetite
Allow setting the timezone with a `TZ` environment variable in our Alpine-based Docker images just like for our Debian-based Doker images. See https://github.com/FreshRSS/FreshRSS/discussions/4898#discussioncomment-4245991
2022-11-27delete .nav-list .empty/.error (#4899)Gravatar maTh
2022-11-26Deleted: bookmark.svg (#4897)Gravatar maTh
* delete bookmark.svg * optimize Pafat theme
2022-11-25fix: Broken link in CONTRIBUTING.md (#4896)Gravatar Hippolyte Thomas
2022-11-24Update mime type font/woff (#4894)Gravatar Alexandre Alapetite
* Update mime type font/woff https://www.rfc-editor.org/rfc/rfc8081 `application/font-woff*` is deprecated for `font/woff*` * Order
2022-11-23fix: Current Flux in Origine theme (#4893)Gravatar maTh
2022-11-23Better restrict tag search (#4882)Gravatar Alexandre Alapetite
* Better restrict tag search #fix https://github.com/FreshRSS/FreshRSS/issues/4877 Search only on full tag names and not on parts of tag names * Better whitespace handling
2022-11-23Docker Alpine 3.17 (#4886)Gravatar Alexandre Alapetite
* Docker Alpine 3.17 Update alternative Docker image to Alpine 3.17 with PHP 8.1.12 (and still Apache 2.4.54) https://alpinelinux.org/posts/Alpine-3.17.0-released.html * Fix developer access rights Put developer in www-data group
2022-11-23Improved: config dropdown structure (#4891)Gravatar maTh
* phtml and frss.css * theme Origine * theme adark * theme Ansum * theme Mapco * theme BlueLagoon * theme dark * theme flat * theme nord * theme Screwdriver * theme swage * fix * fix * RTL * fix nord theme * fix SourceMap lines
2022-11-23Fix: nord theme mobile (#4892)Gravatar maTh
* fix * fixed: background color of theme slider properties * fixed: padding in mobile view + merge mobile view code * fix favicon position in mobile view
2022-11-23fix: line-height of label list (#4890)Gravatar maTh
2022-11-23fixed: background hover colour (#4889)Gravatar maTh
2022-11-22Improved: Minz Framework. Byebye Internet Explorer and its Conditional ↵Gravatar maTh
comments (#4651) * Update View.php * Update lib/Minz/View.php * Update lib/Minz/View.php * Update lib/Minz/View.php Co-authored-by: Frans de Jonge <fransdejonge@gmail.com> * Update lib/Minz/View.php * Update lib/Minz/View.php * Update lib/Minz/View.php * Update lib/Minz/View.php * Update lib/Minz/View.php * Update lib/Minz/View.php * Update lib/Minz/View.php Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
2022-11-22Fix regression on header size due to padding (#4865)Gravatar Nicolas Frandeboeuf
* Fix regression on header size due to padding (causing window vertical scrollbar) * fix * fix * one more fix/improvement Co-authored-by: mathContao <math-home@web.de>
2022-11-22Dark pink: Fixes for the theme (#4881)Gravatar Miika Launiainen
* Added custom color for the background-color-hover * Updated thumbnail
2022-11-22HTML+XPath allow content as HTML (#4878)Gravatar Alexandre Alapetite
* HTML+XPath allow content as HTML #fix https://github.com/FreshRSS/FreshRSS/issues/4869 * Wrong variable reuse * Allow both HTML and expressions
2022-11-20Improved: show bigmarkasread button only, when there are unread articles (#4681)Gravatar maTh
* function toggle_bigMarkAsRead_button() * nothing_to_load text outside of bigmarkasread button * improved * fix * Update p/scripts/main.js Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2022-11-20Fix feed ordering (#4841)Gravatar Alexis Degrugillier
Before, the feeds were not ordered every time there was a change in the category feed list. This behavior was causing discrepancies in the displayed list. Now, the feeds are ordered every time there is a change in the category feed list. See #4790
2022-11-20[i18n] Improve translation: zh-cn (#4856)Gravatar Myuki
2022-11-20Add Codespaces badge (#4867)Gravatar Alexandre Alapetite
Follow-up of https://github.com/FreshRSS/FreshRSS/pull/4860 , https://github.com/FreshRSS/FreshRSS/pull/4859 Discussion https://github.com/FreshRSS/FreshRSS/discussions/4861 With slight rework of some elements of the readme around
2022-11-20fix: over flowing table that destroy the layout (#4872)Gravatar maTh
2022-11-20Improved: Origine Compact theme (#4873)Gravatar maTh
2022-11-20fix: Swage theme (#4875)Gravatar maTh
2022-11-20fix: Article hover that changes the background (#4874)Gravatar maTh