Commit graph

  • ed35555d74 Bump github.com/coreos/go-oidc/v3 from 3.6.0 to 3.7.0 dependabot[bot] 2023-10-20 22:14:19 +0000
  • 619584b5f6 Bump github.com/tdewolff/minify/v2 from 2.12.9 to 2.19.10 dependabot[bot] 2023-10-20 22:14:14 +0000
  • 4cc99881d8 Refactor Batch Builder and prevent accidental and excessive refreshes from the web ui Frédéric Guillot 2023-10-20 15:12:02 -0700
  • 95ee1c423b Change log level to warning for failed feeds refresh in cronjob Frédéric Guillot 2023-10-20 13:19:21 -0700
  • ff204d67b9 Add GitHub extensions to dev container Frédéric Guillot 2023-10-19 21:59:10 -0700
  • 5ac3489ee5 Do not log website without icon as warning Frédéric Guillot 2023-10-19 20:04:26 -0700
  • 9fd2dfa680 Refactor icon finder Frédéric Guillot 2023-10-18 21:42:34 -0700
  • 7650c81ad9 Add support for SVG icons with data url without encoding Frédéric Guillot 2023-10-18 20:11:24 -0700
  • c60b3f52a5 Add new page for background feeds refresh Frédéric Guillot 2023-10-18 19:57:02 -0700
  • 23d2cfe0f9 Expose next_check_at in the web ui and API Frédéric Guillot 2023-10-17 17:56:17 -0700
  • 5dc44453ba Add indexes to improve performance Frédéric Guillot 2023-10-17 19:45:08 -0700
  • 6086899b28 When building the docker image, make sure to pull the latest base image. Fixes #2131 #2132 mcnesium 2023-10-17 09:10:46 +0200
  • 2842017b59 Strip version prefix when building Debian package Frédéric Guillot 2023-10-16 21:49:13 -0700
  • cc44d14722 Avoid excessive manual polling with default scheduler Frédéric Guillot 2023-10-16 21:20:58 -0700
  • 54eb500315 Update ChangeLog Frédéric Guillot 2023-10-15 11:04:31 -0700
  • 0fe347c87a Show username in Fever API logs Frédéric Guillot 2023-10-14 20:11:17 -0700
  • fd69012357 Correct the timestamp format for Expires response header jinmiaoluo 2023-10-13 18:45:06 +0800
  • 9f62704c67 Bump golang.org/x/net from 0.16.0 to 0.17.0 dependabot[bot] 2023-10-10 22:02:08 +0000
  • 52cf236699 Add /v1/version endpoint Frédéric Guillot 2023-10-08 15:21:38 -0700
  • e4285c2cba Add API endpoint to update entry title and content Frédéric Guillot 2023-10-06 22:42:59 -0700
  • 7b541af253 Replace github.com/rylans/getlang with github.com/abadojack/whatlanggo Frédéric Guillot 2023-10-06 20:57:53 -0700
  • 09e9b0361d Add Bruno Miniflux API collection Frédéric Guillot 2023-10-06 19:39:20 -0700
  • d0377d5d9d Fix Javascript error when reading time option is disabled Frédéric Guillot 2023-10-06 17:15:09 -0700
  • fe21f6a8c4 Bump github.com/mccutchen/go-httpbin/v2 from 2.11.0 to 2.11.1 dependabot[bot] 2023-10-06 22:53:19 +0000
  • 6e85848bd0 Bump golang.org/x/oauth2 from 0.12.0 to 0.13.0 dependabot[bot] 2023-10-06 22:53:04 +0000
  • 2002d60fbe Add new API endpoint /icons/{iconID} Frédéric Guillot 2023-10-05 22:23:29 -0700
  • 5774323f2e Add API endpoint to flush history Frédéric Guillot 2023-10-05 21:37:45 -0700
  • 1350f84ea4 Make the feed category optional for API clients who don't support categories Frédéric Guillot 2023-10-05 21:18:00 -0700
  • 6dd090a848 Add enclosures to /v1/entries API endpoint Frédéric Guillot 2023-10-05 20:51:00 -0700
  • fccc25f7a3 Add changed_after and changed_before options to /v1/entries endpoint Frédéric Guillot 2023-10-05 20:28:36 -0700
  • 67eb574fd4 Remove deprecated PreferServerCipherSuites Frédéric Guillot 2023-10-05 19:54:33 -0700
  • a69b161725 Bump golang.org/x/crypto from 0.13.0 to 0.14.0 dependabot[bot] 2023-10-06 02:07:11 +0000
  • 35fe8a23cb Bump golang.org/x/term from 0.12.0 to 0.13.0 dependabot[bot] 2023-10-05 22:25:12 +0000
  • a96702757e Fix Apprise logic to handle feed service URLs Frédéric Guillot 2023-09-30 14:55:33 -0700
  • f98fc1e03a Add command line argument to export user feeds Frédéric Guillot 2023-09-27 21:15:32 -0700
  • 39d752ca85 Telegram: replace feed HTML link with a button to avoid page preview issues Frédéric Guillot 2023-09-27 20:20:09 -0700
  • a7e08054da Bump github.com/prometheus/client_golang from 1.16.0 to 1.17.0 dependabot[bot] 2023-09-27 22:20:32 +0000
  • e0e8a99abe
    Telegram: add the possibility to disable buttons Jany 2023-09-28 03:02:22 +0000
  • c0e954f19d Implement structured logging using log/slog package Frédéric Guillot 2023-09-24 16:32:09 -0700
  • 54cb8fa028
    Added new rewrite rules add_hn_links_using_hack and add_hn_links_using_opener to open HN comments with iOS apps Adriano Di Luzio 2023-09-23 22:54:48 +0200
  • ace2699e79 Fix missing word in force refresh message Paul W. Rankin 2023-09-22 11:50:16 +1000
  • 59c003bdce Bump docker/setup-buildx-action from 2 to 3 dependabot[bot] 2023-09-19 03:23:34 +0000
  • 736d32c392 Bump github.com/tdewolff/minify/v2 from 2.12.8 to 2.12.9 dependabot[bot] 2023-09-19 03:27:16 +0000
  • add2f8ac80 Bump golang.org/x/oauth2 from 0.11.0 to 0.12.0 dependabot[bot] 2023-09-18 22:39:55 +0000
  • 22bbeef41a Bump docker/build-push-action from 4 to 5 dependabot[bot] 2023-09-18 22:15:18 +0000
  • 192f48b7f2 Bump docker/setup-qemu-action from 2 to 3 dependabot[bot] 2023-09-18 22:15:13 +0000
  • dfcae03f25 Bump docker/login-action from 2 to 3 dependabot[bot] 2023-09-18 22:15:09 +0000
  • 545c68a0fd Fix typo in ChangeLog Frédéric Guillot 2023-09-15 15:56:30 -0700
  • b454d93c25 Update ChangeLog Frédéric Guillot 2023-09-15 15:41:13 -0700
  • a73d58aad5 Status bar is unreadable when using PWA in dark mode on Firefox Android Frédéric Guillot 2023-09-11 19:46:42 -0700
  • 2104eb85d7 Group settings form fields into fieldsets Frédéric Guillot 2023-09-11 11:35:08 -0700
  • 9990afb722 Add webhook event for saving entry Frédéric Guillot 2023-09-10 17:47:05 -0700
  • ca6af9684a Add feed information into webhook event Frédéric Guillot 2023-09-10 12:50:58 -0700
  • cb228e73ad Improve Telegram integration Frédéric Guillot 2023-09-10 11:22:32 -0700
  • d33db40b39 Update RU translation Andrey Voloshin 2023-09-10 14:35:41 +0300
  • 3d84b07532 Add builtin Matrix client and send HTML formatted messages to Matrix Frédéric Guillot 2023-09-09 16:16:45 -0700
  • 3b94217fb7 Make sure icon URLs are always absolute Frédéric Guillot 2023-09-09 14:18:39 -0700
  • 48f6885f44 Add generic webhook integration Frédéric Guillot 2023-09-08 22:45:17 -0700
  • 32d33104a4 Apprise Service Urls per feed fuchsrot 2023-08-26 09:16:41 +0200
  • 939a91e99d Trim username and password form fields Frédéric Guillot 2023-09-08 20:11:48 -0700
  • fbce915d84 Add profile scope to OIDC integration to support accounts without email Frédéric Guillot 2023-09-08 19:52:28 -0700
  • ab0c4ec0f5 Prevent empty username when using the OIDC integration Frédéric Guillot 2023-09-08 18:01:17 -0700
  • 36f013670e Strip HTML tags from DublinCore Creator tags Frédéric Guillot 2023-09-08 16:50:06 -0700
  • 344a237af8 touch_handler: Fix scroll up behavior on Firefox Android Andrew Gunnerson 2023-09-05 17:36:28 -0400
  • 5ce912beea Add missing return in fetchContent ui handler Frédéric Guillot 2023-09-06 20:34:36 -0700
  • 69738bce84
    Add replace_title write rule to adjust entry titles Magnus Åhall 2023-09-07 05:09:54 +0200
  • a0ae5a6868 Bump actions/checkout from 3 to 4 dependabot[bot] 2023-09-04 22:35:18 +0000
  • ff5d391701 Add OAuth2 PKCE support Frédéric Guillot 2023-09-02 21:35:10 -0700
  • fa1148915e Fix Pocket integration redirect URL and Google Reader API HREF. Cp Dong 2023-08-24 09:20:54 +0800
  • bea9017b48 Add factor for entry_frequency scheduler Dror Levin 2023-08-24 12:02:46 +0200
  • 64c4c6b347 Fix feed hide_globally property to use it with third-party clients. Yury Paraschenko 2023-08-31 21:38:09 +0300
  • 114f9f238d Add missing update in ChangeLog Frédéric Guillot 2023-08-20 22:27:17 -0700
  • 369c988576 Update ChangeLog Frédéric Guillot 2023-08-20 21:41:30 -0700
  • 691f56fde9 Update rules.go for webtoons.com jgbresson 2023-08-18 10:32:38 -0400
  • b2467fdd50 Bump github.com/yuin/goldmark from 1.5.5 to 1.5.6 dependabot[bot] 2023-08-17 22:07:43 +0000
  • 5e520ca5bf Use stdlib HTTP client for third-party integrations Frédéric Guillot 2023-08-13 21:58:45 -0700
  • e5d9f2f5a0 Rename internal url package to avoid overlap with net/url Frédéric Guillot 2023-08-13 19:09:01 -0700
  • 9f465fd70d Add Shaarli integration Frédéric Guillot 2023-08-13 14:30:57 -0700
  • 28df0b119e Add Shiori integration Frédéric Guillot 2023-08-13 12:48:29 -0700
  • 13d9d86acd Consider base path when generating third-party services API endpoint Frédéric Guillot 2023-08-12 19:01:22 -0700
  • fb8737e330 feat: use podcast duration tag as reading time Romain de Laage 2023-08-12 12:01:15 +0200
  • 168a870c02 Move internal packages to an internal folder Frédéric Guillot 2023-08-10 19:46:45 -0700
  • c234903255 Rename Miniflux package name to follow Go module naming convention Frédéric Guillot 2023-08-09 21:15:55 -0700
  • c980dfe434 Update RockyLinux image from 8 to 9 Frédéric Guillot 2023-08-09 20:26:57 -0700
  • 79c91d71c8 feat: support force refresh in feed edit and feed entries page njzy 2023-08-08 14:12:41 +0000
  • 3060946cc1 Use Odysee video duration as read time Kierán Meinhardt 2023-03-18 11:13:58 +0100
  • 859b4466ab Upgrade to Go 1.21 Frédéric Guillot 2023-08-08 21:54:09 -0700
  • 124b770ff6 Bump golang.org/x/oauth2 from 0.10.0 to 0.11.0 dependabot[bot] 2023-08-07 22:43:08 +0000
  • 6b6e60ee0d Bump golang.org/x/crypto from 0.11.0 to 0.12.0 dependabot[bot] 2023-08-04 22:53:35 +0000
  • 10aa20e9cd Bump golang.org/x/net from 0.12.0 to 0.13.0 dependabot[bot] 2023-08-01 22:44:44 +0000
  • 97c68ce55a Use details disclosure element to show the list of third-party services Frédéric Guillot 2023-07-31 21:34:13 -0700
  • 061f12fbb0
    Use Web Share API for sharing entry Jean Khawand 2023-08-01 06:11:39 +0200
  • bf4823bdbd
    Add Apprise integration Jean Khawand 2023-08-01 05:55:17 +0200
  • da0198cc0d fix(date-parser): failed to parse date "Fri, 31 Mar 2023 20:19:00 America/Los_Angeles" by adding timezone to invalidTimezoneReplacer test(date-parser): add TestParseRSSDateTimezone unit test Jean Khawand 2023-07-31 20:36:21 +0200
  • 31538c57a4 Bump github.com/tdewolff/minify/v2 from 2.12.7 to 2.12.8 dependabot[bot] 2023-07-31 22:16:35 +0000
  • 955650d1e3 Move Thunder Client API collection to contrib folder Frédéric Guillot 2023-07-30 18:59:01 -0700
  • e7ccf0aa1e Add SaveEntry function to API client Frédéric Guillot 2023-07-30 15:33:56 -0700
  • e2fb77bd85 Bump github.com/mccutchen/go-httpbin/v2 from 2.10.0 to 2.11.0 dependabot[bot] 2023-07-28 22:06:20 +0000
  • de8ceb21ea
    Add new API endpoint: /entries/{entryID}/save Jean Khawand 2023-07-28 22:56:59 +0200
  • 3bac768cda
    Added integration for Readwise Reader Corey McCaffrey 2023-07-27 23:51:44 -0400