Andrew Dolgov
e734018448
ci: fix typo
8 years ago
Andrew Dolgov
cffe1d5151
enable phpmd for all components
8 years ago
Andrew Dolgov
3923815580
ci: check syntax via php first
8 years ago
Andrew Dolgov
897804cef2
add back stuff for selenium tests
8 years ago
Andrew Dolgov
a53ce54c3a
remove before_script
8 years ago
Andrew Dolgov
b3b2782358
add basic schema test back to CI
8 years ago
Andrew Dolgov
e552bb0bf6
update_daemon: mask phpmd stuff
8 years ago
Andrew Dolgov
9b666d2aa1
fix phpmd.sh
8 years ago
Andrew Dolgov
2f3bce5960
move phpmd stuff to a script
8 years ago
Andrew Dolgov
7b55001eee
fix various issues reported by static analysis
...
update gitlab-ci config
8 years ago
Andrew Dolgov
b49bb441f4
fix maximum width of images in cdmIntermediate
8 years ago
Andrew Dolgov
0a32d3f029
Merge branch 'master' of git.tt-rss.org:fox/tt-rss
8 years ago
Andrew Dolgov
6d89543f1d
add utils/gitlab-ci
8 years ago
Andrew Dolgov
865ae53602
ci: fix typo
8 years ago
Andrew Dolgov
833636bbd0
limit CI to phpmd for the time being
8 years ago
Andrew Dolgov
f78e10d14c
test some basic popup dialogs
8 years ago
Andrew Dolgov
b95e694c7f
add some basic prefs UI tests
8 years ago
Andrew Dolgov
1bf13f9ec7
add test checking if all articles feed opens
8 years ago
Andrew Dolgov
a7bb248ccf
CI: use when:manual instead of limiting to triggers
8 years ago
Andrew Dolgov
94eedc29c0
add initial gitlab-ci and selenium stuff
8 years ago
Andrew Dolgov
3c11159776
return result codes if DB connection or --debug-feed fails
8 years ago
Andrew Dolgov
edb56571f2
Merge branch 'imgproxy_ssl_whitelist_tweaks' into 'master'
...
af_zz_imgproxy optional SSL whitelist tweaks
See merge request !51
8 years ago
wn_
c7360f4a54
Respect 'proxy_all' during optional SSL whitelist rewrite
8 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.
8 years ago
Andrew Dolgov
ed0f2a6c97
Update CONTRIBUTING.md
8 years ago
Andrew Dolgov
afb8eae0ee
Add contribution guide
8 years ago
Andrew Dolgov
467bc4fe03
bump version_static to 17.4
8 years ago
Andrew Dolgov
37a4a219d5
add COPYING
8 years ago
Andrew Dolgov
78f1116d38
af_zz_imgproxy: add gfycat to ssl whitelist
8 years ago
Andrew Dolgov
ecab435420
af_zz_imgproxy: implement a whitelist of known sites that have optional SSL
8 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
8 years ago
Andrew Dolgov
0eed023e7d
auth_remote: check for PHP_AUTH_USER too
8 years ago
Bill Bagdon
32024bdf21
Fix the TFD filter and add Married to the sea
8 years ago
Andrew Dolgov
78fee22415
Merge branch 'master' of git.tt-rss.org:fox/tt-rss
8 years ago
Andrew Dolgov
337535416f
filter by search results while marking feed as read
8 years ago
Andrew Dolgov
966d22f9fa
Merge branch 'italian_translation' into 'master'
...
Updated italian translation
- new lines translated
- minor editing
See merge request !49
8 years ago
dedioste
d2a3414e00
Updated italian translation
...
- new lines translated
- minor editing
8 years ago
Andrew Dolgov
86e534290e
enclosures: rewrite relative urls on import, duh
8 years ago
Andrew Dolgov
9594ea6875
add cosmetic suffixes back for cached url links
8 years ago
Andrew Dolgov
df994ac333
rebase translations
8 years ago
Andrew Dolgov
dc2c4b13d4
when choosing enclosures to embed or rewrite (af_zz_imgproxy) only use content type instead of "filename"-based hacks
8 years ago
Andrew Dolgov
388d4dfa88
enable caching of media in article enclosures
8 years ago
Andrew Dolgov
9c3c0ace6b
rename cache images option label (rip translations)
8 years ago
Andrew Dolgov
48eefd8c5c
allow caching of audio files
8 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
8 years ago
Andrew Dolgov
63f0ed3d9c
cdmClicked: do not use event.target.parents to figure out if clicked on a heading
8 years ago
Andrew Dolgov
8519c68d93
rewrite relative urls for html5 audio source elements
8 years ago
Andrew Dolgov
270c0a00e5
improve JS error logging with additional stuff
8 years ago
Andrew Dolgov
e0a957b3f6
use try/catch block in updatefeedlist
...
remove reporting function from exception dialog
8 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
8 years ago