Kevin Andrews
Kevin Andrews
Third party applications reside in /etc/zpanel/panel/etc/apps/ and are publicly available. Tighter security could be implemented to stop anyone using these applications unless they have authenticated with the sentora panel first....
On deploying to our staging environment the compliance cookie was refusing to delete on clicking the reset consent button e.g: ``` klaro.getManager(klaroConfig).resetConsents(); klaro.show(klaroConfig); ``` The initial consent manager showed until...
Commit issue introduced: https://github.com/kiprotect/klaro/commit/42a7e682e9b9eff16874b69fff90b06df79affba#diff-0485cc594c4d2382f333b56f0f4d1212aa77732bc79667ad65124a70695e9e1a Code sections causing the new bug: ``` if (this.noticeRef) { this.noticeRef.focus(); } ``` and ``` setTimeout(() => { if (this.noticeRef) { this.noticeRef.focus(); } }, 1); ```...
Phalcon 4 compatibility Fixes the following error: TypeError: Argument 2 passed to Fabfuel\Prophiler\Plugin\Phalcon\Db\AdapterPlugin::beforeQuery() must be an instance of Phalcon\Db\Adapter, instance of Phalcon\Db\Adapter\Pdo\Mysql given Once fixed the toolbar seems to be...
Pretty much as the title says, are you interested in enabling a sponsor / donation button for this repo?
Initial draft of GIT GPG commit signing, I'm not happy with this implementation and need some guidance on how to improve this implementation. 1. Alteration of the commit() command construct...
I'm using a repo with patches contained inside pulled in via this patching plugin for composer: https://github.com/zVPS/laravel-patches/blob/v4.2.22/composer.json When installing via composer and a custom directory e.g `/vendor-install` via `COMPOSER_VENDOR_DIR=` I...
Noticed the following are now empty in the latest SDE, any idea if these should now be collected from ESI? filesSource/bsd/planetSchematics.yaml:[] filesSource/bsd/trnTranslations.yaml:[] filesSource/bsd/crpNPCDivisions.yaml:[] For the planetSchematics I can see the...
Starting and playing works, however when switching between workspaces or another fully expanded window the game window goes black, still running as i can use esc + enter to quit...