Commit Graph

23 Commits

Author SHA1 Message Date
Alexander Steinhöfer e047408826 Add option for saving bookmarks as "unread" to pinboard (PR #694) 2017-06-12 17:59:51 -04:00
Alexander Steinhöfer c7d628070c Add Shaarli support (PR #693) 2017-06-11 10:12:29 -04:00
Frederic Guillot a7aeae463f Add subscription option to ignore expire header 2017-04-05 16:49:57 -04:00
Frederic Guillot 13a6d0797f Do not download again items with content scraper enabled 2017-01-15 19:53:11 -05:00
Frederic Guillot 99225f53b3 Always use real URL instead XML feed URL 2017-01-15 16:48:20 -05:00
Frederic Guillot 898dd9bea2 Update PicoFeed 2017-01-15 16:05:50 -05:00
Frederic Guillot d3207cda53 Disable automatically duplicated feeds 2017-01-15 14:00:32 -05:00
Frederic Guillot 66d9fb9a73 Increase url field size for feeds table 2017-01-14 11:20:01 -05:00
Frederic Guillot c0c77eeed3 Always trim URL when adding a new subscription 2017-01-03 20:07:56 -05:00
Frederic Guillot 56d21dc726 Add functional API tests 2016-12-29 15:45:09 -05:00
Frederic Guillot fe614579ac Add support for Expires and Cache-Control headers 2016-12-28 20:24:00 -05:00
Frederic Guillot 2a9fd5fb62 Disable automatically a feed after too many failures 2016-12-27 22:20:25 -05:00
Frederic Guillot 0b45f1b863 Show last parsing error message in user interface 2016-12-27 21:59:09 -05:00
Frederic Guillot d236afeb74 Always update feed url to avoid useless redirections for future requests 2016-12-27 21:34:28 -05:00
Frederic Guillot d6f358536c Catch more exceptions when fetching a feed 2016-12-26 20:59:24 -05:00
Frederic Guillot 834633e670 Improve favicons handling
- Make sure that deleted favicons on the filesystem are downloaded again
- Purge orphan icons
- Add unit tests
2016-12-26 16:54:44 -05:00
Frederic Guillot 82df35a59b Change the database structure to have a single database
This is a major change for the next release of Miniflux.

- There is now only one database that can supports multiple users
- There is no automated schema migration for this release
- A migration procedure is available in the ChangeLog file
2016-12-26 09:51:38 -05:00
Denis Filimonov 0e2bf8417f Add integration with Wallabag2 (#574) 2016-11-29 22:49:45 -05:00
Frederic Guillot 506503bbcd
Add Miniflux namespace everywhere 2016-08-24 21:17:58 -04:00
Frederic Guillot b05ad87028
Move OPML export to handlers 2016-08-23 21:38:09 -04:00
Frederic Guillot 8fa6d65614
Move service model to handlers 2016-08-18 22:53:52 -04:00
Frederic Guillot 2b71bbf126
Move model proxy to handlers 2016-08-18 22:41:39 -04:00
Frederic Guillot 46bc8cfd71
Create Scraper handler 2016-08-18 22:33:58 -04:00