Commit graph

6055 commits

Author SHA1 Message Date
Kay0u
a3f3f891e4
fix upnp closing port 2021-01-26 20:05:37 +01:00
Alexandre Aubin
ba3705bbc6 Recommend yunohost.local in yunoprompt 2021-01-25 17:51:17 +01:00
ljf
dccc3526e4 [fix] If uid is less than 1001 nsswitch ignore it 2021-01-25 04:00:38 +01:00
ljf
903d4d1881 [fix] If uid is less than 1000 nsswitch ignore it 2021-01-25 04:00:38 +01:00
Alexandre Aubin
8430e4f197 Misc issues with yunoprompt 2021-01-25 03:57:51 +01:00
Alexandre Aubin
bff5ad59dc
Merge pull request #1070 from cyxae/enh-app-search
Define a new "yunohost app search" command
2021-01-24 05:04:13 +01:00
Alexandre Aubin
bcb83b86d2
Merge pull request #1146 from YunoHost/misc_rename_and_alias
Misc command rename and alias
2021-01-24 05:02:20 +01:00
Alexandre Aubin
a105b58541
Merge pull request #1148 from YunoHost/prevent_apache2_install
Prevent the installation of apache2 ...
2021-01-24 05:01:32 +01:00
Alexandre Aubin
c091559e7b
Merge pull request #1077 from YunoHost/return-additional-error-data-to-api
Support more complex errors (be able to return additional data in a json structure)
2021-01-23 16:05:54 +01:00
Alexandre Aubin
c0fc29eef9
Merge pull request #1137 from ericgaspar/N---Node.js-version-management
Upgrade n to v7.0.0
2021-01-23 16:05:02 +01:00
Kayou
4a302dc786
add auto-format-code (#1142)
* add auto-format-code
* add github remote
* add GITHUB_TOKEN to the remove url
* select Yunohost:dev
* force push as it's only a code format
* pull before running black
* working on a clean directory
* pull before push? /o\
* do not clone single branch
* a last one?
* only on dev branch
2021-01-23 00:21:02 +01:00
Alexandre Aubin
75ebadfcff
Merge pull request #1090 from yalh76/composer
[enh] Adding composer helper
2021-01-23 00:13:08 +01:00
Kayou
f5ab4443ff
We don't need this conflict anymore because the python3-miniupnpc package is no longer in our repositorie. 2021-01-22 14:13:58 +01:00
Alexandre Aubin
9c11fd58e2 service_regen_conf is deprecated in factor of regen_conf 2021-01-22 03:37:29 +01:00
Alexandre Aubin
c659216e23 Make sure tmp_script exists .. 2021-01-22 03:32:27 +01:00
Alexandre Aubin
148bfdac0d Also ban bind9 2021-01-21 23:59:22 +01:00
Alexandre Aubin
3e290d5c37 Prevent the installation of apache2 ... 2021-01-21 23:55:37 +01:00
Alexandre Aubin
1fdccb7c7a Forgot to rename function #oopsies 2021-01-21 23:30:15 +01:00
Alexandre Aubin
c7b55cdfad migrations migrate -> migrations run 2021-01-21 22:30:31 +01:00
Alexandre Aubin
e22168a98d log display -> log show (+ fix API route) 2021-01-21 21:35:37 +01:00
Alexandre Aubin
15e47b2a2b yunohost log share 2021-01-21 21:34:12 +01:00
Alexandre Aubin
b53859db50 [fix] python3: fix yunopaste encoding 2021-01-21 21:23:57 +01:00
Alexandre Aubin
21a0c65ed6 diagnosis: Ignore /dev/loop devices in systemresources 2021-01-21 20:03:59 +01:00
Kayou
8d02766098
fix de locale 2021-01-21 19:06:15 +01:00
Alexandre Aubin
c8a23f26bb Handle case where DKIM record is split into several pieces 2021-01-21 16:25:58 +01:00
Kayou
02ed684f9a
shell=True, because Aleks says so 2021-01-21 12:00:27 +01:00
Alexandre Aubin
1387dff47c
Not sure what i'm doing but tests failing because of this package for some reasons... we had a custom build for python-miniupnpc (python2) because Debian vanilla doesn't provide it ... but not we're in python3 and turns out the custom build also built the python3 version .. but ideally we want to fall back to debian vanilla version ? 2021-01-21 05:04:39 +01:00
Alexandre Aubin
9185d044a5 Require moulinette >= 4.2 + placeholder / bump version to 4.2 for unstable deb builds / CI stuff 2021-01-20 05:24:25 +01:00
Alexandre Aubin
a97a9df316 Fix more implicit references to python2, adapt generate_manpages for python3 2021-01-20 05:06:43 +01:00
Alexandre Aubin
041e175319 Merge branch '4.1.6-hotfixes' into dev 2021-01-20 02:13:46 +01:00
Alexandre Aubin
1eab77aa9b
Merge pull request #1139 from yunohost-bot/weblate-yunohost-core
Translations update from Weblate
2021-01-20 01:57:41 +01:00
Alexandre Aubin
99ab7c642c Update changelog for 4.1.6 2021-01-20 01:53:04 +01:00
Daniel
a61dece925 Translated using Weblate (German)
Currently translated at 62.5% (395 of 631 strings)

Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/de/
2021-01-20 01:31:34 +01:00
penguin321
f617b2fe72 Translated using Weblate (German)
Currently translated at 61.3% (387 of 631 strings)

Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/de/
2021-01-20 01:31:34 +01:00
Christian Wehrli
63a0fcc753 Translated using Weblate (German)
Currently translated at 59.2% (374 of 631 strings)

Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/de/
2021-01-20 01:31:34 +01:00
Alexandre Aubin
35a0711713
Stupid yolopatch for not-normalized app path settings >_> (#1141)
* Update app.py
* Be more careful (c.f. _normalize_domain_path code ... maybe the path doesn't start with / either ..)
* Annnnnd ignore case where path is '/' which is fine
2021-01-20 01:28:55 +01:00
Alexandre Aubin
b7293f33b9
Merge pull request #1140 from YunoHost/dyndns-update-more-resilient
Make dyndns update more resilient to ns0.yunohost.org being down
2021-01-20 01:22:30 +01:00
Daniel
7c837a2db3 Translated using Weblate (German)
Currently translated at 62.5% (395 of 631 strings)

Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/de/
2021-01-19 22:26:45 +00:00
penguin321
cfd80a9478 Translated using Weblate (German)
Currently translated at 61.3% (387 of 631 strings)

Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/de/
2021-01-19 22:26:45 +00:00
Christian Wehrli
754e779296 Translated using Weblate (German)
Currently translated at 59.2% (374 of 631 strings)

Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/de/
2021-01-19 22:26:45 +00:00
Alexandre Aubin
47181a4598
Merge pull request #1096 from YunoHost/less-madness-for-hook-exec
Less madness for hook exec
2021-01-19 23:26:10 +01:00
Alexandre Aubin
09acc2a466
Merge branch 'dev' into less-madness-for-hook-exec 2021-01-19 23:25:43 +01:00
Alexandre Aubin
b98dd8585b
Merge pull request #1116 from YunoHost/enh-python3
Python2 -> Python3
2021-01-19 23:06:57 +01:00
Kayou
5c7e503316
Typo 2021-01-19 11:20:07 +01:00
Alexandre Aubin
8b05248ad4
Turns out we need to feed the IP of the resolver and can't use the doman name :/ 2021-01-19 02:34:28 +01:00
Alexandre Aubin
e730085970 Linter is angry about unused import 2021-01-18 20:53:38 +01:00
Alexandre Aubin
d5403e5f5f Typo 2021-01-18 20:25:36 +01:00
Alexandre Aubin
7dad37ed04 Make dyndns update more resilient to ns0.yunohost.org being down 2021-01-18 19:57:31 +01:00
Kay0u
c4004b701e
Update changelog for 4.1.5 2021-01-14 21:40:59 +01:00
Alexandre Aubin
75193337b1
Merge pull request #1136 from YunoHost/fix-ynh_check_app_version_changed
set ynh_check_app_version_changed as deprecated
2021-01-14 20:25:15 +01:00