Commit graph

5761 commits

Author SHA1 Message Date
kload
b6c77c9e43 [enh] Regenerate configuration via hook scripts 2015-09-28 16:54:49 +00:00
Le Kload
442e578f0e [fix] Compatibility for Jessie and Wheezy 2015-09-28 16:54:49 +00:00
kload
75b775b7a7 Update changelog for 2.3.1 release 2015-09-28 16:54:49 +00:00
Jocelyn Delande
c586918a8c [enh] Determine the public IPv6 locally
Avoid depending on a remote service to fetch the globally routable IPv6
address.

discussed in #89
2015-09-28 16:54:49 +00:00
Jocelyn Delande
e91f3797a5 [fix] fix UnboundLocalError on ConnectionError
While connecting to ip6.yunohost.org, new_ip6 was not populated if exception.
2015-09-28 16:54:49 +00:00
kload
0e8366adb5 [fix] IPv6 record in DynDNS 2015-09-28 16:54:49 +00:00
Jérôme Lebleu
b45fcb1c98 [fix] Replace bind9 by dnsmasq in services definition 2015-09-28 16:54:49 +00:00
opi
2b7b37d3e3 [fix] Use SSL/TLS to fetch app list
for christ's sake
2015-09-28 16:54:49 +00:00
Le Kload
b2b1fc7d80 [fix] Ensure that arguments are passed to the hook as string 2015-09-28 16:54:49 +00:00
Julien Malik
115df29afc [fix] remove copy-pasted comments 2015-09-28 16:54:49 +00:00
Julien Malik
940d5b5886 [lintian] fix script-not-executable for backup/restore hooks 2015-09-28 16:54:49 +00:00
Julien Malik
2f92176fce [lintian] fix executable-not-elf-or-script usr/lib/moulinette/yunohost/__init__.py 2015-09-28 16:54:49 +00:00
Julien Malik
5684165797 [lintian] fix init.d-script-does-not-implement-required-option etc/init.d/yunohost-firewall force-reload 2015-09-28 16:54:49 +00:00
Julien Malik
a78435982c [lintian] fix init.d-script-does-not-implement-required-option etc/init.d/yunohost-api force-reload 2015-09-28 16:54:48 +00:00
Julien Malik
d5e3b43ab9 [lintian] fix init.d-script-missing-lsb-description 2015-09-28 16:54:48 +00:00
Julien Malik
ef38929b71 [lintian] fix postrm-contains-additional-updaterc.d-calls etc/init.d/yunohost-firewall 2015-09-28 16:54:48 +00:00
Julien Malik
18984e646e [lintian] fix output-of-updaterc.d-not-redirected-to-dev-null yunohost-api postinst 2015-09-28 16:54:48 +00:00
Julien Malik
17e4872a98 [enh] postinst : only respond to configure 2015-09-28 16:54:48 +00:00
Julien Malik
659b3126cc [fix] Indent postinst script uniformly 2015-09-28 16:54:48 +00:00
Jérôme Lebleu
545539cbf9 Update changelog for 2.3.0 release 2015-09-28 16:54:48 +00:00
Adrien Beudin
559955a48b [fix] add netcat-openbsd packages in depends 2015-09-28 16:54:48 +00:00
opi
481fb00510 [fix] Use one file for all user related helpers. 2015-09-28 16:54:48 +00:00
opi
258a9d6694 [enh] Add ynh_user_exists helper. 2015-09-28 16:54:48 +00:00
Julien Malik
177f5f58f8 Add helper bash functions for apps developers 2015-09-28 16:54:48 +00:00
zamentur
a2a7c72054 [fix] 2nd installation of apps with a hooks directory 2015-09-28 16:54:48 +00:00
Jérôme Lebleu
be62093164 [fix] Correct logger object in backup_list (fix #75) 2015-09-28 16:54:48 +00:00
nahoj
bd37a080b8 typo 2015-09-28 16:54:48 +00:00
ZeHiro
cff745d174 [fix] Fix skipped_urls for each domain and #68
Fixes https://github.com/YunoHost/moulinette-yunohost/issues/68
2015-09-28 16:54:48 +00:00
Jérôme Lebleu
fd9e7f12fb Update changelog for 2.2.3 release 2015-09-28 16:54:48 +00:00
Jérôme Lebleu
45f5a9b2b9 [fix] Add minimum moulinette version in debian/control 2015-09-28 16:54:48 +00:00
M5oul
312dcd3bbe Add AGPL license 2015-09-28 16:54:48 +00:00
Jérôme Lebleu
a3b42427a7 [fix] Invalidate passwd at user creation/deletion (fix #70) 2015-09-28 16:54:48 +00:00
Jérôme Lebleu
f352979b4c [fix] Allow empty app arguments in app_install 2015-09-28 16:54:48 +00:00
Jérôme Lebleu
65f2b5d324 [fix] Update .gitignore 2015-09-28 16:54:48 +00:00
Jérôme Lebleu
d8dd81c644 [fix] Display YunoHost packages versions (fix #11) 2015-09-28 16:54:48 +00:00
kload
c94ec0610b Update changelog for 2.3.1 release 2015-09-27 10:36:54 +00:00
Le Kload
8cdeff4091 Merge pull request #95 from JocelynDelalande/jd-get-ipv6-locally
Get ipv6 locally (instead of from ip6.yunohost.org)
2015-09-27 01:37:14 +02:00
Jocelyn Delande
7c6f2b9373 [enh] Determine the public IPv6 locally
Avoid depending on a remote service to fetch the globally routable IPv6
address.

discussed in #89
2015-09-27 01:16:56 +02:00
Jocelyn Delande
8e818d54a6 [fix] fix UnboundLocalError on ConnectionError
While connecting to ip6.yunohost.org, new_ip6 was not populated if exception.
2015-09-27 01:14:42 +02:00
kload
1ceb1259bc [fix] IPv6 record in DynDNS 2015-09-26 22:28:49 +02:00
Jérôme Lebleu
47d8b7f8af [fix] Replace bind9 by dnsmasq in services definition 2015-09-26 22:17:30 +02:00
opi
b03f7d7413 [fix] Can't reset a shallow clone 2015-09-22 22:05:40 +02:00
opi
00015e4d03 [enh] Create shallow clone to increase app installation time 2015-09-22 20:04:21 +02:00
opi
d60e7fb1b6 [fix] Use SSL/TLS to fetch app list
for christ's sake
2015-09-22 19:53:59 +02:00
Le Kload
fb706bf6bf [fix] Ensure that arguments are passed to the hook as string 2015-09-22 17:32:13 +02:00
Jérôme Lebleu
3bbfd1dbeb Merge pull request #87 from YunoHost/improve_deb
Improve deb
2015-09-10 20:10:03 +02:00
Julien Malik
772c974852 [fix] remove copy-pasted comments 2015-09-10 11:30:08 +02:00
Julien Malik
ce4c54ad88 [lintian] fix script-not-executable for backup/restore hooks 2015-09-10 08:43:23 +02:00
Julien Malik
4a4f106f15 [lintian] fix executable-not-elf-or-script usr/lib/moulinette/yunohost/__init__.py 2015-09-10 08:43:23 +02:00
Julien Malik
2ccfe335a5 [lintian] fix init.d-script-does-not-implement-required-option etc/init.d/yunohost-firewall force-reload 2015-09-10 08:43:23 +02:00