Commit Graph

41 Commits

Author SHA1 Message Date
Frederic Guillot
ea1c5fdfbf Fix bug on nav item for the page "feed-items" 2013-08-04 16:23:00 -04:00
Frederic Guillot
e7be31c92c Add the possibility to disable/enable a feed 2013-08-04 15:15:12 -04:00
Frederic Guillot
b05049a83e Add link to "feed-items" on all listing 2013-08-04 14:22:53 -04:00
Frederic Guillot
5096c3bd6c Add bottom item naviguation everywhere 2013-08-04 14:15:32 -04:00
Frederic Guillot
01f7dd9802 Download full content of articles (like Readability) 2013-07-28 20:10:07 -04:00
Frederic Guillot
8dfb49b566 Fix #104 and #112: Allow people to override content filter blacklist/whitelist 2013-07-28 17:53:17 -04:00
Frederic Guillot
0b5895733b Change item id everywhere (shorter and use less db space) 2013-07-26 21:00:39 -04:00
Frederic Guillot
f21f2c1951 Add the possibility to change the session save path 2013-07-23 18:26:53 -04:00
Frederic Guillot
00823c90d6 Add support for HTML5 video inside feeds 2013-07-22 20:23:57 -04:00
Frederic Guillot
c681854e6a Merge branch 'master' of git://github.com/chrislemonier/miniflux into feed-title 2013-07-21 11:48:44 -04:00
Frederic Guillot
bf5571fbe1 Improve help popup (pull-request) 2013-07-21 11:11:41 -04:00
Frederic Guillot
a5aa0ba9fc Add new iframe allowed resources 2013-07-18 19:24:04 -04:00
Chris Lemonier
34ad994991 Added Feed Title to infos section
In Link Post types of feed sites the url of the post may refer to a
site different than the feed site.  This modification shows the site
name in the infos section for bookmarks, history, unread_items and
show_item in addition to the url for the post
2013-07-18 15:54:24 -07:00
Frederic Guillot
c9eb6a47a6 Improve mark items as read 2013-07-17 18:55:28 -04:00
Frederic Guillot
2424688cbd Merge branch 'mark-all-read' of https://github.com/doubleface/miniflux 2013-07-17 18:03:35 -04:00
Frederic Guillot
a30c21dd50 First version of the theme system 2013-07-16 21:58:11 -04:00
Frederic Guillot
7f039fc427 Disable empty feeds check after OPML import 2013-07-16 20:46:40 -04:00
Frederic Guillot
466bb0a51a Bugfix on empty feeds detection 2013-07-16 20:43:10 -04:00
doubleface
66a27f5866 Only mark as read items displayed on the page 2013-07-16 09:00:14 -04:00
Frederic Guillot
3573c621fc Added trim() when adding a feed manually 2013-07-14 11:59:01 -04:00
Frederic Guillot
e2121cc72d Add a page to display all items by subscription 2013-07-12 22:16:40 -04:00
Frederic Guillot
69a37f02d7 Improve empty feeds detection 2013-07-12 20:26:47 -04:00
doubleface
bfa5709c07 Display an error message listing empty feeds (no read/unread items) 2013-07-11 08:27:59 -04:00
Frederic Guillot
d6c65bec9d Add support to dump debug output to a log file 2013-07-06 14:29:45 -04:00
Frederic Guillot
16f0bd4966 Add support to override application constants 2013-07-06 12:11:29 -04:00
Frederic Guillot
2a67751e84 Rewrite translations loading, remove useless language cookie 2013-07-06 11:47:20 -04:00
Frederic Guillot
a79211d47f Improve items paging, get config values, add option to set the number of items per page and add comments 2013-07-06 10:50:37 -04:00
Frederic Guillot
667f3f0773 Add items paging 2013-07-05 22:37:19 -04:00
Frederic Guillot
17fbb3de91 Refactoring of bookmarks 2013-06-14 23:12:08 -04:00
Frederic Guillot
9151a295e5 Replace an old urlencode by encode_item_id() 2013-06-13 21:40:08 -04:00
Frederic Guillot
92a0cc39a9 Add pages titles and the number of unread items 2013-06-13 21:29:34 -04:00
Frederic Guillot
40b4c00124 Merge branch 'starred' of git://github.com/MonsieurPaulLeBoulanger/miniflux into starred 2013-06-10 22:15:24 -04:00
MonsieurPaulLeBoulanger
8951ba8f45 improved starred/unstarred function, code refactoring using a mode
session var ('default', 'starred', 'history')
2013-06-10 16:23:48 +02:00
MonsieurPaulLeBoulanger
e56cfa612a improve navigation with starred/unstarred items 2013-06-10 14:50:06 +02:00
doubleface
c601c6e68d Added nocontent feature to avoid a to big database 2013-06-06 11:54:22 -04:00
MonsieurPaulLeBoulanger
3758237bb4 added a Star System : starred items will be shown on the Starred Tab
Starred item will not be deleted by auto flush
2013-06-04 13:38:54 +02:00
Frederic Guillot
f1479befd3 Change redirect on feed importation 2013-06-01 14:56:20 -04:00
Frederic Guillot
4fe64668a5 Encode in base64 item_id rather than urlencode 2013-05-31 22:01:01 -04:00
Frederic Guillot
4346b27648 Improve autoflush of read items 2013-05-26 13:09:34 -04:00
MonsieurPaulLeBoulanger
f03c543ded Add an auto flush function while reaching action=default or action=history.
It will flush all read items older than the specified number of days in
the preferences

1 correction in the translation file fr_FR
2013-05-23 13:44:45 +02:00
Frederic Guillot
8fd7b18927 Move everything to the top-level directory 2013-05-21 12:34:39 +02:00