Commit graph

6339 commits

Author SHA1 Message Date
Alexandre Aubin
e7db40e9c8
Merge branch 'dev' into domain-remove-remove-apps 2021-02-13 20:43:46 +01:00
ljf (zamentur)
6d625d457d
[fix] Unused import 2021-02-11 19:42:55 +01:00
ljf (zamentur)
958c052f1e
[fix] Avoid admin part of apps to be reachable from visitors 2021-02-11 18:35:35 +01:00
Kay0u
933b73400b
change artifacts filename 2021-02-07 15:54:01 +01:00
Kay0u
59d3e387f1
Update template for the new doc (grav) 2021-02-07 15:52:50 +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
6efbc03d43 Remove getopts from ynh_exec_as 2021-02-03 16:58:23 +01:00
Alexandre Aubin
ac38e53a7c Remove getopts from ynh_exec_as 2021-02-03 16:50:04 +01:00
Kay0u
dfa0b21fce
fixing my mess about firewall _TO_CLOSE 2021-02-03 14:33:10 +01:00
Alexandre Aubin
717cd26927 Yo dawg i heard you like exceptions so i created an exception in your exception so you can debug while you debug 2021-02-03 03:09:32 +01:00
Alexandre Aubin
ab3ea8b338
Merge pull request #1162 from YunoHost/fix-linter
fix linter, remove allow_failure for corresponding tests
2021-02-02 21:01:27 +01:00
Kay0u
9faf2d89a2
fix format 2021-02-02 17:15:45 +01:00
Kay0u
3bd314e940
readd allow_failure 2021-02-02 17:14:05 +01:00
Kay0u
bfd7257a8c
fix linter, remove allow_failure for corresponding tests 2021-02-02 16:16:07 +01:00
Laurent Peuch
97f26015c6 [fix] kill all bare exceptions 2021-02-02 14:40:29 +01:00
Kayou
5ac2355882
ignore some flake8 errors 2021-02-02 14:14:36 +01:00
Kayou
ce1045a26a
fix the postinstall with double quotes 2021-02-02 11:10:52 +01:00
Alexandre Aubin
6500ac01ae Make sure that dir exists :/ 2021-02-02 05:55:19 +01:00
Alexandre Aubin
a6149fb6e2 Merge tag 'debian/4.1.7' into dev 2021-02-02 05:53:15 +01:00
Alexandre Aubin
9414365edc
Merge pull request #1161 from YunoHost/ci-format-dev
[CI] Format code
2021-02-02 05:47:31 +01:00
yunohost-bot
c4439110e1 [CI] Format code 2021-02-02 03:37:40 +00:00
Alexandre Aubin
adc83b4c9c Update changelog for 4.1.7 2021-02-02 04:25:05 +01:00
Alexandre Aubin
08e7b42c82 logger.exception -> logger.error because logger.exception displays a stacktrace and it ain't relevant in any of these cases 2021-02-02 04:15:01 +01:00
Alexandre Aubin
29fe7c3103 Do not ynh_die if systemctl action fails, because we don't want to exit in the middle of a remove script ... instead, return a non-zero code which should trigger script failure only if set -eu is enabled 2021-02-02 04:13:42 +01:00
ericgaspar
6b2d76dddd Move ynh_exec_as helper to user section 2021-02-02 04:13:42 +01:00
ericgaspar
b94ff1c200 Add ynh_exec_as to official 2021-02-02 04:13:42 +01:00
Alexandre Aubin
9fbd1a02db Recommend yunohost.local in yunoprompt 2021-02-02 04:13:42 +01:00
ljf
aef3ee1434 [fix] If uid is less than 1001 nsswitch ignore it 2021-02-02 04:13:42 +01:00
ljf
4e335e0782 [fix] If uid is less than 1000 nsswitch ignore it 2021-02-02 04:13:42 +01:00
Alexandre Aubin
5ab5c83d54 Misc issues with yunoprompt 2021-02-02 04:13:42 +01:00
Alexandre Aubin
62e84d8b4b service_regen_conf is deprecated in factor of regen_conf 2021-02-02 04:13:42 +01:00
Alexandre Aubin
2fc016e3e5 Make sure tmp_script exists .. 2021-02-02 04:13:42 +01:00
Alexandre Aubin
536fd9be9e diagnosis: Ignore /dev/loop devices in systemresources 2021-02-02 04:13:42 +01:00
Kayou
4725e05470 fix de locale 2021-02-02 04:13:42 +01:00
Alexandre Aubin
4b876ff07f Handle case where DKIM record is split into several pieces 2021-02-02 04:13:42 +01:00
Kayou
12244036a9 Typo 2021-02-02 04:13:42 +01:00
Alexandre Aubin
10ba00affe logger.exception -> logger.error because logger.exception displays a stacktrace and it ain't relevant in any of these cases 2021-02-02 03:57:33 +01:00
Alexandre Aubin
06185a2392 Use jq / output-as json to get info from yunohost commands instead of scraping with grep 2021-02-02 03:45:13 +01:00
Alexandre Aubin
071d8c4cbe Misc fixes for cert / local CA management 2021-01-31 18:15:51 +01:00
Alexandre Aubin
d152e7299b
Merge pull request #1064 from YunoHost/move-ldap-init-before-postinstall
Move ldap initialization before the postinstall
2021-01-31 16:25:04 +01:00
Alexandre Aubin
29a3ad0484
Merge branch 'dev' into move-ldap-init-before-postinstall 2021-01-31 16:21:23 +01:00
Alexandre Aubin
f73c642795
Merge pull request #1063 from YunoHost/folder-init-in-regenconf
Initialize folders during .deb install instead of regen conf
2021-01-31 16:19:22 +01:00
Alexandre Aubin
3c0649f1e3
Merge branch 'dev' into folder-init-in-regenconf 2021-01-31 16:19:03 +01:00
Alexandre Aubin
68e24c986a
Merge pull request #1062 from YunoHost/move-local-ca-mangement-to-regenconf
Refactor local CA management for more consistency and simpler postinstall
2021-01-31 16:17:20 +01:00
Alexandre Aubin
a618ae4f4d
Merge pull request #1118 from YunoHost/normalize-conf-template-handling
Normalize conf template handling for nginx, php-fpm, systemd and fail2ban using ynh_add_config
2021-01-31 16:15:45 +01:00
Alexandre Aubin
2ab330a0e2 I think we don't need this hack anymore 2021-01-31 16:14:28 +01:00
Alexandre Aubin
fcf9e58ce4 Rework logging configuration 2021-01-31 16:14:28 +01:00
Laurent Peuch
c931f8a532 [mod] activate moulinette.core and moulinette.interface.api logging in api 2021-01-31 16:14:28 +01:00
Laurent Peuch
cf560b8f91 [mod] activate moulinette.core logging in cli 2021-01-31 16:14:28 +01:00