Commit Graph

16 Commits (45b01db9de9f7866bb2ca1a51ccf788117916628)

Author SHA1 Message Date
Florent Daigniere 862fdda55b Tweak the wording
Diman0 ac496eed19 Update setup with new rate limit config vars.
Dimitri Huisman e5972bd9ec Set default message rate limit to 200/day
Florent Daigniere 1438253a06 Ratelimit outgoing emails per user
Diman0 4cfa2dbc2a Increase width of rate limiting text box.
Diman0 588904078e Set default of AUTH_RATELIMIT_SUBNET to False. Increase default AUTH_RATELIMIT value.
Dimitri Huisman b140fa54ac Update jquery js dependencies in setup
Dimitri Huisman 17cea83301 Completely remove step 5 where you can set the replica count for docker-stack.
Add additional warning to ´experimental' notice in setup for stack.
Add a notice the shipped PostgreSQL is deprecated.
Make the external PostgreSQL database the default option.
Make 1.7 the default version (stable_version': '1.7', in docs\conf.py)
Update mergify.yml with 1.8 version
Leigh Morresi 1ede5dc301 Grammatical and spelling mistake fixes.
kaiyou 8e88f1b8c3 Refactor the rate limiting code
Rate limiting was already redesigned to use Python limits. This
introduced some unexpected behavior, including the fact that only
one criteria is supported per limiter. Docs and setup utility are
updated with this in mind.

Also, the code was made more generic, so limiters can be delivered
for something else than authentication. Authentication-specific
code was moved directly to the authentication routine.
Ionut Filip 9bec86f2c3 Fixed TLD limitation
Tim Möhlmann 38e754be6d
Make docs refer to the setup utility
Ionut Filip 2a76451a98 Moved scripts to an external js file
Ionut Filip ffdef18bd6 Rendering admin/webmail path based on checkbox value
Tim Möhlmann 84c6b12d06
Updated labels in config page
Ionut Filip 08987dfa22 Minor changes