Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jangernert/FeedReader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-23v2.11 releaseHEADv2.11.0masterJan Lukas Gernert
2020-05-09Merge pull request #991 from Antoine-Derouin/patch-1Jan Lukas Gernert
fix midnight theme
2020-05-09fix midnight themeAntoineD
I had created a bug with the addition of the "gruvbox" theme, it's fixed!
2020-05-08Merge pull request #990 from Antoine-Derouin/theme/gruvboxJan Lukas Gernert
add theme Gruvbox
2020-05-08Merge pull request #984 from xcffl/xcffl-patch-1Jan Lukas Gernert
Revert e1dda2a
2020-05-08add theme GruvboxAntoineÐ
2020-03-24Revert e1dda2axcffl
2020-03-14Merge pull request #983 from martijnvanbeers/feature/user_data_grabberJan Lukas Gernert
Check $XDG_USER_DATA for site grabber configs
2020-03-10Check $XDG_USER_DATA for site grabber configsMartijn van Beers
Check $XDG_USER_DATA/feedreader/GrabberConfig for grabber configuration files first. This allows for user-local testing/development of site grabber configurations without needing root access nor enabling the grabber for all users.
2020-02-10Merge pull request #982 from pwithnall/turn-off-very-verbose-loggingJan Lukas Gernert
Logger: Don’t set a custom log writer function
2020-02-10Logger: Don’t set a custom log writer functionPhilip Withnall
Unless you’re going to reimplement all the functionality from g_log_writer_default() (or deliberately don’t want it), you should not set a custom writer function. g_log_writer_default() likely does what you want. In particular, setting the writer function to g_log_writer_standard_streams() meant that `G_MESSAGES_DEBUG` was ignored, resulting in all debug messages being logged unconditionally and sending gigabytes of data to the disk over the course of several days. This noticeably slowed down people’s systems. It also meant that fatal messages did not actually abort the program, which hides bugs. g_log_writer_default() handles those things, then tries sending log messages to the journal. If that fails, it actually calls g_log_writer_standard_streams(). Signed-off-by: Philip Withnall <withnall@endlessm.com> Fixes: https://github.com/jangernert/FeedReader/issues/970
2020-01-16Merge pull request #978 from PopeRigby/masterJan Lukas Gernert
Fix infinite loading icon after opening article in browser
2020-01-16Fix infinite loading icon after opening article in browserPopeRigby
2020-01-13Merge pull request #977 from nielsk/masterJan Lukas Gernert
ttrss api plugin: get_pdo -> get_dbh
2020-01-12Merge pull request #1 from nielsk/nielsk-api_feedreader-patch-1Niels Kobschätzki
get_pdo -> get_dbh
2020-01-12get_pdo -> get_dbhNiels Kobschätzki
There seems to be a change in functions in tt-rss
2019-12-19Merge pull request #962 from jameysharp/async-addfeedJan Lukas Gernert
Don't add feeds on the UI thread
2019-12-19Merge pull request #957 from tytan652/fix-freshrssJan Lukas Gernert
fix: freshrss with yunohost-like solutions
2019-12-19Update README.mdJan Lukas Gernert
2019-12-09Merge pull request #964 from henkjan/patch-1Bilal Elmoussaoui
Add libgumbo-dev to ubuntu dependencies
2019-11-22Add libgumbo-dev to ubuntu dependencieshenkjan
libgumbo-dev was missing from the ubuntu dependencies
2019-11-13Don't add feeds on the UI threadJamey Sharp
On at least the DecSync backend, `addFeed` involves downloading the specified feed, and that's slow. Doing it synchronously means that the UI hangs for a while. I've never written any Vala before but this patch still lets me add feeds without stopping the UI, so hopefully it's good?
2019-10-23hotfix: use getURL in getApiURLtytan652
2019-10-23fix: freshrss with yunohost-like solutionstytan652
2019-10-06Merge pull request #948 from 39aldo39/update-libdecsyncJan Lukas Gernert
Update libdecsync
2019-09-26Update decsync plugin for updated libdecsyncAldo Gunsing
2019-09-26Merge commit '984a99f88f1bf94580e28f2aa5478496b90b2d73'Aldo Gunsing
2019-09-26Squashed 'plugins/backend/decsync/libdecsync/' changes from 30681106..8e566326Aldo Gunsing
8e566326 Bump version to 1.2.0 d510f661 Add .decsync-info check e855291a Bump version to 1.1.1 3408ae37 Replace groupBy with groupByPath a953724b Bump version to 1.1.0 51d8c6e1 Add latestAppId method 425f02b1 Add support for libgee < 0.19 git-subtree-dir: plugins/backend/decsync/libdecsync git-subtree-split: 8e566326dfb6f0630ba943bcc5b4cac4d70c3449
2019-09-26Use original formatting in libdecsyncAldo Gunsing
2019-09-10Merge pull request #941 from trwnh/patch-2Bilal Elmoussaoui
Rename "Content Grabber" in Settings
2019-09-07Update SettingsDialog.valatrwnh
2019-09-06Merge pull request #938 from leela52452/masterJan Lukas Gernert
typo family, added
2019-09-01typo family, addedleela
is it OK to replace other typos in this file
2019-08-24Merge pull request #937 from jtojnar/fix-desktopBilal Elmoussaoui
Drop Keywords from desktop files
2019-08-24Drop Keywords from desktop filesJan Tojnar
1. `X-GNOME-Keywords` was surpassed by `Keywords` key, added in the version 1.1 of the XDG desktop-entry-spec. 2. It is empty so there is no need to have it there. 3. According to the spec, “Trailing empty strings must always be terminated with a semicolon.” Since this is not the case, gettext makes it eat the supported types from the following line: ``` X-GNOME-Keywords=MimeType=x-scheme-handler/feedreader; ```
2019-08-21Merge pull request #925 from aviskase/no-goa-pocketJan Lukas Gernert
Do not try to use deprecated GOA Pocket support
2019-08-21Merge pull request #934 from yann-soubeyrand/patch-1Jan Lukas Gernert
tt-rss: fix feeds order
2019-08-15tt-rss: fix feeds orderYann Soubeyrand
2019-07-29Do not try to use deprecated GOA Pocket supportYuliya Bagriy
2019-07-15Appdata: fix bug tracker URLBilal Elmoussaoui
Fixes #924
2019-07-13v2.10 releasev2.10.0Brendan Long
2019-07-13Display feed and article titles as markupBrendan Long
This makes it so we can use the escaped-HTML output of Htmlclean directly as titles, and things like &lt;pre&gt; will show as <pre> in titles. See #918
2019-07-13Re-escape HTML data after HtmlcleanBrendan Long
This works by parsing HTML data into normal text. However, when we're done with it, we want this to become valid HTML again. If we leave things like & parsed, we can get situations where the title/content of a page depends on how many times we run it through Htmlclean. Fixes #918
2019-07-13Add tests for htmlcleanBrendan Long
2019-07-13Save TT-RSS HTTP auth infoBrendan Long
Previously we had an auth input but we ignored it. Fixes #917
2019-05-29v2.9.2 releasev2.9.2Brendan Long
2019-05-29Add null check around since conversion for NextCloudBrendan Long
2019-05-27v2.9.1 releasev2.9.1Brendan Long
2019-05-27Fix delete old articles logicBrendan Long
- Fix double-negative in delete query - Change logic to use days instead of weeks - Use to_start_date() consistently
2019-05-27Use DB last modified time for last sync by defaultBrendan Long
The NextCloud plugin was doing this instead of using last-sync. This way all of the plugins do this behavior.