1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-07-01 00:44:57 +02:00
Commit Graph

118 Commits

Author SHA1 Message Date
4d70a8737e Expose the data volume for admin container 2018-09-28 17:42:10 +02:00
0b885548ab bind to any protocol 2018-09-25 06:29:53 +02:00
313b79538e Merge pull request #513 from mprihoda/feature/better-ratelimit-error
Return correct status codes from auth rate limiter failure.
2018-09-16 19:58:34 +02:00
5ad02ae2e5 Use a more uniform 'Save' for most form submits, fixes #523 2018-08-01 21:24:13 +02:00
f5e7751835 Return correct status codes from auth rate limiter failure. 2018-07-02 21:41:40 +02:00
74b72375cb Merge pull request #493 from MFAshby/user_validation
Made User and UserSignup validation consistent for the local part of
2018-06-28 14:16:01 +02:00
9091e54fda Hide administration header in sidebar for normal users. 2018-06-25 21:35:40 +02:00
0284b6a8e9 Made User and UserSignup validation consistent for the local part of the email address 2018-06-10 15:15:36 +00:00
14687d09ba Fix announcements for idna domains 2018-06-02 10:59:57 +02:00
1371ba5f5e Add the keep field to fetch forms, fixes #479 2018-05-30 00:40:50 +02:00
ea658a174d Fix a typo in the base html template 2018-05-30 00:37:34 +02:00
b6c76a5e39 Do not remove openssl when purging build deps, fixes #481 2018-05-30 00:28:44 +02:00
91e51a24c8 Merge pull request #465 from sanduhrs/feature/463
Remove services status page
2018-05-28 22:57:43 +02:00
7d661ab80d don't require BootstrapCDN for FontAwesome (GDPR-compliance) 2018-05-22 03:33:27 +02:00
6177571e4d Remove services status localization 2018-04-23 18:59:46 +02:00
b541d4c257 Remove services status sidebar link 2018-04-23 18:56:48 +02:00
e89b32a3f4 Remove services route 2018-04-23 18:55:37 +02:00
ec8e82aaca Remove services status template 2018-04-23 18:55:13 +02:00
f55e5e26cd Update messages.po (POEditor.com) 2018-04-22 12:19:35 +02:00
2b96abbef4 Update messages.po (POEditor.com) 2018-04-22 12:15:40 +02:00
af38d5ab0c Update messages.po (POEditor.com) 2018-04-22 12:15:38 +02:00
fc89b30e8a Update messages.po (POEditor.com) 2018-04-22 12:15:36 +02:00
791fab688a Update messages.po (POEditor.com) 2018-04-22 12:15:33 +02:00
c9b0832899 Update messages.po (POEditor.com) 2018-04-22 12:15:31 +02:00
fa1b0ac32c Update messages.po (POEditor.com) 2018-04-22 12:15:28 +02:00
75f0791965 Update messages.po (POEditor.com) 2018-04-22 12:15:26 +02:00
c91c5c7493 Update messages.po (POEditor.com) 2018-04-22 12:15:24 +02:00
299a654e97 Update messages.po (POEditor.com) 2018-04-22 12:15:22 +02:00
494e52d8f0 Update messages.po (POEditor.com) 2018-04-22 12:15:20 +02:00
3b7014d563 Add dummy spanish and russion languages 2018-04-22 12:13:25 +02:00
be0a0b4ac8 Update translation strings 2018-04-22 12:10:39 +02:00
8bad30cd59 Move the domain MX status to the detail page 2018-04-22 10:15:09 +02:00
7f0447514c Finish storing the user quota to redis 2018-04-21 17:19:44 +02:00
80893be68b Add a missing import to dnspython 2018-04-21 16:37:30 +02:00
091369915b Display the user quota in the admin interface 2018-04-21 15:48:07 +02:00
e13593f29a Switch to database 2 for rate limiting 2018-04-21 15:07:04 +02:00
d1dbba2d3a Add expose instructions in Dockerfiles, fixes #392 2018-04-21 14:46:01 +02:00
62d1a0c104 Add a status field to the domain list 2018-04-21 13:56:20 +02:00
bb0d7bf6dc Enforce the nocase collation on the email table 2018-04-21 13:25:48 +02:00
186c30d2ac Have the admin listen on ipv6 2018-04-21 12:55:14 +02:00
dfaedb76f1 Merge pull request #447 from sanduhrs/feature/446
Add a sqlalchemy custom type for unicode to idna conversion of domain names
2018-04-21 11:46:43 +02:00
9968d708f1 Update the prod requirements 2018-04-18 20:34:21 +02:00
381e76511d Add self-service domain registration 2018-04-18 20:34:21 +02:00
c688970b32 Respect user enabled flag in admin authentication 2018-04-16 08:57:35 +02:00
d3064579f4 Respect user enabled flag in basic authentication 2018-04-16 08:57:35 +02:00
92f4858323 Respect user.enabled status in internal authentication 2018-04-16 08:57:35 +02:00
d2c6cecca6 Remove is_enabled method and use the enabled attribute instead 2018-04-16 08:57:35 +02:00
5bfdd75738 Respect user enabled flag on user.login 2018-04-16 08:57:35 +02:00
78f4fa7db9 Add field to ui for user enabled flag 2018-04-16 08:57:35 +02:00
20d6fbae48 Add enabled flag to user model 2018-04-16 08:57:35 +02:00