Commit Graph

16 Commits (24c34f4274c2f149e3de229c0cbe1dd26853d6b9)

Author SHA1 Message Date
Holger Brunn 24c34f4274 [MIG] letsencrypt: Migration to 16.0 2024-04-22 19:02:01 +02:00
Ronald Portier 0d722d9035 [FIX] letsencrypt: satisfy pre-commit checks
- No silent passing of exceptions;
- Open files with encoding specified;
- Use with whit subprocess.Popen().
2024-04-22 18:10:57 +02:00
Ronald Portier a8c9f57ebf [FIX] letsencrypt. Use char instead of text fields for config.
res.config.settings does not allow Text fields for config_parameter fields. The solution to overcome this is generating
warnings in runbot. As varchar fields without size are to all intents and purposes the same as text fields in postgress,
and can be painlessly and automatically converted, the field type is changed.
2024-04-22 18:10:57 +02:00
Ronald Portier 9cd5d85af4 [MIG] letsencrypt: Migration to 14.0
Including reorganization and reordering of letsencrypt methods, because of warning of
to complicated _cron(..) method.
2024-04-22 18:10:57 +02:00
Ronald Portier 267c07579b [IMP] letsencrypt: black, isort, prettier 2024-04-22 18:10:57 +02:00
Ronald Portier a5ba0d8a83 [FIX] letsencrypt: adapt to conventions.
Get rid of unneeded decorators;
Remove copyright lines from init files;
Replace copyright symbol with text;
Use https: where possible.
2024-04-22 18:10:57 +02:00
Ronald Portier 5fc34b5fd6 [IMP] letsencrypt: black, isort, prettier 2024-04-22 18:10:56 +02:00
Jan Verbeek aac2b30d3b [IMP] letsencrypt: Handle web.base.url in a saner way 2024-04-22 18:10:56 +02:00
Jan Verbeek a5eff475b2 [MIG] Migrate letsencrypt 2.0.0 to Odoo 12.0 2024-04-22 18:10:56 +02:00
Jan Verbeek bc1b20b3ff [MIG] Migrate letsencrypt 2.0.0 to Odoo 11.0 2024-04-22 18:10:56 +02:00
Jan Verbeek 32cc9dbcd4 [IMP] Refactor and debug Let's Encrypt ACMEv2 support 2024-04-22 18:10:56 +02:00
George Daramouskas 9a4ef1c27c [ADD] Adds support for Acme V2 2024-04-22 18:10:56 +02:00
Ignacio Ibeas - Acysos S.L 3cdf07cc84 [MIG] letsencrypt: migration to 11.0 2024-04-22 18:10:56 +02:00
Roberto Fichera 4939fbf41d [10.0][MIG] Migrate letsencrypt 2024-04-22 18:10:56 +02:00
Ronald Portier 885646777e [10.0][FIX] Make letsencrypt resilient for alternate name removal. (#757)
* [FIX] Make letsencrypt resilient for alternate name removal.

* [FIX] Do not crash when returning error in letsencrypt cmdline.

* [FIX] Restore ordering by name for alternate domains in letsencrypt.

Conflicts:
	letsencrypt/README.rst
2024-04-22 18:10:56 +02:00
Dave Lasley 25770966ef [ADD] letsencrypt (#425)
* [ADD] letsencrypt (#347)

* [ADD] letsencrypt

* [ADD] write bogus restart script for tests

* [IMP] exclude library call from coveralls

* [IMP] try moving the library import into nocover branch

* [ADD] explain how to redirect the well known uri to the odoo instance

* [ADD] example for apache

* [FIX] cronjob should be noupdate

* [FIX] community review

* [FIX] flake8

* [DEL] unused imports

* [UPD] chain cert

* Multi-database support and other fixes (#2)

[ADD] multi-database support and other fixes

* [ADD] eggs necessary for letsencrypt

* [IMP] readme

* [ADD] ipv6 localhosts

* [ADD] restrict reload command

* Revert "[ADD] eggs necessary for letsencrypt"

This reverts commit 642df6ba50.

* [ADD] eggs necessary for letsencrypt

Conflicts:
	requirements.txt

* Migrate letsencrypt to v9

* Add AGPL target link to ReadMe in letsencrypt
2024-04-22 18:10:56 +02:00