Mike
Mike
For reference: as far as I can tell, when a bridge is instanced, [loadConfiguration](https://github.com/RSS-Bridge/rss-bridge/blob/951092eef374db048b77bac85e75e3547bfac702/lib/BridgeAbstract.php#L283) is called which again calls [getConfig ](https://github.com/RSS-Bridge/rss-bridge/blob/master/lib/Configuration.php#L248) for the specific bridge that check if a config...
> Can confirm this bug. It happens for config keys which are case sensitive and loaded from env. Just curious, did you find any docs about this load-config-from-env feature? I...
@dvikan I see your commit... but this a workaround not a fix. The coding style says classnames should PascalCase : https://rss-bridge.github.io/rss-bridge/For_Developers/Coding_style_policy.html loadConfiguration uses the call `get_class` that will return classname...
Updated issues to match issue format
Can confirm, need to rebuild binary. Manual build from source working 100%
Can we get this PR merged into master?
As I'm in deep need of this solution my-self, I've been thinking about this issue - and I've realized it poses a security threat to allow blind execution of scripts...
Attaching my workaround on this. I've created a patch for the 2.14 release supporting Git hooks by directly calling "git checkout" after the repository is cloned. This hook is strictly...
This is a serious bug...
My proposal is similar to an edit mode in any other application, you click a pencil and you get the option to select files. This edit mode can bring different...