]>
git.wh0rd.org Git - tt-rss.git/log
JustAMacUser [Wed, 13 Dec 2017 05:17:43 +0000 (00:17 -0500)]
Make af_readability use resolved URL when rewriting relative URLs in the article.
fox [Mon, 11 Dec 2017 09:47:04 +0000 (09:47 +0000)]
Merge branch 'master' of dim0x69/tt-rss into master
dim0x69 [Mon, 11 Dec 2017 09:41:45 +0000 (09:41 +0000)]
Check return value from Plugins
Andrew Dolgov [Fri, 1 Dec 2017 08:51:46 +0000 (11:51 +0300)]
increase default of MAX_CONDITIONAL_INTERVAL to 12 hours
fox [Thu, 30 Nov 2017 13:48:21 +0000 (13:48 +0000)]
Merge branch 'master' of cac2s/tt-rss into master
cac2s [Thu, 30 Nov 2017 13:45:09 +0000 (13:45 +0000)]
Fix russian translation for "Mark updated articles as unread" // .mo file
fox [Thu, 30 Nov 2017 13:27:10 +0000 (13:27 +0000)]
Merge branch 'master' of cac2s/tt-rss into master
cac2s [Thu, 30 Nov 2017 13:13:22 +0000 (13:13 +0000)]
Fix russian translation for "Mark updated articles as unread"
Andrew Dolgov [Thu, 30 Nov 2017 10:12:28 +0000 (13:12 +0300)]
enforce unconditional requests every 6 hours even if server claims data is not modified
Andrew Dolgov [Thu, 30 Nov 2017 09:55:50 +0000 (12:55 +0300)]
add ttrss_feeds.last_unconditional (schema bump)
Andrew Dolgov [Wed, 29 Nov 2017 17:33:14 +0000 (20:33 +0300)]
add resulting css file
Andrew Dolgov [Wed, 29 Nov 2017 16:10:15 +0000 (19:10 +0300)]
move prefs to less, add a shared buildfile
Andrew Dolgov [Wed, 29 Nov 2017 15:55:12 +0000 (18:55 +0300)]
generate base css files using lessc
Andrew Dolgov [Wed, 29 Nov 2017 14:00:29 +0000 (17:00 +0300)]
add some less files for base css
Andrew Dolgov [Mon, 27 Nov 2017 17:20:33 +0000 (20:20 +0300)]
update myisam fail warning
Andrew Dolgov [Mon, 27 Nov 2017 17:09:02 +0000 (20:09 +0300)]
add a sanity check for tt-rss myisam tables
dim0x69 [Mon, 27 Nov 2017 10:46:46 +0000 (11:46 +0100)]
add HOOK_UNSUBSCRIBE_FEED
fox [Sun, 26 Nov 2017 14:44:43 +0000 (14:44 +0000)]
Merge branch 'ja_fix' of yoheie/tt-rss into master
Yohei Endo [Sun, 26 Nov 2017 01:48:03 +0000 (10:48 +0900)]
Small fix in Japanese translation
Andrew Dolgov [Mon, 20 Nov 2017 05:48:28 +0000 (08:48 +0300)]
Merge branch 'master' of git.fakecake.org:tt-rss
Andrew Dolgov [Mon, 20 Nov 2017 05:48:18 +0000 (08:48 +0300)]
fix possible sql injection in public/forgotpass
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