Alexandre Aubin
3026035e41
Use --variant 3 to directly check Meltdown only
2018-01-13 21:18:09 +01:00
Laurent Peuch
f46351c7c5
[enh] uses speed47 script to check for meltdown vulnerability
2018-01-13 05:30:20 +01:00
Laurent Peuch
a934b3fd19
[mod] move spectre-meltdown check to diagnosis function
2018-01-13 05:20:50 +01:00
Laurent Peuch
b60d8ca822
[enh] add new api entry point to check for meltdown vulnerability
2018-01-13 05:20:27 +01:00
Laurent Peuch
ae6f65141a
Merge pull request #410 from YunoHost/fix_diagnosis_disk_not_available
...
[fix] was replacing the dictionnary with a string and thus breaking everything
2018-01-12 01:57:09 +01:00
Laurent Peuch
7363892794
Merge pull request #412 from YunoHost/backports_packages_in_diagnosis
...
[enh] display backports .deb in diagnosis
2018-01-12 01:54:53 +01:00
Laurent Peuch
935f609136
[enh] display backports .deb in diagnosis
2018-01-12 01:54:13 +01:00
Laurent Peuch
de3e5bed25
Merge pull request #411 from YunoHost/regen_conf_in_diagnosis
...
[enh] display regen-conf in private diagnosis
2018-01-11 15:53:50 +01:00
Laurent Peuch
3ed6a2a7ef
Revert "Create milter_headers.conf"
...
This reverts commit 0122c26492
.
2018-01-11 15:15:22 +01:00
taziden
0784917573
Create milter_headers.conf
...
This file define a header : X-Spam which will be added to mail considered as spam by rspamd.
This configuration is defined here : https://rspamd.com/doc/modules/milter_headers.html and as of the time I'm creating this PR, this documentation page is not up-to-date because X-Spam was supposed to be added when extended_spam_headers is set to True and it's not the case anymore since 1.6.2.
This header is being used by rspamd.sieve which we push into dovecot in order to put spammy e-mails in Junk folder automatically.
2018-01-11 14:26:47 +01:00
Laurent Peuch
efa690bd52
Merge pull request #393 from YunoHost/default_version
...
[enh] Default version number for ynh_install_app_dependencies
2018-01-11 14:21:26 +01:00
JimboJoe
3fbcd1f110
Merge branch 'unstable' into default_version
2018-01-11 14:19:47 +01:00
Laurent Peuch
aa880364e3
Merge pull request #395 from YunoHost/helpers_local_variables
...
[fix/enh] Use local variables
2018-01-11 14:16:34 +01:00
Laurent Peuch
27b8dc392f
Merge pull request #389 from YunoHost/clean-postinstall-firewall
...
Use systemd for all service operations (+ update postinstall firewall enable/start)
2018-01-11 14:15:17 +01:00
Laurent Peuch
f78d9009d8
Merge pull request #413 from YunoHost/nginx-t_in_diagnosis
...
[enh] add nginx -t output to diagnosis
2018-01-11 14:13:31 +01:00
Laurent Peuch
3759df8f06
Merge pull request #414 from YunoHost/package_version_stable_testing_unstable
...
Package version stable testing unstable
2018-01-11 14:13:11 +01:00
Laurent Peuch
2b2676a9c1
[enh] add nginx -t output to diagnosis
2018-01-11 04:49:21 +01:00
JimboJoe
a62edfd76e
Merge branch 'unstable' into helpers_local_variables
2018-01-10 08:22:33 +01:00
Laurent Peuch
84502a2e3c
Merge pull request #401 from YunoHost/enh-1039-maintain-ssh-client-connexion
...
[enh] Maintain ssh client connexion
2018-01-10 00:07:50 +01:00
Laurent Peuch
9c44878d92
[mod] add section in PR template to inform on how to test a PR
2018-01-09 23:21:33 +01:00
Laurent Peuch
9163051af3
Merge pull request #407 from YunoHost/save_app_conf
...
[enh] save the conf/ directory of app during installation and upgrade
2018-01-09 23:15:35 +01:00
Jimmy Monin
20f0e9a40c
Fix conf dir clean-up
2018-01-09 23:01:19 +01:00
JimboJoe
4f679367eb
Typo
2018-01-09 20:30:43 +01:00
Laurent Peuch
afc520fb06
Merge pull request #415 from JocelynDelalande/patch-1
...
Fix comment lines in DNS zone example (using ";")
2018-01-08 19:53:50 +01:00
JocelynDelalande
d7967f6d5f
Fix comment lines in DNS zone example (using ";")
...
If copy-pasted into a registrar zone file, the provided DNS zone sample for a given domain will fail, because comments lines start with "#"
However, comments character in DNS zone files is ";" not "#"
https://en.wikipedia.org/wiki/Zone_file
2018-01-08 17:59:53 +01:00
Laurent Peuch
e0edbeca35
[enh] --version now display stable/testing/unstable information
2018-01-08 04:13:55 +01:00
Laurent Peuch
70e08ed40f
[fix] pkg is None, can't continue loop
2018-01-08 02:47:36 +01:00
Laurent Peuch
97fea34124
[enh] display regen-conf in private diagnosis
2018-01-07 20:23:00 +01:00
Laurent Peuch
cb29e20b9f
Merge pull request #409 from YunoHost/better_error_ux_app_not_available
...
Better error ux app not available
2018-01-07 18:45:01 +01:00
Laurent Peuch
93fee93a58
Merge pull request #402 from YunoHost/app_info_change_url
...
[enh] make change_url possibility available on the API for the admin
2018-01-07 18:42:47 +01:00
Laurent Peuch
b5750b6bd1
Merge pull request #400 from YunoHost/better_ux_app_upgrade
...
Better UX for app upgrade messages
2018-01-07 18:40:35 +01:00
Laurent Peuch
0922568d64
[fix] was replacing the dictionnary with a string and thus breaking everything
2018-01-07 17:34:27 +01:00
Laurent Peuch
e8196cbc98
[doc] add comment to speak intent
2018-01-07 17:23:02 +01:00
Laurent Peuch
9cd760defd
[enh] make exceptions messages more obivous
2018-01-07 17:22:25 +01:00
Laurent Peuch
297026e654
[fix] improve UX, previous message was unclear for users
...
qsd
2018-01-07 17:22:03 +01:00
Laurent Peuch
f20ef340dc
[fix] .github was not in the right folder
2018-01-07 02:04:18 +01:00
Laurent Peuch
7d9307c4c6
[doc$ add PULL_REQUEST_TEMPLATE.md
2018-01-06 18:44:31 +01:00
Laurent Peuch
aea13bc3e8
[enh] save the conf/ directory of app during installation and upgrade
2018-01-06 18:36:29 +01:00
Laurent Peuch
13aca112fa
[enh] make change_url possibility available on the API for the admin
2018-01-04 20:31:59 +01:00
ljf (zamentur)
a194e1fa1c
[enh] Maintain ssh client connexion
2018-01-04 18:44:13 +01:00
Laurent Peuch
b97675516e
[enh] display app name everytime possible on requirements testing to improve UX
2018-01-04 18:15:10 +01:00
Laurent Peuch
a079e3f5ee
[enh] display which app is being upgraded
2018-01-04 18:02:58 +01:00
Maniack Crudelis
542528ab05
Fix broken ynh_replace_string ( #394 )
...
* Fix broken ynh_replace_string
* Replace name for ynh_replace_special_string
2017-12-21 19:19:33 +01:00
Maniack Crudelis
3a3ec7d9b5
[fix/enh] Use local variables
2017-12-17 20:26:52 +01:00
Maniack Crudelis
42f9c8fc18
[fix] Who said I didn't check my code !?
2017-12-11 17:25:28 +01:00
Maniack Crudelis
2685c42ac6
[fix] Only for JimboJoe ;)
2017-12-11 17:23:26 +01:00
Maniack Crudelis
4276aebfa3
[enh] Default version number for ynh_install_app_dependencies
2017-12-10 23:38:09 +01:00
Maniack Crudelis
1c367895b0
Merge pull request #392 from Josue-T/patch-6
...
Solve ynh_use_logrotate
2017-12-10 22:58:26 +01:00
Josue-T
c13c75f3e7
Solve ynh_use_logrotate
...
Actually when we use the command `ynh_use_logrotate /var/log/abcd/` the result in the logrotate conf file is `/opt/yunohost/abcd/logs//.log` witch is not what we want.
2017-12-08 23:04:45 +01:00
Laurent Peuch
5584754f37
Merge pull request #391 from YunoHost/fix_upgrade_apt_helper
...
Fix upgrade fake package
2017-12-07 00:38:14 +01:00