Commit graph

7607 commits

Author SHA1 Message Date
yunohost-bot
a40ecdc986 [CI] Format code 2021-10-02 02:29:22 +00:00
Alexandre Aubin
71293f32a4
Merge pull request #1346 from YunoHost/refactor-app-py-zbleh
Refactor app.py / prevent change_url from being used to move a fulldomain app to a subpath
2021-10-02 03:51:24 +02:00
Alexandre Aubin
4fda262bc0 fix tests: Missing mkdir on force 2021-10-02 01:59:16 +02:00
Alexandre Aubin
6c03cf2b11 Yoloattempt to try to cleanup some ugly os.system 2021-10-01 20:22:59 +02:00
Alexandre Aubin
3daac24443 Typos 2021-10-01 19:25:36 +02:00
Alexandre Aubin
0f0f26f5c4 For some reason these tests now wanted to interactively ask for is_public arg ... don't know why it was working before ... 2021-10-01 19:25:32 +02:00
Alexandre Aubin
310b664fab Clarify return type for mypy 2021-10-01 19:20:21 +02:00
Alexandre Aubin
3883343e1a
swag: Add version badge 2021-10-01 17:51:05 +02:00
Alexandre Aubin
34d9573121 Misc fixes for app repo url check / parsing 2021-10-01 16:46:05 +02:00
Alexandre Aubin
171b3b25d9 Improve check that arg is a yunohost repo url 2021-10-01 16:16:31 +02:00
Alexandre Aubin
77c5657944
Merge pull request #1347 from ericgaspar/Upgrade-n
Update nodejs
2021-10-01 12:42:39 +02:00
ericgaspar
11be8cc4c0
Update nodejs 2021-10-01 09:43:39 +02:00
Alexandre Aubin
2bda85c800 Stale i18n string 2021-10-01 03:46:13 +02:00
Alexandre Aubin
680e13c044 Make mypy happier 2021-10-01 03:45:40 +02:00
Alexandre Aubin
a26145ece0 Simplify(?) YNH_APP_BASEDIR creation, to happen in _make_env_for_app_script 2021-10-01 03:42:59 +02:00
Alexandre Aubin
313897d184 Simplify _check_manifest_requirements 2021-10-01 03:33:12 +02:00
Alexandre Aubin
5fc493058d Aaaaaand I forgot to commit app_catalog.py ... 2021-10-01 03:10:26 +02:00
Alexandre Aubin
80f4b892e6 Prevent full-domain app to be moved to a subpath with change-url ? 2021-10-01 03:05:14 +02:00
Alexandre Aubin
1e046dcd37 Misc typoz 2021-10-01 02:50:38 +02:00
Alexandre Aubin
206b430a9f Offload appcatalog stuff to a separate file to limit the size of app.py 2021-10-01 02:50:30 +02:00
Alexandre Aubin
f84d8618bc Offload legacy app patching stuff to utils/legacy.py to limit the size of app.py 2021-10-01 02:22:23 +02:00
Alexandre Aubin
a1ff2ced37 Clarify code that extract app from folder/gitrepo + misc other small refactors 2021-10-01 02:21:31 +02:00
Alexandre Aubin
8cdd5e43d7 Simplify / fix inconsistencies in app files kept after install/upgrade 2021-10-01 02:18:35 +02:00
Alexandre Aubin
f78167a99c
swag: Add test coverage badge 2021-09-30 01:08:22 +02:00
Alexandre Aubin
80661ddca9 debian: Bump moulinette/ssowat version requirements 2021-09-29 22:43:45 +02:00
Alexandre Aubin
5c309ecc14 Update changelog for 4.3.1 2021-09-29 22:30:44 +02:00
Alexandre Aubin
55598151c0 Unhappy linter is unhappy 2021-09-29 22:29:28 +02:00
Alexandre Aubin
df0cdd483d Black 2021-09-29 22:20:36 +02:00
Alexandre Aubin
8eb9e274d4
Merge pull request #1343 from yunohost-bot/weblate-yunohost-core
Translations update from Weblate
2021-09-29 22:18:57 +02:00
Éric Gaspar
2e96cb28bb Translated using Weblate (French)
Currently translated at 99.8% (707 of 708 strings)

Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/fr/
2021-09-29 20:11:41 +00:00
Alexandre Aubin
d75c1a61e8 Adapt ready_for_ACME check to the new dnsrecord result format... 2021-09-29 22:11:24 +02:00
Alexandre Aubin
b8cb374a49 Add a proper _get_parent_domain 2021-09-29 21:43:52 +02:00
Alexandre Aubin
c44560b6f7 Misc cleanups in dns diagnoser 2021-09-29 21:38:03 +02:00
Alexandre Aubin
85e6ddbeae firewall.py: fix encoding issue, remove prependline stuff 2021-09-29 20:53:12 +02:00
Alexandre Aubin
4101e0e041
Merge pull request #1335 from YunoHost/fix-mdns
Fix yunomdns
2021-09-29 20:37:19 +02:00
Alexandre Aubin
17aafe6f6a General improvement for special-use TLD / ynh dyndns domains 2021-09-29 20:36:45 +02:00
Alexandre Aubin
391de52ff2 yunomdns: disable ipv6 for now + remove debug stuff 2021-09-29 20:10:00 +02:00
Alexandre Aubin
a5e1d7e318 yunomdns: broadcast on all interfaces with local IP by default + add a 'ban_interfaces' setting in config 2021-09-29 20:02:32 +02:00
Alexandre Aubin
f49666d22e yunomdns: fallback to domain-i.local if domain.local already published 2021-09-29 19:14:21 +02:00
Alexandre Aubin
ab1100048b yunomdns: Minor cleanups 2021-09-29 19:00:05 +02:00
Alexandre Aubin
14d3265389 Try to include diagnosis hooks in coverage report 2021-09-29 18:40:31 +02:00
Alexandre Aubin
ad3602a24f YNH_APP_PURGE to be 1 or 0 to be consistent with other bash bools 2021-09-29 18:36:24 +02:00
Alexandre Aubin
dc8c16c96d Wording 2021-09-29 18:33:31 +02:00
Alexandre Aubin
76c1abf020
Merge pull request #1342 from YunoHost/ci-format-dev
[CI] Format code
2021-09-28 23:53:37 +02:00
yunohost-bot
7d4ab4a886 [CI] Format code 2021-09-28 21:52:29 +00:00
Alexandre Aubin
da1b9089bf Fix dns zone for dynette domains (otherwise breaks dyndns update) 2021-09-28 23:36:24 +02:00
tituspijean
63504febaa
[mdns] refine ipv6 selection with ipaddress lib
Co-authored-by: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= <felix@piedallu.me>
2021-09-26 19:40:46 +02:00
tituspijean
07c381cec4
Use ipaddress lib to find private addresses 2021-09-26 12:05:35 +02:00
tituspijean
a313a86b8b
[mdns] Allow for multiple yunohost.local 2021-09-26 11:44:39 +02:00
tituspijean
bcb48b4948
[mdns] Make the service logs appear in systemd journal 2021-09-26 11:41:59 +02:00