summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2025-04-04Use the correct suffix for GoComics permalinks.wn_
2025-04-04Handle changes to GoComics.wn_
2025-03-14allow app passwords via auth_internal even if DISABLE_LOGIN_FORM is setAndrew Dolgov
2025-03-14add Config::DISABLE_LOGIN_FORM to allow limiting logins to SSO providersAndrew Dolgov
2025-01-22fix extra commaAndrew Dolgov
2025-01-22shorten_expanded: add simple event debounceAndrew Dolgov
2025-01-05Add processing of dumbingofage.com imagesNathan Neulinger
2024-11-26also deal with The Oatmeal posts, not just comicsAndrew Dolgov
2024-11-26add af_comics filter for The OatmealAndrew Dolgov
2024-11-24Use PHP 8 'str_' functions.wn_
A few more characters in some places, but helps with readability.
2024-11-23Use native union types in most places.wn_
2024-11-01af_comics - fix for Danby Draws and maybe other similar wodpress-based sitesAndrew Dolgov
2024-08-16enforce lowercase usernames while keeping backwards-compatibility for ↵Andrew Dolgov
authentication
2024-08-04Replace basic 'isset()' cases with the null coalescing operator.wn_
2024-01-08Clean up some unused variables.wn_
This is essentially https://gitlab.tt-rss.org/wn/tt-rss/-/commit/1ccc0c8c1af04dd9654b585c6d07e3a75d944a0c without the renames and some other things related to Psalm.
2023-12-30Update all UrlHelper::fetch() calls to use the associative array approach.wn_
The other approach (passing in individual params) was marked as deprecated a few years ago.
2023-10-27add a separate interface for auth modules w/ change_password() methodAndrew Dolgov
2023-10-26Fix class names in some more places.wn_
Related to the PSR-4 move via 865ecc87963dc3b26e66296616eef2a1cc41ac3f
2023-06-10move af_redditimgur to a separate repoAndrew Dolgov
2023-03-23 * auth_internal OTP form: fix double-urlencodeAndrew Dolgov
* post-login redirect: handle ?return in a less idiotic fashion
2023-02-24add override links to utility viewsVeit Lehmann
This enables `local-overrides.css` and `local-overrides.js` for all utility views, for example to add polyfills, enable responsive styling or to adjust styles globally.
2022-12-19 * bring back cache-busting for feed icons based on timestampAndrew Dolgov
* DiskCache: use singleton pattern to create less cache object instances * DiskCache: implement ETag
2022-12-13move af_readability out of master treeAndrew Dolgov
2022-12-12Add af_readability 'html5-php' Jenkinsfile.wn_
Got missed when updating that dependency.
2022-12-12Bump af_readability 'html5-php' dependency to latest.wn_
This is to add a couple more 'ReturnTypeWillChange' ( https://dev.tt-rss.org/main/html5-php/pulls/1 ). Composer 2.4.4 (latest release) also updated some of its files.
2022-11-28Consistently get the self URL.wn_
This ensures all uses of the self URL get the same normalized/sanitized value.
2022-11-24deprecate DiskCache->touch()Andrew Dolgov
2022-10-01Fix PHP8 strtime warning if argument is null (addendum)jmechnich
2022-08-12Replace use of 'array_merge' with the spread operator and 'array_push' in ↵wn_
various places. This isn't supported for arrays with string keys until PHP 8.1. https://wiki.php.net/rfc/spread_operator_for_array
2022-08-12minor: remove a PHP >= 5.6 check in 'af_redditimgur'wn_
2022-07-31readability: import fixed html5-phpAndrew Dolgov
2022-07-31fork masterminds html5-phpAndrew Dolgov
2022-07-27af_redditimgur: absolutize links before working on them (again)Andrew Dolgov
2022-07-27Revert "af_redditimgur: absolutize links before working on them"Andrew Dolgov
This reverts commit 6a68ed0208b0b9eda5a4c9ea53f5dc699e4d9b12.
2022-07-27af_redditimgur: absolutize links before working on themAndrew Dolgov
2022-07-27af_redditimgur: don't try to check if null domain is blacklistedAndrew Dolgov
2022-07-24readability: depend on psr/http-factoryAndrew Dolgov
2022-07-24readability: add missing dependenciesAndrew Dolgov
2022-07-24use correct namespace for forked readability-phpAndrew Dolgov
2022-07-16add missing files for forked idiormAndrew Dolgov
2022-07-13af_redditimgur: absolutize links before processing themAndrew Dolgov
2022-07-08fix: lower-case remote usernames before validationdisconn3ct
Fixes a bug where users are saved lowercase but compared mixed-case. Only applies to upstreams that send non-lowercase usernames. No obvious security impact; it results in a unique key violation and not a successful login.
2022-06-19experimental, af_psql_trgm: attempt to pseudo-normalize returned mysql score ↵Andrew Dolgov
values by dividing by match length
2022-06-19af_psql_trgm: add support for querying against mariadb FULLTEXT indexesAndrew Dolgov
2022-06-10 * add UserHelper methods to manipulate user database (add, modify, delete)Andrew Dolgov
* expose said methods via CLI (update.php) * fix several invocations of deprecated functions * set stricter type hints on several method arguments
2022-05-30bookmarklets: fix wiki URLAndrew Dolgov
2022-03-28Fix af_comics for explosm after site changesEduardo M KALINOWSKI
2022-03-22af_readability: ask readability-php library to fix relative URLsAndrew Dolgov
2022-02-05note: use proper hook to set click handlersAndrew Dolgov
2022-02-01plugins/note: allow editing note by clicking on itAndrew Dolgov