Commit Graph

555 Commits

Author SHA1 Message Date
Frédéric Guillot a648b06a68 Update readme 2014-12-24 14:44:40 -05:00
Frédéric Guillot b2e3116350 Add Instapaper support 2014-12-24 13:50:20 -05:00
Frédéric Guillot 635e3bb813 Add Pinboard bookmark sync 2014-12-24 10:47:24 -05:00
Frédéric Guillot 5690f91fb7 Add keyboard shortcut to toggle RTL mode 2014-12-23 22:13:23 -05:00
Frédéric Guillot c6ed11c116 Move to Composer and update to the last version of PicoFeed 2014-12-23 21:28:26 -05:00
Frédéric Guillot 86743febf6 Fix bug about date parsing 2014-12-15 21:51:17 -05:00
Frédéric Guillot 4313909052 Add option to flush all unread items after X days, default 45 days (avoid very large database) 2014-12-15 20:38:35 -05:00
Frédéric Guillot 5e0e079afa Add refresh link to the feed page items 2014-12-10 21:26:07 -05:00
Frédéric Guillot 04749a4aba Replace mark as read link by an icon 2014-12-10 21:12:42 -05:00
Mathias Kresin 0455d14d73 Update Bookmark Icon title within the article view when toggling bookmark status 2014-12-10 17:08:07 +01:00
Mathias Kresin 87deca2c54 Fix PHP Notice: Undefined variable: menu 2014-12-10 16:51:00 +01:00
Mathias Kresin 8194a18ae9 remove hardcoded bracket 2014-12-10 16:50:35 +01:00
Mathias Kresin 4641b5c66b strftime workaround for php on windows
The %e and %k modifiers are not supported in the Windows implementation of the
strftime function.

The workaround is from the strftime documention (Example #3).
2014-12-02 18:55:33 +01:00
Frédéric Guillot 923ef7c0ef Add grabber rule for openrightsgroup.org 2014-11-25 18:39:12 -05:00
Frédéric Guillot 917a2573f0 Update Numerama grabber rules 2014-11-23 10:45:45 -05:00
Frédéric Guillot f398694a45 Fix broken keyboard shortcut to display the help 2014-11-23 10:23:28 -05:00
Frédéric Guillot 6314a509c4 Merge branch 'upstream' of github.com:mkresin/miniflux into mkresin-upstream 2014-11-23 10:13:26 -05:00
Mathias Kresin 1813c266b7 Update german translation 2014-11-20 18:49:24 +01:00
Mathias Kresin b62fb332b5 Translations: Remove unused, dedup and add missing entries 2014-11-20 18:49:23 +01:00
Mathias Kresin c3b3d51365 Bookmark page: hide article if bookmark is removed
As i can't imagine any other site than the bookmarks page where an article needs
to be hidden based on the bookmark status, I've hardwired it into the javascript
function.
2014-11-20 18:49:16 +01:00
Mathias Kresin a1b8c5b160 do not deselect the current item if no successor/predecessors exists
When using the previous shortcut with the first article selected, the selection
is removed and no article is the current-item. Using the shortcut again, the
last article is the current-item (as expected on a new loaded page).

The same applies to the combination of last article and next shortcut.
2014-11-20 10:46:34 +01:00
Mathias Kresin 3dae99ac27 remove multiple definition of item id
The item id exists as data attribute or as element.id postfix on multiple
elements in an article.

The basic idea is to traverse the DOM tree - starting from the event firing
element - in reverse order till an article element is found.

This article element is passed to the JavaScript functions. These JavaScript
functions are getting the elements which they want to manipulate starting from
the article utilizing the JavaScript querySelector function.

The bootstrap themes had a conflicting and unused class style definied, which is
removed by now.
2014-11-20 10:43:29 +01:00
Mathias Kresin e9762e7ea0 Move bookmark/read/unread display style completely to CSS 2014-11-19 20:19:45 +01:00
Mathias Kresin 8424b9bfb1 add brackets to unread, page and feed items counter via CSS
Unified the page-counters before.

This makes processing of counters in javascript way more easier. The minimum
required browser versions for the needed CSS3 selectors are IE9, Firefox 3.5
and Chrome 5. Confirmed working with IE9, Firefox 24.6, Chrome 36, Mobile Safari
on iOS6.

An unintended side effect of CSS brackets is that theme designers are able to
implement there idea of brackets.
2014-11-19 20:19:45 +01:00
Frédéric Guillot 60fe7a4a17 Improve marke-archive script 2014-11-18 20:45:56 -05:00
Frédéric Guillot fa5bda49db Add a database page 2014-11-18 19:16:14 -05:00
Frédéric Guillot e9685cf6d5 Check if the session username and database username are the same 2014-11-18 19:00:53 -05:00
Frédéric Guillot 4fa894925e Fix bug items sync for the Fever api 2014-11-08 22:33:50 -05:00
Frédéric Guillot 906f99cf1c Fix php notice 2014-11-08 17:14:18 -05:00
Frédéric Guillot 3b2db03597 Minor css fix 2014-11-08 16:59:52 -05:00
Frédéric Guillot 7ae86d2d41 Remove duplicate body padding for mobile 2014-11-08 13:10:24 -05:00
Frédéric Guillot ca72433299 Improve layout (always show prev/next) 2014-11-08 12:55:30 -05:00
Frédéric Guillot d8c0d9dc4c Remove useless file 2014-11-08 10:24:53 -05:00
Frédéric Guillot d17b418328 Add confirmation box for auto-update 2014-11-08 10:07:24 -05:00
Frédéric Guillot e5947db7f1 Add CSRF protections 2014-11-07 21:44:20 -05:00
Frédéric Guillot f4efaadad1 Remove Google auth (openid is deprecated) and Persona auth (useless) 2014-11-07 20:53:50 -05:00
Frédéric Guillot e26a1873ef Update documentation 2014-11-07 20:41:09 -05:00
Frédéric Guillot 1ac40097ed Split settings page into mutliple pages 2014-11-07 20:37:12 -05:00
Frédéric Guillot b761e8f17c Prefix custom config with __DIR__ 2014-11-06 21:15:37 -05:00
Mathias Kresin b5b5e91bb0 Fever API - Fix Mark all as read for feed unread
Zero is a valid super group id according to the "mark the Kindling super group
as read" example in the Fever API docs. But the php function empty considers 0
as an empty value and the condition is never true.

The condition has been changed to accept -1 for the "Sparks" super group,
0 for the "Kindling" super group and any other positive integer (feed and
item id must be positive integers).

The group id Zero is used by Reeder for iOS for the virtual feed "unread".
2014-11-06 19:54:12 +01:00
Mathias Kresin 5a6cc4708a Hello Theme: do not depend on language specific labels 2014-11-05 17:10:10 +01:00
Mathias Kresin b0ca5e8aa0 remove abandoned file
The file confirm_disable_feed isn't used anymore and the action disable-feed
does't exists.
2014-11-05 14:45:42 +01:00
Mathias Kresin c18ddc3ddc HTML Cleanup
Remove line breaks and indentation around links text: At least Chrome/Firefox on
Windows add the white space(s) from the HTML Code to the link text, which
results in "jumping" labels. The behaviour can be observed with the Hello Theme
while toggling the bookmark status.
2014-11-05 14:45:10 +01:00
Frédéric Guillot fa3ac81374 Add grabber rule for undeadly.org 2014-11-02 08:55:20 -05:00
Frédéric Guillot ef3a8bd63b Move Docker files 2014-11-01 12:14:33 -04:00
Frédéric Guillot f228de4915 Merge branch 'master' of https://github.com/c0ding/miniflux 2014-11-01 12:08:52 -04:00
Frédéric Guillot 43790e0fbc Improve documentation 2014-10-30 22:10:59 -04:00
Frédéric Guillot eda790dc2b Update default config 2014-10-30 22:01:17 -04:00
Frédéric Guillot fa40424e68 Add Json-RPC API documentation 2014-10-30 21:56:29 -04:00
Frédéric Guillot e862bdca5c Update OVH .htaccess 2014-10-30 20:36:48 -04:00