Jérôme Lebleu
|
68518ad571
|
Merge pull request #116 from YunoHost/app-label-in-app-list
[enh] Get app label for installed app in app list
|
2015-11-23 21:52:15 +01:00 |
|
opi
|
51009cf064
|
[enh] Get app label for installed app in app list.
|
2015-11-23 11:22:54 +01:00 |
|
Jérôme Lebleu
|
9d0292f2bd
|
Update changelog for 2.3.4 release
|
2015-11-17 11:11:58 +01:00 |
|
Jérôme Lebleu
|
7f5e98fbc7
|
[fix] Update moulinette version dependency
|
2015-11-17 11:08:15 +01:00 |
|
Jérôme Lebleu
|
604f29184d
|
[fix] Add yunohost-firewall.service but do not enable it
|
2015-11-16 21:56:41 +01:00 |
|
julienmalik
|
8362bf2ec0
|
[fix] Do not exit at first service which can't be stopped
|
2015-11-16 12:33:07 +01:00 |
|
julienmalik
|
eae6ecc9c0
|
[fix] Log for rmilter instead of rspamd
|
2015-11-16 11:57:16 +01:00 |
|
Jérôme Lebleu
|
4d439217f1
|
[fix] Log real exception string error in hook_callback
|
2015-11-15 18:33:02 +01:00 |
|
Jérôme Lebleu
|
9b2da4944e
|
[fix] Prevent insserv warning when using systemd at package postinst
|
2015-11-15 15:50:49 +01:00 |
|
Jérôme Lebleu
|
b83c7317b3
|
[fix] Display a more detailed message when yunohost-firewall is stopped
|
2015-11-15 15:34:36 +01:00 |
|
Jérôme Lebleu
|
eaef922d4e
|
[enh] Make use of call_async_output in hook_exec to get output in real time
|
2015-11-15 15:22:34 +01:00 |
|
Jérôme Lebleu
|
d2f4e19050
|
Update changelog for 2.3.3 release
|
2015-11-15 15:00:32 +01:00 |
|
Jérôme Lebleu
|
3f42d12e95
|
[fix] Do not modify handlers with root_handlers in bin/yunohost
|
2015-11-15 14:58:35 +01:00 |
|
Jérôme Lebleu
|
61267ccb1f
|
Update changelog for 2.3.2 release
|
2015-11-15 14:04:57 +01:00 |
|
Jérôme Lebleu
|
829495905d
|
[fix] Update moulinette version dependency
|
2015-11-15 14:03:05 +01:00 |
|
Jérôme Lebleu
|
bcaaec0505
|
[fix] Do not rely on dh_installinit and restart service after upgrade
|
2015-11-15 12:44:27 +01:00 |
|
kload
|
68f2dfca81
|
[fix] Delayed upgrade of the package 'yunohost'
|
2015-11-15 12:30:47 +01:00 |
|
kload
|
db6650af38
|
[enh] Warn the user about the waiting at the configuration generation
|
2015-11-15 11:13:38 +01:00 |
|
kload
|
62c7079783
|
[fix] Unexpected warnings comming from stderr
|
2015-11-15 11:07:27 +01:00 |
|
Jérôme Lebleu
|
1c4bd0e796
|
[fix] Add tty in root handlers if debug is set in bin/yunohost
|
2015-11-15 01:05:22 +01:00 |
|
kload
|
e6cfab1f6a
|
[fix] Do not remove the global_script directory
|
2015-11-15 00:55:00 +01:00 |
|
Jérôme Lebleu
|
b06fc7cfb0
|
Update changelog for 2.3.1 release
|
2015-11-15 00:29:20 +01:00 |
|
Jérôme Lebleu
|
143e8f3492
|
[fix] Update .gitignore
|
2015-11-15 00:22:54 +01:00 |
|
Jérôme Lebleu
|
25c7d1e799
|
[fix] Update moulinette version dependency
|
2015-11-15 00:09:56 +01:00 |
|
Jérôme Lebleu
|
0da41d7d90
|
[i18n] Update French translation of service_configuration_conflict
|
2015-11-15 00:07:22 +01:00 |
|
Jérôme Lebleu
|
9389797ceb
|
Merge pull request #115 from YunoHost/logging
Make use of logging instead of msignals.display
|
2015-11-14 23:49:14 +01:00 |
|
Jérôme Lebleu
|
40145648f0
|
[fix] Do not restrict warning to tty in service_saferemove
|
2015-11-14 23:40:16 +01:00 |
|
Jérôme Lebleu
|
b7fcf9ffdb
|
[enh] Quickly implement logging in service.py and use it to show the diff
|
2015-11-14 23:38:44 +01:00 |
|
Jérôme Lebleu
|
ea84f99461
|
Merge branch 'unstable' into logging
|
2015-11-14 23:16:12 +01:00 |
|
Jérôme Lebleu
|
e14674af88
|
[enh] Split stdout/stderr wrapping in hook_exec and add a no_trace option
|
2015-11-14 23:13:51 +01:00 |
|
Jérôme Lebleu
|
4a071df6f7
|
[enh] Set custom logging formatter for the tty in case of debug
|
2015-11-14 19:18:03 +01:00 |
|
kload
|
b72c8563c3
|
[fix] Translate regenconf messages in English and French
+ use the new {variable:s} format
|
2015-11-14 18:48:04 +01:00 |
|
kload
|
947082db06
|
[fix] Restart Dovecot at the end of Rspamd configuration script
Dovecot was not taking Rspamd sieve script into account without it.
|
2015-11-14 18:48:04 +01:00 |
|
Jérôme Lebleu
|
b7d0e977b9
|
[enh] Update hook.py to use logging instead of msignals.display
|
2015-11-14 18:21:36 +01:00 |
|
Jérôme Lebleu
|
85d579b9ff
|
[fix] Handle moulinette logging with root logger in both api and cli
|
2015-11-14 10:58:12 +01:00 |
|
Jérôme Lebleu
|
0a78238041
|
[enh] Refactor bin/yunohost-api to follow moulinette changes and add help
|
2015-11-13 21:46:54 +01:00 |
|
Jérôme Lebleu
|
fe6a01f206
|
[enh] Define root logger and clean some globals in bin/yunohost
|
2015-11-13 21:45:55 +01:00 |
|
Jérôme Lebleu
|
1e447d84ce
|
[fix] Correct bash-completion installation directory
|
2015-11-13 14:20:35 +01:00 |
|
Jérôme Lebleu
|
f0ab6776d2
|
[fix] Keep compat with deprecated --plain and --json in the cli
|
2015-11-13 14:15:22 +01:00 |
|
Jérôme Lebleu
|
2db80b3294
|
Merge branch 'unstable' into logging
|
2015-11-13 13:41:26 +01:00 |
|
Jérôme Lebleu
|
2a6d7b7c4a
|
[fix] Create home directory during login (fixbug #80)
|
2015-11-13 13:40:53 +01:00 |
|
Jérôme Lebleu
|
2ce41e0fa8
|
[enh] Add bash completion for bin/yunohost
|
2015-11-13 13:21:30 +01:00 |
|
Jérôme Lebleu
|
7b88f95b1c
|
[enh] Refactor bin/yunohost to follow moulinette changes and add help
|
2015-11-13 11:58:58 +01:00 |
|
Jérôme Lebleu
|
4978e48c9d
|
[enh] Make use of new logging facilities with the cli in the firewall
|
2015-11-12 22:39:09 +01:00 |
|
Jérôme Lebleu
|
71a21d71d2
|
[fix] Use default options in yunohost-api systemd service too
|
2015-11-12 17:14:03 +01:00 |
|
Jérôme Lebleu
|
7435ba7cee
|
[enh] Allow to set default options for yunohost-api service
|
2015-11-12 13:48:48 +01:00 |
|
Jérôme Lebleu
|
ce57a406c1
|
[fix] Enable yunohost-api systemd service manually
|
2015-11-12 13:32:30 +01:00 |
|
Jérôme Lebleu
|
8ebfdd217c
|
[enh] Add logrotate configuration
|
2015-11-12 13:14:38 +01:00 |
|
kload
|
acd1d051c2
|
Update changelog for 2.3.0 release
|
2015-11-03 12:21:12 +00:00 |
|
Jérôme Lebleu
|
954ac318d8
|
[fix] Set proper version of moulinette dependency
|
2015-11-02 23:17:17 +01:00 |
|