4106 Revīzijas (bb127d15ffccfbfeb3e9c61851105fdd07562465)
 

Autors SHA1 Ziņojums Datums
Florent Daigniere aa8cb98906 Set sensible cookie options pirms 5 gadiem
Alexander Graf e4c83e162d fixed colorize auto detection pirms 5 gadiem
Alexander Graf e46d4737b0 merged changes from api without api pirms 5 gadiem
Alexander Graf 4b9886b139 Merge remote-tracking branch 'upstream/master' into import-export pirms 5 gadiem
Alexander Graf 10435114ec updated remarks and docs pirms 5 gadiem
Alexander Graf 1e2b5f26ab don't handle nested lists pirms 5 gadiem
Alexander Graf 70a1c79f81 handle prune and delete for lists and backrefs pirms 5 gadiem
Alexander Graf 8929912dea remove OrderedDict - not necessary in python>=3.7 pirms 5 gadiem
Alexander Graf 3937986e76 Convert OrderedDict to dict for output pirms 5 gadiem
Alexander Graf 68caf50154 new import/export using marshmallow pirms 5 gadiem
Stephan Holl 3ada506dbd
Update docs/faq.rst
as @lub suggests

Co-authored-by: lub <github@lubiland.de>
pirms 5 gadiem
lub 88f992de16 show flash messages again
This basically restores the behaviour, that got removed in
ecdf0c25b3 during refactoring.
pirms 5 gadiem
lub 1a365f469c check for `ipv6_enabled` in the compose template
Checking only `ipv6` isn't sufficient, because it has a default value.
pirms 5 gadiem
Nils Vogels 3b7ecb3a8b Add changelog pirms 5 gadiem
Nils Vogels 6c4fa5432f Provide fix in postgresql container for CVE-2021-23240, CVE-2021-3156, CVE-2021-23239 pirms 5 gadiem
bors[bot] 581a7fceaf
Merge #1737
1737: Removed email address r=ofthesun9 a=MordiSacks

## What type of PR?
Email address removed for privacy concern.

Co-authored-by: Mordi Sacks <MordiSacks@users.noreply.github.com>
pirms 5 gadiem
Florent Daigniere e8f70c12dc avoid a warning pirms 5 gadiem
Florent Daigniere 0917a6817f Set ADMIN=false to ensure that the tests pass pirms 5 gadiem
Florent Daigniere 80f939cf1a Revert to the old behaviour when ADMIN=false pirms 5 gadiem
Florent Daigniere 2e749abe61 DNS records for client autoconfiguration (RFC6186) pirms 5 gadiem
Florent Daigniere b49554bec1 merge artifact pirms 5 gadiem
Florent Daigniere ef637f51b7 derive the SSO keys from a KDF pirms 5 gadiem
Florent Daigniere 99c7420f92 towncrier pirms 5 gadiem
Florent Daigniere 2cdee8d18e Make roundcube use internal auth pirms 5 gadiem
Florent Daigniere 906a051925 Make rainloop use internal auth pirms 5 gadiem
bors[bot] 21d1f32885
Merge #1748
1748: For travis Ci: Need to docker login before pulling images r=mergify[bot] a=ofthesun9

To avoid triggering the Download rate limit from Docker Hub

## What type of PR?
enhancement

## What does this PR do?
This PR add a docker login cmd before launching the build script

Co-authored-by: ofthesun9 <olivier@ofthesun.net>
pirms 5 gadiem
ofthesun9 788d069b53
Modify docker login cmd to use --password-stdin and avoid warning pirms 5 gadiem
ofthesun9 612632e4fc
Need to docker login before pulling images
To avoid triggering the Download rate limite
pirms 5 gadiem
Alexander Graf 1c9abf6e48 updated requirements for import/export
api reqs (flask-restx, ...) are still missing
pirms 5 gadiem
Alexander Graf 1da7e5b8d2 Merge remote-tracking branch 'upstream/master' into api pirms 5 gadiem
Alexander Graf 902b398127 next step for import/export yaml & json pirms 5 gadiem
bors[bot] 227118e20f
Merge #1743
1743: Doc fixes r=ofthesun9 a=rbarazzutti

## Documentations fixes

- 82b5920 typos
- 444529b PostgreSQL deprecation (reword)

Co-authored-by: Raphaël P. Barazzutti <raphael@barazzutti.net>
pirms 5 gadiem
Michael Wyraz ca6ea6465c make syslog optional pirms 5 gadiem
Michael Wyraz e979743226 Rsyslog logging for postfix, optional logging to file, no logging of test requests pirms 5 gadiem
Raphaël P. Barazzutti 9e8183ee71
rewording about the usage of PostgreSQL
Co-authored-by: lub <github@lubiland.de>
pirms 5 gadiem
Raphaël P. Barazzutti 444529b7df rewording in doc pirms 5 gadiem
Raphaël P. Barazzutti 82b5920b16 typos pirms 5 gadiem
Mordi Sacks f56af3053a
Removed email address pirms 5 gadiem
bors[bot] 6518ef19af
Merge #1730
1730: Use alpine 3.13 to fix CVE-2020-25275 and CVE-2020-24386 r=mergify[bot] a=micw

## What type of PR?

bug-fix

## What does this PR do?

Upgrade dovecot alpine to 3.13 to fix CVEs in dovecot

### Related issue(s)

- #1720

## Prerequistes
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] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/guide.html#changelog) entry file.


Co-authored-by: Michael Wyraz <michael@wyraz.de>
pirms 5 gadiem
Alexander Graf 65b1ad46d9 order yaml data and allow callback on import
- in yaml the primary key is now always first
- calling a function on import allows import to be more verbose
- skip "fetches" when empty
pirms 5 gadiem
Alexander Graf 8213d044b2 added docstrings, use f-strings, cleanup
- idna.encode does not encode upper-case letters,
  so .lower() has to be called on value not on result
- split email-address on '@' only once
- converted '*'.format(*) to f-strings
- added docstrings
- removed from_dict method
- code cleanup/style (list concat, exceptions, return&else, line-length)
- added TODO comments on possible future changes
pirms 5 gadiem
Alexander Graf 31a903f959 revived & renamed config-fns. cosmetics.
- revived original config-update function for backwards compability
- renamed config-dump to config-export to be in line with config-import
- converted '*'.format(*) to f-strings
- converted string-concatenation to f-strings
pirms 5 gadiem
Michael Wyraz 2b37be9889 Use alpine 3.13 to fix CVE-2020-25275 and CVE-2020-24386 pirms 5 gadiem
Alexander Graf c24bff1c1b added config_import using marshmallow pirms 5 gadiem
Alexander Graf 7413f9b7b4 config_dump now using marshmallow pirms 5 gadiem
Alexander Graf dc42d375e2 added filtering of keys and default value pirms 5 gadiem
Alexander Graf 82cf0d843f fix sqlalchemy column definitions pirms 5 gadiem
Alexander Graf b3f8dacdad add docstrings and make linter happy pirms 5 gadiem
Alexander Graf 6629aa3ff8 first try at api using flask-restx & marshmallow pirms 5 gadiem
Alexander Graf 4c258f5a6b cosmetic changes & make linter happy
renamed single letter variables (m => match)
renamed classmethod arguments to cls (model)
removed shadowing of variables (hash, context)
shortened unneeded lambda functions (id)
converted type ... is to isinstance(...)
removed unneded imports (flask)
pirms 5 gadiem