Skip to content
Snippets Groups Projects
  1. Oct 16, 2020
  2. Oct 08, 2020
  3. Oct 07, 2020
  4. Oct 05, 2020
  5. Sep 28, 2020
  6. Sep 27, 2020
  7. Sep 24, 2020
  8. Sep 14, 2020
  9. Sep 10, 2020
  10. Aug 20, 2020
  11. Aug 09, 2020
  12. Jul 29, 2020
  13. Jul 17, 2020
  14. Jul 09, 2020
  15. Jun 22, 2020
  16. Jun 18, 2020
  17. Jun 15, 2020
  18. Jun 12, 2020
  19. Jun 11, 2020
  20. Jun 06, 2020
  21. May 27, 2020
  22. Apr 26, 2020
  23. Apr 23, 2020
  24. Mar 23, 2020
  25. Mar 22, 2020
  26. Mar 20, 2020
  27. Mar 18, 2020
    • 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
  28. Mar 08, 2020
  29. Mar 02, 2020
  30. 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
  31. Feb 11, 2020
  32. Feb 09, 2020
  33. Jan 29, 2020
Loading