Commit Graph

3698 Commits (f95ac2755a918ddaec4937d441b893a53467ed88)
 

Author SHA1 Message Date
Andrew Dolgov 6cb89bc6d8 update translations 14 years ago
Andrew Dolgov c107797cf7 rework OPML display in pref-feeds; hide authenticated feeds from public OPML 14 years ago
Andrew Dolgov 78a5c296ae config: replace confusing option ENABLE_SIMPLEPIE with DEFAULT_UPDATE_METHOD; bump config version 14 years ago
Andrew Dolgov 442f326bc6 do not show settings in published opml 14 years ago
Andrew Dolgov 00a35bb663 add help text to OPML export prompt 14 years ago
Andrew Dolgov 6697481587 opml: remove debug file override 14 years ago
Andrew Dolgov e955834551 support import and export of tt-rss preferences in OPML with DOMDocument OPML path 14 years ago
Andrew Dolgov 50e7dd7d01 prevent default admin user from being removed; properly fail on startup if single user mode is enabled but default admin user is missing from the database 15 years ago
Andrew Dolgov 76e3b28010 update fr_FR translation 15 years ago
Andrew Dolgov a6d56d81b1 mobile: add article navigation (closes #269) 15 years ago
Andrew Dolgov e74fbbf8cc update de_DE translation 15 years ago
Andrew Dolgov 276e57775c footer: change my homepage url 15 years ago
Andrew Dolgov 7d4bdbaaf2 release 1.4.2 15 years ago
Andrew Dolgov 9fea744020 update translations 15 years ago
Andrew Dolgov 539d2c60af bump php-gettext to 1.0.10 15 years ago
Andrew Dolgov 335565ac7d fix various actions failing when tried on an empty (e.g. no articles) headlines buffer 15 years ago
Andrew Dolgov a1af157410 Fix several problems with image download
Fix fetch_file_contents, so that it returns the contents even if the data isn't
an image. This is needed because the get_favicon_url function tries to download
the webpage using this function, to see if there is a favicon in the page.

The function now takes an optional $type parameter. This parameter control if
the calling function cares about the content-type, or if the function should
just return everything. If the $type parameter is set, the content-type should
contain the string contained in $type, otherwise the function returns false.

The second problem solved with this patch, is that the temporary file that
should contain the image was empty in some cases. I never found out why this
happended, but as curl_exec is capable of returning the fetched data, thus
eliminating the need for the temporary file all together, the function have
been changed to use this way of obtaining the data.

The last problem fixed by this patch is that curl will now follow redirects.

Author: Klaus S. Madsen <ksm@42.dk>
15 years ago
Andrew Dolgov 83573d3118 update it_IT translation 15 years ago
Andrew Dolgov de1b5f9e5d api: fix wrong sql syntax in getFeeds 15 years ago
Andrew Dolgov 4c93bf06b6 remove custom hardcoded cache destinations in various daemon scripts 15 years ago
Matthew Katz fee909d5aa adding text attribute to categories
fixed query for enable_feed_cats to actually query for the user instead of overall.
15 years ago
Matthew Katz a423423956 fixed so that login is only required for import and export of OPML, not for publish 15 years ago
Matthew Katz ab53d2034a oh, you have to end braces? fascinating. 15 years ago
Matt Katz 86e26f1a74 added filtering for private feeds to opml, and key lookup 15 years ago
Matt Katz ef7b7bbd55 adding in the backend connection bits so that the dialog works 15 years ago
Matt Katz c8640edadb Added a new dialog section yes this is all copypasta 15 years ago
Matt Katz e0dc56d466 added function for publish_opml 15 years ago
Matt Katz 03b7473df4 adding a dialog for revealing the OPML url 15 years ago
Andrew Dolgov b2a653c37f properly check for entry id array being present before iterating it in mobile/classic (closes #267) 15 years ago
Andrew Dolgov 7a293008b6 remove unused variable references 15 years ago
Andrew Dolgov e656b9f7db update_rss_feed: properly handle enginge changes when using memcached 15 years ago
Andrew Dolgov ed41f171cb catchupArticlesById: return when there are no ids to catchup 15 years ago
Andrew Dolgov fa3317be48 allow filtering by article author (bump schema) 15 years ago
Andrew Dolgov bf9b87b5bb release 1.4.1 15 years ago
Andrew Dolgov 1695664646 daemon: fallback automatically when pcntl_signal() is not present 15 years ago
Andrew Dolgov 36d146f8e2 notifier: fix icons; support single-user mode 15 years ago
Andrew Dolgov 8182e64788 update translations 15 years ago
Andrew Dolgov 8a3e0b1aa6 add hotkey (f x) to reverse headlines order (closes #262) 15 years ago
Andrew Dolgov fdf47b9d1c notifier: mention license 15 years ago
Andrew Dolgov fa7c9e65f1 notifier: support showing fresh articles in the badge 15 years ago
Andrew Dolgov 1f7b77d168 backend: if fresh=1 parameter to getUnread is present, append output of fresh feed 15 years ago
Andrew Dolgov 01701654eb notifier: add badge; bump version 15 years ago
Andrew Dolgov f0ea2da594 add google chrome notifier 15 years ago
Andrew Dolgov 4336531d78 add updated triple-pane theme 15 years ago
Andrew Dolgov 78bcd2c44c fix unsubscribeFeed behaving improperly in preferences 15 years ago
Andrew Dolgov 02b289d661 feedlist: replace a elements with spans 15 years ago
Andrew Dolgov e258bceb68 increase maximum custom icon size 15 years ago
Andrew Dolgov d43f783775 pref-prefs: properly update session pwd hash when changing password 15 years ago
Andrew Dolgov 4c59adb1de make_lockfile: only call posix_getpid() if it actually exists (hello, win32) 15 years ago
Andrew Dolgov 82acc36dba make_lockfile: save current PID 15 years ago