Dimitri Huisman
06b784da57
Shorten default function by using lambda
2022-10-29 08:57:48 +00:00
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>
2022-10-28 20:09:10 +00:00
Florent Daigniere
ec4224123b
Use the logger
2022-10-28 18:28:31 +02:00
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>
2022-10-28 15:21:56 +00:00
Alexander Graf
024b0573b3
Update build reqs and fix armv7 build
2022-10-28 15:47:48 +02:00
Vincent Kling
6363acf30a
Add dont_change_updated_at to fetch_done
2022-10-28 10:19:30 +02:00
Vincent Kling
6b785abb01
Rename flag_updated_at_as_modified to dont_change_updated_at
2022-10-28 10:05:47 +02:00
Florent Daigniere
89f7d983b4
Don't start rspamd until admin is up and working
2022-10-27 10:51:45 +02:00
Florent Daigniere
d8cf0c3848
Revert "Admin may not have started up when this loads"
...
This reverts commit 0f17299b4e6c6deba13a7755fb547409aa235bd2.
2022-10-27 10:21:19 +02:00
Florent Daigniere
0f17299b4e
Admin may not have started up when this loads
2022-10-25 14:43:47 +02:00
Florent Daigniere
95a3a3d342
doh
2022-10-25 12:05:25 +02:00
Florent Daigniere
84a722eabc
Optimize the query
2022-10-24 19:31:53 +02:00
Florent Daigniere
bd1b73032c
Poke a hole for mailing lists
2022-10-24 09:48:51 +02:00
Blaž Zupan
56617bbe12
Quote SMTP SIZE to avoid splitting keyword and parameter in EHLO response
2022-10-21 16:42:33 -07:00
Florent Daigniere
c4fcaed7d4
doh
2022-10-20 16:01:18 +02:00
Vincent Kling
8a60b658b4
Implement FETCHMAIL_ENABLED
2022-10-20 13:41:35 +02:00
Florent Daigniere
8929f54de5
clarify
...
Also cover the case where the DKIM sig is for another domain and there
is no explicit DMARC policy
2022-10-20 11:32:58 +02:00
Florent Daigniere
8da6117bb9
clarify
2022-10-20 10:35:43 +02:00
Florent Daigniere
af87456faf
this works for me
2022-10-20 10:24:10 +02:00
Vincent Kling
23d06a5761
Fix a bunch of typos
2022-10-19 19:41:49 +02:00
Florent Daigniere
be4dd6d84a
Spell it out
2022-10-19 18:22:33 +02:00
Florent Daigniere
f7b3aad831
Ensure we REJECT when we don't have a DMARC policy
...
This restores the old behaviour
2022-10-19 17:53:32 +02:00
Florent Daigniere
0204c9e59d
doh
2022-10-19 16:08:29 +02:00
Florent Daigniere
8775a2bf04
untested code that may just work
2022-10-19 15:28:20 +02:00
Florent Daigniere
5ebcecf4dd
Don't need that anymore either
2022-10-18 16:05:57 +02:00
Florent Daigniere
3e51d15b03
Remove the strict anti-spoofing rule.
2022-10-18 15:58:53 +02:00
Alexander Graf
d9bf6875e1
Optimize build order for better caching
2022-10-17 16:20:52 +02:00
Alexander Graf
7441a420c4
Fix and speed-up arm build. Allow chosing of prod/dev env.
2022-10-14 16:17:46 +02:00
Alexander Graf
146921f619
Move curl to base image
2022-10-14 14:34:58 +02:00
Alexander Graf
4c1071a497
Move all requirements*.txt to base image
2022-10-14 14:34:27 +02:00
Alexander Graf
a29f066858
Move even more python deps to base image
2022-10-12 16:32:27 +02:00
Alexander Graf
52dd09d452
Fix assets build process #2
2022-10-12 16:32:26 +02:00
Alexander Graf
768c0cc1ce
Fix assets build process
2022-10-12 16:32:26 +02:00
Alexander Graf
8668b269cd
Add requirements.txt for base image
2022-10-12 16:32:26 +02:00
Alexander Graf
9f511faf64
Merge pull request #8 from NeverBehave/master
...
fix: resolve IPv6 container hostname
2022-10-12 16:32:26 +02:00
Dimitri Huisman
b711f930ef
Merge pull request #9 from vavanade/patch-1
...
fix docstring
2022-10-12 16:32:26 +02:00
Dimitri Huisman
c0066abd01
Merge pull request #6 from micw/log-failed-dns
...
Add logging for failed DNS lookups
2022-10-12 16:32:25 +02:00
kaiyou
f63837b8e1
Update to 0.2.0
2022-10-12 16:32:25 +02:00
kaiyou
68d44201ab
Merge pull request #4 from micw/resolve-host-if-address-not-set
...
Resolve host if address not set
2022-10-12 16:32:25 +02:00
kaiyou
b198fde756
Merge pull request #3 from micw/fix-random-failures
...
Change test hostnames for stable test results
2022-10-12 16:32:25 +02:00
kaiyou
7f6d51904b
Remove wrong dependency to importlib
2022-10-12 16:32:25 +02:00
kaiyou
ef344c62f6
Add automated tests
2022-10-12 16:32:24 +02:00
kaiyou
74a3e87de3
Fix a couple syntax typos
2022-10-12 16:32:24 +02:00
kaiyou
351b05b92d
Allow jinja to load from file path or handle
2022-10-12 16:32:24 +02:00
kaiyou
0370b26f3e
Initial commit
2022-10-12 16:32:24 +02:00
Alexander Graf
ce9d886195
Merge pull request #10 from ghostwheel42/add_gitignore
...
Add .gitignore file
2022-10-12 16:32:24 +02:00
kaiyou
dbec5f0a6c
Switch to setuptools and bump the version
2022-10-12 16:32:23 +02:00
kaiyou
3d0d831c76
Version 0.2.4
2022-10-12 16:32:23 +02:00
kaiyou
e2979f9103
Merge pull request #6 from Nebukadneza/fix_py37
...
Don’t use deprecated now-keyword "async"
2022-10-12 16:32:23 +02:00
kaiyou
6fadd39aea
Merge pull request #3 from Nebukadneza/add_key_url_quoting
...
URL-Quote the key in HTTP requests
2022-10-12 16:32:23 +02:00