dependabot[bot]
850bd65734
Bump phpstan/phpstan from 2.1.13 to 2.1.17 ( #326 )
...
* Bump phpstan/phpstan from 2.1.13 to 2.1.17
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 2.1.13 to 2.1.17.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Changelog](https://github.com/phpstan/phpstan/blob/2.1.x/CHANGELOG.md )
- [Commits](https://github.com/phpstan/phpstan/compare/2.1.13...2.1.17 )
---
updated-dependencies:
- dependency-name: phpstan/phpstan
dependency-version: 2.1.17
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix ImageProxy
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2025-06-01 19:32:23 +02:00
Alexandre Alapetite
4dd0450fbf
Update ImageProxy code ( #270 )
...
* Update ImageProxy code
fix https://github.com/FreshRSS/Extensions/issues/202
Note: breaking changes. Users will have to save their configuration again
* Readme changelog
* Fixes
2025-01-13 23:34:13 +01:00
free-bots
c726958f3f
fixed duplicate enclosure images ( #265 )
...
* fixed duplicate enclosure images
* added comment
* Update xExtension-ImageProxy/extension.php
---------
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2025-01-12 11:12:52 +01:00
Alexandre Alapetite
01f3473368
New developer command to test all third-party extensions ( #228 )
...
* New developer command to test all third-party extensions
* `composer run-script phpstan-third-party`
* Rename the directory for generate.php to `third-party` instead of `tmp`
* Take advantage of PHPStan checkMissingOverrideMethodAttribute https://phpstan.org/config-reference#checkmissingoverridemethodattribute
* Detected and fixed bug in URL of https://github.com/tunbridgep/freshrss-invidious
* Better syntax for registerHook
* Fix static
* #[\Override]
* Static method
2024-04-11 09:09:50 +02:00
Frans de Jonge
9edeb75866
ImageProxy: better DOMDocument HTML handling ( #215 )
...
* ImageProxy: better DOMDocument HTML handling
With the method in #212 undesired transformations could sometimes be effected.
* Update xExtension-ImageProxy/extension.php
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
* Bump version to 0.7.1
---------
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2024-03-06 10:06:35 +01:00
Frans de Jonge
7bfab1c384
ImageProxy: avoid oversight of wrapping an entire HTML document around image ( #212 )
...
In reply to <https://github.com/FreshRSS/Extensions/issues/206#issuecomment-1976649551 >.
With special thanks to this comment: <https://www.php.net/manual/en/domdocument.savehtml.php#119767 >
2024-03-04 21:55:20 +01:00
Alexandre Alapetite
265fd0bb5c
Update ImageProxy ( #201 )
...
Partial follow-up of https://github.com/FreshRSS/Extensions/pull/185#issuecomment-1826134164
Fix regression in typing for `getSrcSetUris`()
2024-02-29 21:51:47 +01:00
maTh
4e0155e562
Image proxy extension: update to wsrv.nl and add German ( #208 )
2024-02-29 20:50:52 +01:00
Alexandre Alapetite
fabd9806af
Add PHPStan and other quality checks ( #185 )
...
* Add PHPStan and other quality checks
Similar to FreshRSS core
Contributes to https://github.com/FreshRSS/Extensions/issues/184
* Bump versions
* markdownlint
* Draft of GitHub Actions
* Wrong branch
* Remove wrong tests
* Change path approach
* Move checkout
* cache-dependency-path
* fix rm symbolic
* Remove irrelevant tests
* Fix composer cache path
* Fix hashFiles
* fix shell cache
2023-11-24 17:04:16 +01:00
Marius
ce44911e32
Make extensions use typed methods Minz_Request::paramString and Minz_Session::paramString ( #181 )
...
* enable strict_types
* replace deprecated Minz_Session::param method and use typed version Minz_Session::paramString instead
* replace deprecated Minz_Request::param method and use typed version Minz_Request::paramString instead
* bump version
2023-11-21 17:23:55 +01:00
Jiang Weihao
c233bf53a2
Fixing double encoding ( #95 )
...
Fixes #94 .
2020-11-15 19:08:50 +01:00
Purexo
0bc5e4f69a
restore php5.6 compatibility ( #78 )
...
old version of php doesn't support visibility on class const
2020-04-10 15:03:58 +02:00
Cédric Dufour
de83a1096c
Allow Apache-friendly fine-tuning ( #77 )
...
This PR adds additional parameters to the ImageProxy extension such as to allow easy proxying via Apache mod_rewrite (which: 1. needs a hard-coded absolute path ; 2. can not URL-decode passed URL)
See the updated README.md for further information (and corresponding Apache configuration example).
I've taken care to remain backward-compatible with existing setups; in particular, the (former) force parameter will automatically be migrated to the (new) scheme_https counterpart.
2020-04-05 21:12:08 +02:00
minami-o
2d0358e759
Add a "Force proxying, even for https" option to ImageProxy ( #36 )
...
Add checkbox to enforce proxy usage, even for encrypted sources
2018-09-02 18:22:27 +02:00
Frans de Jonge
e820c338b2
ImageProxy: don't supply empty string as DOMDocument input
2016-05-20 12:35:40 +02:00
Frans de Jonge
e0def49cef
Added image proxy extension
2016-05-12 21:37:15 +02:00