- 17 May, 2021 1 commit
-
-
Gabriel Filion authored
The current comparison can only work on debian stretch, that ships php 7.0, but debian buster has a more recent version and bullseye will have an even more recent version. This change was suggested by @ulvida (Daniel Viñar Ulriksen) on Github. Thanks! Closes: #459 Co-authored-by:
Gabriel Filion <gabriel@koumbit.org>
-
- 09 Mar, 2021 1 commit
-
-
Km authored
API: instantiate m_message for logging
-
- 25 Feb, 2021 1 commit
-
-
Gabriel Filion authored
Without this global instance, nothing works during the bootstrap: all calls to log() crash because the instance does not exist. closes: #419
-
- 18 Aug, 2020 2 commits
- 02 Jul, 2020 1 commit
-
-
alban authored
-
- 28 Jan, 2020 3 commits
-
-
Km authored
Fix #326 - Minor detail in form
-
Km authored
Add a notice in the README about upgrading from 3.3.11 to 3.5.x Manual fix about ssl vhost support
-
Km authored
Merge pull request #398 from Koumbit/bugs/374-follow_debian_policy_on_replacing_packages_using_breaks Use Breaks instead of Conflicts with alternc-ssl and alternc-admintools @see https://www.debian.org/doc/debian-policy/ch-relationships.html#conflicting-binary-packages-conflicts
-
- 17 Dec, 2019 2 commits
-
-
Kienan Stewart authored
-
Kienan Stewart authored
This follows the Debian policy on using Breaks when moving files from one package to another. @see https://www.debian.org/doc/debian-policy/ch-relationships.html#conflicting-binary-packages-conflicts If apt/apt-get are used to install the new package, it will know to automatically remove alternc-ssl (or alternc-admintools) instead of refusing to proceed at all.
-
- 03 Oct, 2019 2 commits
-
-
kienanstewart authored
[fix] Ok is not allowed in level message
-
kienanstewart authored
-
- 09 Sep, 2019 1 commit
-
-
Louis-Philippe Véronneau authored
-
- 09 Aug, 2019 1 commit
-
-
Émile authored
-
- 23 Jul, 2019 1 commit
-
-
Km authored
Should be solve https://github.com/AlternC/alternc-certbot/issues/51
-
- 15 Jul, 2019 1 commit
-
-
santiagomr authored
-
- 12 Jul, 2019 7 commits
-
-
Km authored
Matomo integration fixes
-
Km authored
[fix] apache2 template: typo and rephrase comment
-
Km authored
-
Km authored
Fix domain deletion query
-
Km authored
Fixes #335: Fix PHPMyAdmin Single-signon errors
-
Km authored
Fixes #370: Fix insert query failure during import_cert
-
Kienan Stewart authored
The sslcsr is just set to an empty string so that the query works properly. Without it, queries fail since sslcsr does not have a default value set. Improved the detail of the messages logged during the failure of that query as well.
-
- 15 May, 2019 1 commit
-
-
Kienan Stewart authored
Refs #335
-
- 14 May, 2019 6 commits
-
-
Kienan Stewart authored
-
Kienan Stewart authored
Refs #335
-
Kienan Stewart authored
Refs #335
-
Kienan Stewart authored
Refs #335
-
Kienan Stewart authored
Refs #335
-
Km authored
Allow override of MultiViews option in .htaccess Required by some service as NextCloud, Prestashop, ....
-
- 13 May, 2019 2 commits
-
-
Kienan Stewart authored
Fixes #336
-
John Soros authored
-
- 10 May, 2019 1 commit
-
-
kienanstewart authored
-
- 05 May, 2019 1 commit
-
-
John Soros authored
-
- 24 Apr, 2019 1 commit
-
-
Km authored
Do not add bind entries for sub domaines marked for deletion
-
- 23 Apr, 2019 1 commit
-
-
Kienan Stewart authored
-
- 12 Apr, 2019 1 commit
-
-
Kienan Stewart authored
Fixes #328
-
- 05 Apr, 2019 2 commits
-
-
Kienan Stewart authored
By default, matomo applies a limit of 100 results to all API endpoints that return an array. By passing filter_limit -1 all results can be fetched in a single call for the site lists. Ref: https://developer.matomo.org/api-reference/reporting-api
-
Kienan Stewart authored
-