Dag
f11571ae78
refactor: rename functions ( #4655 )
...
returnClientError => throwClientException
returnServerError => throwServerException
New convenience function: throwRateLimitException
Old functions are kept but deprecated.
2025-08-05 20:44:40 +02:00
Marcin Morawski
a2334838a6
Fix deprecations ( #4636 )
...
* Fix PHP 8.4 deprecation
Implicitly marking parameter as nullable is deprecated, the explicit nullable type must be used instead
* [github workflow] Add additional php versions
2025-08-04 00:55:50 +02:00
Dag
c44a76ff17
refactor: remove dead code ( #4385 )
2025-01-03 05:04:49 +01:00
Dag
f358f1abec
refactor: loadCacheValue/saveCacheValue ( #4205 )
2024-08-08 17:47:04 +02:00
Dag
2acd415475
refactor: drop usage of Debug::log ( #4202 )
...
* refactor: drop usage of Debug::log
* lint
2024-08-08 04:31:47 +02:00
Dag
891c8979a3
refactor: return proper response object ( #4169 )
2024-07-31 17:30:06 +02:00
Dag
206bebc7bd
ci: disallow the sizeof function in linter ( #4134 )
2024-06-18 20:22:46 +02:00
Dag
3ce94409ab
feat: support itunes namespace in top channel feed ( #3776 )
...
Also preserves other properties.
2024-01-09 20:18:33 +01:00
mruac
a6a4502209
[Itaku] extend the number of images shown in a post ( #3780 )
...
* minor fixes
- extended itaku post if post does not have all images
* phpcbf
* .
* resolve deprecated explode param
yay null coalesces
2023-10-21 11:54:50 +02:00
Dag
3178deb5a8
fix: mastodon, cache tweaks, docs ( #3661 )
...
* cache tweaks
* docs
* fix(mastodon): type bug
2023-09-10 23:35:40 +02:00
mruac
7a1180c80f
bridges: added Itaku.ee Bridge ( #3615 )
...
* Fix php8.2 deprecated warning
Fix php8.2 warning: `Deprecated: Creation of dynamic property is deprecated`
* modified tag presentation
* renamed to fit naming convention
* undo commit
* applied phpcbf and phpunit
2023-08-15 16:02:58 +02:00