Ralf Becker
|
4a25a4a1d3
|
* App apps: async notifications were not using SMTP only account, but personal one with unavailable session password
|
2016-09-02 18:12:04 +02:00 |
|
Ralf Becker
|
26ccede602
|
* Mail: automatic migrate old mcrypt tripledes passwords to openssl AES on successful login
|
2016-07-07 16:08:35 +02:00 |
|
Ralf Becker
|
eed6b18e3d
|
* Mail/Api: replace decrecated Mcrypt PHP extension with OpenSSL, use AES128 with pbkdf2 streching of passwords
only new passwords get currently stored via AES, old onces are not yet automatic converted
|
2016-06-19 14:49:50 +02:00 |
|
Ralf Becker
|
06dee154d0
|
* Admin/Mail: fix admin editing (personal) mail account of other user destroys password, because it was encrypted with users session password and therefore not available
|
2016-06-01 16:25:36 +02:00 |
|
nathangray
|
772b97e22d
|
Fix namespace causes class check to fail
|
2016-05-30 15:41:27 -06:00 |
|
Ralf Becker
|
e34fe9a4e7
|
using Acl::(ADD|READ|EDIT|DELETE|PRIVAT) constants instead old EGW_ACL_* defines and fix some namespace errors found by doc/check_namespace.php
|
2016-05-11 19:23:14 +00:00 |
|
Ralf Becker
|
aa45c25685
|
move addressbook_merge to Api\Contacts\Merge
|
2016-04-06 09:49:50 +00:00 |
|
Ralf Becker
|
368a99167e
|
fix mail account dialog for non user-editable accounts was always readonly and SQL error on storing it, caused by moving tables from (no longer existing) emailadmin to api
|
2016-04-06 08:48:52 +00:00 |
|
Ralf Becker
|
682fd42a26
|
move CalDAV/CardDAV server to api
|
2016-04-02 10:44:17 +00:00 |
|
Ralf Becker
|
b42c2fe4f7
|
fix error when saving mail-account
|
2016-03-29 09:58:17 +00:00 |
|
Ralf Becker
|
00abda4682
|
moving emailadmin to api and admin, only emailadmin_hooks and tables still need moving
|
2016-03-28 18:51:38 +00:00 |
|