Commit Graph

8219 Commits (e73401844868287d465ef1a0ffdbfbea377e84fa)
 

Author SHA1 Message Date
Andrew Dolgov e734018448 ci: fix typo 7 years ago
Andrew Dolgov cffe1d5151 enable phpmd for all components 7 years ago
Andrew Dolgov 3923815580 ci: check syntax via php first 7 years ago
Andrew Dolgov 897804cef2 add back stuff for selenium tests 7 years ago
Andrew Dolgov a53ce54c3a remove before_script 7 years ago
Andrew Dolgov b3b2782358 add basic schema test back to CI 7 years ago
Andrew Dolgov e552bb0bf6 update_daemon: mask phpmd stuff 7 years ago
Andrew Dolgov 9b666d2aa1 fix phpmd.sh 7 years ago
Andrew Dolgov 2f3bce5960 move phpmd stuff to a script 7 years ago
Andrew Dolgov 7b55001eee fix various issues reported by static analysis
update gitlab-ci config
7 years ago
Andrew Dolgov b49bb441f4 fix maximum width of images in cdmIntermediate 7 years ago
Andrew Dolgov 0a32d3f029 Merge branch 'master' of git.tt-rss.org:fox/tt-rss 7 years ago
Andrew Dolgov 6d89543f1d add utils/gitlab-ci 7 years ago
Andrew Dolgov 865ae53602 ci: fix typo 7 years ago
Andrew Dolgov 833636bbd0 limit CI to phpmd for the time being 7 years ago
Andrew Dolgov f78e10d14c test some basic popup dialogs 7 years ago
Andrew Dolgov b95e694c7f add some basic prefs UI tests 7 years ago
Andrew Dolgov 1bf13f9ec7 add test checking if all articles feed opens 7 years ago
Andrew Dolgov a7bb248ccf CI: use when:manual instead of limiting to triggers 7 years ago
Andrew Dolgov 94eedc29c0 add initial gitlab-ci and selenium stuff 7 years ago
Andrew Dolgov 3c11159776 return result codes if DB connection or --debug-feed fails 7 years ago
Andrew Dolgov edb56571f2 Merge branch 'imgproxy_ssl_whitelist_tweaks' into 'master'
af_zz_imgproxy optional SSL whitelist tweaks

See merge request !51
7 years ago
wn_ c7360f4a54 Respect 'proxy_all' during optional SSL whitelist rewrite 7 years ago
wn_ f2fbb4ee7e Compare end of domains when checking known SSL whitelist.
For example: "imgur.com.mysite.com" should not match the "imgur.com" whitelist entry.
7 years ago
Andrew Dolgov ed0f2a6c97 Update CONTRIBUTING.md 7 years ago
Andrew Dolgov afb8eae0ee Add contribution guide 7 years ago
Andrew Dolgov 467bc4fe03 bump version_static to 17.4 7 years ago
Andrew Dolgov 37a4a219d5 add COPYING 7 years ago
Andrew Dolgov 78f1116d38 af_zz_imgproxy: add gfycat to ssl whitelist 7 years ago
Andrew Dolgov ecab435420 af_zz_imgproxy: implement a whitelist of known sites that have optional SSL 7 years ago
Andrew Dolgov b8f23d6848 Merge branch 'fix_af_comic_tfd_filter' into 'master'
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
7 years ago
Andrew Dolgov 0eed023e7d auth_remote: check for PHP_AUTH_USER too 7 years ago
Bill Bagdon 32024bdf21 Fix the TFD filter and add Married to the sea 7 years ago
Andrew Dolgov 78fee22415 Merge branch 'master' of git.tt-rss.org:fox/tt-rss 7 years ago
Andrew Dolgov 337535416f filter by search results while marking feed as read 7 years ago
Andrew Dolgov 966d22f9fa Merge branch 'italian_translation' into 'master'
Updated italian translation

- new lines translated
- minor editing

See merge request !49
7 years ago
dedioste d2a3414e00 Updated italian translation
- new lines translated
- minor editing
7 years ago
Andrew Dolgov 86e534290e enclosures: rewrite relative urls on import, duh 7 years ago
Andrew Dolgov 9594ea6875 add cosmetic suffixes back for cached url links 7 years ago
Andrew Dolgov df994ac333 rebase translations 7 years ago
Andrew Dolgov dc2c4b13d4 when choosing enclosures to embed or rewrite (af_zz_imgproxy) only use content type instead of "filename"-based hacks 7 years ago
Andrew Dolgov 388d4dfa88 enable caching of media in article enclosures 7 years ago
Andrew Dolgov 9c3c0ace6b rename cache images option label (rip translations) 7 years ago
Andrew Dolgov 48eefd8c5c allow caching of audio files 7 years ago
Andrew Dolgov 41bead9baa remove local file extensions and generalize some method names for cached media
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
7 years ago
Andrew Dolgov 63f0ed3d9c cdmClicked: do not use event.target.parents to figure out if clicked on a heading 7 years ago
Andrew Dolgov 8519c68d93 rewrite relative urls for html5 audio source elements 7 years ago
Andrew Dolgov 270c0a00e5 improve JS error logging with additional stuff 7 years ago
Andrew Dolgov e0a957b3f6 use try/catch block in updatefeedlist
remove reporting function from exception dialog
7 years ago
Andrew Dolgov 1bfe1d7b31 simplify error handling
* 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
7 years ago