Commit graph

4359 commits

Author SHA1 Message Date
amirale qt
92715693a1 Translated using Weblate (Esperanto)
Currently translated at 83.9% (506 of 603 strings)

Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/eo/
2019-11-14 14:41:30 +00:00
amirale qt
e0c0eb0bd4 Translated using Weblate (French)
Currently translated at 96.4% (585 of 607 strings)

Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/fr/
2019-11-14 14:41:30 +00:00
xaloc33
74fd219e27 Translated using Weblate (Catalan)
Currently translated at 100.0% (607 of 607 strings)

Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/ca/
2019-11-14 14:41:30 +00:00
Quentí
fae69ee319 Translated using Weblate (Occitan)
Currently translated at 39.9% (242 of 607 strings)

Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/oc/
2019-11-14 14:41:30 +00:00
advocatux
7b6cd6add2 Translated using Weblate (Spanish)
Currently translated at 89.0% (540 of 607 strings)

Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/es/
2019-11-14 14:41:30 +00:00
Alexandre Aubin
cfabb83c0e Use Yunohost's server instead of tmp server 2019-11-14 15:40:48 +01:00
Kay0u
4b602f28b4
fail if permission already exists 2019-11-11 09:56:09 +09:00
Luke Murphy
c15311f7e7
Carry over fixes from @alexAubin
Lost during the rebasing but revived!
2019-11-10 21:01:31 +07:00
Luke Murphy
74a5979e91
Fix typo in copy/pasta'd function 2019-11-10 21:01:17 +07:00
Luke Murphy
4f583aadc2
Remove comment
This isn't an issue AFAICT, since the hooks manage this themselves
already. Hence, I assume this is an old comment and out of date.
2019-11-10 21:01:16 +07:00
Luke Murphy
25f270298f
Add is_boolean and use when calling settings_set
The CLI always passes the value as a string so we need to manage this
type casting step by hand.
2019-11-10 21:01:03 +07:00
Luke Murphy
b470c9192c
Add "on" to valid boolean and refactor is_true 2019-11-10 20:57:46 +07:00
Luke Murphy
1cb6080778
Fix typos 2019-11-10 20:57:46 +07:00
Luke Murphy
83b4be5345
Add setting to configure pop3 for dovecot 2019-11-10 20:57:46 +07:00
Kay0u
59879634da
Fix parameters 2019-11-10 22:08:33 +09:00
Kay0u
464621f275
Improve permission helpers 2019-11-10 21:34:57 +09:00
Alexandre Aubin
35a7c1db9f Remove --show-status from app_info in actionsmap as well 2019-11-09 19:48:52 +01:00
Alexandre Aubin
d36a79a0f6 Merge branch 'stretch-unstable' into get-rid-of-app-status 2019-11-09 19:47:50 +01:00
Alexandre Aubin
b5c38bf031
Merge pull request #778 from YunoHost/future-proof-applist-system
[enh] Rebuild applist system and make it future proof
2019-11-09 00:27:45 +01:00
Alexandre Aubin
3b7899db8c appslists -> apps catalog 2019-11-09 00:21:47 +01:00
Alexandre Aubin
f31c02cd64
Merge branch 'stretch-unstable' into future-proof-applist-system 2019-11-08 23:32:53 +01:00
Alexandre Aubin
66c5ad18c9 Migration 12 -> 13 2019-11-08 23:17:32 +01:00
Alexandre Aubin
a89fd44ab6 Use ss instead of netcat to check if a port is already used ... c.f. PR #827 2019-11-08 23:07:06 +01:00
Alexandre Aubin
33fdfa690e
Merge pull request #827 from kay0u/patch-2
[FIX] find udp port
2019-11-08 23:06:12 +01:00
Alexandre Aubin
9a95004efc
Merge branch 'stretch-unstable' into remove-deprecated-helpers 2019-11-08 22:58:37 +01:00
Alexandre Aubin
8671a4c230 Remove pdb used for debug, and improve comment 2019-11-08 22:50:47 +01:00
Alexandre Aubin
5a68250322 test-conf -> test_conf, and test-status -> test_status 2019-11-08 22:35:25 +01:00
Alexandre Aubin
a9dd701824 Improve port diagnosis by adding a relation between ports and services 2019-11-08 22:29:21 +01:00
Alexandre Aubin
64aff46421 Merge branch 'stretch-unstable' into improve-service-status-checks 2019-11-08 22:17:12 +01:00
Alexandre Aubin
104bba3dd8 Sort services during diagnosis to avoid random order 2019-11-08 20:44:27 +01:00
Alexandre Aubin
65d6b02b56 Implement basic outgoing port 25 check for email stack 2019-11-08 19:22:54 +01:00
Alexandre Aubin
3b4ad59cd7 Propagate removal of 'active' to that piece of code that uses it 2019-11-07 22:22:15 +01:00
Alexandre Aubin
e578140172 Improve service diagnoser, report details related to configuration tests 2019-11-07 22:22:09 +01:00
Alexandre Aubin
c39a1f010e Mistakes were made 2019-11-07 22:19:07 +01:00
Kay0u
55e198d8b8
Refactor group permission 2019-11-07 23:32:08 +09:00
Kayou
51f42e5ad4
Add arg in permission callback 2019-11-07 22:32:24 +09:00
Alexandre Aubin
4b3a4c7e4e Fetch the timestamp of the latest state change, not just the last time it got up and running... 2019-11-07 13:48:42 +01:00
Alexandre Aubin
acba0c4a10 Use a proper subprocess for conf test instead of dirty os.system + store errors if there are 2019-11-07 12:25:19 +01:00
Alexandre Aubin
5d46f3ef88 Imho we don't need those 'active' and 'service_file_path' info... 2019-11-07 11:34:20 +01:00
Alexandre Aubin
9b77123938 loaded -> start_on_boot, which is more meaningful ... 2019-11-07 11:34:20 +01:00
Alexandre Aubin
e15d8e7262 Add test about configuration validity 2019-11-07 11:34:20 +01:00
Alexandre Aubin
d879d27208 Add test-status to have a custom status check for service like postfix and yunohost-firewall 2019-11-07 11:34:20 +01:00
Alexandre Aubin
08c23599e2 Improve yunohost package version diagnosis 2019-11-06 23:49:13 +01:00
Alexandre Aubin
f8db099487
Merge pull request #835 from yunohost-bot/weblate-yunohost-core
Update from Weblate
2019-11-06 22:39:54 +01:00
amirale qt
01eaea9fba Translated using Weblate (Esperanto)
Currently translated at 95.6% (537 of 562 strings)

Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/eo/
2019-11-06 21:38:16 +00:00
amirale qt
b56044ea18 Translated using Weblate (French)
Currently translated at 100.0% (562 of 562 strings)

Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/fr/
2019-11-06 21:38:16 +00:00
amirale qt
42430e4277 Translated using Weblate (Basque)
Currently translated at 0.2% (1 of 562 strings)

Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/eu/
2019-11-06 21:38:16 +00:00
amirale qt
da43f025fd Translated using Weblate (Turkish)
Currently translated at 0.2% (1 of 562 strings)

Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/tr/
2019-11-06 21:38:16 +00:00
advocatux
ab0deddbb8 Translated using Weblate (Spanish)
Currently translated at 100.0% (562 of 562 strings)

Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/es/
2019-11-06 21:38:16 +00:00
Filip Bengtsson
e8c98335f4 Translated using Weblate (Swedish)
Currently translated at 1.6% (9 of 562 strings)

Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/sv/
2019-11-06 21:38:15 +00:00