Commit graph

4889 commits

Author SHA1 Message Date
Josué Tille
e8ca600bdc
Permission regex is a PCRE regex 2020-04-29 20:36:56 +02:00
Josué Tille
8deb083830
Regex should be now available 2020-04-29 14:09:49 +02:00
Josué Tille
abe421caa8
Change default value for protected permission to 'false' 2020-04-29 13:42:14 +02:00
Josué Tille
9757ef2ddd
Fix typo 2020-04-29 13:38:11 +02:00
Josué Tille
a3fb329f21
Improve comments 2020-04-29 13:37:38 +02:00
Josué Tille
fd967e0879
Add more comment about list conversion 2020-04-28 22:30:44 +02:00
Maniack Crudelis
06bc5ba16f
... 2020-04-28 16:15:52 +02:00
Josué Tille
03bc568276
Fix regression due to merge 2020-04-28 15:00:21 +02:00
Josué Tille
73e2ede910
Merge branch 'stretch-unstable' into permission_protection 2020-04-28 14:20: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