Commit Graph

61 Commits

Author SHA1 Message Date
Frédéric Guillot
9e437c1a93 Add a preference parameter to save default items sorting order 2013-09-18 21:02:46 -04:00
Frédéric Guillot
46ef3dffe4 Restore previous behaviour in page "feed-items" (display read and unread items) 2013-09-18 19:29:39 -04:00
Frédéric Guillot
c2ce24a427 Add items sorting by date 2013-09-14 19:05:52 -04:00
Frédéric Guillot
517ac8dcf0 Add the possibility to link a Google Account or a Mozilla Account to Miniflux 2013-09-06 22:57:09 -04:00
Frédéric Guillot
67d9fbd944 Improve content dowloader and add Github rule 2013-09-02 14:04:10 -04:00
Frédéric Guillot
242234c0a0 Improve content grabber 2013-08-31 18:37:26 -04:00
Frédéric Guillot
e77b785263 Improve content grabber: add rules for specific websites and add automatic download for feeds 2013-08-31 11:05:45 -04:00
Frédéric Guillot
1429c2f44e Handle 404 errors and add debug call 2013-08-29 20:52:44 -04:00
Frédéric Guillot
b6adfb7168 Add console to display debug messages 2013-08-29 19:34:11 -04:00
Frédéric Guillot
e0bbaaa3b5 Add API method to remove all feeds 2013-08-28 18:17:16 -04:00
Frédéric Guillot
51a746fac0 Add the method "item.set_list_status" to the API 2013-08-22 21:58:04 -04:00
Frédéric Guillot
bf0de86b8a Display item content everywhere 2013-08-22 21:38:09 -04:00
Frédéric Guillot
68a8e8f954 Change method to generate tokens and allow people to generate new tokens 2013-08-14 21:08:01 -04:00
Frédéric Guillot
a79228195f Add RSS feed for bookmarks 2013-08-09 22:23:57 -04:00
Frederic Guillot
ea1c5fdfbf Fix bug on nav item for the page "feed-items" 2013-08-04 16:23:00 -04:00
Frederic Guillot
97b45bebe5 Fix bug on nav item when bookmarking an item 2013-08-04 15:57:43 -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
doubleface
2afbff41be Do not save content in db when downloading an item with readability if option 'no content' checked 2013-07-29 05:31:47 -04:00
Frederic Guillot
01f7dd9802 Download full content of articles (like Readability) 2013-07-28 20:10:07 -04:00
Frederic Guillot
6dcf1f9a81 First version of the JsonRPC API 2013-07-28 15:44:51 -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
f42522c2a1 Improve the feed title and feed domain display 2013-07-21 12:32:00 -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
a30c21dd50 First version of the theme system 2013-07-16 21:58:11 -04:00
Frederic Guillot
466bb0a51a Bugfix on empty feeds detection 2013-07-16 20:43:10 -04:00
Frederic Guillot
6bd2e32615 Remove PHP warning when there is no items to remove 2013-07-16 19:28:20 -04:00
Frederic Guillot
98aae7a788 Merge branch 'cs_CZ' of https://github.com/Pitel/miniflux 2013-07-14 12:06:56 -04:00
Frederic Guillot
2636cde275 Add a buffer of 2 items when we remove them from the database (WP cache issue) 2013-07-14 12:00:42 -04:00
Ing. Jan Kaláb
ed9c8cc6c1 Basics 2013-07-13 10:36:21 +02: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
34e334385a Integrate translations: Italian and Simplified Chinese 2013-07-08 18:16:01 -04:00
Luca Marra
2b4ef3a49d added italian locale 2013-07-08 20:56:26 +02:00
horsley
73e389d0c7 add simplified chinese translation 2013-07-08 14:30:27 +08: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
3af0f43207 Change count_bookmarks() to include only read/unread items and remove opacity 2013-07-06 08:57:06 -04:00
Frederic Guillot
667f3f0773 Add items paging 2013-07-05 22:37:19 -04:00
Frederic Guillot
6a4c0565a5 Fix bug: flush history must not remove bookmarked items 2013-07-04 20:41:55 -04:00
Frederic Guillot
f02e35ac53 Add check for the username at login 2013-07-03 22:05:10 -04:00
derjus
2c26635d38 Add german translation 2013-07-02 00:13:56 +02:00
Frederic Guillot
a305cbc4f6 Remove PHP notice 2013-07-01 10:03:43 -04:00
Frederic Guillot
66c3cdf2bf Remove useless remove() because there is on delete casade 2013-06-28 21:50:46 -04:00
Frederic Guillot
7ac57db487 Don't autoflush bookmark 2013-06-15 08:45:43 -04:00