Commit graph

19 commits

Author SHA1 Message Date
Victor LABORIE 20e32c4149 Add a MailNotify class with usage of Twig 2018-03-09 13:40:53 +01:00
Victor LABORIE d7e7a368b1 Refactoring of configuration loading
Use one INI file instead of multiple PHP files
2018-01-27 18:12:04 +01:00
Victor LABORIE b4555a166b Remove useless functions.php, common.php and vendor/evolibs 2018-01-12 00:38:49 +01:00
Victor LABORIE 791d0169ac Fix account creation (send mail) and disable domainnotify (temporary) 2017-12-17 21:59:43 +01:00
Victor LABORIE 116cf60655 Replace getgid and getfreegid by class method 2017-12-17 21:24:17 +01:00
Victor LABORIE c335ab2f27 Add hashPassword method for password verification and hashing 2017-12-17 19:53:53 +01:00
Victor LABORIE 0b7b63dd35 Retrieve dn with getBaseDN static method 2017-12-17 18:09:54 +01:00
Victor LABORIE a03f372c72 Use class static var for define ObjectClass 2017-12-17 16:01:03 +01:00
Victor LABORIE 64bc03f33e Fix alias deletion 2017-12-17 15:19:56 +01:00
Victor LABORIE 4c0c75d6ed Add LdapAlias class and use it for list alias 2017-12-17 15:02:34 +01:00
Victor LABORIE 47b616ee8a Add method for enable/disable a domain 2017-12-16 17:42:35 +01:00
Victor LABORIE d3d71d7179 Fix variable name 2017-12-15 23:55:06 +01:00
Victor LABORIE 531e08c14d Use ldapdomain class for account adding and deleting 2017-12-15 20:50:58 +01:00
Victor LABORIE 75eedd7645 Add LdapAccount class and use it for list accounts 2017-12-15 20:25:29 +01:00
Victor LABORIE c6683eabc6 List active/inactive domain on superadmin.php 2017-12-15 15:38:41 +01:00
Victor LABORIE c7cd2d08fe Add method for delDomain 2017-12-15 11:42:04 +01:00
Victor LABORIE 8c91f6ff2a Add exception to LdapServer and LdapDomain construct 2017-12-14 00:32:25 +01:00
Victor LABORIE 7e1f1f1bbe Add getAccounts and getAlias method 2017-12-13 23:09:54 +01:00
Victor LABORIE 5b8ab54e33 Create LdapServer and LdapDomain class 2017-12-13 17:47:38 +01:00