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 (Expand)Author
2017-11-07Use the default SettingsBackend with `null` instead of looking it updefault-settings-backendBrendan Long
2017-11-07Create login keyring if it doesn't existBrendan Long
2017-11-05Pass database connection into plugins.Brendan Long
2017-11-05Make all of the other plugins use PasswordBrendan Long
2017-11-05Merge pull request #596 from brendanlong/enable-all-plugins-in-ciBrendan Long
2017-11-05Fix the Bazqux buildBrendan Long
2017-11-05Fix the FeedHQ buildBrendan Long
2017-11-05Enable FeedHQ and Bazqux in the CI buildBrendan Long
2017-11-05Factor out password-handling code into Password.valaBrendan Long
2017-11-05Pass a Secret.Collection into the pluginsBrendan Long
2017-11-05Simplify Feedbin password storageBrendan Long
2017-11-05Pass a SettingsBackend to pluginsBrendan Long
2017-11-05Merge pull request #595 from jangernert/webkit_gactionJan Lukas Gernert
2017-11-05patch webkit vapiJan Lukas Gernert
2017-11-05Remove password schema duplicate in FeedbinBrendan Long
2017-11-05fix typoJan Lukas Gernert
2017-11-05update deps in doc and cmakeJan Lukas Gernert
2017-11-05Use GLib.Action instead of Gtk.Action in webkit menu to get rid of warningJan Lukas Gernert
2017-10-31Fix some null issues when no article is selectedBrendan Long
2017-10-31get rid of warning and add FeedReader namespace to SQLite wrapperJan Lukas Gernert
2017-10-31Merge pull request #585 from brendanlong/better-sqliteJan Lukas Gernert
2017-10-30Merge pull request #589 from schiessle/rename-to-nextcloudJan Lukas Gernert
2017-10-30Replace ownCloud with NextcloudBjoern Schiessle
2017-10-29Merge pull request #587 from brendanlong/better-sync-limit-handlingJan Lukas Gernert
2017-10-29Do a full sync of newly added feedsBrendan Long
2017-10-29Move "since" to FeedServer instead of calculating it in the Feedbin pluginBrendan Long
2017-10-29Simplify article dropping logicBrendan Long
2017-10-29Translate more queriesBrendan Long
2017-10-29Deduplicate some queriesBrendan Long
2017-10-29Convert a few more queries to the new APIBrendan Long
2017-10-29Switch to a custom SQLite3 VAPI and use Sqlite.ValueBrendan Long
2017-10-29Use Value and transformBrendan Long
2017-10-29Make the new SQLite API threadsafe by using an array argumentBrendan Long
2017-10-29Start on a simpler SQLite interfaceBrendan Long
2017-10-29Set tag ID effected by name change for Feedbin, since we're using the tag nam...Brendan Long
2017-10-28Be a lot more careful with how we use Feedbin's Favicon API, since it's undoc...Brendan Long
2017-10-28Fix an assertionBrendan Long
2017-10-28Skip all the metadata and filesystem stuff when dealing with data URI faviconsBrendan Long
2017-10-28Support data URI favicons and fill them in for FeedbinBrendan Long
2017-10-28Add support for the favicons Feedbin APIBrendan Long
2017-10-28Don't try to install Node.js twiceBrendan Long
2017-10-28One more null checkBrendan Long
2017-10-28Fix messed up test ==Brendan Long
2017-10-28Another null checkBrendan Long
2017-10-28Add a missing favicon null checkBrendan Long
2017-10-28Simplify Feedbin add_subscriptionBrendan Long
2017-10-25quick fixJan Lukas Gernert
2017-10-25Merge pull request #583 from jangernert/hidpi_faviconJan Lukas Gernert
2017-10-25camel case -> snake caseJan Lukas Gernert
2017-10-24support gdk scale factor for faviconsJan Lukas Gernert