Commit graph

5761 commits

Author SHA1 Message Date
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
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
776c1ab84b Update changelog for 4.0.8 2020-09-16 16:27:49 +02:00
Alexandre Aubin
b59ed4120b 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:21:52 +02:00
Alexandre Aubin
92068590a2 [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:21:52 +02:00
Alexandre Aubin
532cd5e87e Force locale to C during postgresql migration to avoid some stupid issue related to locale 2020-09-16 16:21:50 +02:00
Alexandre Aubin
d2c0cc9240 Use php7.3 by default in CLI 2020-09-16 16:21:00 +02:00
Kayou
7dcf4b008b Epic bugfix 2020-09-16 16:21:00 +02:00
Alexandre Aubin
8d4f36e131 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-16 16:21:00 +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