1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-12 10:45:38 +02:00
Commit Graph

933 Commits

Author SHA1 Message Date
kaiyou
716e166b11 Improve the sidebar, display site title and website link 2017-10-29 18:13:59 +01:00
kaiyou
924760273c Update the ui macros and polish the overall UI 2017-10-29 17:53:48 +01:00
kaiyou
8095798a04 Enable token-based authentication 2017-10-29 15:39:28 +01:00
kaiyou
51c301ec56 Switch to 1000 rounds for tokens (performance) 2017-10-29 15:39:14 +01:00
kaiyou
30dfefb24d Fix the token generation process 2017-10-29 15:39:01 +01:00
kaiyou
291fbe7bc4 Add views and templates for authentication tokens 2017-10-29 14:49:07 +01:00
kaiyou
814ed77d7f Add data structure for authentication tokens 2017-10-29 14:48:34 +01:00
kaiyou
eb40ea830f Make users and aliases email case insensitive 2017-10-29 13:44:49 +01:00
kaiyou
249f5d94d6 Add a debugging bar for development 2017-10-29 13:44:49 +01:00
kaiyou
db91889f0f Merge pull request #288 from bcyrill/patch-1
Update details.html
2017-10-26 08:16:26 +02:00
bcyrill
0eebd4a00d Update details.html
- Fix assignment in template
- Use updated environment option
2017-10-26 00:13:08 +02:00
kaiyou
8e25de6050 Fix vacation messages by setting the submission host properly 2017-10-22 23:43:50 +02:00
kaiyou
166aa02b01 Merge branch 'refactor-nginx' 2017-10-22 20:04:44 +02:00
kaiyou
6765a17545 Explicitely enable sasl_auth for the internal SMTP (Postifx, sigh..) 2017-10-22 19:44:58 +02:00
kaiyou
05b9ecbb34 Remove misinformed open relay for the internal smtp 2017-10-22 19:05:51 +02:00
kaiyou
47f453e494 Allow relaying when using the intenral SMTPd 2017-10-22 18:15:28 +02:00
kaiyou
c94e976f43 Fix a typo in the sqlite query 2017-10-22 18:07:36 +02:00
kaiyou
ff71e70360 Rename the authentication endpoint 2017-10-22 16:43:06 +02:00
kaiyou
3c9552a14b Make it possible to serve Mailu over ipv6 2017-10-22 16:13:13 +02:00
kaiyou
bb4c5150b5 Remove the scary warning 2017-10-22 16:07:12 +02:00
kaiyou
64cbab5104 Allow xclient even for non authenticated clients 2017-10-22 15:45:32 +02:00
kaiyou
690c05ea64 Switch behavior if the user is not authenticated 2017-10-22 15:44:44 +02:00
kaiyou
80d728c233 Forward SMTP to the xclient-authenticated endpoint 2017-10-22 15:01:25 +02:00
kaiyou
2c8810d7d3 Use an HTTP proxy for resolving the admin address dynamically 2017-10-22 15:01:04 +02:00
kaiyou
7d348440d8 Have radicale authenticate against the front 2017-10-22 15:00:41 +02:00
kaiyou
ea1d876d93 Add a specific server for xclient-authenticated connections 2017-10-22 15:00:16 +02:00
kaiyou
cac00086c9 Fix the outclean filter which was not embedded anymore 2017-10-22 11:31:55 +02:00
kaiyou
04a25fc4e3 Add specific unencrypted servers for internal connexions (webmails) 2017-10-22 11:31:32 +02:00
kaiyou
ec6d5acc18 Unescape passwords before cecking 2017-10-22 10:49:31 +02:00
kaiyou
0a74213eae Have nginx listen over ipv6 2017-10-21 19:50:49 +02:00
kaiyou
3230554b0d Do not enable starttls if no certificate 2017-10-21 18:58:18 +02:00
kaiyou
8a2ddcdf30 Fix a typo in the nginx config 2017-10-21 15:54:09 +02:00
kaiyou
9dd4150e7c Merge branch 'refactor-nginx' 2017-10-21 15:23:17 +02:00
kaiyou
5786bb3e1b Return the server address dynamically 2017-10-21 15:22:40 +02:00
kaiyou
9e3e86f0d0 Remove spaces around = sign in .env 2017-09-28 21:47:01 +02:00
kaiyou
3e2dfee431 Merge pull request #276 from droopy4096/master-backports
multiple bugfixes for config_sync and full coverage of user/alias/domain attributes added
2017-09-28 20:21:44 +02:00
Dmytro Makovey
18ba724505 pep8/flake8 applied 2017-09-28 08:37:39 -07:00
Dmytro Makovey
d50ba01892 autopep8 applied 2017-09-28 08:28:10 -07:00
Dmytro Makovey
b05e924f3b merged config_sync improvements/bugfixes 2017-09-27 21:57:57 -07:00
Dmytro Makovey
83e6d4400c fix user params updates 2017-09-27 21:48:20 -07:00
Dmytro Makovey
a6944582a3 fix python2-ism 2017-09-27 21:34:10 -07:00
Dmytro Makovey
c9f124c9b9 expand user and alias params 2017-09-27 21:29:42 -07:00
Dmytro Makovey
06d7828e06 fix multi-add of managers 2017-09-27 20:52:03 -07:00
Dmytro Makovey
4fed48eae1 commit earlier to fix issues with missing domains 2017-09-27 20:31:51 -07:00
Dmytro Makovey
977fcd01e0 add more verbosity for operations 2017-09-27 20:16:23 -07:00
Dmytro Makovey
454264ba31 fix typo 2017-09-27 19:44:19 -07:00
kaiyou
d84b63453f Merge pull request #271 from droopy4096/master-backports
Added config_update verbosity and expanded YAML format a touch
2017-09-27 20:25:14 +02:00
Dmytro Makovey
319b3e68bb backported proper empty field handling 2017-09-27 11:05:29 -07:00
Dmytro Makovey
2ffd779324 add some fail-safe for empty passwords 2017-09-27 11:04:19 -07:00
Dmytro Makovey
b64582b456 retracting dovecot cipher settings 2017-09-27 07:28:39 -07:00