]>
git.wh0rd.org Git - tt-rss.git/log
fox [Sat, 18 Nov 2017 06:27:36 +0000 (06:27 +0000)]
Merge branch 'comics-regex-patch' of JustAMacUser/tt-rss into master
fox [Sat, 18 Nov 2017 06:27:12 +0000 (06:27 +0000)]
Merge branch 'viewport-meta-prefs' of JustAMacUser/tt-rss into master
JustAMacUser [Thu, 16 Nov 2017 17:18:28 +0000 (12:18 -0500)]
Add viewport meta tag to Preferences page. Similiar to commit
b4865103 for the main index.php file.
JustAMacUser [Thu, 16 Nov 2017 17:14:20 +0000 (12:14 -0500)]
Updated af_comics GoComics handling to support comics with numbers and use the main web URL as a feed URL (legacy FeedBurner URL support still exists).
fox [Tue, 14 Nov 2017 05:22:12 +0000 (05:22 +0000)]
Merge branch 'master' of tschuettler/tt-rss into master
tschuettler [Tue, 14 Nov 2017 00:09:11 +0000 (01:09 +0100)]
Fix german string
fox [Fri, 3 Nov 2017 09:32:09 +0000 (09:32 +0000)]
Merge branch 'allow_hr_tag' of ubetly/tt-rss into master
woxcab [Fri, 3 Nov 2017 07:23:29 +0000 (10:23 +0300)]
Allow <hr> tag in the RSS item' description
Andrew Dolgov [Mon, 30 Oct 2017 10:13:10 +0000 (13:13 +0300)]
fetch_file_contents: improve error handling
1. if request fails get error string from http response status line
2. do not override http error with possible CURL/php specific last error
3. fix silent php error generated while processing response headers to get last modified value
Andrew Dolgov [Sun, 29 Oct 2017 07:17:43 +0000 (10:17 +0300)]
add sanity check for mime_content_type()
Andrew Dolgov [Sun, 15 Oct 2017 13:47:44 +0000 (16:47 +0300)]
api, setArticleLabel: allow JSON booleans
fox [Fri, 13 Oct 2017 05:53:03 +0000 (05:53 +0000)]
Merge branch 'sort_title_date' of ggrandou/tt-rss into master
fox [Fri, 13 Oct 2017 05:52:56 +0000 (05:52 +0000)]
Merge branch 'favicons_bmp' of ggrandou/tt-rss into master
Gilles Grandou [Mon, 9 Oct 2017 15:25:24 +0000 (17:25 +0200)]
allows favicons to be in Windows PC BMP format
Gilles Grandou [Mon, 9 Oct 2017 15:23:13 +0000 (17:23 +0200)]
makes 'order by title' to sort by title and by ascending date
* this allows to chronologically browse all articles with the
same title.
Andrew Dolgov [Mon, 9 Oct 2017 13:11:53 +0000 (16:11 +0300)]
main toolbar: set overflow to hidden
Andrew Dolgov [Sun, 8 Oct 2017 14:10:05 +0000 (17:10 +0300)]
remove apache-specific x-sendfile stuff
implement a hook (HOOK_SEND_LOCAL_FILE) which plugins may use to send files
via httpd-specific implementation to increase performance typically on larger files
fox [Sun, 8 Oct 2017 11:15:19 +0000 (11:15 +0000)]
Merge branch 'viewport' of jrconlin/tt-rss into master
fox [Fri, 6 Oct 2017 06:47:54 +0000 (06:47 +0000)]
Merge branch 'checkbox-feed' of dxbi/tt-rss into master
Andrew Dolgov [Fri, 6 Oct 2017 06:45:28 +0000 (09:45 +0300)]
Merge branch 'master' of git.tt-rss.org:git/tt-rss
Felix Eckhofer [Thu, 5 Oct 2017 21:00:55 +0000 (23:00 +0200)]
Add checkbox for authentication in edit feed dialog
This makes the UI more consistent with the "add feed" dialog and
prevents overzealous password-managers from leaking the login password.
Andrew Dolgov [Fri, 6 Oct 2017 06:22:04 +0000 (09:22 +0300)]
fix batch feed editor using wrong SQL syntax when saving feed password
remove uses of auth_pass_encrypted in several other places
fox [Mon, 2 Oct 2017 15:52:17 +0000 (15:52 +0000)]
Merge branch 'relative_html_base' of wn/tt-rss into master
wn_ [Sun, 1 Oct 2017 20:47:31 +0000 (15:47 -0500)]
get_favicon_url: only check base elements with href attribute
wn_ [Sun, 1 Oct 2017 19:25:12 +0000 (14:25 -0500)]
Handle potentially-relative base element when getting favicon.
The base element's "href" attribute is not required to be absolute,
so rewrite relative to the site URL if it is relative.
See:
* https://www.w3.org/TR/html51/document-metadata.html#the-base-element
* https://html.spec.whatwg.org/multipage/semantics.html#the-base-element
fox [Sun, 1 Oct 2017 09:52:51 +0000 (09:52 +0000)]
Merge branch 'hook_feed_basic_info' of wn/tt-rss into master
wn_ [Wed, 27 Sep 2017 01:37:05 +0000 (20:37 -0500)]
Only require an array of basic info from 'HOOK_FEED_BASIC_INFO'.
Removes the need for the plugin to provide feed content.
Gives plugins a chance to provide 'title' and 'site_url' basic info.
Falls back to attempting retrieval+parsing of the fetch URL if needed.
wn_ [Mon, 25 Sep 2017 00:37:49 +0000 (19:37 -0500)]
Add 'HOOK_FEED_BASIC_INFO' to enable plugins to provide basic feed info.
It's expected the plugin will return content parsable by FeedParser, which
will act as an interface to the basic feed info. In the case of a plugin
that also uses 'HOOK_FETCH_FEED', both might return the same content.
The hook signature was made somewhat similar to 'HOOK_FETCH_FEED'.
fox [Mon, 18 Sep 2017 04:14:57 +0000 (04:14 +0000)]
Merge branch 'vreddit_fallback_url' of wn/tt-rss into master
wn_ [Sun, 17 Sep 2017 18:56:57 +0000 (13:56 -0500)]
af_redditimgur: use common header retrieval function
wn_ [Sun, 17 Sep 2017 18:34:49 +0000 (13:34 -0500)]
af_redditimgur: Rework retrieval of v.redd.it fallback URL.
Use the v.redd.it redirects to identify the original Reddit post,
whose JSON should have the fallback_url we're looking for.
wn_ [Sun, 17 Sep 2017 06:18:05 +0000 (01:18 -0500)]
af_redditimgur: Use v.redd.it fallback URL when possible.
Andrew Dolgov [Sat, 16 Sep 2017 07:08:30 +0000 (10:08 +0300)]
af_redditimgur: add basic support for v.redd.it videos
fox [Fri, 15 Sep 2017 14:58:37 +0000 (14:58 +0000)]
Merge branch 'domdocument_content_savehtml' of wn/tt-rss into master
wn_ [Sat, 9 Sep 2017 18:51:59 +0000 (13:51 -0500)]
Use 'saveHTML' when generating HTML from a DOMDocument.
This primarily occurs when modifying article content. If 'saveXML' is
used following 'loadHTML' there is the possibility of strangeness, such
as a self-closing anchor tag.
Note that the DOMDocument used in 'classes/feeditem/atom.php' came from
'loadXML', but we use 'saveHTML' since we're returning HTML content.
jr conlin [Sat, 2 Sep 2017 21:15:19 +0000 (14:15 -0700)]
Add "viewport" meta to allow mobile devices ability to resize and display page.
Andrew Dolgov [Thu, 17 Aug 2017 11:40:21 +0000 (14:40 +0300)]
add support for http 304 not modified (no timestamp calculation bullshit like last time)
Andrew Dolgov [Mon, 14 Aug 2017 19:29:50 +0000 (22:29 +0300)]
filters/edit: properly parse feed-specific legacy format filter rules
Andrew Dolgov [Sat, 12 Aug 2017 04:51:37 +0000 (07:51 +0300)]
force-request counters on load once if bw_limit option is enabled (because there's no timeout())
Andrew Dolgov [Wed, 9 Aug 2017 05:05:52 +0000 (08:05 +0300)]
use mysqli_set_charset() to set MYSQL_CHARSET
Andrew Dolgov [Sun, 6 Aug 2017 17:20:39 +0000 (20:20 +0300)]
rssutils: include comment count when calculating article hash
fox [Wed, 2 Aug 2017 05:01:00 +0000 (05:01 +0000)]
Merge branch 'labels_context_menu' of wn/tt-rss into master
wn_ [Tue, 1 Aug 2017 23:15:16 +0000 (18:15 -0500)]
Don't display label context menu items if there are no labels.
Caused by:
5e78b0c253d56d85b0339636c8793f93c835b792
See: https://discourse.tt-rss.org/t/label-options-sometimes-not-showing-in-context-menu/366
Andrew Dolgov [Sun, 30 Jul 2017 18:53:11 +0000 (21:53 +0300)]
request counters less times during startup, delay initial request in feedlist_init() a bit
Andrew Dolgov [Sun, 30 Jul 2017 12:25:49 +0000 (15:25 +0300)]
get_all_labels: order by caption
Andrew Dolgov [Sun, 30 Jul 2017 08:55:30 +0000 (11:55 +0300)]
do not base headlines label context submenu on feed tree labels category
Andrew Dolgov [Thu, 27 Jul 2017 05:24:13 +0000 (08:24 +0300)]
update previous
Andrew Dolgov [Thu, 27 Jul 2017 05:21:03 +0000 (08:21 +0300)]
feed tree: do not set fixed item height
Andrew Dolgov [Mon, 17 Jul 2017 18:06:53 +0000 (21:06 +0300)]
update description for LOG_DESTINATION
Andrew Dolgov [Mon, 17 Jul 2017 04:33:43 +0000 (07:33 +0300)]
sessions: use is_server_https() for secure cookie setting
fox [Mon, 17 Jul 2017 04:31:14 +0000 (04:31 +0000)]
Merge branch 'master' of KKozlowski/tt-rss into master
Natan Frei [Sun, 16 Jul 2017 21:44:48 +0000 (00:44 +0300)]
$_SERVER['HTTPS'] can be exists and 'off' for non-https connectios
Andrew Dolgov [Sun, 16 Jul 2017 17:41:05 +0000 (20:41 +0300)]
update CONTRIBUTING.md
Andrew Dolgov [Thu, 13 Jul 2017 11:40:30 +0000 (14:40 +0300)]
rework previous 32 bit session stuff
Andrew Dolgov [Thu, 13 Jul 2017 05:57:31 +0000 (08:57 +0300)]
Merge branch 'master' of git.fakecake.org:tt-rss
Andrew Dolgov [Thu, 13 Jul 2017 05:57:07 +0000 (08:57 +0300)]
sessions: clip max expiry value to a 32bit integer
fox [Tue, 11 Jul 2017 04:18:11 +0000 (04:18 +0000)]
Merge branch 'translation_pt-BR' of ekalin/tt-rss into master
Eduardo M KALINOWSKI [Mon, 10 Jul 2017 21:38:11 +0000 (18:38 -0300)]
Updated pt_BR translation.
Andrew Dolgov [Mon, 10 Jul 2017 13:20:40 +0000 (16:20 +0300)]
hopefully unify handling of server HTTPS variables where needed, use scheme based on SELF_URL_PATH otherwise
fox [Mon, 10 Jul 2017 12:38:08 +0000 (12:38 +0000)]
Merge branch 'x_forwarded_proto' of yastupin/tt-rss into master
Cédric Barboiron [Mon, 10 Jul 2017 12:00:56 +0000 (14:00 +0200)]
sanity: check X-Forwarded-Proto for self_url
Andrew Dolgov [Sun, 9 Jul 2017 13:39:25 +0000 (16:39 +0300)]
filters dialog: do not break markup on long feed names
Andrew Dolgov [Thu, 6 Jul 2017 20:01:44 +0000 (23:01 +0300)]
replace some usages of SELF_URL_PATH with get_self_url_prefix()
Andrew Dolgov [Thu, 6 Jul 2017 19:51:56 +0000 (22:51 +0300)]
self url path checking: accept value without an ending slash
Andrew Dolgov [Wed, 5 Jul 2017 19:46:05 +0000 (22:46 +0300)]
sanity: it's probably a good idea to check whether we're running under httpd before enforcing SELF_URL_PATH checks
Andrew Dolgov [Wed, 5 Jul 2017 19:07:41 +0000 (22:07 +0300)]
previous: spaces -> tabs
Andrew Dolgov [Wed, 5 Jul 2017 19:00:31 +0000 (22:00 +0300)]
sanity: check whether SELF_URL_PATH conforms to data returned by httpd
Andrew Dolgov [Wed, 5 Jul 2017 15:51:24 +0000 (18:51 +0300)]
update contributing.md
Andrew Dolgov [Tue, 4 Jul 2017 20:10:12 +0000 (23:10 +0300)]
Merge branch 'german-translation' into 'master'
Update german translation
See merge request !60
Heiko Adams [Tue, 4 Jul 2017 16:54:07 +0000 (18:54 +0200)]
Update german translation
Andrew Dolgov [Tue, 4 Jul 2017 13:48:58 +0000 (16:48 +0300)]
Update CONTRIBUTING.md
Andrew Dolgov [Tue, 4 Jul 2017 13:46:13 +0000 (16:46 +0300)]
Update CONTRIBUTING.md
Andrew Dolgov [Tue, 4 Jul 2017 13:30:59 +0000 (16:30 +0300)]
rebase translations
Andrew Dolgov [Tue, 4 Jul 2017 13:28:45 +0000 (16:28 +0300)]
remove obsolete forum plugin links
mention how to enable system plugins in the UI
Andrew Dolgov [Sun, 2 Jul 2017 19:57:06 +0000 (22:57 +0300)]
controls: disable print_feed_select (unused)
Andrew Dolgov [Sun, 2 Jul 2017 19:55:36 +0000 (22:55 +0300)]
filters: when adding rule select all feeds by default
Andrew Dolgov [Sun, 2 Jul 2017 19:50:44 +0000 (22:50 +0300)]
quickAddFeed: fix legacy feed_id type being passed to newrule
Andrew Dolgov [Sun, 2 Jul 2017 17:59:24 +0000 (20:59 +0300)]
schema: updates for new filter format (bump version to 131)
Andrew Dolgov [Sun, 2 Jul 2017 17:53:07 +0000 (20:53 +0300)]
dbupdater: fail if version file missing
Andrew Dolgov [Sun, 2 Jul 2017 17:37:52 +0000 (20:37 +0300)]
Revert "Revert "filters: support matching on multiple feeds/categories""
This reverts commit
f5d174bda96ddc41aa3828bf372a2a3d99cc4460 .
Andrew Dolgov [Sun, 2 Jul 2017 17:37:01 +0000 (20:37 +0300)]
Revert "filters: support matching on multiple feeds/categories"
This reverts commit
0bf7e007bb3a7039ea11601c7f93c6da33604228 .
Andrew Dolgov [Sun, 2 Jul 2017 17:27:31 +0000 (20:27 +0300)]
Merge branch 'master' of git.fakecake.org:tt-rss
Andrew Dolgov [Sun, 2 Jul 2017 17:27:21 +0000 (20:27 +0300)]
filters: support matching on multiple feeds/categories
opml: update filter export/import for new format
Andrew Dolgov [Sun, 2 Jul 2017 17:26:18 +0000 (20:26 +0300)]
prefs: reload after OPML import
Andrew Dolgov [Mon, 26 Jun 2017 13:29:57 +0000 (16:29 +0300)]
pref/feeds: start user category ordering from 1
api, getFeeds: send subcategory order_id
Andrew Dolgov [Sat, 24 Jun 2017 11:33:29 +0000 (14:33 +0300)]
css: remove dejavu sans
Andrew Dolgov [Sat, 24 Jun 2017 11:29:07 +0000 (14:29 +0300)]
db prefs: ignore cache when preference requested for specified UID (in case cached value of a different profile is stored)
prefs: show (and set) enabled plugins for default profile only
Andrew Dolgov [Tue, 13 Jun 2017 17:09:33 +0000 (20:09 +0300)]
update_daemon_common: do not escape feed_url twice, remove some comments and stuff
Andrew Dolgov [Mon, 5 Jun 2017 10:10:02 +0000 (13:10 +0300)]
af_comics: add .gitignore
Andrew Dolgov [Mon, 5 Jun 2017 09:53:06 +0000 (12:53 +0300)]
af_comics updates:
1. move preferences to Feeds tab
2. update CAD comic with support for sillies
3. add support for loading updated/third-party filters from filters.local (would override bundled filters)
Andrew Dolgov [Mon, 5 Jun 2017 07:28:59 +0000 (10:28 +0300)]
fix dilbert plugin not working because of changed GUIDs or w/e
Andrew Dolgov [Sun, 4 Jun 2017 18:10:06 +0000 (21:10 +0300)]
Merge branch 'dilbert-comic-plugin' into 'master'
af_comics_dilbert: More details (title, tags, transcript)
See merge request !56
aeritir [Sun, 4 Jun 2017 17:55:04 +0000 (19:55 +0200)]
af_comics_dilbert: More details (title, tags, transcript)
Andrew Dolgov [Mon, 29 May 2017 20:14:42 +0000 (23:14 +0300)]
tunables:
* add CACHE_MAX_DAYS as a tunable generic expiry interval for various cached files
* add some comments to tunables in functions.php
* rename _MIN_CACHE_FILE_SIZE to MIN_CACHE_FILE_SIZE
* respect MIN_CACHE_FILE_SIZE setting in a few more places where content is cached
Andrew Dolgov [Sun, 28 May 2017 16:46:06 +0000 (19:46 +0300)]
Merge branch 'autoload_replacement' into 'master'
Replace '__autoload' (deprecated in PHP 7.2) with 'spl_autoload_register'.
See merge request !54
Andrew Dolgov [Sun, 28 May 2017 09:11:43 +0000 (12:11 +0300)]
Merge branch 'PrefFeedTree_no_favicon' into 'master'
Show a blank icon in PrefFeedTree if there is no favicon for a feed.
See merge request !55
wn_ [Sat, 27 May 2017 17:25:59 +0000 (12:25 -0500)]
Show a blank icon in PrefFeedTree if there is no favicon for a feed.
Duplicates behavior of FeedTree.
Prevents a broken request to 'false' if a feed doesn't have a favicon.
wn_ [Sat, 27 May 2017 15:52:16 +0000 (10:52 -0500)]
Replace '__autoload' (deprecated in PHP 7.2) with 'spl_autoload_register'.
http://php.net/manual/en/function.autoload.php
http://php.net/spl_autoload_register
https://wiki.php.net/rfc/deprecations_php_7_2
Andrew Dolgov [Fri, 26 May 2017 20:22:00 +0000 (23:22 +0300)]
add HOOK_FORMAT_ARTICLE & HOOK_FORMAT_ARTICLE_CDM
Feeds::format_headlines_list: add some comments for cdm article closing tags
Andrew Dolgov [Tue, 23 May 2017 18:16:30 +0000 (21:16 +0300)]
classes/Plugin: remove dbh & host fields; set init() and about() as abstract methods.