| Age | Commit message (Collapse) | Author |
|
aledeg-reading-conf
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/559
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/559
|
|
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/480
|
|
Foreign key constraints are not enabled by default.
See https://github.com/marienfressinaud/FreshRSS/issues/579
See http://stackoverflow.com/questions/13534040/sqlite3-foreign-keys-on-pdo
|
|
last_update.txt is updated even if there is no update
If last_update.txt has been modified during last hour, show a message
See https://github.com/marienfressinaud/FreshRSS/issues/480#issuecomment-55765373
|
|
Middle click was not catched by JavaScript so when opening article in a
new page, itwas not marked as read.
See https://github.com/marienfressinaud/FreshRSS/issues/454
|
|
Always align view on previous article IF its top is not too far (magic
number: 150px).
See https://github.com/marienfressinaud/FreshRSS/issues/470
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/480
|
|
Increase font size
Change colors in Origine
See https://github.com/marienfressinaud/FreshRSS/issues/480
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/599#issuecomment-55735615
|
|
|
|
Current output was not remembered.
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/599
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/599
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/599
|
|
|
|
|
|
|
|
|
|
See https://github.com/marienfressinaud/FreshRSS/commit/6374f9ec98a132a810efa3e651bd800bcf541340#commitcomment-7790536
|
|
Add a feature to add only unique shares
|
|
Before, it was possible to have different shares of the same type with the same information.
Now, even if you try to input identical shares, only the first one is kept. Of course, the verification is simple, so for instance if you input two shares to the same shaarli instance with different names, they are kept.
See #614
|
|
See https://github.com/marienfressinaud/FreshRSS/pull/585
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/563
|
|
If metadata.json indicates it should use "_template.css" or "_base.css",
base-theme/template|base.css is used. It facilitates theme maintenance.
|
|
|
|
List of articles must be iterated twice since feeds must be in DB before
using transaction for articles. It may be improved?
See https://github.com/marienfressinaud/FreshRSS/issues/591
|
|
|
|
Before, only feed_*.json and *starred*.json was imported. Now, all
*.json files are imported.
|
|
|
|
Cancel check action if update has been done during last hour.
|
|
add css class or id to elements without
|
|
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/411
|
|
Add new update system.
See https://github.com/marienfressinaud/FreshRSS/issues/411
|
|
Remember last update timestamp.
|
|
FRESHRSS_PATH needs to be writable before performing update.
|
|
Conflicts:
constants.php
|
|
Before, when you selected the option to display only unread articles, it shows read articles if no unread article were found.
Now, this option is renamed to include information on fallback behavior and a new option is created to have the "only unread" behavior
See #551
It is missing the german translation
|
|
|
|
Fix navigation on hidden categories and feeds
|
|
Before, when navigating with the keyboard, hidden categories and feeds where shown.
Now, they stay hidden.
See #604
|
|
Categories containing a space were not displayed properly
https://github.com/marienfressinaud/FreshRSS/issues/547
|
|
Add shortcuts
|
|
Add average on repartition charts.
|
|
Fix collapse shortcut behavior
|
|
Before, the collapse shortcut was marking all articles as read when used. No matter what configuration you use.
Now, the collapse shortcut marks articles only if the appropriate configuration is used (when article is viewed).
|
|
All the strings are not completed yet, but it's a good start!
|