Commit graph

5691 commits

Author SHA1 Message Date
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
Josue-T
c4dc8b4cea
Fix typo
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
2020-09-16 23:22:22 +02:00
Alexandre Aubin
8c92f011d5 Rework function that validate and sanitize permission url 2020-09-16 22:38:18 +02:00
Alexandre Aubin
2d3dee8d41 Simplify small piece of code 2020-09-16 20:59:19 +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
Alexandre Aubin
d5f8eb06c8 Simplify code (suggestion from Bram) 2020-09-16 19:28:45 +02:00
Alexandre Aubin
56ebb06d2b Typo 2020-09-16 18:49:17 +02:00
Alexandre Aubin
b50bf9d7d3
Merge pull request #1047 from SiM/backup-msg
move BACKUP_CORE_ONLY message to standard output
2020-09-16 17:43:53 +02:00
Alexandre Aubin
2864c07266
Merge pull request #1046 from YunoHost/backup_download
Add possibility to download backups
2020-09-16 17:41:08 +02:00
Alexandre Aubin
ad98b82702
Merge pull request #1049 from YunoHost/enh-package-download-refactoring
[enh] Refactoring of package download process
2020-09-16 17:26:29 +02:00
Alexandre Aubin
8bd1758c8c
Merge pull request #1052 from YunoHost/detect-wrong-arguments
[fix] detect misformated arguments in getopts
2020-09-16 17:17:18 +02:00
Alexandre Aubin
674d8e7cb9 [fix] Minor issues in app questions parsing 2020-09-16 17:01:21 +02:00
Alexandre Aubin
a60cd4f559
Diagnose ssl libs installed from sury (#1053)
* Small fix / syntax improvement in apt conf regen hook

* Diagnose, report and add a tip if some ssl libs are installed from Sury (shouldnt happen with the new pinning strategy, but some user still encounter issues because of this because of legacy installs)
2020-09-16 16:18:10 +02:00
Alexandre Aubin
d243fe76ce
[enh] Better problematic apt dependencies auto-investigation mechanism (#1051)
* [enh] Better problematic apt dependencies auto-investigation mechanism

* Misc tweak / fixes following tests
2020-09-16 16:14:03 +02:00
Alexandre Aubin
4805d43b96 Force locale to C during postgresql migration to avoid some stupid issue related to locale 2020-09-16 15:27:32 +02:00
Alexandre Aubin
6a618b0f33 Use php7.3 by default in CLI 2020-09-16 15:24:28 +02:00
Kayou
6945867f86
detect wrong arguments 2020-09-16 13:23:10 +02:00
Kayou
15a7967f47
Epic bugfix 2020-09-15 20:53:26 +02:00
Alexandre Aubin
9156b1e56a Fix warnings and weird stuff >_> 2020-09-14 17:54:20 +02:00
Alexandre Aubin
ca5f264baf Remove pipe char when trying to re-run apt with dry-run ... Because apt becomes absolutely crazy and make every package installed conflict with weird stuff 2020-09-14 17:06:40 +02:00
Kay0u
db9d2aac30
permissions in app_info 2020-09-14 12:09:55 +02:00
Maniack Crudelis
d2bd6b6c12 Add doc about is_big 2020-09-11 20:29:23 +02:00
ljf (zamentur)
5923114b20
[fix] Reduce right given to ynh users with ssh (#1050)
* [fix] Avoid ynh user to be able to use X11 forwarding

* [fix] Avoid some bad situations

* [fix] Remove chroot restrictions and x11 authorization

* Update comments

Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
2020-09-11 20:27:40 +02:00
Alexandre Aubin
99b0a4184d
Apply suggestions from code review
Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
2020-09-11 16:47:49 +02:00
Alexandre Aubin
4c9f4f228d
Apply suggestions from code review
Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
2020-09-11 16:46:48 +02:00
Alexandre Aubin
a76bf11ab6
Merge pull request #773 from YunoHost/enh-relay-smtp
[enh] Allow admin to specify an smtp relay
2020-09-11 00:30:44 +02:00
Josue-T
9b0d839492
Fix locales/en.json
Co-authored-by: Kayou <pierre@kayou.io>
2020-09-10 21:45:22 +02:00
Alexandre Aubin
0ad014ad1f
Merge branch 'dev' into enh-relay-smtp 2020-09-10 17:50:10 +02:00
ljf
78c5ea9098 [enh] Refactoring of package download process 2020-09-10 04:02:25 +02:00
ljf (zamentur)
bc2de62c7b
[fix] Typo in setting name 2020-09-10 03:29:09 +02:00
ljf (zamentur)
ce9689e0ef
[enh] Force encrypt if we are using an smtp relay
Thanks to @khimaros for this suggestion
2020-09-10 03:27:13 +02:00
Alexandre Aubin
d1d24cb6eb
Merge pull request #1013 from YunoHost/refactoring-yunohost-format-arguments-parsing
WIP: Refactoring yunohost format arguments parsing
2020-09-10 02:18:51 +02:00
Alexandre Aubin
b9189b1979 Fix tests 2020-09-09 23:58:30 +02:00