summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-23Update CONTRIBUTING.mdAndrew Dolgov
2017-04-23Add contribution guideAndrew Dolgov
2017-04-23bump version_static to 17.4Andrew Dolgov
2017-04-22add COPYINGAndrew Dolgov
2017-04-22af_zz_imgproxy: add gfycat to ssl whitelistAndrew Dolgov
2017-04-20af_zz_imgproxy: implement a whitelist of known sites that have optional SSLAndrew Dolgov
2017-04-10Merge branch 'fix_af_comic_tfd_filter' into 'master' Andrew Dolgov
Fix the TFD filter and add Married to the sea A while ago TFD changed the html for the comics page and broke the filter. Here is a patch to show the comics in the feed again, as well as add Married to the Sea (sister site) See merge request !50
2017-04-09auth_remote: check for PHP_AUTH_USER tooAndrew Dolgov
2017-04-08Fix the TFD filter and add Married to the seaBill Bagdon
2017-03-31Merge branch 'master' of git.tt-rss.org:fox/tt-rssAndrew Dolgov
2017-03-31filter by search results while marking feed as readAndrew Dolgov
2017-03-30Merge branch 'italian_translation' into 'master' Andrew Dolgov
Updated italian translation - new lines translated - minor editing See merge request !49
2017-03-29Updated italian translationdedioste
- new lines translated - minor editing
2017-03-27enclosures: rewrite relative urls on import, duhAndrew Dolgov
2017-03-23add cosmetic suffixes back for cached url linksAndrew Dolgov
2017-03-23rebase translationsAndrew Dolgov
2017-03-23when choosing enclosures to embed or rewrite (af_zz_imgproxy) only use ↵Andrew Dolgov
content type instead of "filename"-based hacks
2017-03-23enable caching of media in article enclosuresAndrew Dolgov
2017-03-23rename cache images option label (rip translations)Andrew Dolgov
2017-03-23allow caching of audio filesAndrew Dolgov
2017-03-23remove local file extensions and generalize some method names for cached mediaAndrew Dolgov
file extensions may still be present in urls, but are ignored by the backend MIGRATION (if you have any cached data worth keeping, not required): in cache/images run "rename 's/\..*$//' *" i.e. strip file extensions
2017-03-06cdmClicked: do not use event.target.parents to figure out if clicked on a ↵Andrew Dolgov
heading
2017-03-06rewrite relative urls for html5 audio source elementsAndrew Dolgov
2017-03-05improve JS error logging with additional stuffAndrew Dolgov
2017-03-05use try/catch block in updatefeedlistAndrew Dolgov
remove reporting function from exception dialog
2017-03-04simplify error handlingAndrew Dolgov
* less convoluted exception dialogs * use window.onerror for the majority of exception catching/reporting * remove most of now useless try/catch blocks * report stacktrace instead of manually specified error locations
2017-02-23fix update.php showing --help option with a single -Andrew Dolgov
2017-02-17rework the way headlines menus identify calling rowAndrew Dolgov
2017-02-16Merge branch 'improve-update_feedbrowser_cache-sql-query' into 'master' Andrew Dolgov
Improve update_feedbrowser_cache SQL query As explained in <https://tt-rss.org/forum/viewtopic.php?t=4060&p=23768>, this change improved drastically the query time. See merge request !48
2017-02-16Improve update_feedbrowser_cache SQL queryLuc Didry
2017-02-15editFilter: fix selector expressions broken by 88946d3Andrew Dolgov
2017-02-14af_zz_imgproxy: remove filter hook, not neededAndrew Dolgov
2017-02-14Merge branch 'master' of git.tt-rss.org:fox/tt-rssAndrew Dolgov
2017-02-14af_zz_imgproxy: rewrite to absolute url; add on-parse article filter hook to ↵Andrew Dolgov
handle redirect situation in case frontend has open_basedir (disabled currently)
2017-02-14Merge branch 'german-translation' into 'master' Andrew Dolgov
Update german translation See merge request !47
2017-02-14Update german translationHeiko Adams
2017-02-14rebase translationsAndrew Dolgov
2017-02-14set error report url to httpsAndrew Dolgov
2017-02-13bind headlines menu to a selector to avoid remaking it unnecessarilyAndrew Dolgov
2017-02-13fix vertical position of cdm collapse button in floating titleAndrew Dolgov
2017-02-13cdmcollapse/expand: use less convoluted selector queriesAndrew Dolgov
2017-02-13add af_zz_vidmuteAndrew Dolgov
2017-02-13af_zz_imgproxy: truncate url in error pngAndrew Dolgov
2017-02-13af_zz_imgproxy: show GD-based (if possible) error message on proxy failureAndrew Dolgov
2017-02-13rewrite_relative_url: cleanup resulting url path while rewritingAndrew Dolgov
2017-02-13af_zz_imgproxy: disable api render hook: pointless, because api clients ↵Andrew Dolgov
won't have an authenticated cookie-based session
2017-02-13af_zz_imgproxy: fix typoAndrew Dolgov
2017-02-12format_article_enclosures: allow embedding .jpeg filesAndrew Dolgov
2017-02-12fix previous, againAndrew Dolgov
2017-02-12af_zz_imgproxy: limit enclosure rewriting to imagesAndrew Dolgov