1
0
Fork 0

4212 Commits (b243ea084d51ba18e6703a04091c969d6697b408)
 

Autor SHA1 Nachricht Datum
Alexander Graf fa084d7b1c
Styling only vor 3 Jahren
Alexander Graf d017b3f22a
Zero quota is unlimited vor 3 Jahren
bors[bot] 47fcf7de2d
Merge #2651
2651: Allow + in localpart of addresses to forward to r=mergify[bot] a=nextgens

## What type of PR?

bug-fix

## What does this PR do?

Allow + in localpart of addresses to forward to

### Related issue(s)
- close #1236

## 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>
vor 3 Jahren
Florent Daigniere caa8412d82 close #1236: Allow + in localpart of addresses vor 3 Jahren
bors[bot] 3804d0bf5e
Merge #2650
2650: Tell roundcube that sieve scripts should be utf8 encoded r=mergify[bot] a=nextgens

## What type of PR?

bug-fix

## What does this PR do?

Tell roundcube that sieve scripts should be utf8 encoded.

### Related issue(s)
- Close #2258

## 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>
vor 3 Jahren
Florent Daigniere 0ec9f1797f Close #2258: sieve scripts should be utf8 encoded vor 3 Jahren
Florent Daigniere 294ac4adb2 Revert "Clarify"
This reverts commit 35e9bfb8ab.
vor 3 Jahren
Florent Daigniere 35e9bfb8ab Clarify vor 3 Jahren
Florent Daigniere d30f71234d Apply the mask on the IP too vor 3 Jahren
Florent Daigniere a60159a0db update defaults, rephrase doc vor 3 Jahren
Florent Daigniere e2a25c79fc only account attempts for distinct usernames in ratelimits vor 3 Jahren
Alexander Graf fdb819852e
Improve purge script vor 3 Jahren
bors[bot] 5b4f2fb075
Merge #2643
2643: Fix nginx config r=mergify[bot] a=Diman0

Forgot to adapt some IF statements. All config is normalized now for front.

So true/false now matches the boolean value True/False. Instead if {% IF X == 'true' %} we should now use {% IF X %}

## What type of PR?

bug-fix

## What does this PR do?
Fixes a bug in the nginx config. This bug prevents the /admin endpoint from being exposed.

### Related issue(s)

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

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


Co-authored-by: Dimitri Huisman <diman@huisman.xyz>
vor 3 Jahren
Dimitri Huisman 44ad14811d
Missed some IF statements that must be modified for normalized config. vor 3 Jahren
Dimitri Huisman d9a6777d9d
Forgot to adapt some IF statements. All config is normalized now for front.
So true/false now matches the boolean value True/False.
Instead if {% IF X == 'true' %} we should now use {% IF X %}
vor 3 Jahren
bors[bot] 4a24bd9e24
Merge #2638
2638: further finishing touches for restful api r=mergify[bot] a=Diman0

- Fix setup utility setting correct value to env var API. It now also sets `false` when the API is disabled in the setup utility.
- Fix IF statement for enabling API in nginx.conf. Setting a different value than `API=true` in mailu.env now disabled the API endpoint in nginx.
- Use safer command for regenerating example API token. It uses crypto.getRandomValues() (as suggested by nextgens) which should be more random than the previously used method. 

## What type of PR?

bug-fix

## What does this PR do?

### Related issue(s)

## 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: Dimitri Huisman <diman@huisman.xyz>
vor 3 Jahren
Dimitri Huisman 7bcac3bbaa
Get the value from the correct dict (args) vor 3 Jahren
bors[bot] 71d4c63c86
Merge #2641
2641: Remove webmail cookies on logout. r=mergify[bot] a=ghostwheel42

## What type of PR?

bug-fix

## What does this PR do?

sometimes at least roundcube webmail is confused when changing users.
this deletes the webmail session cookies to avoid the confusion.


Co-authored-by: Alexander Graf <ghostwheel42@users.noreply.github.com>
vor 3 Jahren
Alexander Graf ab5caac6f7
Remove webmail cookies on logout. vor 3 Jahren
Dimitri Huisman 75afe1092d
Use server-side password generator for generating token.
Fix setup correctly writing the value for API to mailu.env
Normalize env vars for front container.
Update reverse proxy with API information.
vor 3 Jahren
bors[bot] 600e0c2203
Merge #2639
2639: Update demo docs with new capabilities r=mergify[bot] a=Diman0

## What type of PR?

documentation

## What does this PR do?
Update the demo documentation that the demo server now also exposes the new RESTful API.

### Related issue(s)
n/a

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

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


Co-authored-by: Dimitri Huisman <diman@huisman.xyz>
vor 3 Jahren
Dimitri Huisman 2ccdfb9a6b
Update demo docs with new capabilities vor 3 Jahren
Dimitri Huisman 0673d32306
Fix setup utility setting correct value to env var API
Fix IF statement for enabling API in nginx.conf
Use safer command for regenerating example API token.
vor 3 Jahren
bors[bot] 8cd5c462f8
Merge #2632
2632: Interface cosmetics r=mergify[bot] a=ghostwheel42

## What type of PR?

enhancement, bug-fix

## What does this PR do?

- add default sort order to all tables
- repair sliders
- add quota in list
- improve mailu logo in roundcube webmail when using responsive skin
- show version in the footer (after login)

### Related issue(s)

- closes #2570
 

Co-authored-by: Alexander Graf <ghostwheel42@users.noreply.github.com>
vor 3 Jahren
Alexander Graf 50fc1cb8b3
Move version style to app.css vor 3 Jahren
Alexander Graf 8f425ce081
Move unit to data-attr and fix defaulting to 1 vor 3 Jahren
Alexander Graf f00059d10c
Show mailu version in web interface after logging in vor 3 Jahren
Alexander Graf 8b0b87984d
Duh. Fix macros call vor 3 Jahren
Alexander Graf 2fa0461803
Fix sliders vor 3 Jahren
Alexander Graf 31e974f829
Add edit button to admin and manager lists vor 3 Jahren
Alexander Graf 3af3aa9395
Show quota in domain list vor 3 Jahren
Alexander Graf 65595d139a
Set default sort order for all lists vor 3 Jahren
Alexander Graf 3c9c01f8eb
Add style for responsive design vor 3 Jahren
bors[bot] 3a1cecbe21
Merge #2636
2636: Fix out of office replies r=mergify[bot] a=nextgens

## What type of PR?

bug-fix

## What does this PR do?

Fix sieve/out of office replies by adding SUBNET to rspamd's local_networks.

Webmails are now on a different subnet.

### Related issue(s)


## 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>
vor 3 Jahren
Florent Daigniere ae7061c561 Doh vor 3 Jahren
bors[bot] 8cffee55be
Merge #2637
2637: Upgrade to alpine 3.17.1 r=mergify[bot] a=nextgens

New openssl, new dovecot

## What type of PR?

enhancement

## What does this PR do?

Upgrade to alpine 3.17.1; new openssl + new dovecot

### Related issue(s)

## 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>
vor 3 Jahren
Florent Daigniere 802ab533d2 Upgrade to alpine 3.17.1
New openssl, new dovecot
vor 3 Jahren
Florent Daigniere 61f6e6018b towncrier vor 3 Jahren
Florent Daigniere e326393f03 fix ooo vor 3 Jahren
bors[bot] 9bd76536a1
Merge #2630
2630: Improved IPv6 support #2 r=mergify[bot] a=ghostwheel42

## What type of PR?

enhancement, bug-fix, documentation

## What does this PR do?

This is based on #2272 and adds some more fixes.

### Related issue(s)
- closes #1789
- closes #2392


Co-authored-by: Chris <chris@niduroki.net>
Co-authored-by: Chris Schäpers <chris@niduroki.net>
Co-authored-by: Alexander Graf <ghostwheel42@users.noreply.github.com>
vor 3 Jahren
Alexander Graf 21ac230cce
Make olefy.py listen on all interfaces vor 3 Jahren
Alexander Graf 84d156d02f
Add towncrier file vor 3 Jahren
Alexander Graf 25635396e7
Bind webdav to port only vor 3 Jahren
Alexander Graf 120a7e8368
Still prefer docker-ipv6nat vor 3 Jahren
Alexander Graf 842be9b7c3
Skip listen to v6 when SUBNET6 is not set vor 3 Jahren
Alexander Graf 1ad1d8d95d
Rewrite generation of gunicorn cmdline vor 3 Jahren
Chris 7cc5d1f756
Update documentation to reflect ip6tables support being experimental vor 3 Jahren
Alexander Graf 8b1eb020e2
Put IPv6 address in brackets vor 3 Jahren
Chris Schäpers 35331a4295
Make gunicorn IPv6 conditional
Only listen on [::]:80 in case SUBNET6 is defined, otherwise do the normal :80
vor 3 Jahren
Chris 9f6848110a
Make gunicorn listen on ipv6 vor 3 Jahren