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

247 Commits

Author SHA1 Message Date
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
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
9f267a44ee backported CLI options for domain command 2017-09-26 14:21:50 -07:00
Dmytro Makovey
1ee4f5db15 fix domain command invocation 2017-09-26 14:18:37 -07:00
Dmytro Makovey
292853fd57 backported domain/manager sync 2017-09-26 14:11:00 -07:00
Dmytro Makovey
ce2ad32efc add manager/domain configuration sync 2017-09-26 13:20:33 -07:00
Dmytro Makovey
5e55182b90 fix type check as per pull request comment 2017-09-25 06:59:01 -07:00
kaiyou
a57096e613 Support specifyin multiple hostnames 2017-09-24 17:49:39 +02:00
kaiyou
7e9c04cd65 Do not include appscheduler 2017-09-24 17:48:27 +02:00
kaiyou
94a13aabf0 Handle nginx authentication requests in the admin container 2017-09-24 15:43:23 +02:00
kaiyou
87cbeacecd Do not install openssl in the admin container anymore 2017-09-24 12:05:38 +02:00
kaiyou
870c7dbe5c Remove unused requirements from the admin app 2017-09-24 12:04:52 +02:00
kaiyou
97505d1367 Remove TLS tasks from the admin container 2017-09-24 12:02:26 +02:00
kaiyou
974c351802 Move the admin interface back to a blueprint 2017-09-24 12:00:39 +02:00
kaiyou
971e839201 Merge branch 'master' into feature-xforwarded-prefix 2017-09-24 11:46:58 +02:00
Dmytro Makovey
8cf93ab999 added bacports and resolved conflicts 2017-09-22 00:42:37 -07:00
Dmytro Makovey
f86391f839 be smarted about destination field 2017-09-19 08:27:19 -07:00
kaiyou
e14f93d429 Do not remove openssl during the admin container setup 2017-09-18 21:34:43 +02:00
kaiyou
6cd8e0e336 Fix the redirect to /webmail 2017-09-17 19:01:02 +02:00
kaiyou
f615af4a88 Fix the behavior during login 2017-09-17 18:55:54 +02:00
kaiyou
2b13af4638 Update messages.po (POEditor.com) 2017-09-17 16:32:59 +02:00
kaiyou
9fd60c3fa8 Update translations 2017-09-17 16:26:40 +02:00
kaiyou
924ca02016 Update messages.po (POEditor.com) 2017-09-17 16:25:56 +02:00
kaiyou
bb8c4e86c1 Update translations after moving mailu.admin 2017-09-17 14:38:00 +02:00
kaiyou
fed7665a0a Fix all references to mailu.admin 2017-09-17 14:37:10 +02:00
kaiyou
9358a76d89 Start moving things out of the admin module 2017-09-17 14:36:44 +02:00
kaiyou
5192034c02 Fix the missing openssl requirement 2017-09-17 12:56:55 +02:00
kaiyou
52daccb74e Clean the requirements after removing certbot 2017-09-17 12:03:50 +02:00
kaiyou
a96478c496 Fix remaining migration scripts and remove initdb/flushdb from manage.py 2017-09-17 11:55:12 +02:00
kaiyou
829e4a5e28 Merge pull request #254 from Mailu/feature-traefik
Switch to traefik for proxying and querying letsencrypt
2017-09-16 22:39:07 +02:00
kaiyou
95970cd7b8 Stamp the database when creating it, fixes #259 2017-09-16 22:29:36 +02:00
kaiyou
a138bed95e Fix the docker-compose.yml so that / is handled by the admin container 2017-09-16 18:12:21 +02:00
kaiyou
a08185911d Merge branch 'master' into feature-traefik 2017-09-16 17:54:09 +02:00
kaiyou
9ee795a694 Redirect / to /webmail by default 2017-09-16 17:53:16 +02:00
kaiyou
68ba514297 Merge pull request #257 from Mailu/feature-relays
Implement relaying emails to specific SMTP
2017-09-16 13:07:49 +02:00
kaiyou
4463a4eade Merge pull request #252 from Mailu/feature-alternative-domains
Implement alternative domains
2017-09-16 13:06:52 +02:00
Dmytro Makovey
e6bedabef0 fix print call 2017-09-11 14:06:00 -07:00