Commit Graph

  • b6aaf57be1 Merge branch 'refactor-config' of github.com:kaiyou/mailu into refactor-config kaiyou 2018-12-06 10:33:21 +0100
  • d0f07984b0 Merge remote-tracking branch 'upstream/master' into refactor-config kaiyou 2018-12-06 10:23:43 +0100
  • 07b1e8d765
    Merge pull request #722 from usrpro/update-mergify kaiyou 2018-12-06 10:19:07 +0100
  • 9dd447e23b
    Add login method to smtp_auth under ssl Fixes #704 Tim Möhlmann 2018-12-06 01:00:16 +0200
  • eac4d553a9 nginx: Allow extending config with overrides Patrick Georgi 2018-11-27 00:12:12 +0100
  • c25c646909
    Merge pull request #702 from dani909/feat-image-prefix mergify[bot] 2018-12-05 19:24:07 +0000
  • 02367d1447
    Merge branch 'master' into feat-image-prefix hoellen 2018-12-05 19:48:51 +0100
  • 2d4bac03ad
    Merge pull request #723 from usrpro/clean-healthcheck-logs mergify[bot] 2018-12-05 18:09:14 +0000
  • a382f74680
    Merge pull request #705 from usrpro/fix-recaptcha mergify[bot] 2018-12-05 18:05:22 +0000
  • ca86090011
    Merge pull request #682 from usrpro/feat-setup mergify[bot] 2018-12-05 17:57:41 +0000
  • 37027cfce7
    Merge pull request #633 from kaiyou/fix-sender-checks mergify[bot] 2018-12-05 16:03:24 +0000
  • d18cf7cb25
    Prevent redirects during health checking Tim Möhlmann 2018-12-05 17:43:42 +0200
  • d84254ccd8
    Update user creation to python3 Tim Möhlmann 2018-12-05 16:23:16 +0200
  • 161b27a204
    Merge pull request #719 from davidrothera/master mergify[bot] 2018-12-05 12:37:13 +0000
  • b564b879aa
    Update .mergify.yml - New syntax for mergify engine v. 2 - Relax review rules for trusted users Tim Möhlmann 2018-12-05 12:38:06 +0200
  • c9df311a0d
    Set forward_destination to an empty list Tim Möhlmann 2018-12-04 16:22:18 +0200
  • eff6c34632
    Catch asterisk before resolve_domain Tim Möhlmann 2018-12-04 15:40:07 +0200
  • 55cf328ce2
    Documentation how to use Postgresql Tim Möhlmann 2018-12-03 19:01:32 +0200
  • 7809d1373a Moved postgresql image in optional Ionut Filip 2018-12-03 17:57:43 +0200
  • dd16ed4cba Removed password hashing Ionut Filip 2018-12-03 16:44:48 +0200
  • 7b8835070d Added tenacity retry fir migrations connection Ionut Filip 2018-12-03 15:25:10 +0200
  • 88c174fb7a Query alternative table for domain matches David Rothera 2018-12-02 10:46:47 +0000
  • 2b6f5ea3d0
    Update setup's own docker-compose.yml file Tim Möhlmann 2018-12-01 02:37:34 +0200
  • bdcf69b0e6
    Keep one more WAL archive, to enable single-last backup recovery Tim Möhlmann 2018-11-30 18:12:23 +0200
  • 44dae7353c
    Gzip wal_archives Tim Möhlmann 2018-11-30 17:46:59 +0200
  • 2cb27a9f32
    Fix sorting of /backup/base-* directories Tim Möhlmann 2018-11-30 17:43:03 +0200
  • 3ce73f5bc0
    Automatic restore of backups when /data is empty Tim Möhlmann 2018-11-30 16:59:03 +0200
  • de3f125ed3
    Implement health checking Tim Möhlmann 2018-11-30 13:54:12 +0200
  • 92bdc6e0a3 Added network if postgresql used Ionut Filip 2018-11-29 16:59:18 +0200
  • ec93217eeb Merge branch 'feat-psql-support' of github.com:usrpro/Mailu into feat-psql-support Ionut Filip 2018-11-29 11:37:09 +0200
  • fa879dd9ab Removed empty space Ionut Filip 2018-11-29 11:34:59 +0200
  • e8d05c657f
    Automatic pg_basebackup and wal_archive cleaning Tim Möhlmann 2018-11-28 18:41:31 +0200
  • e89d354834 Encrypted input db password Ionut Filip 2018-11-27 19:36:24 +0200
  • ef6a0727ac Updated setup with optional psql db Ionut Filip 2018-11-27 15:11:46 +0200
  • e668d360e8 Changed user creation command Ionut Filip 2018-11-23 14:37:55 +0200
  • ddd4be8f9a Changed admin and user creation command Ionut Filip 2018-11-23 14:12:22 +0200
  • 479b410f19
    Implement WAL archiving Tim Möhlmann 2018-11-22 07:46:57 +0200
  • e3a503a559
    Move data to the root directory, for simplification Tim Möhlmann 2018-11-21 12:30:35 +0200
  • 436055f02c Created function for returning email type Ionut Filip 2018-11-21 13:43:06 +0100
  • 47a3fd47b5
    Fix DB_FLAVOR condition testing for models.py Tim Möhlmann 2018-11-20 18:18:33 +0200
  • 0f3c1b9d15
    Implement CIText as NOCASE alternative in postgresql Tim Möhlmann 2018-11-20 14:41:17 +0200
  • 9b9f3731f6
    Make current migrations work with postgresql Tim Möhlmann 2018-11-19 19:10:38 +0200
  • 2ced020513
    Create user for healthcheck Tim Möhlmann 2018-11-19 11:55:41 +0200
  • a2b5b4d2e0
    Declare the data volume properly Tim Möhlmann 2018-11-18 23:48:20 +0200
  • 79246cf2a3
    Create Postgresql image Tim Möhlmann 2018-11-18 18:35:13 +0200
  • 8bdc0c71af
    Allow for setting a different DB flavor Tim Möhlmann 2018-11-14 14:58:54 +0200
  • 1ad853d8d0
    Merge branch 'feat-setup' into feat-psql-support Tim Möhlmann 2018-11-09 21:24:19 +0200
  • eccadeca16
    Merge pull request #8 from usrpro/feat-email-test Tim Möhlmann 2018-11-09 12:58:32 +0200
  • fed7146873 Captcha check on signup form Ionut Filip 2018-11-09 12:30:49 +0200
  • 4783e61693
    Fix password context Tim Möhlmann 2018-11-09 11:45:08 +0200
  • 72e1b444ca Merge alembic migrations kaiyou 2018-11-08 21:55:39 +0100
  • 5b769e23da Merge branch 'master' into refactor-config kaiyou 2018-11-08 21:43:05 +0100
  • 30716b8bdf Update docs with the new flask command kaiyou 2018-11-08 21:35:41 +0100
  • 02995f0a15 Add a mailu command line to flask kaiyou 2018-11-08 21:29:30 +0100
  • f9e30bd87c Update the dockerfile and upgrade dependencies kaiyou 2018-11-08 21:29:11 +0100
  • 4a7eb1eb6c Explicitely declare flask migrate kaiyou 2018-11-08 20:32:23 +0100
  • 2a8808bdec Add the configuration table migration kaiyou 2018-11-08 20:32:06 +0100
  • f57d4859f3 Provide an in-context wrapper for getting users kaiyou 2018-11-08 20:30:41 +0100
  • f6013aa29f Fix an old migration that was reading configuration before migrating kaiyou 2018-11-08 20:30:20 +0100
  • 206cce0b47 Finish the configuration bits kaiyou 2018-11-08 20:29:52 +0100
  • 5c24390114
    Merge pull request #697 from HorayNarea/fix-missing-dkim mergify[bot] 2018-11-08 17:24:51 +0000
  • 2a76451a98 Moved scripts to an external js file Ionut Filip 2018-11-07 16:41:11 +0200
  • 1bbf3f235d Using a new class when captcha is enabled Ionut Filip 2018-11-07 09:58:49 +0200
  • 12689965bd
    Merge pull request #699 from usrpro/fix-admin-bug mergify[bot] 2018-11-06 18:10:52 +0000
  • 680ad4b67a
    Catching only ValueError hoellen 2018-11-05 19:36:28 +0200
  • 76d9fc3865 Rewrite of email test script and added eicar virus file Ionut Filip 2018-11-05 17:28:40 +0200
  • 4032e7128d Calling email test as hook with msg as arg Ionut Filip 2018-11-05 12:34:52 +0200
  • fca3dc4e70 Flushing stream before calling subprocess Ionut Filip 2018-11-03 19:34:47 +0200
  • 9a7fc1416a Replaces os.popen with subprocess.check_output Ionut Filip 2018-11-03 19:15:05 +0200
  • b3ac4465f2
    Add docker image prefix Daniel Huber 2018-11-03 14:54:17 +0100
  • da96ef183b
    Merge pull request #700 from usrpro/feat-review-docs mergify[bot] 2018-11-02 21:01:07 +0000
  • e08f3e81d0
    Merge pull request #680 from usrpro/feat-startup mergify[bot] 2018-11-02 17:36:28 +0000
  • 982e586e49 Replaced os.system calls with native python calls Ionut Filip 2018-11-02 16:25:55 +0200
  • 0d6a203a9d Use sudo for running sh commands Ionut Filip 2018-11-02 15:32:36 +0200
  • fd8ed3dfa6 Moved certs copy in travis Ionut Filip 2018-11-02 15:17:59 +0200
  • 2576379df5
    Dev. docs.: Add git workflows for branching, PR and reviewing Tim Möhlmann 2018-11-02 15:10:18 +0200
  • 88f5e6e4cf Moved users creation in core Ionut Filip 2018-11-02 15:05:16 +0200
  • c3bc7988c9 Implemented email test for travis Ionut Filip 2018-11-02 14:27:46 +0200
  • 6dcc33e390 Fixed admin_1 errors in the logs Ionut Filip 2018-11-02 12:14:23 +0200
  • 4e9dc0c3c9 Implemented sending/reading email(local tests) Ionut Filip 2018-11-01 11:40:54 +0200
  • 13bc6261e4
    allow DKIM-signing if From-Header and Auth-User mismatch Thomas Sänger 2018-10-31 20:30:16 +0100
  • ca4804653d
    Merge branch 'master' into feat-setup Tim Möhlmann 2018-10-31 20:11:52 +0100
  • 09abaff9b6
    Merge pull request #692 from HorayNarea/feat-rspamd-history mergify[bot] 2018-10-31 17:57:01 +0000
  • 7a116c0364
    Merge pull request #696 from usrpro/fix-imap-no-webmail mergify[bot] 2018-10-31 17:56:48 +0000
  • 42e2dbe35d
    Standarize image by using shared / similair layers Tim Möhlmann 2018-10-31 19:17:23 +0200
  • 003c36c98a Fix imap login when no webmail selected Tim Möhlmann 2018-10-31 17:47:05 +0200
  • 5fa2aac569
    Fix imap login when no webmail selected Tim Möhlmann 2018-10-31 17:47:05 +0200
  • 5067b5c59a POD_ADDRESS need to be defined for admin service (dovecot authentification) fixes #694 - updated the docs - corrected a typo ofthesun9 2018-10-31 14:27:37 +0000
  • 903bb70c5b
    Merge remote-tracking branch 'upstream/master' into standarize-images Tim Möhlmann 2018-10-31 16:22:21 +0200
  • 9ba086fcff
    store rspamd history in redis Thomas Sänger 2018-10-30 23:28:25 +0100
  • 9004c9b8b5
    Merge pull request #677 from usrpro/feat-faq Tim Möhlmann 2018-10-30 21:04:34 +0100
  • e9217b8389
    Merge pull request #681 from usrpro/feat-unbound-dns mergify[bot] 2018-10-30 17:32:13 +0000
  • 1a5e106bb8
    Merge pull request #691 from Mailu/HorayNarea-patch-1 mergify[bot] 2018-10-30 07:47:49 +0000
  • 7125077dec
    Update roundcube Thomas Sänger 2018-10-29 01:41:04 +0100
  • 7408e625f6
    Merge pull request #690 from dani909/fix-typo mergify[bot] 2018-10-28 18:11:32 +0000
  • 2237e641b0
    Fix Typo in K8s Docs Daniel Huber 2018-10-28 12:26:14 +0100
  • ffdef18bd6 Rendering admin/webmail path based on checkbox value Ionut Filip 2018-10-26 16:50:59 +0300
  • a46d0fe581
    Fix path for hooks Tim Möhlmann 2018-10-25 18:45:24 +0300
  • 35e0fa1b9d
    Drop IPv6 for travis Tim Möhlmann 2018-10-25 18:23:42 +0300
  • a1ac7fc19c
    Upgrade docker-compose inside travis (fix build errors) Tim Möhlmann 2018-10-25 18:12:07 +0300