Commit graph

528 commits

Author SHA1 Message Date
Alexandre Aubin
4d47fe1670
Merge pull request #1112 from tituspijean/mdns
Adding mDNS for .local domains
2021-08-23 15:15:32 +02:00
Alexandre Aubin
b8c8ac0b2d Gotta also remove libnss-mdns if we want to get rid of avahi-daemon 2021-08-19 20:29:28 +02:00
Alexandre Aubin
b452838a17 Update changelog for 4.2.8 2021-08-19 19:28:47 +02:00
Alexandre Aubin
05a5821c94
Merge branch 'dev' into mdns 2021-08-12 19:00:25 +02:00
Alexandre Aubin
ffc132f2c5 Configure mdns during yunohost's debian postinst init 2021-08-12 16:59:54 +02:00
Alexandre Aubin
fe2e014b56 mdns: Rework mdns's conf handling such that it's generated by the regen-conf. Also drop avahi-daemon because not needed anymore. 2021-08-12 15:27:01 +02:00
Alexandre Aubin
9bef3105f1 Add dependency to python3-zeroconf 2021-08-11 20:13:51 +02:00
Alexandre Aubin
80c12ecf3c Update changelog for 4.2.7 2021-08-08 21:25:36 +02:00
tituspijean
99aacd8b51 Do not rely on Moulinette, integration with Yunohost of mDNS broadcast 2021-07-11 14:24:50 +00:00
Alexandre Aubin
9bec81398a Update changelog for 4.2.6.1 2021-06-19 17:19:31 +02:00
Alexandre Aubin
cacfcca528 Update changelog for 4.2.6 2021-06-11 20:21:27 +02:00
Alexandre Aubin
85e516ccde Update changelog for 4.2.5.3 2021-06-02 20:22:53 +02:00
Alexandre Aubin
825ed82862 Update changelog for 4.2.5.2 2021-05-24 22:11:45 +02:00
Alexandre Aubin
600b96782e Update changelog for 4.2.5.1 2021-05-24 19:37:53 +02:00
Alexandre Aubin
e0aad83ea3 Update changelog for 4.2.5 2021-05-24 17:33:31 +02:00
Alexandre Aubin
52e307040e Attempt to fix the 'yunohost-api' being down after yunohost upgrades ... Apparently this is due to the port being still busy, which is puzzling, but also because it tries to restart but hit the StartLimitBurst (defaults is 5 times in 10 s). Increasing RestartSec to 5 may fix the issue (at some point the port gets free and service starts) 2021-05-11 00:21:12 +02:00
Alexandre Aubin
b4570b81da Update changelog for 4.2.4 2021-05-08 15:06:49 +02:00
Alexandre Aubin
aa0d7195cf Update changelog for 4.2.3.1 2021-04-28 18:00:17 +02:00
Alexandre Aubin
b3d4872538 Update changelog for 4.2.3 2021-04-26 16:36:13 +02:00
Alexandre Aubin
de8ca5a8cb Update changelog for 4.2.2 2021-04-17 04:34:20 +02:00
Alexandre Aubin
2b8ffdfe66 Update changelog for 4.2.1.1 2021-04-11 20:24:59 +02:00
Alexandre Aubin
50bd61fe51 Update changelog for 4.2.1 2021-04-10 01:09:20 +02:00
Kayou
8751dcdd1b
Update changelog for 4.2 (#1195)
* Update changelog for 4.2

* changelog: Improving error semantic

* Update changelog

Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
2021-03-25 01:05:41 +01:00
Alexandre Aubin
61feb39c96 Merge branch 'hotfixes-4.1.7.4' into dev 2021-03-11 03:10:54 +01:00
Alexandre Aubin
4a7129e69b Update changelog for 4.1.7.4 2021-03-11 03:08:41 +01:00
Alexandre Aubin
7ba08eb550 Merge branch 'hotfixes-4.1.7.3' into dev 2021-03-02 02:14:35 +01:00
Alexandre Aubin
234ae15d77 Update changelog for 4.1.7.3 2021-03-02 02:07:58 +01:00
Alexandre Aubin
64a1b4cad2 Misc fixes after testing 2021-02-26 00:20:39 +01:00
Alexandre Aubin
1adff77e3a Add multimedia helpers and hooks 2021-02-22 21:01:23 +01:00
Alexandre Aubin
c9676d4333 Merge tag 'debian/4.1.7.2' into dev 2021-02-21 19:56:42 +01:00
Alexandre Aubin
1846c3a07b Update changelog for 4.1.7.2 2021-02-21 05:28:30 +01:00
Alexandre Aubin
3bbc93d54b Merge branch '4.1.7-hotfixes' into dev 2021-02-03 17:01:48 +01:00
Alexandre Aubin
e1062f1457 Update changelog for 4.1.7.1 2021-02-03 16:59:56 +01:00
Alexandre Aubin
a6149fb6e2 Merge tag 'debian/4.1.7' into dev 2021-02-02 05:53:15 +01:00
Alexandre Aubin
adc83b4c9c Update changelog for 4.1.7 2021-02-02 04:25:05 +01:00
Alexandre Aubin
29a3ad0484
Merge branch 'dev' into move-ldap-init-before-postinstall 2021-01-31 16:21:23 +01:00
Alexandre Aubin
35425a1b36
Merge pull request #1147 from YunoHost/dont_miserably_rerun_postinstall
Abort postinstall if /etc/yunohost/apps ain't empty
2021-01-30 16:47:04 +01:00
Alexandre Aubin
b6b33d99de
We don't want any output of ls, just the return code
Co-authored-by: Kayou <pierre@kayou.io>
2021-01-28 00:29:38 +01:00
Alexandre Aubin
bcb83b86d2
Merge pull request #1146 from YunoHost/misc_rename_and_alias
Misc command rename and alias
2021-01-24 05:02:20 +01:00
Alexandre Aubin
0606df529b Also add a check on debian/postinst because we're about to move a bunch of init step to debian/postinst instead of 'yunohost tools postintall' 2021-01-23 00:08:50 +01:00
Alexandre Aubin
ed35915e7f Move ldap initialization before the postinstall 2021-01-23 00:03:25 +01:00
Kayou
f5ab4443ff
We don't need this conflict anymore because the python3-miniupnpc package is no longer in our repositorie. 2021-01-22 14:13:58 +01:00
Alexandre Aubin
c7b55cdfad migrations migrate -> migrations run 2021-01-21 22:30:31 +01:00
Alexandre Aubin
1387dff47c
Not sure what i'm doing but tests failing because of this package for some reasons... we had a custom build for python-miniupnpc (python2) because Debian vanilla doesn't provide it ... but not we're in python3 and turns out the custom build also built the python3 version .. but ideally we want to fall back to debian vanilla version ? 2021-01-21 05:04:39 +01:00
Alexandre Aubin
9185d044a5 Require moulinette >= 4.2 + placeholder / bump version to 4.2 for unstable deb builds / CI stuff 2021-01-20 05:24:25 +01:00
Alexandre Aubin
a97a9df316 Fix more implicit references to python2, adapt generate_manpages for python3 2021-01-20 05:06:43 +01:00
Alexandre Aubin
041e175319 Merge branch '4.1.6-hotfixes' into dev 2021-01-20 02:13:46 +01:00
Alexandre Aubin
99ab7c642c Update changelog for 4.1.6 2021-01-20 01:53:04 +01:00
Alexandre Aubin
b98dd8585b
Merge pull request #1116 from YunoHost/enh-python3
Python2 -> Python3
2021-01-19 23:06:57 +01:00
Kay0u
c4004b701e
Update changelog for 4.1.5 2021-01-14 21:40:59 +01:00