summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
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
2022-01-16Fix starred images not being deletedPhilip Klempin
2022-01-14share plugin: fix previousAndrew Dolgov
2022-01-14rework several instances of translated strings being used with single quotes ↵Andrew Dolgov
as HTML element attribute values
2022-01-09af_readability: use data-src for images if availableEugene Molotov
data-src is popular attribute to store original images for lazy loading via javascript
2021-12-23process gallery media in the correct orderAndrew Dolgov
2021-12-16af_redditimgur: don't generate a warning if fallback video is not found for ↵Andrew Dolgov
hosted:video post
2021-12-06 * add HOOK_POST_LOGOUTAndrew Dolgov
* auth_remote: add config option AUTH_REMOTE_POST_LOGOUT_URL
2021-12-06af_comics: add Powerup Comics and Danby DrawsAndrew Dolgov
2021-11-24af_redditimgur: check content-type before downloading data for og:image and ↵Andrew Dolgov
imgur pages
2021-11-18 * base plugin class: correct description of hook_house_keeping()Andrew Dolgov
* cache_starred_images: keep status files in a separate cache directory
2021-11-15 * DiskCache: add download() helperAndrew Dolgov
* Af_Comics_Gocomics_FarSide: cache linked images because it seems to be required anyway
2021-11-15Minor fix to DOMNodeList#item() potential type (null vs false)wn_
2021-11-15auth_internal: limit password throttling to failed login attempts not using OTPAndrew Dolgov
2021-11-15deal with several DOMElement-related errorsAndrew Dolgov
2021-11-14deal with most of warnings in plugins/af_readabilityAndrew Dolgov
2021-11-14deal with phpstan warnings in plugins/note, nsfw, and shareAndrew Dolgov
2021-11-14deal with phpstan warnings in auto_assign_labels and bookmarkletsAndrew Dolgov
2021-11-14deal with (most of) phpstan warnings in auth_internal and auth_remoteAndrew Dolgov
2021-11-14deal with phpstan warnings in plugins/cache_starred_images.phpAndrew Dolgov