Commit graph

756 commits

Author SHA1 Message Date
Alexandre Aubin
1730f84b8c Update changelog for 4.2.8.2 2021-09-07 23:23:46 +02:00
Kay0u
70bff61749
Merge branch 'dev' into bullseye 2021-09-01 17:14:21 +02:00
Alexandre Aubin
46b51b84f3
Merge branch 'dev' into enh-dns-autoconf 2021-08-28 17:39:59 +02:00
Alexandre Aubin
c3955f7aed
Merge pull request #1183 from YunoHost/rework-authenticator-system
Rework the authenticator system, split the LDAP stuff into auth part and utils part
2021-08-27 18:44:22 +02:00
Alexandre Aubin
ac30833e65 Merge branch 'hotfix' into dev 2021-08-27 01:41:36 +02:00
Alexandre Aubin
eef5cd4da9 Update changelog for 4.2.8.1 2021-08-27 01:34:10 +02:00
Alexandre Aubin
18e7aa10a8
Merge branch 'dev' into rework-authenticator-system 2021-08-26 20:12:09 +02:00
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
c78d31b6c1 Merge branch 'dev' into rework-authenticator-system 2021-08-20 10:12:41 +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
29532696a9 Merge branch 'dev' into bullseye 2021-08-11 15:41:58 +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
713612a689 Get rid of legacy script to reset ldap password 2021-07-09 21:50:54 +02:00
Paco
31c31b1298 Lexicon: ~ 4 bugfixes 2021-06-25 10:48:33 +02:00
Kayou
f1644ee1d2
Merge branch 'dev' into bullseye 2021-06-22 10:52:46 +02:00
Alexandre Aubin
9bec81398a Update changelog for 4.2.6.1 2021-06-19 17:19:31 +02:00
Alexandre Aubin
11325c95cc Merge branch 'dev' into rework-authenticator-system 2021-06-14 18:16:58 +02:00
Alexandre Aubin
075526303e Misc tweaks and fixes, port ldap auth test from moulinette 2021-06-14 17:36:12 +02:00
Alexandre Aubin
624ce3462b Merge branch 'migrate_to_bullseye' into bullseye 2021-06-12 19:05:44 +02:00
Alexandre Aubin
cacfcca528 Update changelog for 4.2.6 2021-06-11 20:21:27 +02:00
Paco
c87a7b66e6 Merge branch 'dev' of https://github.com/YunoHost/yunohost into enh-dns-autoconf 2021-06-11 15:17:55 +02:00
Alexandre Aubin
e22c683c34 Fix conflict issue on redis-server because bullseye version changed 2021-06-07 19:17:31 +02:00
MercierCorentin
2665c6235a Rename provider_list.yml into dns_zone_hosters_list.yml 2021-06-03 11:23:03 +02:00
Alexandre Aubin
85e516ccde Update changelog for 4.2.5.3 2021-06-02 20:22:53 +02:00
Alexandre Aubin
c794e63f67 Re-add missing nginx dependency in debian/control ..\! 2021-05-31 16:00:23 +02:00
Alexandre Aubin
91d3d15c32 Bump conflict version for openssl because version in bullseye repo is now 1.1.1k 2021-05-28 17:22:55 +02:00
Kay0u
c70420438a add python-is-python3 dependency 2021-05-28 01:02:10 +02:00
Kayou
0659667590 Update the conflict version of redis-server 2021-05-28 01:01:04 +02:00
Kayou
ffea5e4048 php-gettext -> php-php-gettext 2021-05-28 01:01:04 +02:00
Kayou
70174af974 bump conflict 2021-05-28 01:01:04 +02:00
Alexandre Aubin
726f4605d2 Bullseye: idk what i'm doing but let's try to bump compat to 13 2021-05-28 01:01:04 +02:00
Alexandre Aubin
876ce48837 Update changelog for 11.0 2021-05-28 01:01:04 +02:00
Alexandre Aubin
ad6d31ce81 Bullseye: Misc updates in control file 2021-05-28 01:00:15 +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
MercierCorentin
bb140b2ba4 Add providers parameter list 2021-05-19 03:02:13 +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