summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-03-13minitemplator: fix deprecations for PHP 7.4Andrew Dolgov
2020-03-13allow overriding built-in templates via templates.localAndrew Dolgov
2020-03-12Merge branch 'cache_videos_with_src_and_poster' of lllusion3418/tt-rss into ↵fox
master
2020-03-12add support for video[@src] in media cachelllusion3418
it's a valid alternative to a source[@src] child element: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video
2020-03-12actually download <video> posters to media cachelllusion3418
video[@poster] is already supported in the rewriting logic but never actually downloaded
2020-03-12fix url rewriting for videos with poster and srclllusion3418
if a poster attribute was present only that would have been rewritten and the (arguably more important) src attribute would be left as-is
2020-03-10PluginHost/save_data: use separate PDO connection to prevent issues with ↵Andrew Dolgov
nested transactions
2020-03-03Merge branch 'get-version-git-on-windows' of tsimmons/tt-rss into masterfox
2020-03-02In get_version() disable DIRECTORY_SEPARATOR check, permit using git on ↵Toby Simmons
Windows to get version details;
2020-03-01do not keep current feed visible when hide as read is enabledAndrew Dolgov
2020-02-28fix wrong colors applying to rule textarea when invoked from main UIAndrew Dolgov
2020-02-28filter rule editor: bring back regexp valid/invalid BG colors (now for light ↵Andrew Dolgov
theme)
2020-02-28filter rule editor: bring back regexp valid/invalid BG colorsAndrew Dolgov
2020-02-28add URL parameter to ignore user theme on startupAndrew Dolgov
2020-02-28move default (light) theme LESS source to a more appropriate placeAndrew Dolgov
add compact_dark theme variant
2020-02-28set all tooltip colors via less variablesAndrew Dolgov
2020-02-28fix tooltip colors for night modeAndrew Dolgov
2020-02-28source validationtextarea in main UIAndrew Dolgov
2020-02-28batchSubscribe: use validationtextareaAndrew Dolgov
2020-02-28add validationtextarea control, use it for filter match editorAndrew Dolgov
2020-02-28getTestResults: don't try to use previously removed variableAndrew Dolgov
2020-02-28filter edit dialog: load rule editor via XHRAndrew Dolgov
2020-02-28fix typoAndrew Dolgov
2020-02-28filter test dialog: pass contents via xhr POSTAndrew Dolgov
2020-02-28rebase translationsAndrew Dolgov
2020-02-28Merge branch 'weblate-integration'Andrew Dolgov
2020-02-28af_readability: allow get full text button to work as a toggle; in cdm, ↵Andrew Dolgov
scroll to article after embedding
2020-02-27external subscribe dialog: support dark themeAndrew Dolgov
2020-02-27share anything dialog: support dark themeAndrew Dolgov
2020-02-27fix alert-info/alert-danger colors on dark themeAndrew Dolgov
2020-02-27af_comics: split contents of subscribe/basic_info/fetch hooks into ↵Andrew Dolgov
appropriate per-comic filters
2020-02-27af_comics: mention that Far Side needs cached mediaAndrew Dolgov
2020-02-27af_comics: escape all template urlsAndrew Dolgov
2020-02-27use canonical fetch url for Far SideAndrew Dolgov
2020-02-27remove unnecessary debugging from previousAndrew Dolgov
2020-02-27af_comics: add experimental support for The Far SideAndrew Dolgov
2020-02-27update toggle_embed_original hotkey to invoke readability embed instead of ↵Andrew Dolgov
removed embed_original plugin
2020-02-27af_readability: sanitize content requested for embeddingAndrew Dolgov
2020-02-27fix plugins/note javascript part broken by previous changesetAndrew Dolgov
2020-02-27af_readability: add article button to embed content of a specific articleAndrew Dolgov
2020-02-25fix hr colors for dark theme, don't use hardcoded rgb value in light themeAndrew Dolgov
2020-02-25adjust previous to not use hardcoded rgb colorAndrew Dolgov
2020-02-25dark theme, all articles icon: improve contrastAndrew Dolgov
2020-02-22feed tree: do not mark Labels as SpecialAndrew Dolgov
2020-02-22don't generate default.css, replace with themes/light.css as a default root ↵Andrew Dolgov
CSS file
2020-02-22remove night_base.css: not neededAndrew Dolgov
2020-02-22remove defines.css: not neededAndrew Dolgov
2020-02-22fix default.css not being built properly by phpstormAndrew Dolgov
2020-02-21feed tree: don't set Special class on Labels categoryAndrew Dolgov
2020-02-21hide read feeds / hide read shows special: use CSS instead of JS-based hidingAndrew Dolgov