- Jan 22, 2022
-
- Jan 20, 2022
-
-
Frédéric Guillot authored
-
Frédéric Guillot authored
-
Frédéric Guillot authored
-
Frédéric Guillot authored
-
Frédéric Guillot authored
-
- Jan 17, 2022
-
-
Adrian Smith authored
Trim space around CDATA elements before extracting the CharData. This problem was discovered when reading https://www.sethvargo.com/feed.xml. Title and Summary fields have newlines and space between the <title> element and the CDATA element. e.g. <title> <![CDATA[Entry title here]]> </title> This meant the title of the feed was coming into MiniFlux as, <![CDATA[Entry title here]]>
-
dependabot[bot] authored
Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.9.27 to 2.9.28. - [Release notes](https://github.com/tdewolff/minify/releases) - [Commits](https://github.com/tdewolff/minify/compare/v2.9.27...v2.9.28 ) --- updated-dependencies: - dependency-name: github.com/tdewolff/minify/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- Jan 15, 2022
-
-
Jacob Duba authored
-
Frédéric Guillot authored
-
- Jan 11, 2022
-
-
dependabot[bot] authored
Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.9.26 to 2.9.27. - [Release notes](https://github.com/tdewolff/minify/releases) - [Commits](https://github.com/tdewolff/minify/compare/v2.9.26...v2.9.27 ) --- updated-dependencies: - dependency-name: github.com/tdewolff/minify/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- Jan 10, 2022
-
-
Frédéric Guillot authored
-
- Jan 08, 2022
-
-
Frédéric Guillot authored
-
- Jan 06, 2022
-
-
Romain de Laage authored
-
- Jan 04, 2022
-
-
dependabot[bot] authored
Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.9.24 to 2.9.26. - [Release notes](https://github.com/tdewolff/minify/releases) - [Commits](https://github.com/tdewolff/minify/compare/v2.9.24...v2.9.26 ) --- updated-dependencies: - dependency-name: github.com/tdewolff/minify/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- Jan 03, 2022
-
-
Jouni K. Seppänen authored
Some articles (especially the recent year-in-review ones) include a Youtube video. The server-side rendered articles do not include the Youtube iframe, but they do have a script that looks like <script type="text/javascript" data-reactid="6"> window.__APOLLO_STATE__ = { ... youtube_id: "9uASADiYe_8", We add a reformatting function that tries to detect obvious JavaScript code that has a field or variable called youtube_id that has an 11-character double-quoted value, and adds the referenced Youtube videos in the beginning of the article. This is slightly more general than needed for Quanta, in the hope that it could be useful for similar sites.
-
Jouni K. Seppänen authored
This is a somewhat complex React site so the rules could be a little fragile. Text content seems to be always inside .outer--content, and most h6 elements are fluff like "read later" or pointers to other articles. However, h6.byline and h6.post__title__kicker are relevant to the current article. Figure captions are sometimes inside both figure and div.outer--content elements, sometimes only inside figure, so take both and remove the intersection. The figure elements sometimes contain multiple copies of images or videos, and we just take them all. Math articles seem to use Mathjax, which we don't add.
-
Alexandros Kosiaris authored
Why: A user might want to unshare a specific entry. Navigating to the shared entries page requires a mental context switch, whereas having the ability right in the entry page makes it easier. What: Add an extra <li> element to display the unshare icon and link in the entry view as well as the item_meta template. The latter is shared for multiple pages listing entries, e.g. bookmarks, feed entries, search, history etc. The functionality already exists for the shared entries page, we are just expose it in a couple more places Signed-off-by:
Alexandros Kosiaris <akosiaris@gmail.com>
-
Frédéric Guillot authored
-
Gergan Penkov authored
Co-authored-by:
Sebastian Kempken <sebastian@kempken.io> Co-authored-by:
Gergan Penkov <gergan@gmail.com> Co-authored-by:
Dave Marquard <dave@marquard.org> Co-authored-by:
Moritz Fago <4459068+MoritzFago@users.noreply.github.com>
-
Frédéric Guillot authored
- SVG images could contains Javascript. This CSP blocks inline script. - Feed icons are served using <img> tag and Javascript is not interpreted. See https://developer.mozilla.org/en-US/docs/Web/SVG/SVG_as_an_Image#restrictions
-
- Dec 30, 2021
-
-
Nikolay Korotkiy authored
-
- Dec 28, 2021
-
-
Jouni K. Seppänen authored
Feed: https://ikiwiki.iki.fi/feed.php?linkto=current&ns=uutiset%3Ablog&num=5 Example page: https://ikiwiki.iki.fi/uutiset/blog/20210923100421viiveita (To clarify, I'm not a representative of iki.fi although I have an email address in the domain. This is a nonprofit association that offers email forwarding addresses, and the rss feed in question contains news for their members.)
-
- Dec 24, 2021
-
-
Ilya Mateyko authored
`SystemCallFilter=@system-service` is not supported on older systemd versions and causes crashes on them. Fixes #1297.
-
- Dec 22, 2021
-
-
Éric Gaspar authored
-
dependabot[bot] authored
Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.9.22 to 2.9.24. - [Release notes](https://github.com/tdewolff/minify/releases) - [Commits](https://github.com/tdewolff/minify/compare/v2.9.22...v2.9.24 ) --- updated-dependencies: - dependency-name: github.com/tdewolff/minify/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- Dec 17, 2021
-
- Dec 16, 2021
-
-
Thiago Perrotta authored
Comics site, uses alt image text similarly to xkcd.com.
-
Thiago Perrotta authored
-
Frédéric Guillot authored
-
Ilya Mateyko authored
-
Arsenović Arsen authored
-
- Dec 11, 2021
-
-
Frédéric Guillot authored
-
Jebbs authored
-
Dustin Breuer authored
-
- Dec 07, 2021
-
-
fguillot authored
-
- Nov 09, 2021
-
-
dependabot[bot] authored
Bumps [github.com/lib/pq](https://github.com/lib/pq) from 1.10.3 to 1.10.4. - [Release notes](https://github.com/lib/pq/releases) - [Commits](https://github.com/lib/pq/compare/v1.10.3...v1.10.4 ) --- updated-dependencies: - dependency-name: github.com/lib/pq dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- Nov 02, 2021
-
-
dependabot[bot] authored
Bumps [github.com/PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery) from 1.7.1 to 1.8.0. - [Release notes](https://github.com/PuerkitoBio/goquery/releases) - [Commits](https://github.com/PuerkitoBio/goquery/compare/v1.7.1...v1.8.0 ) --- updated-dependencies: - dependency-name: github.com/PuerkitoBio/goquery dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- Oct 24, 2021
-
-
nett_hier authored
-