Commit graph

1521 commits

Author SHA1 Message Date
Jean-Baptiste
36db7ef6f1 Translated using Weblate (French)
Currently translated at 100.0% (207 of 207 strings)
2015-12-20 11:52:55 +01:00
Jérôme Lebleu
144d27e7df [fix] Recover French translation deleted as if by magic 2015-12-17 21:29:48 +01:00
Jérôme Lebleu
be43c79db8 [i18n] Use proper translation files from Transifex 2015-12-17 21:22:55 +01:00
Jérôme Lebleu
7f4b712016 [i18n] Sort json translation files by keys 2015-12-17 21:04:15 +01:00
Jérôme Lebleu
7acc353c9a [i18n] Initialize Italian translations 2015-12-17 20:24:24 +01:00
Jérôme Lebleu
a96c0d460f [i18n] Update translations from Transifex belatedly 2015-12-17 20:22:12 +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
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
kload
b72c8563c3 [fix] Translate regenconf messages in English and French
+ use the new {variable:s} format
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
95108ddb54 Translated using Weblate (French)
Currently translated at 89.0% (179 of 201 strings)
2015-10-08 13:37:01 +02:00
aoz roon
f47c8f2ae5 Translated using Weblate (French)
Currently translated at 88.5% (178 of 201 strings)
2015-10-08 13:35:52 +02:00
Jérôme Lebleu
bff9916a90 Translated using Weblate (French)
Currently translated at 88.0% (177 of 201 strings)
2015-10-08 13:34:58 +02:00
Jérôme Lebleu
a51e395bca [fix] Validate backup/restore hooks and show restoration result 2015-10-05 17:43:48 +02:00
Jérôme Lebleu
76c7b3b3db [fix] Restructure app restauration and catch app script failure
* Do not copy again the restore app script
 * Set app folder permissions and properly remove it on failure
 * Add a raise_on_error argument to hook_exec
 * Review displayed messages
2015-10-05 15:08:34 +02:00
zamentur
ffc9bcaf33 [fix] Don't run hooks not in the backup 2015-10-03 23:27:06 +02:00
zamentur
d83f81be66 [fix] Restore with the app restore script from the backup 2015-10-03 22:17:02 +02:00
Jérôme Lebleu
7280a56e16 [enh] Bind folders in data backup hooks instead of copying them 2015-10-03 00:59:19 +02:00
Jérôme Lebleu
007dfed607 [enh] Use new filesystem utils in backup_create 2015-10-02 20:33:05 +02:00
Jérôme Lebleu
20c4937f81 [enh] Review the app backup execution and structure 2015-10-02 20:33:05 +02:00
Jérôme Lebleu
999a61d2b2 [enh] Allow to ignore backup hooks execution at creation 2015-10-02 03:40:06 +02:00
zamentur
83a796f3ff [enh] Add a yunohost backup delete command 2015-10-02 02:49:04 +02:00
Jérôme Lebleu
4c37d8f273 [fix] Do not process app backup script as hook 2015-10-01 01:02:24 +02:00
kload
1ceb1259bc [fix] IPv6 record in DynDNS 2015-09-26 22:28:49 +02:00
Jérôme Lebleu
fd5eefef79 [fix] Invalidate passwd at user creation/deletion (fix #70) 2015-07-14 22:14:57 +02:00
Adrien Beudin
c31ddef8b6 [enh] Add MX check + Refactoring 2015-04-10 14:29:55 +00:00
Adrien Beudin
4372fe5fe9 [enh] Add check STMP outgoing port 2015-04-09 17:43:48 +00:00
Adrien Beudin
15a030daa9 [fix] show usage quota status 2015-04-09 10:55:30 +00:00
Jérôme Lebleu
54e92ac927 [enh] Add support for user mailbox size quota 2015-03-24 16:38:34 +01:00
Jérôme Lebleu
219e5c83a4 [i18n] Fix JSON syntax errors 2015-02-20 16:05:38 +01:00
Jérôme Lebleu
ac06044634 [i18n] Remove unused 'yunohost' translation key 2015-02-20 15:51:27 +01:00
Jérôme Lebleu
119c1d4833 [i18n] Update translations from Transifex 2015-02-20 15:48:15 +01:00
Jérôme Lebleu
d5af5ead61 [enh] Review and add features to firewall category
* allow/disallow a port for each IP version and add ipv4 and ipv6 only arguments
* permit to allow/disable a range of ports
* return combined IPv4 and IPv6 - TCP and UDP - ports in firewall_list and allow to sort results
* review firewall_reload with new moulinette utils and log output of failed commands
* add --no-reload argument to prevent firewall reloading in firewall_allow/disallow
* some other small changes, e.g. add logging
2015-01-11 16:29:18 +01:00
Jérôme Lebleu
1c96b4f9a3 [enh] Refactor firewall_upnp action
* make sure to save final UPnP status (fix #42)
* deprecate the 'reload' action and replace it with a new 'status'
action which retrieve current UPnP status
* allow to not refresh port forwarding with the --no-refresh argument
* some other small changes, e.g. set the action argument to one
optionnal choice, rename the UPnP cron job file, add logging
2015-01-03 12:30:24 +01:00
Jérôme Lebleu
d1b31d5f33 [enh] Allow to select hooks names to execute in hook_callback 2014-12-12 12:26:29 +01:00
kload
908ad8929a [enh] Use dnsmasq instead of bind9 2014-12-07 21:44:39 +01:00
kload
d890307ab1 [enh] Use dnsmasq instead of bind9 2014-12-07 19:26:44 +01:00
Jérôme Lebleu
3e1fc78786 [enh] Choose the property to list hook by and show info in hook_list 2014-12-04 15:47:04 +01:00
Jérôme Lebleu
608c5dc531 [i18n] Specify lower-case requirement for pattern_username 2014-11-23 13:35:37 +01:00
Jérôme Lebleu
f7b591840c [enh] Add 'output_directory' and 'no_compress' arguments to backup_create 2014-11-17 10:59:43 +01:00
Jérôme Lebleu
fdb51ac200 [enh] Allow to set custom backup archive name 2014-11-06 02:41:12 +01:00
Jérôme Lebleu
c594ce03a6 [enh] Manage local backup archive and extend backup_restore 2014-11-05 00:17:52 +01:00
Jérôme Lebleu
d1cb0b0d80 [enh] Add basic 'list' and 'info' actions to the backup 2014-11-05 00:17:52 +01:00
Jérôme Lebleu
c3cadc1d3c [enh] Implement compression and add ignore_apps argument to backup_backup 2014-11-05 00:17:52 +01:00
kload
fe9ee97774 [enh] Warn user about unbackup/unrestored apps 2014-10-26 01:05:18 +02:00
kload
cde48996cf [enh] Restore function 2014-10-25 23:08:03 +02:00
kload
0608461482 [enh] Execute backup hook, and avoid dyndns domain subscription when specifically asked at postinstall 2014-10-25 17:47:49 +02:00
Jérôme Lebleu
ce5be021d3 [fix] Fix app upgrade issue and handle errors in tools_upgrade 2014-10-13 17:10:23 +02:00