Commit message (Collapse) | Author | Age | Files | |
---|---|---|---|---|
* | nginx: Add Expires: HTTP headers. | Guilhem Moulin | 2020-05-17 | 2 |
| | ||||
* | git, wiki, website: Improve gzip support. | Guilhem Moulin | 2020-05-17 | 2 |
| | ||||
* | wiki/website: harden config and port to Debian 10. | Guilhem Moulin | 2020-05-16 | 8 |
| | ||||
* | MSA: Open 465/TCP for Email Submission over TLS. | Guilhem Moulin | 2019-03-19 | 1 |
| | | | | See RFC 8314 sec. 3.3 "Cleartext Considered Obsolete". | |||
* | Upgrade 'ikiwiki-pandoc' to v0.5.1. | Guilhem Moulin | 2018-12-06 | 1 |
| | | | | | https://raw.githubusercontent.com/sciunto-org/ikiwiki-pandoc/v0.5.1/pandoc.pm Currently at commit 9292e45cea1be120adb3babd5b835b547f4c825a . | |||
* | Upgrade wiki baseline to Debian Stretch. | Guilhem Moulin | 2018-12-03 | 2 |
| | ||||
* | Upgrade syntax to Ansible 2.7 (apt module). | Guilhem Moulin | 2018-12-03 | 1 |
| | ||||
* | nginx: add support for HTTP/2. | Guilhem Moulin | 2016-12-13 | 2 |
| | ||||
* | wiki: Add instruction for how to add the post-update hook. | Guilhem Moulin | 2016-12-08 | 1 |
| | ||||
* | nginx: Don't hard-code the HPKP headers. | Guilhem Moulin | 2016-07-12 | 4 |
| | | | | | Instead, lookup the pubkeys and compute the digests on the fly. But never modify the actual header snippet to avoid locking our users out. | |||
* | Change the pubkey extension from .pem to .pub. | Guilhem Moulin | 2016-07-10 | 1 |
| | ||||
* | certs/public: fetch each cert's pubkey (SPKI), not the cert itself. | Guilhem Moulin | 2016-06-15 | 1 |
| | | | | To avoid new commits upon cert renewal. | |||
* | wiki.fripost.org CSP: allow inline styles/scripts, and form actions to Paypal. | Guilhem Moulin | 2016-05-22 | 1 |
| | ||||
* | wiki: replace the formatting engine from Markdown.pl to pandoc | Guilhem Moulin | 2016-05-22 | 3 |
| | | | | | Using https://raw.githubusercontent.com/sciunto-org/ikiwiki-pandoc/master/pandoc.pm at revision 60fd07b46c750e0891e3474f75e26076348b66c5 | |||
* | Add an ansible module 'fetch_cmd' to fetch the output of a remote command ↵ | Guilhem Moulin | 2016-05-18 | 1 |
| | | | | | | locally. And use this to fetch all X.509 leaf certificates. | |||
* | wibble | Guilhem Moulin | 2016-04-02 | 2 |
| | ||||
* | Set a HPKP on the webmail, website/wiki/git and list manager. | Guilhem Moulin | 2016-04-01 | 2 |
| | ||||
* | Set a CSP on the webmail, website/wiki and list manager. | Guilhem Moulin | 2016-04-01 | 2 |
| | ||||
* | Set HTTP security headers. | Guilhem Moulin | 2016-03-30 | 2 |
| | | | | See https://securityheaders.io . | |||
* | Let's Encrypt | Guilhem Moulin | 2016-03-02 | 2 |
| | ||||
* | Upgrade playbooks to Ansible 2.0. | Guilhem Moulin | 2016-02-12 | 2 |
| | ||||
* | Update all Fripost links from http:// to https://. | Guilhem Moulin | 2015-12-28 | 2 |
| | ||||
* | Use the Let's Encrypt CA for our public certs. | Guilhem Moulin | 2015-12-20 | 3 |
| | ||||
* | nginx: Move include.d/* to snippets/. | Guilhem Moulin | 2015-12-20 | 2 |
| | ||||
* | nginx: s/conf.d/include.d/ | Guilhem Moulin | 2015-12-15 | 2 |
| | ||||
* | ngnix: mv ssl/config conf.d/ssl | Guilhem Moulin | 2015-12-09 | 2 |
| | ||||
* | Automatically fetch X.509 certificates, and add them to git. | Guilhem Moulin | 2015-12-03 | 1 |
| | ||||
* | nginx: adjust expiration date for static content. | Guilhem Moulin | 2015-10-30 | 1 |
| | ||||
* | ikiwiki: Also install Authen::Passphrase. | Guilhem Moulin | 2015-10-28 | 1 |
| | ||||
* | autoconfiguration: Don't use HTML entities as it makes Thunderbird unhappy. | Guilhem Moulin | 2015-10-27 | 1 |
| | ||||
* | Wiki: add the 'getsource' plugin. | Guilhem Moulin | 2015-09-30 | 1 |
| | ||||
* | ikiwiki: Enable DNSSEC and email notification. | Guilhem Moulin | 2015-09-29 | 2 |
| | ||||
* | Replace gitweb with cgit. | Guilhem Moulin | 2015-09-21 | 1 |
| | ||||
* | Add references to bug reports. | Guilhem Moulin | 2015-06-10 | 1 |
| | ||||
* | Provide Thunderbird autoconfiguration. | Guilhem Moulin | 2015-06-07 | 3 |
| | | | | | | | References: - https://developer.mozilla.org/en-US/docs/Mozilla/Thunderbird/Autoconfiguration - https://developer.mozilla.org/en-US/docs/Mozilla/Thunderbird/Autoconfiguration/FileFormat/HowTo - https://wiki.mozilla.org/Thunderbird:Autoconfiguration:ConfigFileFormat | |||
* | Remove ‘:’ from the list of valid chars in wiki filenames. | Guilhem Moulin | 2015-06-07 | 1 |
| | | | | | | | | | | Because it's interpreted weirdly by Image::Magick: $ identify 'Screenshot_from_2015-02-23_18:59:48-extract.png[0]' identify: no decode delegate for this image format `59\' @ error/constitute.c/ReadImage/501. $ mv 'Screenshot_from_2015-02-23_18:59:48-extract.png' screenshot.png $ identify 'screenshot.png[0]' screenshot.png[0]=>screenshot.png PNG 453x122 453x122+0+0 8-bit sRGB 11.2KB 0.000u 0:00.000 | |||
* | wiki: enable comments in the tracker. | Guilhem Moulin | 2015-06-07 | 2 |
| | ||||
* | Add a redirection www.fripost.org → fripost.org. | Guilhem Moulin | 2015-06-07 | 1 |
| | ||||
* | Also distribute material and minutes. | Guilhem Moulin | 2015-06-07 | 1 |
| | ||||
* | Configure ikiwiki (website + wiki). | Guilhem Moulin | 2015-06-07 | 6 |