ljf (zamentur)
3a2b2d06e2
[fix] Avoid warning message during app install
...
Info: [########++..........] > Upgrading dependencies...
Warning: debconf: delaying package configuration, since apt-utils is not installed
2020-10-04 23:25:02 +02:00
Alexandre Aubin
ba884d5b6d
Get rid of yunohost.local in main domain nginx conf ... because this interfer with using yunohost.local for postinstall. Just let it be handled by the default vhost
2020-10-03 16:32:31 +02:00
Alexandre Aubin
14644f0567
Merge pull request #1058 from Chostakovitch/fix_redis_hook
...
Fix redis hook (bash does not allow empty function)
2020-10-03 11:30:01 +02:00
Quentin Duchemin
6940ea1946
Fix redis hook (bash does not allow empty function
...
Add a dummy instruction equivalent to true
2020-10-03 11:24:47 +02:00
Alexandre Aubin
2c6736df29
These fail2ban jails do not exists anymore (since buster I guess ?)
2020-10-03 11:19:44 +02:00
Alexandre Aubin
76f042cca4
Looks like it's typo day today ~_~
2020-09-30 19:06:49 +02:00
Alexandre Aubin
c94a7614ad
Only restore set -x option if it was previously set
2020-09-30 18:43:11 +02:00
Alexandre Aubin
9a221a8d0b
Merge pull request #1057 from yunohost-bot/weblate-yunohost-core
...
Update from Weblate
2020-09-29 23:10:49 +02:00
Éric Gaspar
82f89c5d70
Translated using Weblate (French)
...
Currently translated at 98.7% (607 of 615 strings)
Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/fr/
2020-09-29 14:24:44 +00:00
Éric Gaspar
45b1441b30
Translated using Weblate (French)
...
Currently translated at 98.9% (607 of 614 strings)
Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/fr/
2020-09-29 14:24:44 +00:00
Alexandre Aubin
6e69df3768
Add configuration tests for dnsmasq, fail2ban, slapd
2020-09-29 16:24:30 +02:00
Alexandre Aubin
452b178d44
journalctl -x in fact makes everything bloated, the supposedly additional info it displays does not contains anything relevant...
2020-09-29 15:57:47 +02:00
Alexandre Aubin
a1c1057ab4
Add redis hook to enforce permissions on /var/log/redis
2020-09-29 15:10:03 +02:00
Alexandre Aubin
f73ae4eeab
c.f. issue 1274, test at the beginning of postinstall that iptables is working instead of miserably crashing at a later stage
2020-09-28 20:00:33 +02:00
Alexandre Aubin
afee23f44a
Merge pull request #1056 from YunoHost/enh-display-self-signed-sha256
...
[enh] Add x509 fingerprint in /etc/issue
2020-09-24 21:26:50 +02:00
Alexandre Aubin
ea685c46d4
Merge pull request #1055 from YunoHost/add-config-helper
...
Add ynh_add_config helper
2020-09-24 21:25:34 +02:00
Alexandre Aubin
eceb0aeca9
Merge pull request #1022 from Salamandar/stretch-unstable
...
Add default domain to API response
2020-09-24 17:30:24 +02:00
Alexandre Aubin
05d5d8b81d
Merge branch 'dev' into stretch-unstable
2020-09-24 17:30:09 +02:00
Alexandre Aubin
96873edba8
Merge pull request #818 from jershon/fix-1333-update_email_regex
...
Update the email regex so it accept the '+' sign.
2020-09-24 17:25:49 +02:00
Alexandre Aubin
f36a17d645
Merge pull request #860 from cyxae/enh-1355-sort-alphabetically-domains
...
[enh] Sort alphabetically the domain list
2020-09-24 17:22:54 +02:00
Alexandre Aubin
14e8888078
My god, please no, there's no damn jessie anymore
2020-09-23 22:45:26 +02:00
Alexandre Aubin
8f776d23fc
default -> main
2020-09-23 22:14:42 +02:00
Alexandre Aubin
5a905769dc
(Do no sort domain, to be done in other PR)
2020-09-23 22:12:47 +02:00
Alexandre Aubin
6bd5655830
Return main domain directly, not its index
...
Co-authored-by: ljf (zamentur) <zamentur@users.noreply.github.com>
2020-09-23 22:11:04 +02:00
Alexandre Aubin
b48f6521e2
Removing the pattern/required flag from --mail in user_create was intentional because it's now deprecated ... + restablish support xn-- stuff...
2020-09-23 21:55:15 +02:00
Alexandre Aubin
c0234a75f5
Better naming ? :s
2020-09-23 21:48:31 +02:00
Alexandre Aubin
9a4ba0bfe1
Merge branch 'dev' into fix-1333-update_email_regex
2020-09-23 21:45:44 +02:00
Alexandre Aubin
f2b6a883a8
Unused import
2020-09-23 21:37:08 +02:00
Alexandre Aubin
ae897994ca
Remove legacy stuff, every instances that got migrated to Buster already have this applied
2020-09-23 21:33:10 +02:00
ljf (zamentur)
95f6772cba
[fix] Typo and ssh as system perm
2020-09-23 03:25:26 +02:00
ljf
4510b2b913
[fix] Add pattern email desc
2020-09-23 02:03:46 +02:00
Julien Jershon
69e20fa114
Update the email regex so it accept the '+' sign. Fix https://github.com/YunoHost/issues/issues/1333 .
2020-09-23 01:56:40 +02:00
ljf
c8e24d898a
[enh] Group same domains and subdomains together
2020-09-23 00:57:41 +02:00
cyxae
3cecc7cb30
Sort alphabetically domain list
2020-09-23 00:51:38 +02:00
Alexandre Aubin
4186f757e1
Cleanup some old stuff in postinstall code
2020-09-22 17:48:00 +02:00
Alexandre Aubin
c7347ef04f
Merge pull request #1054 from autra/fix_ynh_app_upstream_version
...
Fix ynh_app_upstream_version : restore ability to read manifest
2020-09-20 21:52:15 +02:00
Alexandre Aubin
ebe6c8a5f2
Apply suggestions from code review (comment indentation)
...
Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
2020-09-20 21:15:59 +02:00
ljf
51c66dde94
[enh] Add x509 fingerprint in /etc/issue
2020-09-20 20:59:38 +02:00
Alexandre Aubin
3b94b23516
Update data/helpers.d/utils
...
Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
2020-09-20 20:37:45 +02:00
Alexandre Aubin
1e79e50d68
Add ynh_add_config helper
2020-09-20 20:01:55 +02:00
Alexandre Aubin
bca4cd0c51
Admin/API wasn't logging or displaying messages anymore
2020-09-19 17:27:21 +02:00
Augustin Trancart
ffcd0e33ac
Fix ynh_app_upstream_version : restore ability to read manifest
...
The documentation was saying A, the code was doing B, and calling
functions were expecting both A and B (see
ynh_check_app_version_changed). So this commit aims at making
everyone agree, by matching usage.
2020-09-19 15:29:38 +02:00
Alexandre Aubin
15d749fe5a
Merge pull request #1048 from yunohost-bot/weblate-yunohost-core
...
Update from Weblate
2020-09-16 19:43:49 +02:00
Alexandre Aubin
5c47a87cc0
Apply suggestions from code review
...
Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
Co-authored-by: Kayou <pierre@kayou.io>
2020-09-16 19:43:18 +02:00
Christian Wehrli
10abc848bb
Translated using Weblate (German)
...
Currently translated at 52.1% (319 of 612 strings)
Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/de/
2020-09-16 17:29:00 +00:00
Christian Wehrli
e9fc4bc7f3
Translated using Weblate (German)
...
Currently translated at 51.3% (314 of 612 strings)
Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/de/
2020-09-16 17:29:00 +00:00
Christian Wehrli
dff93e950b
Translated using Weblate (German)
...
Currently translated at 50.7% (308 of 608 strings)
Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/de/
2020-09-16 17:29:00 +00:00
Christian Wehrli
16b5257ad3
Translated using Weblate (German)
...
Currently translated at 48.7% (296 of 608 strings)
Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/de/
2020-09-16 17:29:00 +00:00
Christian Wehrli
adc7a4f156
Translated using Weblate (French)
...
Currently translated at 96.4% (586 of 608 strings)
Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/fr/
2020-09-16 17:29:00 +00:00
Baptiste Wojtkowski
dd92828bf6
Translated using Weblate (French)
...
Currently translated at 96.4% (586 of 608 strings)
Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/fr/
2020-09-16 17:29:00 +00:00