Commit graph

3413 commits

Author SHA1 Message Date
Alexandre Aubin
e987ae546b
Merge pull request #744 from YunoHost/actions-dot-toml
[enh] allows actions.toml
2019-07-02 22:00:23 +02:00
Alexandre Aubin
9b3a523a81
Merge pull request #734 from YunoHost/config_panel_ynh_args
use manifest.json/actions.json args format for the config_panel.toml
2019-07-02 21:58:58 +02:00
Alexandre Aubin
d01009347b
Merge pull request #682 from toitoinebzh/manpages
[enh] Script to generate manpages (issues#284)
2019-07-02 18:58:08 +02:00
Alexandre Aubin
f9eb2dbe37
Merge pull request #745 from YunoHost/fix-missing-internetcube-list
[fix] Missing internetcube list
2019-07-02 14:42:20 +02:00
ljf (zamentur)
552eb95731
[fix] Missing internetcube list 2019-07-02 14:37:07 +02:00
Bram
18a6549364
Merge pull request #740 from YunoHost/update-acme-tiny
[enh] Update acmetiny.py to 4.0.4
2019-07-01 14:18:56 +02:00
Laurent Peuch
a083cba149 [enh] allows actions.toml 2019-06-30 07:37:14 +02:00
Alexandre Aubin
aa25fff70a
Merge pull request #741 from YunoHost/less-madness-in-debug-log-from-script-progression
Use set +x / -x to hide the whole ynh_script_progression computation
2019-06-30 00:30:33 +02:00
Laurent Peuch
b4be3389fa [fix] open file relatively from script location 2019-06-29 07:42:32 +02:00
Laurent Peuch
252e3157b7 [enh] add command from subcategories in manpage 2019-06-29 07:41:03 +02:00
Laurent Peuch
78391045d8 [mod] extract manpage template in another file 2019-06-29 07:38:13 +02:00
Laurent Peuch
a18f1f784e [mod] remove debug stuff 2019-06-29 06:03:05 +02:00
Alexandre Aubin
b9197b6269 Fix 'unable to write random state in SSL init (same patch as for yunohost-admin) 2019-06-27 00:57:28 +02:00
Laurent Peuch
b23296be3c [fix] remove useless line that could generate bugs 2019-06-25 05:37:12 +02:00
Laurent Peuch
7db63b8221 [enh] handle other kinds of type than boolean in config panel 2019-06-25 05:19:30 +02:00
Alexandre Aubin
5e1377aec1 Updating changelog for 3.6.2 2019-06-24 17:57:19 +02:00
Alexandre Aubin
b1f59148ae
Merge pull request #732 from YunoHost/config_panel_toml
[enh] support config_panel in TOML format
2019-06-24 17:38:42 +02:00
Alexandre Aubin
40de70090e
Merge pull request #738 from YunoHost/backup-delete-should-delete-symlink-target
[fix] Backup delete should delete symlink target
2019-06-24 17:35:05 +02:00
Alexandre Aubin
8f72860e78
Use set +x / -x to hide the whole ynh_script_progression computation 2019-06-19 22:39:31 +02:00
Alexandre Aubin
6f439c917b Use the new disable_check arg in the acme_tiny interface 2019-06-19 20:40:19 +02:00
Alexandre Aubin
984be7987b Update acme_tiny.py to 5350420 2019-06-19 20:22:54 +02:00
Alexandre Aubin
fb815d8f3e [fix] Ugh we can't specify the file destination name, gotta put directly the parent folder 2019-06-19 18:13:15 +02:00
Alexandre Aubin
158aa08022 Fix self-upgrade mechanism, now using systemd-run which is more robust than '&' 2019-06-19 17:56:36 +02:00
Alexandre Aubin
9d63a067be
Improve semantics as suggested by decentral1se 2019-06-18 15:41:27 +02:00
Alexandre Aubin
46e388460c [fix] Backup delete should delete symlink target 2019-06-18 14:11:53 +02:00
Bram
2decf86021
Merge pull request #736 from yunohost-bot/weblate-yunohost-core
Update from Weblate
2019-06-18 03:54:22 +02:00
Quentí
3d5f9c0145 Translated using Weblate (Occitan)
Currently translated at 95.8% (503 of 525 strings)

Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/oc/
2019-06-17 12:23:52 +00:00
Weblate
279b23b96c Added translation using Weblate (Norwegian Bokmål) 2019-06-17 12:23:52 +00:00
Quentí
75755ff65b Translated using Weblate (Occitan)
Currently translated at 92.4% (485 of 525 strings)

Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/oc/
2019-06-17 12:23:52 +00:00
Quentí
99a9806496 Translated using Weblate (Occitan)
Currently translated at 92.0% (483 of 525 strings)

Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/oc/
2019-06-17 12:23:52 +00:00
Locness
32ac0682b1 Translated using Weblate (French)
Currently translated at 95.8% (503 of 525 strings)

Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/fr/
2019-06-17 12:23:52 +00:00
Quentí
3a4bf0ea10 Translated using Weblate (Occitan)
Currently translated at 91.4% (480 of 525 strings)

Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/oc/
2019-06-17 12:23:52 +00:00
Alexandre Aubin
3e75957f96
Merge pull request #731 from YunoHost/do_not_backup_data
Add exception for data backup
2019-06-17 14:23:46 +02:00
Alexandre Aubin
6837cf82e5
Merge pull request #735 from YunoHost/current_and_new_version_in_tools_update
[enh] Add current and new version for apps in tools_update output
2019-06-17 14:13:55 +02:00
Maniack Crudelis
01e3be24da
Update data/helpers.d/backup
Co-Authored-By: Kayou <pierre.moltess@gmail.com>
2019-06-14 22:31:47 +02:00
Alexandre Aubin
e93526321a
Merge pull request #733 from YunoHost/ynh_print_off
Fix ynh_print_OFF when set -x is used in other helpers
2019-06-07 22:10:03 +02:00
Alexandre Aubin
7ebb8bade3 Add current and new version for apps in tools_update output 2019-06-07 19:47:09 +02:00
Alexandre Aubin
ad9430b3ea Update changelog for 3.6.1.3 2019-06-07 18:38:32 +02:00
Alexandre Aubin
d8b086a06a [fix] Running slapindex seems to fix the previous issues about LDAP indexing stuff 2019-06-06 19:26:49 +02:00
Alexandre Aubin
3b6ddd0262 [i18n] Fix / improve message 2019-06-06 18:40:42 +02:00
Alexandre Aubin
e63d3986b2 [fix] This need quotes because this can be sourced by another program 2019-06-05 17:33:53 +02:00
Alexandre Aubin
9017226019 Update changelog for 3.6.1.2 2019-06-05 16:27:11 +02:00
Alexandre Aubin
7ecd606d04 [fix] Do not index cn,mail and virtualdomain as it's causing some weird issues in the mail stack ... 2019-06-05 16:25:25 +02:00
Alexandre Aubin
5e93b5cfd9 [fix] When self-upgrading, use a hack to not fill the ended_at and success key right away 2019-06-05 16:23:13 +02:00
Laurent Peuch
f7b5886d10 [mod] ux, the user create command without arg fails 2019-06-05 12:23:31 +02:00
Laurent Peuch
8027e92683 [mod] using yunohost format for config-panel arguments 2019-06-04 19:47:16 +02:00
Alexandre Aubin
4fb59482ce Update changelog for 3.6.1.1 2019-06-04 15:10:22 +02:00
Alexandre Aubin
769ba5771d Indexing gidNumber / uidNumber trigger weird issues when logging in through SSH (or the 'I have no name' shell when loggin in as admin) 2019-06-04 15:09:09 +02:00
Alexandre Aubin
d75e9d7a52 Update changelog for 3.6.1 2019-06-04 13:21:37 +02:00
Alexandre Aubin
5d88301cd4
Merge pull request #726 from YunoHost/stupid-tar-leading-dot-issue
[fix] Stupid issue with files inside tar : foo is not the same as ./foo
2019-06-04 00:14:27 +02:00