Commit graph

1161 commits

Author SHA1 Message Date
Jérôme Lebleu
431e6ffb78 Update changelog for 2.4.1 release 2016-07-14 12:07:48 +02:00
Laurent Peuch
2e5b8fa393 [fix] Use a local variable for extracted app dir (bugfix #326) 2016-07-14 11:58:16 +02:00
jellium
53e19fa32d [fix] Replace deprecated psutil.BOOT_TIME attribute
The `psutil.BOOT_TIME` attribute appears to be deprecated, and returns an `AttributeError` when called.
Even though the psutil documentation states that old attributes should be callable, one should use `psutil.boot_time()` function instead.
In some version of psutil (e.g. 2.1.1), both appear callable. In old versions (e.g. 1.2.1), `psutil.BOOT_TIME` is but `psutil.boot_time()` is not. In the newest version (4.3.0), only the latter can be called.

This bug would introduce an Internal Server Error (Error 500) when accessing the Monitor tool in the YunoHost admin panel.
2016-07-13 21:05:10 +02:00
Jérôme Lebleu
f7add32acb [fix] Set empty app argument value only when it's None 2016-07-11 21:04:47 +02:00
Jean-Baptiste
9f02b8b8af [i18n] Translated using Weblate (French)
Currently translated at 100.0% (239 of 239 strings)
2016-07-11 21:01:53 +02:00
Jean-Baptiste
d017ded9bb [i18n] Translated using Weblate (French)
Currently translated at 99.1% (239 of 239 strings)
2016-07-11 21:01:53 +02:00
Jérôme Lebleu
e3b6ee2d54 [i18n] Translated using Weblate (French)
Currently translated at 99.1% (237 of 239 strings)
2016-07-11 21:01:53 +02:00
Juanu
42d411e81a [i18n] Translated using Weblate (Spanish)
Currently translated at 100.0% (239 of 239 strings)
2016-07-11 21:01:53 +02:00
Bugsbane
b103cd532e [i18n] Translated using Weblate (English)
Currently translated at 100.0% (239 of 239 strings)
2016-07-11 21:01:53 +02:00
Juanu
d0951715a6 [i18n] Translated using Weblate (Spanish)
Currently translated at 100.0% (239 of 239 strings)
2016-07-11 21:01:53 +02:00
Jérôme Lebleu
687b36fc5e [i18n] Translated using Weblate (English)
Currently translated at 100.0% (239 of 239 strings)
2016-07-11 21:01:53 +02:00
Jérôme Lebleu
4bbffda10b [i18n] Translated using Weblate (French)
Currently translated at 100.0% (239 of 239 strings)
2016-07-11 21:01:53 +02:00
Jérôme Lebleu
43d0125b15 [i18n] Translated using Weblate (French)
Currently translated at 91.6% (219 of 239 strings)
2016-07-11 21:01:53 +02:00
Jérôme Lebleu
c1a8ce19e6 [i18n] Translated using Weblate (English)
Currently translated at 100.0% (239 of 239 strings)
2016-07-11 21:01:53 +02:00
Bugsbane
546eb6a8d4 [i18n] Translated using Weblate (English)
Currently translated at 100.0% (239 of 239 strings)
2016-07-11 21:01:53 +02:00
Jérôme Lebleu
4e46d6eb28 [i18n] Translated using Weblate (English)
Currently translated at 100.0% (239 of 239 strings)
2016-07-11 21:01:53 +02:00
Bugsbane
12a208fced [i18n] Translated using Weblate (English)
Currently translated at 100.0% (239 of 239 strings)
2016-07-11 21:01:53 +02:00
Jérôme Lebleu
3b74e5a0ad [i18n] Translated using Weblate (English)
Currently translated at 100.0% (239 of 239 strings)
2016-07-11 21:01:53 +02:00
Juanu
f34d2cd82e [i18n] Translated using Weblate (Spanish)
Currently translated at 100.0% (239 of 239 strings)
2016-07-11 21:01:53 +02:00
Juanu
6f9ff63227 [i18n] Translated using Weblate (Spanish)
Currently translated at 100.0% (239 of 239 strings)
2016-07-11 21:01:53 +02:00
DUBWiSE
09961f7954 [i18n] Translated using Weblate (Dutch)
Currently translated at 42.6% (102 of 239 strings)
2016-07-11 21:01:53 +02:00
Jérôme Lebleu
037d7df200 [i18n] Translated using Weblate (French)
Currently translated at 100.0% (239 of 239 strings)
2016-07-11 21:01:53 +02:00
vetetix
d96ce2e9b9 fix issue in dkim dns setting
Add a dot "." so that dkim dns entry is "mail._domainkey.domain.tld." instead of "mail._domainkey.domain.tld"
2016-06-25 18:12:55 +02:00
Laurent Peuch
365f7694a9 [enh] display file path on file_not_exist error 2016-06-23 18:36:21 +02:00
Jérôme Lebleu
af2847f99c Update changelog for 2.4.0.7 release 2016-06-12 15:59:10 +02:00
Jérôme Lebleu
8351b8e23d [fix] Set /var/mail folder owners and permissions 2016-06-12 13:23:23 +02:00
Jérôme Lebleu
0d210e2e54 [ref] Invert no-stats option to with-stats in monitor_enable
Since monitoring statistics was not finished - and by the way not usable,
it inverts the behavior of monitor_enable to disable it by default.
See #395 for more details.
2016-06-04 22:28:17 +02:00
Jérôme Lebleu
6ad0083f04 [fix] Allow - in app id when parsing app instance name 2016-05-30 19:06:40 +02:00
Jérôme Lebleu
853f5d65d9 Update changelog for 2.4.0.6 release 2016-05-30 12:16:21 +02:00
Bugsbane
502ae75773 [i18n] Fixed minor English grammar errors
Fixed a number of minor English spelling and grammar errors in the messages (for example the word "list" implies plural, so no need to double pluralize by saying "apps list").
2016-05-30 12:14:20 +02:00
Jérôme Lebleu
b756f4d1eb [fix] Escape arguments and env values in hook_exec (bugfix #377) 2016-05-30 12:10:39 +02:00
Jérôme Lebleu
542a7a3b82 [fix] Use the classic way to create read-only bind mount in ynh_backup 2016-05-30 12:05:12 +02:00
opi
751e221406 [enh] Use 'source' instead of dot notation, more explicit. 2016-05-30 10:49:50 +02:00
opi
75b9cbc7f3 [enh] Comments will save us. 2016-05-30 09:17:25 +02:00
Jérôme Lebleu
048ed3b0ea [fix] Raise proper MoulinetteError exception in hook_exec 2016-05-29 23:38:35 +02:00
Jérôme Lebleu
81c8ce1a54 [fix] Set default value for YNH_APP_BACKUP_DIR in ynh_backup helper 2016-05-29 23:34:08 +02:00
Jérôme Lebleu
185f29ba60 [fix] Harden backup hooks with set options and use ynh_backup 2016-05-29 23:33:28 +02:00
Jérôme Lebleu
6a96e072d3 Update changelog for 2.4.0.5 release 2016-05-28 22:02:40 +02:00
Jérôme Lebleu
bca32c881e [enh] Call iptables/ip6tables with --wait option (close #325) 2016-05-28 22:01:01 +02:00
Jérôme Lebleu
765a06bd14 [fix] Catch not implemented prompt signal in app arguments parsing 2016-05-22 21:38:59 +02:00
Jérôme Lebleu
6bf4307b44 Update changelog for 2.4.0.4 release 2016-05-22 16:48:45 +02:00
Jérôme Lebleu
0b5cc9d6b1 [fix] Rely on systemd is-active to check if mysql is running 2016-05-22 16:46:32 +02:00
Jérôme Lebleu
53573e50dc [fix] Hide cat error if tmp_backup_dir_file doesn't exist in conf_regen 2016-05-21 21:22:51 +02:00
Jérôme Lebleu
f09ab43eb8 [fix] Print string error of MoulinetteError in hook_callback 2016-05-21 21:21:20 +02:00
Jérôme Lebleu
e7786064fa Update changelog for 2.4.0.3 release 2016-05-21 18:01:22 +02:00
Jérôme Lebleu
598cb11a98 [fix] Rely on conf file for current backend and create slapd.d 2016-05-21 17:58:20 +02:00
Jérôme Lebleu
78ceefd06a [fix] Save LDAP base before any conf changes in conf_regen hook 2016-05-21 17:58:20 +02:00
Jérôme Lebleu
8a587c7e6d [enh] Add ynh_apt wrapper helper and make use of it 2016-05-21 11:20:25 +02:00
Laurent Peuch
8a6b31b690 [fix] exit if not run as root instead of raising an obscur exception 2016-05-19 08:05:59 +02:00
Jérôme Lebleu
c81f098cb2 Update changelog for 2.4.0.2 release 2016-05-18 11:13:35 +02:00