Dag
9973f731df
feat: introduce RateLimitException ( #4199 )
2024-08-08 02:13:04 +02:00
Dag
891c8979a3
refactor: return proper response object ( #4169 )
2024-07-31 17:30:06 +02:00
Dag
955fb6f315
fix(reddit): increase default cache ttl ( #4168 )
2024-07-29 00:18:28 +02:00
Dag
17a3b4c9d8
Fix 198 ( #4041 )
...
* fix(twitch): log instead of exception
* typo
2024-03-31 21:32:27 +02:00
Tone
a61524bf77
Update RedditBridge.php ( #4019 )
...
prevent error htmlspecialchars_decode(): Passing null to parameter #1
2024-03-17 19:02:51 +01:00
Dag
4bad1c140a
fix(reddit): url encoding ( #4010 )
2024-03-12 23:59:10 +01:00
Tone
ae2eb2f1d1
feat(Reddit): add parameter for web UI frontend
2024-02-08 20:05:24 +01:00
Dag
fac1f5cd88
refactor(reddit) ( #3869 )
...
* refactor
* yup
* fix also reporterre
2023-12-30 01:33:31 +01:00
Dag
3944ae68cb
fix(reddit): use old.reddit.com instead of www.reddit.com ( #3848 )
2023-12-19 07:53:25 +01:00
Dag
0c4b498d4f
fix(reddit): tweak internal cache logic ( #3831 )
2023-12-13 22:06:47 +01:00
Dag
d157816e07
fix(reddit): cache tweak for 403 forbidden ( #3830 )
2023-12-13 21:56:14 +01:00
Dag
f321f000c1
feat: add url component ( #3684 )
...
* feat: add url library
* fix
2023-09-24 18:34:09 +02:00
Dag
7329b83cc0
refactor: logger ( #3678 )
2023-09-21 22:05:55 +02:00
Dag
409236e48e
fix: logic bug in 429 caching logic ( #3669 )
2023-09-14 03:26:01 +02:00
Dag
4b9f6f7e53
fix: rewrite and improve caching ( #3594 )
2023-09-10 21:50:15 +02:00
sysadminstory
52d3cce59d
bridges: add context to detectParameters ( #3607 )
...
* bridges: add context to detectParameters
Some bridges did not return the context parameter but they used it in
the parameters
* bridges: add context to detectParameters
Fix test for InstagramBridge
2023-08-09 22:40:24 +02:00
Dag
a4a328583a
fix(reddit): set custom http ua to fix 429 errors ( #3552 )
...
* refactor
* refactor
* fix(reddit): set custom http ua to fix 429 errors
* lint
2023-07-19 06:39:17 +02:00
Dag
52af2ae34c
fix: php errors (notices) ( #3115 )
2022-10-26 00:47:45 +02:00
joshinat0r
8b7b32d516
[RedditBrige] Fix old feed URLs ( #3087 )
...
* flair filter
* syntax
* fix multi & user feeds
* '
* dont replace ,
* fix old reddit feeds
2022-10-05 19:35:02 +02:00
joshinat0r
30d964b356
[RedditBridge] Search for specific flairs ( #3067 )
...
* flair filter
* syntax
* fix multi & user feeds
* '
* dont replace ,
2022-10-02 07:34:20 +02:00
Dag
2bbce8ebef
refactor: general code base refactor ( #2950 )
...
* refactor
* fix: bug in previous refactor
* chore: exclude phpcompat sniff due to bug in phpcompat
* fix: do not leak absolute paths
* refactor/fix: batch extensions checking, fix DOS issue
2022-08-06 22:46:28 +02:00
Jan Tojnar
951092eef3
Fix coding style missed by phpbcf ( #2901 )
...
$ composer require --dev friendsofphp/php-cs-fixer
$ echo >.php-cs-fixer.dist.php "<?php
$finder = PhpCsFixer\Finder::create()
->in(__DIR__);
$rules = [
'@PSR12' => true,
// '@PSR12:risky' => true,
'@PHP74Migration' => true,
// '@PHP74Migration:risky' => true,
// buggy, duplicates existing comment sometimes
'no_break_comment' => false,
'array_syntax' => true,
'lowercase_static_reference' => true,
'visibility_required' => false,
// Too much noise
'binary_operator_spaces' => false,
'heredoc_indentation' => false,
'trailing_comma_in_multiline' => false,
];
$config = new PhpCsFixer\Config();
return $config
->setRules($rules)
// ->setRiskyAllowed(true)
->setFinder($finder);
"
$ vendor/bin/php-cs-fixer --version
PHP CS Fixer 3.8.0 BerSzcz against war! by Fabien Potencier and Dariusz Ruminski.
PHP runtime: 8.1.7
$ vendor/bin/php-cs-fixer fix
$ rm .php-cs-fixer.cache
$ vendor/bin/php-cs-fixer fix
2022-07-08 13:00:52 +02:00
Dag
4f75591060
Reformat codebase v4 ( #2872 )
...
Reformat code base to PSR12
Co-authored-by: rssbridge <noreply@github.com>
2022-07-01 15:10:30 +02:00
Bocki
1a8d0babd1
[Multiple] Fix all exampleValues and required variables ( #2296 )
2022-03-24 11:59:34 +01:00
Eugene Molotov
37cb4091d4
bridges: remove redundant "or returnServerError" after getContents/getSimpleHTMLDom/getSimpleHTMLDomCached ( #2398 )
...
When fetching website contents, exceptions already raise on fetching error
2022-01-02 14:36:09 +05:00
Bockiii
bcc15228d8
[RedditBridge] Return back NSFW posts to feed ( #2257 )
...
As it was working before applying https://github.com/RSS-Bridge/rss-bridge/pull/2229
2021-09-04 18:00:02 +05:00
Bockiii
a5d33615f5
[RedditBridge] Add keyword search function ( #2229 )
2021-08-25 18:09:36 +05:00
csisoap
1f6ad000ce
[RedditBridge] Add option to choose for New, Hot and Top submissions ( #2189 )
2021-07-02 00:41:56 +05:00
dawidsowa
4f7ef212b7
[RedditBridge] Add detectParameters ( #2070 )
2021-04-19 22:17:36 +05:00
dawidsowa
13e9a96cf3
[RedditBridge]: Add score filter ( #2045 )
2021-04-19 22:14:35 +05:00
dawidsowa
569276f4ef
[RedditBridge]: Add user option ( #1943 )
2021-02-23 12:08:43 +05:00
dawidsowa
3c285d50ec
[RedditBridge] Rewrite to use JSON ( #1781 )
2020-12-23 22:42:15 +05:00
Joe Digilio
ad661c4c91
[RedditBridge] Fix typo prevents bridge from working ( #1383 )
2019-12-05 18:07:50 +01:00
Léo Maradan
46d5895d1d
[RedditBridge] Add new bridge ( #1213 )
2019-11-01 13:54:03 +01:00