summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-16Add viewport meta tag to Preferences page. Similiar to commit b4865103 for ↵JustAMacUser
the main index.php file.
2017-11-14Merge branch 'master' of tschuettler/tt-rss into masterfox
2017-11-14Fix german stringtschuettler
2017-11-03Merge branch 'allow_hr_tag' of ubetly/tt-rss into masterfox
2017-11-03Allow <hr> tag in the RSS item' descriptionwoxcab
2017-10-30fetch_file_contents: improve error handlingAndrew Dolgov
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
2017-10-29add sanity check for mime_content_type()Andrew Dolgov
2017-10-15api, setArticleLabel: allow JSON booleansAndrew Dolgov
2017-10-13Merge branch 'sort_title_date' of ggrandou/tt-rss into masterfox
2017-10-13Merge branch 'favicons_bmp' of ggrandou/tt-rss into masterfox
2017-10-09allows favicons to be in Windows PC BMP formatGilles Grandou
2017-10-09makes 'order by title' to sort by title and by ascending dateGilles Grandou
* this allows to chronologically browse all articles with the same title.
2017-10-09main toolbar: set overflow to hiddenAndrew Dolgov
2017-10-08remove apache-specific x-sendfile stuffAndrew Dolgov
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
2017-10-08Merge branch 'viewport' of jrconlin/tt-rss into masterfox
2017-10-06Merge branch 'checkbox-feed' of dxbi/tt-rss into masterfox
2017-10-06Merge branch 'master' of git.tt-rss.org:git/tt-rssAndrew Dolgov
2017-10-06Add checkbox for authentication in edit feed dialogFelix Eckhofer
This makes the UI more consistent with the "add feed" dialog and prevents overzealous password-managers from leaking the login password.
2017-10-06fix batch feed editor using wrong SQL syntax when saving feed passwordAndrew Dolgov
remove uses of auth_pass_encrypted in several other places
2017-10-02Merge branch 'relative_html_base' of wn/tt-rss into masterfox
2017-10-01get_favicon_url: only check base elements with href attributewn_
2017-10-01Handle potentially-relative base element when getting favicon.wn_
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
2017-10-01Merge branch 'hook_feed_basic_info' of wn/tt-rss into masterfox
2017-09-26Only require an array of basic info from 'HOOK_FEED_BASIC_INFO'.wn_
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.
2017-09-24Add 'HOOK_FEED_BASIC_INFO' to enable plugins to provide basic feed info.wn_
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'.
2017-09-18Merge branch 'vreddit_fallback_url' of wn/tt-rss into masterfox
2017-09-17af_redditimgur: use common header retrieval functionwn_
2017-09-17af_redditimgur: Rework retrieval of v.redd.it fallback URL.wn_
Use the v.redd.it redirects to identify the original Reddit post, whose JSON should have the fallback_url we're looking for.
2017-09-17af_redditimgur: Use v.redd.it fallback URL when possible.wn_
2017-09-16af_redditimgur: add basic support for v.redd.it videosAndrew Dolgov
2017-09-15Merge branch 'domdocument_content_savehtml' of wn/tt-rss into masterfox
2017-09-09Use 'saveHTML' when generating HTML from a DOMDocument.wn_
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.
2017-09-02Add "viewport" meta to allow mobile devices ability to resize and display page.jr conlin
2017-08-17add support for http 304 not modified (no timestamp calculation bullshit ↵Andrew Dolgov
like last time)
2017-08-14filters/edit: properly parse feed-specific legacy format filter rulesAndrew Dolgov
2017-08-12force-request counters on load once if bw_limit option is enabled (because ↵Andrew Dolgov
there's no timeout())
2017-08-09use mysqli_set_charset() to set MYSQL_CHARSETAndrew Dolgov
2017-08-06rssutils: include comment count when calculating article hashAndrew Dolgov
2017-08-02Merge branch 'labels_context_menu' of wn/tt-rss into masterfox
2017-08-01Don't display label context menu items if there are no labels.wn_
Caused by: 5e78b0c253d56d85b0339636c8793f93c835b792 See: https://discourse.tt-rss.org/t/label-options-sometimes-not-showing-in-context-menu/366
2017-07-30request counters less times during startup, delay initial request in ↵Andrew Dolgov
feedlist_init() a bit
2017-07-30get_all_labels: order by captionAndrew Dolgov
2017-07-30do not base headlines label context submenu on feed tree labels categoryAndrew Dolgov
2017-07-27update previousAndrew Dolgov
2017-07-27feed tree: do not set fixed item heightAndrew Dolgov
2017-07-17update description for LOG_DESTINATIONAndrew Dolgov
2017-07-17sessions: use is_server_https() for secure cookie settingAndrew Dolgov
2017-07-17Merge branch 'master' of KKozlowski/tt-rss into masterfox
2017-07-17$_SERVER['HTTPS'] can be exists and 'off' for non-https connectiosNatan Frei
2017-07-16update CONTRIBUTING.mdAndrew Dolgov