mirror of
https://github.com/silentsakky/zarafa-webapp-passwd
synced 2026-07-27 18:41:08 +02:00
added most of the basic functionalities
This commit is contained in:
parent
b434706684
commit
5064cf5742
7 changed files with 365 additions and 57 deletions
14
manifest.xml
14
manifest.xml
|
|
@ -13,6 +13,19 @@
|
|||
<configfile>config.php</configfile>
|
||||
</config>
|
||||
<components>
|
||||
<!-- <component>
|
||||
<info>
|
||||
<name>passwordmeter</name>
|
||||
<title>PasswordMeter</title>
|
||||
<author>Eelco Wiersma</author>
|
||||
<description>Ext user extension to check password strength</description>
|
||||
</info>
|
||||
<files>
|
||||
<client>
|
||||
<clientfile>lib/PasswordMeter.js</clientfile>
|
||||
</client>
|
||||
</files>
|
||||
</component> -->
|
||||
<component>
|
||||
<files>
|
||||
<server>
|
||||
|
|
@ -25,6 +38,7 @@
|
|||
<clientfile load="source">js/PasswdPlugin.js</clientfile>
|
||||
<clientfile load="source">js/PasswdContentPanel.js</clientfile>
|
||||
<clientfile load="source">js/PasswdPanel.js</clientfile>
|
||||
<clientfile load="source">js/data/PasswdResponseHandler.js</clientfile>
|
||||
<clientfile load="source">js/ABOUT.js</clientfile>
|
||||
</client>
|
||||
<!-- <resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue