Commit Graph

237 Commits

Author SHA1 Message Date
Victor LABORIE 1f32dd2bfe Method needSuperAdmin is now a PageController method 2018-09-27 13:34:55 +02:00
Victor LABORIE 16cf9252cc Fix required input in account form 2018-09-26 12:19:00 +02:00
Victor LABORIE 3be29c2384 Fix accounts list 2018-09-26 12:18:37 +02:00
Victor LABORIE 83571d8ee0 Add some placeholder and required 2018-09-25 19:03:03 +02:00
Victor LABORIE 9ed2307a72 Fix checkbox size 2018-09-25 18:36:56 +02:00
Victor LABORIE 68029c93b5 Fix account and alias deletion and ask for validation 2018-09-25 18:23:27 +02:00
Victor LABORIE 39a3f7faec Start SESSION in DefaultController 2018-09-25 16:34:55 +02:00
Victor LABORIE b4cb5772ac Rename class 2018-09-25 16:31:18 +02:00
Victor LABORIE 75595ed201 Merge all pages in index.php with Controller class 2018-09-25 16:26:51 +02:00
Victor LABORIE 833fe2bcda Use Twig for page templating 2018-09-19 14:50:12 +02:00
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