Commit graph

5545 commits

Author SHA1 Message Date
Zeik0s
8fd7456a9b Translated using Weblate (German)
Currently translated at 36.1% (216 of 598 strings)

Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/de/
2020-04-26 01:44:00 +00:00
xaloc33
0226ff2fd1 Translated using Weblate (Catalan)
Currently translated at 100.0% (598 of 598 strings)

Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/ca/
2020-04-26 01:44:00 +00:00
Alexandre Aubin
69938c3feb Re-add 'app fetchlist', 'app list -i', 'app list' filter for backward compatibility... 2020-04-26 03:43:36 +02:00
Alexandre Aubin
cde68cd7cc
Make sure to strip() the path just in case
Co-Authored-By: Bram <cortex@worlddomination.be>
2020-04-25 23:52:55 +02:00
Alexandre Aubin
9ef2c60a90 Uhoh we can't call domain_list if postinstall ain't done yet 2020-04-25 05:24:27 +02:00
Alexandre Aubin
b90155423d Add a caching mechanism to get_public_ip to avoid loading requests and calling ip.yunohost.org dozens of time per minute... 2020-04-25 04:33:08 +02:00
Alexandre Aubin
319898baf7 Feed domain list to regen-conf hooks directly through env to avoid having to call 'yunohost domain list' 2020-04-25 03:49:30 +02:00
Alexandre Aubin
cf32853f81 Fetch all cert-status at once because running a yunohost command takes ~3ish seconds per call 2020-04-25 03:44:26 +02:00
Kay0u
05734dfd7c
clean tmp backuo dir 2020-04-25 02:28:45 +02:00
Kay0u
77e124519f
add bad archive test 2020-04-25 01:54:12 +02:00
Alexandre Aubin
a20fd04955
Remove tmp debug print()
Co-Authored-By: Kayou <pierre@kayou.io>
2020-04-25 01:27:20 +02:00
Kay0u
dd5699ee40
use ynh_port_available in ynh_find_port 2020-04-25 01:03:33 +02:00
Maniack Crudelis
b6daf0c448
ynh_die instead of false 2020-04-25 00:38:59 +02:00
Maniack Crudelis
a75af4896c
follow=name
Co-Authored-By: Kayou <pierre@kayou.io>
2020-04-25 00:35:39 +02:00
Maniack Crudelis
54aa6f8912
Typo
Co-Authored-By: Kayou <pierre@kayou.io>
2020-04-25 00:00:57 +02:00
Maniack Crudelis
1af4d20e1e
Typo
Co-Authored-By: Kayou <pierre@kayou.io>
2020-04-24 23:59:59 +02:00
Maniack Crudelis
defabdbecb
Missing argument
Co-Authored-By: Kayou <pierre@kayou.io>
2020-04-24 23:56:49 +02:00
Maniack Crudelis
d9aa345ee8
Unfold OR
Co-Authored-By: Kayou <pierre@kayou.io>
2020-04-24 23:51:18 +02:00
Maniack Crudelis
1decbd2423
Fix ynh_no_log
Co-Authored-By: Kayou <pierre@kayou.io>
2020-04-24 23:47:53 +02:00
Maniack Crudelis
b3b0aef047
Long arguments for ynh_validate_ip6
Co-Authored-By: Kayou <pierre@kayou.io>
2020-04-24 23:45:43 +02:00
Maniack Crudelis
67785edb1c
Long arguments for ynh_validate_ip4
Co-Authored-By: Kayou <pierre@kayou.io>
2020-04-24 23:45:22 +02:00
Maniack Crudelis
6468402e68
Merge branch 'stretch-unstable' into clean_helpers 2020-04-24 20:20:32 +02:00
pitchum
b9e226caed Remove deprecated docstrings. 2020-04-24 19:07:05 +02:00
Josué Tille
c34de0b792
Improve version management in catalog 2020-04-24 14:36:06 +02:00
Alexandre Aubin
54cc684a35 Keep track of yunohost version a backup was made from, for possible future uses 2020-04-24 03:33:59 +02:00
Alexandre Aubin
5baadd1fa1 Be more robust against some situation where archive is corrupted 2020-04-24 03:08:31 +02:00
Alexandre Aubin
cb0a87de25 Patch usage of old in apps 'yunohost tools diagnosis' 2020-04-23 18:59:12 +02:00
Alexandre Aubin
f68ae4561f Patch files earlier to avoid raising an exception is setting folder already exists 2020-04-23 18:00:46 +02:00
Alexandre Aubin
755ba61b32 Moar tests to check the content of app_map 2020-04-23 17:44:01 +02:00
Alexandre Aubin
e79f73d463 Make sure to return / and not empty string for stuff on domain root 2020-04-23 17:02:58 +02:00
Josué Tille
1826e3c5b6
Make more robust version management in upgrade 2020-04-23 14:56:16 +02:00
Josué Tille
e7970d8571
Check settings 'upgrade_only_if_version_changes' before to check update availability 2020-04-23 14:56:15 +02:00
Bram
7003439c46
Merge pull request #952 from YunoHost/fix-improper-use-of-logger-exception
[fix] Stupid "KeyError: label" weird error due to improper use of logger.exception in app.py
2020-04-23 05:23:36 +02:00
Alexandre Aubin
9eef8af53d Fix improper use of logger.exception in app.py 2020-04-23 04:18:23 +02:00
Alexandre Aubin
817e451086
Add regenconf tests to gitlab-ci 2020-04-23 01:27:11 +02:00
Alexandre Aubin
3aa8b99272
Merge pull request #949 from YunoHost/fix-postfix-ciphers
Fix postfix ciphers
2020-04-23 01:22:45 +02:00
pitchum
c42f7172f7
Do not include xmpp-upload in certificates of "child" domains
Co-Authored-By: Alexandre Aubin <alex.aubin@mailoo.org>
2020-04-22 10:34:40 +02:00
Alexandre Aubin
b1b1e8f867
Merge pull request #948 from YunoHost/fix_getopts
Fix getopts with empty parameters
2020-04-22 03:45:41 +02:00
Alexandre Aubin
670c04e104
Merge pull request #945 from YunoHost/readonly-default-php-version
YNH_DEFAULT_PHP_VERSION is now readonly
2020-04-22 03:43:04 +02:00
Alexandre Aubin
cc5dc0e7a7
How did we not find out about this huge typo earlier :| 2020-04-22 02:21:28 +02:00
Alexandre Aubin
1a828c725f
Fix postfix ciphers 2020-04-21 20:20:53 +02:00
Maniack Crudelis
f72be82429 Fix getopts with empty parameters 2020-04-21 16:24:49 +02:00
Maniack Crudelis
ba8514fb67 Fix regressions 2020-04-21 16:18:04 +02:00
Alexandre Aubin
194a0bb187
We need that trailing / for the download of files to actually work, c.f. feedback in 3.8 post on the forum 2020-04-21 15:46:03 +02:00
Maniack Crudelis
03379007b4 Update YunoHost version requirements 2020-04-21 14:48:52 +02:00
Alexandre Aubin
56a1fba297 Add regenconf tests for previous commits 2020-04-21 04:48:26 +02:00
Alexandre Aubin
6d42baff38 Be more robust against broken config or service failing to start, show info to help debugging 2020-04-21 04:48:13 +02:00
Alexandre Aubin
99ad8cc492 Force-flush the regen-conf for nginx domain conf when adding/removing a domain... 2020-04-21 04:45:16 +02:00
Alexandre Aubin
b392efdf85 Also anonymize folder name containing %2e instead of dot 2020-04-21 02:42:46 +02:00
Kay0u
23a083b087
YNH_DEFAULT_PHP_VERSION is now readonly 2020-04-20 23:50:42 +02:00