Skip to content
Snippets Groups Projects
  1. Mar 28, 2020
  2. Mar 26, 2020
  3. Mar 24, 2020
  4. Mar 23, 2020
  5. Mar 22, 2020
  6. Mar 21, 2020
  7. Mar 20, 2020
  8. Mar 19, 2020
  9. Mar 18, 2020
    • Frédéric Guillot's avatar
    • Lesterpig's avatar
      Add "Share article" feature · 41a2b7e5
      Lesterpig authored
      A new "shareCode" field is generated for each entry, and allows
      unlogged users to access the entry through the /shared endpoint.
      This feature is particularly useful to share articles from miniflux
      to third-party users without having them to visit the original source.
      
      The image proxy is disabled and special cache headers are proposed in
      the shared page to avoid denial of service.
      41a2b7e5
  10. Mar 11, 2020
  11. Mar 08, 2020
  12. Mar 03, 2020
  13. Mar 02, 2020
  14. Mar 01, 2020
  15. Feb 29, 2020
  16. Feb 27, 2020
  17. Feb 25, 2020
    • Pavel Borzenkov's avatar
      Implement support for authentication via Auth Proxy · 7389c79c
      Pavel Borzenkov authored
      
      Auth Proxy allows to authenticate a user using an HTTP header provided
      by an external authentication service. This provides a way to
      authenticate users in miniflux using authentication schemes not
      supported by miniflux itself (LDAP, non-Google OAuth2 providers, etc.)
      and to implement SSO for multiple applications behind single
      authentication service.
      
      Auth Proxy header is checked for the '/' endpoint only, as the rest are
      protected by the miniflux user/app sessions.
      
      Closes #534
      
      Signed-off-by: default avatarPavel Borzenkov <pavel.borzenkov@gmail.com>
      7389c79c
  18. Feb 23, 2020
    • Vincent Bernat's avatar
      Use rel=prev/next on pagination link · d5adf8b9
      Vincent Bernat authored
      While this is widely documented for SEO reason, it also helps for
      accessibility. Notably, if you are using tools like Vimium to browse
      using only the keyboard, these hints help to select the links. It's
      all the more useful when the text is not in English.
      d5adf8b9
  19. Feb 16, 2020
  20. Feb 15, 2020
  21. Feb 11, 2020
  22. Feb 09, 2020
  23. Jan 31, 2020
  24. Jan 30, 2020
  25. Jan 29, 2020
  26. Jan 25, 2020
    • Vincent Bernat's avatar
      Redirect to /unread when getting a 404 for an unread expired entry · 15727f71
      Vincent Bernat authored
      Hosted miniflux don't keep read entries for long. If I leave my PC at
      home on an unread entry, read everything pending at work and get back
      to home later, when I click "next", I get a bare 404 error. I have to
      go back to /unread myself. I think it would be more user friendly (but
      maybe a bit suprising) to go directly to /unread in this case.
      15727f71
  27. Jan 14, 2020
  28. Jan 11, 2020
  29. Jan 08, 2020
  30. Jan 07, 2020
  31. Jan 06, 2020
  32. Jan 05, 2020
Loading