- May 21, 2022
-
-
Siemenskun authored
-
Siemenskun authored
Move re-requesting logic before parsing response body, otherwise it puts HTTP headers into XML body
-
- Apr 03, 2022
-
-
Andrew Dolgov authored
-
- Mar 29, 2022
-
-
Andrew Dolgov authored
-
- Mar 22, 2022
-
-
Andrew Dolgov authored
-
Andrew Dolgov authored
-
Andrew Dolgov authored
-
Andrew Dolgov authored
* add some basic tests for UrlHelper::rewrite_relative() * fix UrlHelper::rewrite_relative() to work better on non-absolute relative URL paths
-
- Mar 08, 2022
-
-
David Edler authored
Cherry-picked from https://git-gitea.tt-rss.org/fox/tt-rss/pulls/56, while excluding changes in vendor/ (causes compatiblity issues with PHP<8 [1]) and strftime-related ones (already re-applied in https://git-gitea.tt-rss.org/fox/tt-rss/pulls/66). [1] https://community.tt-rss.org/t/support-for-php-8-1/5089/9
-
- Feb 25, 2022
-
-
Andrew Dolgov authored
-
- Feb 20, 2022
-
-
Andrew Dolgov authored
getFeedUnread()
-
Andrew Dolgov authored
* mark several symbols as @deprecated properly * replace uses of (deprecated) getFeedUnread() with Feeds::_get_counters()
-
- Feb 18, 2022
-
-
Andrew Dolgov authored
rewrite_relative: prevent php warning when checking for unset content type in EXTRA_SCHEMES_BY_CONTENT_TYPE
-
- Feb 17, 2022
-
-
Andrew Dolgov authored
rewrite_relative: whitelist specific schemes for URLs with 'known' content-types i.e. specified for enclosures
-
Andrew Dolgov authored
-
- Feb 03, 2022
-
-
Felix Eckhofer authored
-
- Jan 28, 2022
-
-
Schrottfresse authored
-
- Jan 25, 2022
-
-
Andrew Dolgov authored
-
- Jan 14, 2022
-
-
Richard Tollerton authored
If for whatever reason $pdo holds a DDL lock on ttrss_entries, it could block ORM's save, leading to a deadlock. To work around this, call $pdo->commit() before ORM::for_table()->save().
-
- Jan 06, 2022
-
-
Andrew Dolgov authored
generate a warning if plugin-generated content of HOOK_ARTICLE_BUTTON or _LEFT_BUTTON can't be parsed as valid XML
-
- Dec 23, 2021
-
-
Andrew Dolgov authored
-
Andrew Dolgov authored
-
- Dec 20, 2021
-
-
Andrew Dolgov authored
rssutils: rewrite several invocations of (deprecated) rewrite_relative_url() to UrlHelper::rewrite_relative()
-
Andrew Dolgov authored
* add filter action to ignore feed-provided tags * simplify handling of various filter-provided tags * bump schema to 146
-
- Dec 14, 2021
-
-
Andrew Dolgov authored
imitate other controls like DropDownButton, etc. * rework several main toolbar items to use fox.form.Select instead of other controls * replace HOOK_HEADLINE_TOOLBAR_SELECT_MENU_ITEM with HOOK_HEADLINE_TOOLBAR_SELECT_MENU_ITEM2 because of markup change (option instead of menuitem) * PluginHost: add some explicit typecasts to make intellephense shut up
-
wn_ authored
-
wn_ authored
-
wn_ authored
-
- Dec 06, 2021
-
-
Andrew Dolgov authored
* auth_remote: add config option AUTH_REMOTE_POST_LOGOUT_URL
-
- Dec 02, 2021
-
-
jbaldus authored
-
ltGuillaume authored
-
- Dec 01, 2021
-
-
Andrew Dolgov authored
-
Andrew Dolgov authored
This reverts commit 14027ae0.
-
Andrew Dolgov authored
This reverts commit 72e21f89.
-
- Nov 30, 2021
-
-
David Edler authored
-
David Edler authored
-
- Nov 29, 2021
-
-
Andrew Dolgov authored
-
Andrew Dolgov authored
* API: allow retrieving headlines for tag-based feeds (bump api level to 18)
-
- Nov 24, 2021
-
-
Andrew Dolgov authored
-
- Nov 23, 2021
-
-
Andrew Dolgov authored
-