friendica-addons/pumpio
Roland Häder a9da9db7eb [pumpio] Fixes/imports: (#661)
* [pumpio] Fixes/imports:
- added curly braces and spaces for better readability
- merged 2 `if()` blocks into one for lesser nested code blocks
- added type-hint `App` and `array` where applyable
- better "import" (`use` under PHP) classes and not reference them directly,
  reducing and improving readability

* [pumpio] Fixes:
- x() is deprecated, let's use !empty() instead
- added spaces for better readability

* [pumpio] Fixes:
- added missing App "imports" (thanks to MrPetovan)
- added type-hint array for $b
- added some spaces
2018-07-22 12:01:05 -04:00
..
config Move addon-specific config to config/addon.ini.php 2018-07-11 22:56:52 -04:00
lang updated CS translation of the pumpio addon THX Aditoo 2018-06-12 16:19:21 +02:00
oauth Pumpio: Timeout should now work 2015-11-03 00:42:04 +01:00
README.md Move addon-specific config to config/addon.ini.php 2018-07-11 22:56:52 -04:00
pumpio.css some files were executable, now they are not 2017-12-07 14:26:26 +01:00
pumpio.php [pumpio] Fixes/imports: (#661) 2018-07-22 12:01:05 -04:00
pumpio_sync.php [pumpio/twitter] Replace global $a with BaseObject::getApp() 2018-07-10 08:41:32 -04:00

README.md

To let the connector work properly you should define an application name in config/addon.ini.php:

[pumpio] application_name = Name of you site

This name appears at pump.io and is important for not mirroring back posts that came from Friendica.