Alexandre Aubin
bd8644a651
Translation typo..
2021-03-02 02:03:26 +01:00
Alexandre Aubin
6ce02270ae
Gotta escape \ during ynh_replace_vars
2021-03-02 02:02:10 +01:00
Kay0u
05969184fe
fix ynh_systemd_action in case of service fails
2021-03-02 02:02:10 +01:00
Alexandre Aubin
d12f403fe3
Fix permission helper doc format
2021-03-02 02:02:10 +01:00
Alexandre Aubin
88b414c8f3
Don't redact empty string...
2021-03-02 02:02:10 +01:00
yalh76
2402a1db39
Fixing ___APP__
2021-03-02 02:02:09 +01:00
yalh76
9bbc3b72ae
Make grep lazy
2021-03-02 02:02:09 +01:00
yalh76
2728801d17
Force destination to be replaced
2021-03-02 02:02:08 +01:00
Alexandre Aubin
a43cd72c72
Fix ynh_replace_vars again, mystical bash is mystic...
2021-03-02 02:00:45 +01:00
Alexandre Aubin
0c172cd3f9
Catch more secrets not redacted
2021-03-02 02:00:44 +01:00
Alexandre Aubin
1846c3a07b
Update changelog for 4.1.7.2
2021-02-21 05:28:30 +01:00
Alexandre Aubin
f398f463f4
Replace \t in conf.json.persistent...
2021-02-21 05:23:52 +01:00
Alexandre Aubin
cd4fdb2b61
Mysql is a fucking joke (... trying to fix the mysql issue on RPi ...)
2021-02-21 05:23:52 +01:00
ljf (zamentur)
29bd3c4a26
[fix] Avoid admin part of apps to be reachable from visitors
2021-02-21 05:23:50 +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
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
99ab7c642c
Update changelog for 4.1.6
2021-01-20 01:53:04 +01:00
Daniel
a61dece925
Translated using Weblate (German)
...
Currently translated at 62.5% (395 of 631 strings)
Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/de/
2021-01-20 01:31:34 +01:00
penguin321
f617b2fe72
Translated using Weblate (German)
...
Currently translated at 61.3% (387 of 631 strings)
Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/de/
2021-01-20 01:31:34 +01:00
Christian Wehrli
63a0fcc753
Translated using Weblate (German)
...
Currently translated at 59.2% (374 of 631 strings)
Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/de/
2021-01-20 01:31:34 +01:00
Alexandre Aubin
35a0711713
Stupid yolopatch for not-normalized app path settings >_> ( #1141 )
...
* Update app.py
* Be more careful (c.f. _normalize_domain_path code ... maybe the path doesn't start with / either ..)
* Annnnnd ignore case where path is '/' which is fine
2021-01-20 01:28:55 +01:00
Alexandre Aubin
b7293f33b9
Merge pull request #1140 from YunoHost/dyndns-update-more-resilient
...
Make dyndns update more resilient to ns0.yunohost.org being down
2021-01-20 01:22:30 +01:00
Alexandre Aubin
8b05248ad4
Turns out we need to feed the IP of the resolver and can't use the doman name :/
2021-01-19 02:34:28 +01:00
Alexandre Aubin
e730085970
Linter is angry about unused import
2021-01-18 20:53:38 +01:00
Alexandre Aubin
d5403e5f5f
Typo
2021-01-18 20:25:36 +01:00
Alexandre Aubin
7dad37ed04
Make dyndns update more resilient to ns0.yunohost.org being down
2021-01-18 19:57:31 +01:00
Kay0u
c4004b701e
Update changelog for 4.1.5
2021-01-14 21:40:59 +01:00
Alexandre Aubin
75193337b1
Merge pull request #1136 from YunoHost/fix-ynh_check_app_version_changed
...
set ynh_check_app_version_changed as deprecated
2021-01-14 20:25:15 +01:00
Alexandre Aubin
910ccf29aa
Merge pull request #1133 from yunohost-bot/weblate-yunohost-core
...
Translations update from Weblate
2021-01-14 19:48:54 +01:00
Yobar
2397820e31
Translated using Weblate (French)
...
Currently translated at 99.8% (630 of 631 strings)
Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/fr/
2021-01-14 18:47:38 +00:00
Flavio Cristoforetti
d71792e439
Translated using Weblate (Italian)
...
Currently translated at 100.0% (631 of 631 strings)
Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/it/
2021-01-14 18:47:38 +00:00
Jorge-vitrubio.net
f46a3e1ef1
Translated using Weblate (Spanish)
...
Currently translated at 92.5% (584 of 631 strings)
Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/es/
2021-01-14 18:47:38 +00:00
xaloc33
00944c243d
Translated using Weblate (Catalan)
...
Currently translated at 100.0% (631 of 631 strings)
Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/ca/
2021-01-14 18:47:38 +00:00
Jorge-vitrubio.net
7e37353943
Translated using Weblate (Catalan)
...
Currently translated at 100.0% (631 of 631 strings)
Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/ca/
2021-01-14 18:47:38 +00:00
Alexandre Aubin
739d831cf9
Merge pull request #1135 from YunoHost/fix-default-in-arg-parse
...
fix default arg parse for password
2021-01-14 19:46:54 +01:00