Commit graph

4793 commits

Author SHA1 Message Date
Alexandre Aubin
e01a3ba572
Merge pull request #812 from YunoHost/enh-postgresql-locale-misconfigured
[enh] Add some advice about a strange locale problem with postgresql
2020-04-28 17:20:31 +02:00
Alexandre Aubin
d6e7295dfa
Merge branch 'stretch-unstable' into enh-postgresql-locale-misconfigured 2020-04-28 17:20:19 +02:00
Alexandre Aubin
ba73bd03b4
Update postgresql 2020-04-28 17:18:25 +02:00
Alexandre Aubin
196a3d4d47 Refactor check about apps being installed on domain when trying to remove a domain 2020-04-28 05:36:11 +02:00
Alexandre Aubin
0ece52dae8 Merge branch 'stretch-unstable' of https://github.com/YunoHost/yunohost into stretch-unstable 2020-04-27 23:50:53 +02:00
Alexandre Aubin
a3d57ca784 Merge branch 'stretch-stable' into stretch-unstable 2020-04-27 23:50:39 +02:00
Alexandre Aubin
d91966ca98 Update changelog for 3.7.1.2 2020-04-27 23:48:46 +02:00
Kayou
0bafb6fab8
Merge pull request #947 from YunoHost/clean_helpers
Clean helpers
2020-04-27 23:44:43 +02:00
Alexandre Aubin
aea8b97993 Remove tmp debug print()
Co-Authored-By: Kayou <pierre@kayou.io>
2020-04-27 23:41:49 +02:00
Alexandre Aubin
176d0176db Be more robust against some situation where archive is corrupted 2020-04-27 23:41:34 +02:00
Kayou
8501943f9c
Merge branch 'stretch-unstable' into clean_helpers 2020-04-27 23:40:27 +02:00
Alexandre Aubin
34fd4e90bd Be more robust against broken config or service failing to start, show info to help debugging 2020-04-27 23:40:13 +02:00
Alexandre Aubin
01a6aa1371 Force-flush the regen-conf for nginx domain conf when adding/removing a domain... 2020-04-27 23:38:53 +02:00
Alexandre Aubin
794640a673 Make sure to strip() the path just in case
Co-Authored-By: Bram <cortex@worlddomination.be>
2020-04-27 23:37:51 +02:00
Alexandre Aubin
1ba08be8fb Make sure to return / and not empty string for stuff on domain root 2020-04-27 23:37:37 +02:00
Maniack Crudelis
428f0a61fc Wait for fail2ban to reload 2020-04-27 23:37:00 +02:00
Alexandre Aubin
a62b127aca Fix improper use of logger.exception in app.py 2020-04-27 23:36:22 +02:00
Alexandre Aubin
3c5475e5a1
Merge pull request #942 from YunoHost/fix_fail2start
Wait for fail2ban to reload
2020-04-27 23:25:32 +02:00
Alexandre Aubin
cb223be4d1
Merge pull request #953 from YunoHost/fix-app-map-with-app-on-root
[fix] Make sure to return '/' and not empty string for stuff on domain root
2020-04-27 23:24:55 +02:00
Alexandre Aubin
902dd0a548
Merge pull request #946 from YunoHost/be-more-robust-against-manually-modified-domain-conf
[fix] Be more robust against manually modified domain conf
2020-04-27 23:24:30 +02:00
Alexandre Aubin
7e4f3b6f29
Merge pull request #956 from YunoHost/be-more-robust-against-corrupted-backup-archives
Be more robust against some situation where archive is corrupted
2020-04-27 23:24:03 +02:00
Alexandre Aubin
311835b1b5
Add name of the exceptions that can be raised to docstring.. 2020-04-27 23:23:31 +02:00
Maniack Crudelis
62bf67582b
Merge branch 'stretch-unstable' into clean_helpers 2020-04-27 23:09:44 +02:00
Alexandre Aubin
3d39023266
Merge pull request #813 from YunoHost/fix-psql-user-db-owner
[fix] Psql user should own the database
2020-04-27 22:20:12 +02:00
Alexandre Aubin
fec63602c2
Merge pull request #957 from YunoHost/port-available-in-find-port
use ynh_port_available in ynh_find_port
2020-04-27 21:43:49 +02:00
ljf (zamentur)
d6b2275b33
[enh] On 2 lines it's better 2020-04-27 18:30:33 +02:00
Alexandre Aubin
2e51a80132
Merge pull request #916 from pitchum/fix-1516-separate-xmpp-vhosts
[enh] Setup all XMPP components for each "parent" domains
2020-04-27 18:03:51 +02:00
Alexandre Aubin
ceab9bd1b3
Merge branch 'stretch-unstable' into fix-1516-separate-xmpp-vhosts 2020-04-27 18:03:34 +02:00
Alexandre Aubin
f91eeff9dd Uhoh we should use {domain}, fix wording.. 2020-04-27 18:01:09 +02:00
Alexandre Aubin
32c300e627 Reorganize import, make linter happier 2020-04-27 18:01:09 +02:00
Alexandre Aubin
c1262ab9a9 Fix acme challenge code snippet detection for this domain 2020-04-27 18:01:09 +02:00
Alexandre Aubin
17d3ec5ad3 Improve new dig() helper, and use it in dnsrecords diagnosis as well 2020-04-27 17:30:17 +02:00
ljf
c6c85556ac [fix] False positive on blacklist due to search in resovconf 2020-04-27 17:30:17 +02:00
Alexandre Aubin
69938c3feb Re-add 'app fetchlist', 'app list -i', 'app list' filter for backward compatibility... 2020-04-26 03:43:36 +02:00
Alexandre Aubin
cde68cd7cc
Make sure to strip() the path just in case
Co-Authored-By: Bram <cortex@worlddomination.be>
2020-04-25 23:52:55 +02:00
Kay0u
05734dfd7c
clean tmp backuo dir 2020-04-25 02:28:45 +02:00
Kay0u
77e124519f
add bad archive test 2020-04-25 01:54:12 +02:00
Alexandre Aubin
a20fd04955
Remove tmp debug print()
Co-Authored-By: Kayou <pierre@kayou.io>
2020-04-25 01:27:20 +02:00
Kay0u
dd5699ee40
use ynh_port_available in ynh_find_port 2020-04-25 01:03:33 +02:00
Maniack Crudelis
b6daf0c448
ynh_die instead of false 2020-04-25 00:38:59 +02:00
Maniack Crudelis
a75af4896c
follow=name
Co-Authored-By: Kayou <pierre@kayou.io>
2020-04-25 00:35:39 +02:00
Maniack Crudelis
54aa6f8912
Typo
Co-Authored-By: Kayou <pierre@kayou.io>
2020-04-25 00:00:57 +02:00
Maniack Crudelis
1af4d20e1e
Typo
Co-Authored-By: Kayou <pierre@kayou.io>
2020-04-24 23:59:59 +02:00
Maniack Crudelis
defabdbecb
Missing argument
Co-Authored-By: Kayou <pierre@kayou.io>
2020-04-24 23:56:49 +02:00
Maniack Crudelis
d9aa345ee8
Unfold OR
Co-Authored-By: Kayou <pierre@kayou.io>
2020-04-24 23:51:18 +02:00
Maniack Crudelis
1decbd2423
Fix ynh_no_log
Co-Authored-By: Kayou <pierre@kayou.io>
2020-04-24 23:47:53 +02:00
Maniack Crudelis
b3b0aef047
Long arguments for ynh_validate_ip6
Co-Authored-By: Kayou <pierre@kayou.io>
2020-04-24 23:45:43 +02:00
Maniack Crudelis
67785edb1c
Long arguments for ynh_validate_ip4
Co-Authored-By: Kayou <pierre@kayou.io>
2020-04-24 23:45:22 +02:00
Maniack Crudelis
6468402e68
Merge branch 'stretch-unstable' into clean_helpers 2020-04-24 20:20:32 +02:00
pitchum
b9e226caed Remove deprecated docstrings. 2020-04-24 19:07:05 +02:00