1389 Revīzijas (076d67b51331efbac9cbb7685f34e6dbacfbc30c)

Autors SHA1 Ziņojums Datums
Florent Daigniere 076d67b513 follow the protocol pirms 3 gadiem
Florent Daigniere 2e467092a2 The newer dovecot sends data podop should ignore pirms 3 gadiem
Florent Daigniere 8942448561 Upgrade to alpine 3.16.2
This may fix the build issues on arm
pirms 3 gadiem
bors[bot] 9975a793fe
Merge #2458
2458: Fix: Don't update updated_at on quota_bytes_used change r=mergify[bot] a=DjVinnii

## What type of PR?

bug-fix

## What does this PR do?

This PR makes sure that the `updated_at` field is not updated when `quota_bytes_used` is updated. All other updates to the `User` model still updates the `updated_at` field. 

This is done by explicitly using an method in the `Base` class triggering [`flag_modified`][url-flag-modified].

### Related issue(s)
- closes #1363

## 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.

- [ ] 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.

<!-- LINKS-->
[url-flag-modified]: https://docs.sqlalchemy.org/en/14/orm/session_api.html#sqlalchemy.orm.attributes.flag_modified


Co-authored-by: Vincent Kling <v.kling@vinniict.nl>
pirms 3 gadiem
bors[bot] 5703e97c73
Merge #2460
2460: Switch to a base image containing base tools and the podop and socrate libs r=mergify[bot] a=ghostwheel42

## What type of PR?

enhancement of build process

## What does this PR do?

Changes build.hcl to build core images using a base image.
Also adds a "assets" base image for the admin container.


Co-authored-by: Alexander Graf <ghostwheel42@users.noreply.github.com>
Co-authored-by: Pierre Jaury <pierre@jaury.eu>
Co-authored-by: kaiyou <pierre@jaury.eu>
Co-authored-by: Dimitri Huisman <52963853+Diman0@users.noreply.github.com>
pirms 3 gadiem
Alexander Graf 024b0573b3
Update build reqs and fix armv7 build pirms 3 gadiem
Vincent Kling 6363acf30a Add dont_change_updated_at to fetch_done pirms 3 gadiem
Vincent Kling 6b785abb01 Rename flag_updated_at_as_modified to dont_change_updated_at pirms 3 gadiem
Blaž Zupan 56617bbe12 Quote SMTP SIZE to avoid splitting keyword and parameter in EHLO response pirms 3 gadiem
Vincent Kling 23d06a5761 Fix a bunch of typos pirms 3 gadiem
Alexander Graf d9bf6875e1
Optimize build order for better caching pirms 3 gadiem
Alexander Graf 7441a420c4
Fix and speed-up arm build. Allow chosing of prod/dev env. pirms 3 gadiem
Alexander Graf 146921f619
Move curl to base image pirms 3 gadiem
Alexander Graf 4c1071a497
Move all requirements*.txt to base image pirms 3 gadiem
Alexander Graf a29f066858
Move even more python deps to base image pirms 3 gadiem
Alexander Graf 52dd09d452
Fix assets build process #2 pirms 3 gadiem
Alexander Graf 768c0cc1ce
Fix assets build process pirms 3 gadiem
Alexander Graf 8668b269cd
Add requirements.txt for base image pirms 3 gadiem
Alexander Graf 9f511faf64
Merge pull request #8 from NeverBehave/master
fix: resolve IPv6 container hostname
pirms 3 gadiem
Dimitri Huisman b711f930ef
Merge pull request #9 from vavanade/patch-1
fix docstring
pirms 3 gadiem
Dimitri Huisman c0066abd01
Merge pull request #6 from micw/log-failed-dns
Add logging for failed DNS lookups
pirms 3 gadiem
kaiyou f63837b8e1
Update to 0.2.0 pirms 3 gadiem
kaiyou 68d44201ab
Merge pull request #4 from micw/resolve-host-if-address-not-set
Resolve host if address not set
pirms 3 gadiem
kaiyou b198fde756
Merge pull request #3 from micw/fix-random-failures
Change test hostnames for stable test results
pirms 3 gadiem
kaiyou 7f6d51904b
Remove wrong dependency to importlib pirms 3 gadiem
kaiyou ef344c62f6
Add automated tests pirms 3 gadiem
kaiyou 74a3e87de3
Fix a couple syntax typos pirms 3 gadiem
kaiyou 351b05b92d
Allow jinja to load from file path or handle pirms 3 gadiem
kaiyou 0370b26f3e
Initial commit pirms 3 gadiem
Alexander Graf ce9d886195
Merge pull request #10 from ghostwheel42/add_gitignore
Add .gitignore file
pirms 3 gadiem
kaiyou dbec5f0a6c
Switch to setuptools and bump the version pirms 3 gadiem
kaiyou 3d0d831c76
Version 0.2.4 pirms 3 gadiem
kaiyou e2979f9103
Merge pull request #6 from Nebukadneza/fix_py37
Don’t use deprecated now-keyword "async"
pirms 3 gadiem
kaiyou 6fadd39aea
Merge pull request #3 from Nebukadneza/add_key_url_quoting
URL-Quote the key in HTTP requests
pirms 3 gadiem
kaiyou 080e76f972
Merge pull request #1 from rakshith-ravi/patch-1
Fixed a small typo
pirms 3 gadiem
kaiyou 23e5aa2e05
Escape strings properly in the Dovecot dict dialect pirms 3 gadiem
kaiyou 814bb1f36d
Properly miss when the web api returns 404 pirms 3 gadiem
kaiyou d2b98ae323
Update to 0.2.2 pirms 3 gadiem
kaiyou 81d171f978
Add some debug logging to the table class pirms 3 gadiem
Pierre Jaury d640da8787
Include package data in the package pirms 3 gadiem
Pierre Jaury c5fa0280a0
Add support for dovecot dict_set operations pirms 3 gadiem
Pierre Jaury eb6b1866f1
Specify dependencies in the setup script pirms 3 gadiem
Pierre Jaury b1b0aeb69d
Initial commit pirms 3 gadiem
Alexander Graf 9fe452e3d1
Use base image when building core images pirms 3 gadiem
Alexander Graf 5e552bae69
Add base image pirms 3 gadiem
Alexander Graf 295d7ea675
Move assets to own Dockerfile pirms 3 gadiem
bors[bot] e600f20762
Merge #2468
2468: Ensure that Mailu keeps working even if it can't obtain a certificate from LE r=mergify[bot] a=nextgens

## What type of PR?

bug-fix

## What does this PR do?

Ensure that Mailu keeps working even if it can't obtain a certificate from letsencrypt for one of the HOSTNAMES

Without this TLS configuration would fail and Mailu would operate without TLS completely.

I haven't tested it but thought this used to work previously... maybe certbot has changed something

### Related issue(s)
- closes #2467

## 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: Florent Daigniere <nextgens@freenetproject.org>
pirms 3 gadiem
Florent Daigniere 1630a18dd8 Ensure that Mailu keeps working even if it can't obtain a certificate from letsencrypt for one of the HOSTNAMES pirms 3 gadiem
Vincent Kling bda404182f Replace before update listener with method in the Base class pirms 3 gadiem
bors[bot] 1cdc4e76b4
Merge #2455
2455: Fix/missing tanslations r=mergify[bot] a=DjVinnii

## What type of PR?

Fix/Enhancement

## What does this PR do?
Add missing Dutch translation, as well as the German translation for `Start of vacation`

### Related issue(s)
- closes #2217

## 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.

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


Co-authored-by: Vincent Kling <v.kling@vinniict.nl>
Co-authored-by: Alexander Graf <ghostwheel42@users.noreply.github.com>
Co-authored-by: Dimitri Huisman <diman@huisman.xyz>
pirms 3 gadiem