summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-26add back stuff for selenium testsAndrew Dolgov
2017-04-26remove before_scriptAndrew Dolgov
2017-04-26add basic schema test back to CIAndrew Dolgov
2017-04-26update_daemon: mask phpmd stuffAndrew Dolgov
2017-04-26fix phpmd.shAndrew Dolgov
2017-04-26move phpmd stuff to a scriptAndrew Dolgov
2017-04-26fix various issues reported by static analysisAndrew Dolgov
update gitlab-ci config
2017-04-26fix maximum width of images in cdmIntermediateAndrew Dolgov
2017-04-26Merge branch 'master' of git.tt-rss.org:fox/tt-rssAndrew Dolgov
2017-04-26add utils/gitlab-ciAndrew Dolgov
2017-04-26ci: fix typoAndrew Dolgov
2017-04-26limit CI to phpmd for the time beingAndrew Dolgov
2017-04-25test some basic popup dialogsAndrew Dolgov
2017-04-25add some basic prefs UI testsAndrew Dolgov
2017-04-25add test checking if all articles feed opensAndrew Dolgov
2017-04-25CI: use when:manual instead of limiting to triggersAndrew Dolgov
2017-04-25add initial gitlab-ci and selenium stuffAndrew Dolgov
2017-04-25return result codes if DB connection or --debug-feed failsAndrew Dolgov
2017-04-23Merge branch 'imgproxy_ssl_whitelist_tweaks' into 'master' Andrew Dolgov
af_zz_imgproxy optional SSL whitelist tweaks See merge request !51
2017-04-23Respect 'proxy_all' during optional SSL whitelist rewritewn_
2017-04-23Compare end of domains when checking known SSL whitelist.wn_
For example: "imgur.com.mysite.com" should not match the "imgur.com" whitelist entry.
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