Commit graph

177 commits

Author SHA1 Message Date
Victor LABORIE 0b894d33b8 Move css and img to assets dir 2018-09-17 18:00:04 +02:00
Victor LABORIE 263f72a48a Revert "Move css and img to assets dir and set an expires policy"
This reverts commit 5a910ad63a.
2018-09-17 17:55:08 +02:00
Victor LABORIE b1eab41d5a Add a script for import alias from csv 2018-09-17 16:46:25 +02:00
Victor LABORIE 84aafc1b7b Add a script for import account from csv 2018-09-17 16:04:30 +02:00
Victor LABORIE fc7cc6c185 Use vlaborie/packmail box for test with Vagrant 2018-09-13 17:59:51 +02:00
Victor LABORIE c6853b03da Evoadmin-mail is now under AGPLv3 license 2018-09-13 17:57:39 +02:00
Victor LABORIE 5f2a2d4878 Add missing webmail activation/deactivation config 2018-07-25 19:24:15 +02:00
Victor LABORIE 862719006a Use syslog for logging 2018-07-25 19:05:53 +02:00
Victor LABORIE d65e584439 Add a script for migrate from old config 2018-06-13 13:34:41 +02:00
Victor LABORIE 20e32c4149 Add a MailNotify class with usage of Twig 2018-03-09 13:40:53 +01:00
Victor LABORIE 2a29d73ae9 Reformulate License section 2018-03-08 13:11:49 +01:00
Victor LABORIE e3e1393273 Update README with testing docs 2018-03-08 13:04:50 +01:00
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