Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-26Make the contents of the nginx plugin private (#7589)ohemorange
2019-04-12[Windows] Security model for files permissions - STEP 2 (#6895)Adrien Ferrand
2019-04-09Update to Pylint 1.9.4 and correctionsAdrien Ferrand
2019-04-02Merge branch 'master' into pylintAdrien Ferrand
2019-02-21[Windows] Working unit tests for certbot-nginx (#6782)Adrien Ferrand
2018-11-01warn-->warningErica Portnoy
2018-09-13More detailed error logging for nginx plugin (#6175)David Beitey
2018-09-13Exclude one-time use parameters. Fixes #6118 (#6223)Sam Bull
2018-06-05Allow multiple add_headers directives (#6068)sydneyli
2018-05-16Fix Pylint upgrade issuesJames Payne
2018-05-15Enable checking of type annotation in Nginx plugin (#5997)James Hiebert
2018-04-03 Support quoted server names in Nginx (#5811)ohemorange
2018-03-28We don't try to add location blocks through a mechanism that checks REPEATABL...ohemorange
2018-03-28Remove ipv6only=on from duplicated vhosts (#5793)ohemorange
2018-03-27 Allow 'default' along with 'default_server' in Nginx (#5788)ohemorange
2018-03-24Refactor _add_directive into separate functions (#5786)ohemorange
2018-03-17feat(nginx plugin): add HSTS enhancement (#5463)sydneyli
2018-01-17Add a rewrite directive for the .well-known location so we don't hit existing...ohemorange
2018-01-12Implement HTTP-01 challenge for Nginx (#5414)ohemorange
2017-12-07Create a new server block when making server block ssl (#5220)ohemorange
2017-12-07Revert "Nginx reversion (#5299)" (#5305)Brad Warren
2017-12-06Nginx reversion (#5299)Brad Warren
2017-10-13Nginx creates a vhost block if no matching block is found (#5153)ohemorange
2017-07-26Change add_server_directives replace=True behavior to attempt to replace, but...ohemorange
2017-05-16Allow Nginx to insert include files with comments inside (#4666)ohemorange
2017-05-03Switch to using include directive for Nginx constants (#4557)ohemorange
2017-04-27Allow empty nginx blocks (#4555)ohemorange
2017-03-25Fix nginx parser (#4296)Erica Portnoy
2017-03-17Python 3 compatibility for all tests (#4358)Yen Chi Hsuan
2017-02-28Don't crash on listen unix: (#4259)Erica Portnoy
2017-02-23Show error details for the nginx config parser (#4221)silverwind
2016-12-06Mark Nginx vhosts as ssl when any vhost is on ssl at that address (#3856)Erica Portnoy
2016-11-09Remove get_all_certs_keys() from Apache and Nginx (#3768)Nick Fong
2016-11-08Don't re-add redirects if one exists (#3751)Erica Portnoy
2016-10-11Mark parsed Nginx addresses as listening sslishly when an ssl on directive is...Erica Portnoy
2016-09-30Update Nginx redirect enhancement process to modify appropriate blocks (#3546)Erica Portnoy
2016-09-26Restructure how Nginx parser re-finds vhosts, and disable creating new server...Erica Portnoy
2016-08-18Check for comments more accuratelyPeter Eckersley
2016-08-17Catch all pyparsing exceptionsBrad Warren
2016-08-17Revert "Catch all pyparsing exceptions"Brad Warren
2016-08-17Make _comment_directive more defensiveBrad Warren
2016-08-17Fix up COMMENT constantsBrad Warren
2016-08-17Handle case where block is empty -- not sure if it ever happens, but let's no...Brad Warren
2016-08-17Comment code that confused bmwBrad Warren
2016-08-17Catch all pyparsing exceptionsBrad Warren
2016-08-09This is reportedly the correct magicPeter Eckersley
2016-08-09Lint, improve coverage, rm unused codePeter Eckersley
2016-08-06Tolerate our own added newlinesPeter Eckersley
2016-08-06Add newlines to the ends of blocks more correctlyPeter Eckersley
2016-07-30Merge remote-tracking branch 'origin/master' into no-conflicting-declarations3Peter Eckersley