summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-01pdo pdo pdoAndrew Dolgov
2017-12-01sessions: PDOAndrew Dolgov
2017-12-01more pdo stuffAndrew Dolgov
2017-12-01add qmarks functionAndrew Dolgov
2017-12-01more pdo stuff i guessAndrew Dolgov
2017-12-01some more pdo stuffAndrew Dolgov
2017-12-01Merge branch 'pdo-experimental' of git.fakecake.org:tt-rss into pdo-experimentalAndrew Dolgov
2017-12-01Merge branch 'master' of git.fakecake.org:tt-rss into pdo-experimentalAndrew Dolgov
2017-11-30enforce unconditional requests every 6 hours even if server claims data is ↵Andrew Dolgov
not modified
2017-11-30add ttrss_feeds.last_unconditional (schema bump)Andrew Dolgov
2017-11-30add some WIP pdo stuffAndrew Dolgov
2017-11-30rm db_stmtAndrew Dolgov
2017-11-30add some starting pdo glueAndrew Dolgov
2017-11-29add resulting css fileAndrew Dolgov
2017-11-29move prefs to less, add a shared buildfileAndrew Dolgov
2017-11-29generate base css files using lesscAndrew Dolgov
2017-11-29add some less files for base cssAndrew Dolgov
2017-11-27update myisam fail warningAndrew Dolgov
2017-11-27add a sanity check for tt-rss myisam tablesAndrew Dolgov
2017-11-26Merge branch 'ja_fix' of yoheie/tt-rss into masterfox
2017-11-26Small fix in Japanese translationYohei Endo
2017-11-20Merge branch 'master' of git.fakecake.org:tt-rssAndrew Dolgov
2017-11-20fix possible sql injection in public/forgotpassAndrew Dolgov
2017-11-18Merge branch 'comics-regex-patch' of JustAMacUser/tt-rss into masterfox
2017-11-18Merge branch 'viewport-meta-prefs' of JustAMacUser/tt-rss into masterfox
2017-11-16Add viewport meta tag to Preferences page. Similiar to commit b4865103 for ↵JustAMacUser
the main index.php file.
2017-11-16Updated af_comics GoComics handling to support comics with numbers and use ↵JustAMacUser
the main web URL as a feed URL (legacy FeedBurner URL support still exists).
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.