Reconcile to the vetted live deployed files (byte-truth for HIDS verification). The diff vs the previous commit is the full delta from pristine upstream: line-endings, Joomla-deployed install files, and the Cadline CRM integration in the system plugin (+ default.php blankframe branch). Vetted malware-free; SQLi code-quality follow-up noted in PROVENANCE.md. Signed-off-by: LÁZÁR Imre <imre@illusion.hu> Assisted-by: claude-code@claude-opus-4-8
23 lines
1022 B
XML
23 lines
1022 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<extension type="plugin" version="3.0" group="system" method="upgrade">
|
|
<name>System - OneAll Social Login</name>
|
|
<license>Open Source License, GPL v2 based</license>
|
|
<author>OneAll LLC</author>
|
|
<authorEmail>support@oneall.com</authorEmail>
|
|
<authorUrl>http://www.oneall.com</authorUrl>
|
|
<creationDate>2014-10-29</creationDate>
|
|
<copyright>2011 - Today, OneAll LLC</copyright>
|
|
<version>2.1</version>
|
|
<description>
|
|
<![CDATA[Part of the Social Login component.<br />
|
|
The plugin handles the authentication process through a social network account.<br /><br />
|
|
Visit us at <a target="_blank" href="http://www.oneall.com">http://www.oneall.com/</a><br />
|
|
Contact our support at: <a target="_blank" href="http://www.oneall.com/company/contact-us/">http://www.oneall.com/company/contact-us/</a>
|
|
]]></description>
|
|
<files>
|
|
<file plugin="oneallsociallogin">oneallsociallogin.php</file>
|
|
<file>index.html</file>
|
|
<file>helper.php</file>
|
|
</files>
|
|
</extension>
|