Commit graph

165 commits

Author SHA1 Message Date
Victor LABORIE 24cc53521f Add a VagrantFile for testing 2018-03-08 12:59:07 +01:00
Victor LABORIE 289b775304 Docs cleaning 2018-01-28 19:53:14 +01:00
Victor LABORIE 5a910ad63a Move css and img to assets dir and set an expires policy 2018-01-27 23:30:25 +01:00
Victor LABORIE 3ffd218af5 Fix typo 2018-01-27 21:54:00 +01:00
Victor LABORIE 00e866af57 Add loglevel and user (or IP) to logging file 2018-01-27 20:10:48 +01:00
Victor LABORIE 8a556a0f02 Add some logs to basic servers operations 2018-01-27 19:50:12 +01:00
Victor LABORIE 769f5b0d82 Add a Logger class 2018-01-27 19:50:07 +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 8938ed91da Use CDN for vendor with integrity check and same-origin policy 2018-01-12 00:39:09 +01:00
Victor LABORIE 2d8f9a0eac Fix typo 2018-01-12 00:39:08 +01:00
Victor LABORIE 5c25781310 Disable amavisBypassSpamChecks for now 2018-01-12 00:39:08 +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 b5254b8c5f Remove call to Html class 2017-12-17 21:44:10 +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 a6857a5759 Fix missing var in account update 2017-12-17 19:44:53 +01:00
Victor LABORIE 261a90e998 Use getQuota method for retrieve account quota 2017-12-17 19:29:22 +01:00
Victor LABORIE b0409f8a55 Limit baseDN for no superadmin user 2017-12-17 19:06:28 +01:00
Victor LABORIE e99c3f2b78 Use exception for user login 2017-12-17 18:22:49 +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 76a18d5bc4 Fix alias update 2017-12-17 15:14:35 +01:00
Victor LABORIE a962f20bec Complete refactoring of alias.php (use new class) 2017-12-17 15:03:13 +01:00
Victor LABORIE 4c0c75d6ed Add LdapAlias class and use it for list alias 2017-12-17 15:02:34 +01:00
Victor LABORIE 2b0a51d115 Get aliases and redirections for accounts 2017-12-17 02:11:19 +01:00
Victor LABORIE 53404964ac Fix typo 2017-12-17 01:39:14 +01:00
Victor LABORIE 392f46ef73 Only superadmin can enable/disable a domain 2017-12-16 18:00:54 +01:00
Victor LABORIE 8565a9b8a0 Fix domains listing for no superadmin user 2017-12-16 17:57:59 +01:00
Victor LABORIE 47b616ee8a Add method for enable/disable a domain 2017-12-16 17:42:35 +01:00
Victor LABORIE 73b1e5e1e1 Use bootstrap icon for active/inactive domains 2017-12-16 00:10:06 +01:00
Victor LABORIE e91d58864a Add accounts info on admin.php page 2017-12-16 00:08:06 +01:00
Victor LABORIE 31b869b69f Add redirect for account update 2017-12-15 23:59:53 +01:00
Victor LABORIE d3d71d7179 Fix variable name 2017-12-15 23:55:06 +01:00
Victor LABORIE f6b3e0230a Fix link on account creation 2017-12-15 23:53:48 +01:00
Victor LABORIE bc29a54700 Complete refactoring of compte.php (use new class) 2017-12-15 23:47:39 +01:00
Victor LABORIE 7856198ba8 Add update method to LdapAccount class 2017-12-15 23:47:18 +01:00
Victor LABORIE 4051c294fb List active/inactive accounts on admin.php 2017-12-15 23:00:51 +01:00
Victor LABORIE bb37f0010b Set account var if GET['account'] 2017-12-15 22:56:50 +01:00
Victor LABORIE 5ca91fe7ae Add basic params to LdapAccount 2017-12-15 22:55:51 +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 8e78ac199a Fix domain link in menu 2017-12-15 19:44:10 +01:00
Victor LABORIE c6683eabc6 List active/inactive domain on superadmin.php 2017-12-15 15:38:41 +01:00
Victor LABORIE 40deaef708 Fix setting of active domain on create 2017-12-15 15:36:22 +01:00
Victor LABORIE c1161779dc Refactoring of help.php 2017-12-15 11:49:46 +01:00
Victor LABORIE c7cd2d08fe Add method for delDomain 2017-12-15 11:42:04 +01:00
Victor LABORIE 6481137915 Add form for domain deletion 2017-12-14 01:07:01 +01:00
Victor LABORIE 4c0f2cab95 Complete refactoring of domaine.php (use new class) 2017-12-14 00:33:23 +01:00