Alexander Graf
e0d2432c6b
Rename data-ordered to data-sort
2022-11-08 16:22:24 +01:00
Alexander Graf
2a4402cdc2
Fix datatable for list fo sign-up domains
2022-11-08 13:27:57 +01:00
Alexander Graf
af6cf5fd1d
Fix language selector without session
2022-11-08 13:27:57 +01:00
Alexander Graf
2778641e78
Fix screen reader title of language selector
2022-11-08 13:27:56 +01:00
Alexander Graf
4776094ea7
Configure datatables on missing tables, add sign in button to sso page.
2022-11-08 13:27:56 +01:00
Alexander Graf
6218b36372
configure datatables via html5 data attributes
2022-11-08 13:27:56 +01:00
Alexander Graf
1ae9156756
Add bcyrpt as direct dependency for better crypto. Also some updates
2022-11-08 13:27:33 +01:00
Alexander Graf
a74396a9ef
Fix wtforms usage
2022-11-08 13:27:33 +01:00
Alexander Graf
047413185e
Mask Flask-SQLAlchemy >= 3.0.0 for now as it breaks mailu
2022-11-08 13:27:33 +01:00
Alexander Graf
7e36694b64
Update python deps
2022-11-08 13:27:33 +01:00
Alexander Graf
4b179d9008
Merge branch 'master' into hibp
2022-11-07 23:05:51 +01:00
Alexander Graf
36019a8ce9
Don't show Dockerfile before building
2022-11-07 16:48:58 +01:00
Alexander Graf
91e12d510d
Use default password used everywhere else
2022-11-07 16:35:01 +01:00
Alexander Graf
defd533319
Don't duplicate hidden fields
2022-11-07 16:16:09 +01:00
Alexander Graf
db87a0f3a1
Move temporary db into container and show docker run command
2022-11-04 23:51:32 +01:00
Alexander Graf
f7caaddbec
Speed up asset building when developing
2022-11-04 23:39:39 +01:00
Alexander Graf
71263f1a8c
Add more env variables and restyle code
2022-11-04 23:21:11 +01:00
Alexander Graf
fd8570ec34
Remove unused QUOTA_STORAGE_URL
2022-11-04 22:20:08 +01:00
Alexander Graf
bbeb211d72
Listen to localhost by default
2022-11-04 21:41:31 +01:00
Alexander Graf
1d90dc3ea3
Allow running without redis
2022-11-04 18:54:59 +01:00
Alexander Graf
c507b765be
Improve dev runner
2022-11-04 18:29:45 +01:00
Alexander Graf
8732b70b30
Add shell script to run admin dev environment
2022-11-04 18:08:23 +01:00
Alexander Graf
ea636a1835
Fix hibp test
2022-11-04 15:13:56 +01:00
Alexander Graf
311f41c331
Add missing hidden fields
2022-11-04 13:35:38 +01:00
Alexander Graf
27a5f9db65
Reformatting
2022-11-04 13:35:13 +01:00
Vincent Kling
83fdc07a6f
Default FETCHMAIL_ENABLED to True
2022-11-04 11:59:26 +01:00
Florent Daigniere
54e9858633
this
2022-11-03 18:42:19 +01:00
Florent Daigniere
14f802fb4a
untested but that should work
2022-11-03 18:38:55 +01:00
bors[bot]
e0ff135a00
Merge #2498
...
2498: Implement ITERATE in podop r=mergify[bot] a=nextgens
## What type of PR?
Feature
## What does this PR do?
This makes ``doveadm -A`` work.
The easiest way to try it out is:
```
doveadm dict iter proxy:/tmp/podop.socket:auth shared/userdb
or
doveadm user '*'
```
The protocol is described at https://doc.dovecot.org/developer_manual/design/dict_protocol/
The current version of dovecot is not using flags... so there's little gain in implementing them.
### Related issue(s)
- close #2499
## 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.
Co-authored-by: Florent Daigniere <nextgens@freenetproject.org>
Co-authored-by: Alexander Graf <ghostwheel42@users.noreply.github.com>
2022-11-03 16:54:24 +00:00
Alexander Graf
c57706ad27
Duh
2022-11-03 17:50:39 +01:00
Alexander Graf
46773f639b
Return 404 is user-id cannot be parsed
2022-11-03 17:45:21 +01:00
Alexander Graf
595b32cf97
Fix quota return value
2022-11-03 17:37:21 +01:00
Alexander Graf
bec0b1c3b2
Fix variable name
2022-11-03 17:26:27 +01:00
Florent Daigniere
001acd60ac
doh2
2022-11-03 16:44:18 +01:00
Alexander Graf
dec5309ef9
Fix typo
2022-11-03 16:39:29 +01:00
Florent Daigniere
6b7026ef69
Here too
2022-11-03 16:28:07 +01:00
Florent Daigniere
24b2c7c04a
doh
2022-11-03 16:25:10 +01:00
Florent Daigniere
66250e396c
refactor
2022-11-03 16:19:44 +01:00
wkr
d920b3d037
fix(auto-reply): include start and end dates in the auto-reply period; issue #2512
2022-11-02 17:48:22 +01:00
Florent Daigniere
ff9f152a52
This may be helpful too
2022-11-01 14:11:59 +01:00
Florent Daigniere
5137b235e9
whitelist what we know works
...
If other people use other arch and want their builds to go faster we can
whitelist them too after they have confirmed it works.
2022-11-01 13:47:21 +01:00
Alexander Graf
a2d43be6de
Fix building wheels when deps need to compile
2022-11-01 11:02:21 +01:00
bors[bot]
659cf8894c
Merge #2502
...
2502: Resolve using socrate function r=mergify[bot] a=ghostwheel42
## What type of PR?
enhancement
## What does this PR do?
nginx.py had a copy of the socrate function resolve_hostname.
This removes the duplicated code and uses the socrate function.
The socrate functions does the same but prefers ipv4 addresses when resolving.
Co-authored-by: Alexander Graf <ghostwheel42@users.noreply.github.com>
2022-10-31 23:53:04 +00:00
Alexander Graf
91f86a4c2a
Resolve using socrate function
2022-10-31 23:58:52 +01:00
Alexander Graf
bba98b320e
Fix armv7 build by manually downloading crates.io index
2022-10-31 23:40:51 +01:00
Florent Daigniere
9cb8df57c6
enforce at least 8 chars
2022-10-31 19:48:13 +01:00
Florent Daigniere
afbaabd8cd
v1
2022-10-31 19:41:40 +01:00
Florent Daigniere
6def1b555b
doh
2022-10-31 10:06:55 +01:00
Florent Daigniere
c1f571a4c3
Speed things up.
...
If we want to go further than this we should change podop's incr(), pass
the flags and make admin process the results.
2022-10-31 08:48:55 +01:00
Florent Daigniere
96d9289630
No need to send an extra \n
2022-10-30 22:12:15 +01:00