1122 Коммитов (73ab4327c29b3e5f65e5c26b5f86418612daa972)

Автор SHA1 Сообщение Дата
Alexander Graf 73ab4327c2 updated database libraries (sqlalchemy etc.)
this is working fine, but introduces a sqlalchemy warning
when using config-import:

  /app/mailu/schemas.py:822:
    SAWarning: Identity map already had an identity for (...),
    replacing it with newly flushed object.
    Are there load operations occurring inside of an event handler
    within the flush?
4 лет назад
Alexander Graf 4669374b9e use python wheels 4 лет назад
Alexander Graf 85d86d4156 some more libs updated 4 лет назад
Alexander Graf ffd99c3fa8 updated flask
ConfigManager should not replace app.config - this is causing trouble
with some other flask modules (swagger).
Updated ConfigManager to only modify app.config and not replace it.
4 лет назад
Alexander Graf 87884213c4 update misc helper libs 4 лет назад
Alexander Graf 56f65d724d update babel 4 лет назад
Alexander Graf 5238b00f0b update alembic 4 лет назад
Alexander Graf f613205fe1 update tenacity 4 лет назад
Alexander Graf 833ccb5544 reload page using GET when selecting language 4 лет назад
Alexander Graf 8b15820b01 fix sso login button spacing 4 лет назад
Alexander Graf 26fb108a3f updated Flask-Login 4 лет назад
Alexander Graf abc4112242 updated Werkzeug, Click and Flask-Migrate 4 лет назад
Alexander Graf f1d7bedd1b fix display of range inputs (again) 4 лет назад
Alexander Graf 13e6793c9f Merge remote-tracking branch 'upstream/master' into update_deps 4 лет назад
Alexander Graf aca1e13648 update socrate - will be removed later 4 лет назад
Alexander Graf 866741bcbe updated WTForms-Components deps 4 лет назад
Alexander Graf ef19869cde updated redis 4 лет назад
Alexander Graf d8efd3057c updated idna 4 лет назад
Alexander Graf 8ad8cde0e2 removed some obsolete requirements 4 лет назад
Alexander Graf 3ac1b3d86c update pyyaml and pygments 4 лет назад
Alexander Graf 40cdff4911 updated dnspython 4 лет назад
Alexander Graf dcbe55f062 updated crypto 4 лет назад
Alexander Graf 771b2d1112 duh 4 лет назад
Alexander Graf 23d0cd0466 update tabluate. fix audit.py and include in container 4 лет назад
Alexander Graf 8d90a74624 update werkzeug to 1.x 4 лет назад
bors[bot] 5e212ea46d
Merge #2036
2036: round display of range inputs to 2 decimals r=mergify[bot] a=ghostwheel42

## What type of PR?

small fix

## What does this PR do?

rounds display of range inputs to 2 decimals 

### Related issue(s)

- small fix to #1966

## Prerequisites
Before we can consider review and merge, please make sure the following list is done and checked.
If an entry in not applicable, you can check it or remove it from the list.

- [X] In case of feature or enhancement: documentation updated accordingly
- [X] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/workflow.html#changelog) entry file.


Co-authored-by: Alexander Graf <ghostwheel42@users.noreply.github.com>
4 лет назад
Alexander Graf 80be3506da upgrade pip. completed reqs via pip freeze 4 лет назад
Alexander Graf 598b2df5a0 update wtforms 4 лет назад
Alexander Graf e8b5f1a185 round display of range inputs to 2 decimals 4 лет назад
Florent Daigniere 74b31dc407 Ensure that RCVD_NO_TLS_LAST doesn't add spam points 4 лет назад
bors[bot] 11bbceb9cc
Merge #2032
2032: doh r=mergify[bot] a=nextgens

This should have been part of #2030

Co-authored-by: Florent Daigniere <nextgens@freenetproject.org>
4 лет назад
Florent Daigniere 8dad40f67c doh 4 лет назад
bors[bot] e52a3de1b0
Merge #2027 #2030
2027: Make logs more quiet r=mergify[bot] a=nextgens

## What type of PR?

enhancement

## What does this PR do?

It silences various useless log messages in front, specifically:
```
Oct 30 03:11:04 instance-20210109-1612 docker-front[1963]: 127.0.0.1 - - [30/Oct/2021:03:11:04 +0000] "GET /health HTTP/1.1" 301 162 "-" "curl/7.78.0"
Oct 30 03:11:04 instance-20210109-1612 docker-front[1963]: 127.0.0.1 - - [30/Oct/2021:03:11:04 +0000] "GET /health HTTP/2.0" 204 0 "-" "curl/7.78.0"
Oct 30 03:11:04 instance-20210109-1612 docker-front[1963]: 2021/10/30 03:11:04 [info] 476302#476302: *2622679 client 127.0.0.1 closed keepalive connection
Oct 30 03:13:02 instance-20210109-1612 docker-front[1963]: 127.0.0.1 - - [30/Oct/2021:03:13:02 +0000] "GET /auth/email HTTP/1.0" 200 0 "-" "-"
```

`@micw` has requested it for k8s

2030: Fix RELAYNETS r=mergify[bot] a=nextgens

## What type of PR?

bug-fix

## What does this PR do?

RELAYNETS should be comma separated like everything else; rspamd should also be aware of what is considered "trusted".

I am not sure whether ```local_networks``` is the right configuration option for it though

- close #360

Co-authored-by: Florent Daigniere <nextgens@freenetproject.org>
4 лет назад
Florent Daigniere 2170e07731 Tell rspamd about RELAYNETS 4 лет назад
Florent Daigniere 9d474f32a6 RELAYNETS is comma separated! 4 лет назад
Florent Daigniere f3c93212c6 The Rate-limiter should run after the deny 4 лет назад
Florent Daigniere 53a0363b9e Deal with the noisy keepalive messages
We don't particularly care about HTTP... and that's what's noisy.
4 лет назад
Florent Daigniere 80a85c27a9 Silent healthchecks in logs 4 лет назад
Alexander Graf 9bc685c30b removed some more whitespace 4 лет назад
Alexander Graf 8c31699baf fixed locale selector for no_NB 4 лет назад
Alexander Graf 882a27f87c simplified if's and added external link icon 4 лет назад
Alexander Graf 3141ffe791 removed some whitespace 4 лет назад
Dimitri Huisman 6b16756d92 Fix acessing antispam via sidebar. 4 лет назад
Dimitri Huisman 3449b67c86 Process code review remarks PR2023 4 лет назад
Dimitri Huisman 8784971b7f Merge rate limiting and failed login logging 4 лет назад
Dimitri Huisman 503044ef6e Reintroduce ProxyFix. Use two buttons for logging in. 4 лет назад
Dimitri Huisman c42ad8e71e Forgot to include changes for url_for of base.html 4 лет назад
Dimitri Huisman fb0f005343 Get rid of complicated prefix logic. Further simplify /static handling and nginx config. 4 лет назад
Dimitri Huisman da788ddee3 Merge branch 'fix-sso-1929' of github.com:Diman0/Mailu into fix-sso-1929 4 лет назад
Dimitri Huisman bdcc183165 Redirect to configured ENV VAR for Admin/Webmail, further simplify nginx config. 4 лет назад