Commit Graph

29 Commits

Author SHA1 Message Date
Hypolite Petovan 13fd713b66 [various] Rename ICanHandleHttpResponses->getBody to getBodyString
- Depends on https://github.com/friendica/friendica/pull/13826
2024-01-12 01:16:01 -05:00
Hypolite Petovan 39c654da00 [various] Remove App dependency from hook functions 2023-01-13 21:16:09 -05:00
Philipp Holzer 2d3c2b4ee9
Restructure Cache to follow new paradigm 2021-10-23 10:49:26 +02:00
Philipp Holzer adada10eb6
Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
Hypolite Petovan 203672cf27 [various] Remove redundant uninstall functions
- All hooks (current and obsolete) are removed automatically during addon uninstall
2020-07-27 08:30:41 -04:00
nupplaPhil 19b2c8d833 Rename "fetchUrl" and "fetchUrlFull" to "fetch" and "fetchFull" 2020-07-21 03:32:23 -04:00
nupplaPhil fed6e3cde1 Make "HTTPRequest::fetchUrlFull" dynamic 2020-07-21 03:29:22 -04:00
nupplaPhil 9640142a72 Move post/curl/fetchUrl/fetchUrlFull to own class "Network\HTTPRequest" 2020-07-21 03:27:52 -04:00
Philipp Holzer 65e4726718
Remove unneeded Config namespace usages 2020-01-19 22:50:43 +01:00
Philipp Holzer 1ce63185ab
Move Config::get() to DI::config()->get() 2020-01-19 21:21:12 +01:00
Philipp Holzer 191e298504
add missing namespaces/fix wrong class-names 2020-01-19 16:31:48 +01:00
Philipp Holzer 2ca621a92a
Replace deprecated $a->page with DI::page() 2019-12-30 20:02:08 +01:00
Hypolite Petovan c27b1cb66f Replace deprecated Addon::*registerHook by Hook::*register 2018-12-26 10:20:18 -05:00
Hypolite Petovan 1746d0814d
Deprecate mastodoncustomemojis
Because of https://github.com/friendica/friendica/pull/6096
2018-11-08 16:40:52 -05:00
Michael Vogel a8282d143e
Merge pull request #747 from MrPetovan/bug/mastodoncustomemojis-fix-notice
[mastodoncustomemojis] Ensure enoji array keys are set
2018-10-12 14:57:47 +02:00
Hypolite Petovan 39bb3ed6eb [mastodoncustomemojis] Ensure enoji array keys are set 2018-10-12 08:53:43 -04:00
Philipp Holzer 2e8d9ba39b
Bugfixing for CurlResult 2018-10-11 07:40:57 +02:00
Michael ee13b836d8 Activate ActivityPub for Mastodon Custom Emojis 2018-10-02 15:28:31 +00:00
Hypolite Petovan 3d828f1ae4 [mastodoncustomemojis] Reduce cache TTL to prevent raw emojis display 2018-08-30 01:24:03 -04:00
Hypolite Petovan 0c73b90f04 [mastodoncustomemojis] Fix caching 2018-08-22 20:12:19 -04:00
Roland Häder 9695138ba1
[global] Renamed class ProxyUtils -> Proxy and aliased it back to ProxyUtils 2018-07-31 03:20:29 +02:00
Roland Häder e269589c65
[global] CR request: Moved proxify*() methods to separate class 2018-07-31 03:20:04 +02:00
Roland Häder 7032e088f7
[global] Moved to Module\Proxy 2018-07-31 03:20:04 +02:00
Roland Häder 265a2c498e
[global]: Proxy class has been introduced, need to fix these as well. 2018-07-31 03:20:04 +02:00
Michael 9616e770f3 Fixes some notice 2018-07-20 05:36:55 +00:00
Hypolite Petovan ca1b27d10f [mastodoncustomenojis] Add shorter ttl for API call fail
- Add cache bypass through system.ignore_cache
2018-07-17 20:34:59 -04:00
Roland Häder 79e686b326 Use `use keyword` for "importing" classes/interfaces into your current (#646)
namespace (if any).

Signed-off-by: Roland Häder <roland@mxchange.org>
2018-07-17 01:12:52 -04:00
Roland Häder e0145ca216 Fixes E_NOTICE for absent 'port' element (#645)
Signed-off-by: Roland Häder <roland@mxchange.org>
2018-07-16 19:40:09 -04:00
Hypolite Petovan 6e4d594c7d [mastodoncustomemojis] Add new addon 2018-07-14 06:08:36 -04:00