Commit graph

3466 commits

Author SHA1 Message Date
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
Alexandre Aubin
61a9790978
Merge pull request #724 from YunoHost/unecessary-log-messages
Remove unecessary log messages
2019-06-04 00:14:05 +02:00
Alexandre Aubin
b3b6ee54a1
Merge pull request #730 from kay0u/fix_version
[fix] current version in app_info
2019-06-04 00:13:21 +02:00
Laurent Peuch
e2f43b43a5 [fix] make function name clearer, it's not only for actions 2019-06-02 04:45:49 +02:00
Laurent Peuch
47d2383c11 [enh] generate and copy manpages on debian installation 2019-06-02 04:33:10 +02:00
Laurent Peuch
388d332ba1 [enh] display default value in manpages 2019-06-02 04:30:46 +02:00
Laurent Peuch
ebba9967d0 [mod] try to make manpages template less disastrously unreadable 2019-06-02 04:30:46 +02:00
Laurent Peuch
c75b9f7fa5 [fix] duplicated line in manpage 2019-06-02 04:30:46 +02:00
Laurent Peuch
8428385cd4 [fix] if output is directly a filename without a path no need to create a dir 2019-06-02 04:30:46 +02:00
Laurent Peuch
3c074e637c [enh] add support to write gzip compressed man page 2019-06-02 04:30:46 +02:00
Laurent Peuch
3e0dde747e [fix] invalide \ 2019-06-02 04:30:46 +02:00
Laurent Peuch
d334baf78f [enh] allow to specify a path for the output 2019-06-02 04:30:46 +02:00
Laurent Peuch
ec67f5af61 [mod] add a main function 2019-06-02 04:30:46 +02:00
Laurent Peuch
2725fba1f4 [mod] remove unused import 2019-06-02 04:30:46 +02:00
Laurent Peuch
491e3efb5a [enh] generate manpages from actionsmap 2019-06-02 04:30:46 +02:00
Laurent Peuch
1fcffed58d [mod] blank lines for lisibility 2019-06-02 04:30:46 +02:00
Laurent Peuch
340f3617a2 [mod] 'str' is a python builtin 2019-06-02 04:30:46 +02:00
Laurent Peuch
6cceddf70c [mod] use more secure yaml.safe_load 2019-06-02 04:30:46 +02:00
Laurent Peuch
31482e7d31 [mod] use subprocess instead of os.system to ensure function has run correctly 2019-06-02 04:30:46 +02:00
Laurent Peuch
51f9dbe5ae [mod] use builtin python function for creating dirs 2019-06-02 04:30:46 +02:00
Laurent Peuch
e23604e763 [mod] use os.path 2019-06-02 04:30:46 +02:00
Laurent Peuch
218029b628 [mod] autopep8 2019-06-02 04:30:46 +02:00
Alexandre Aubin
1e95a5d738 Move / rename / make script more robust w.r.t to path from which its called 2019-06-02 04:30:46 +02:00
toitoinebzh
934d15cb51 Correct some typo 2019-06-02 04:30:46 +02:00
toitoinebzh
58a03fc53c Script to generate manpages - Fix #284 2019-06-02 04:30:46 +02:00
Maniack Crudelis
dcc493934c
Fix ynh_print_OFF when set -x is used in other helpers 2019-06-01 22:47:22 +02:00
Laurent Peuch
4084bddb54 [enh] support config_panel in TOML format 2019-06-01 01:44:33 +02:00
Alexandre Aubin
d0c982a422 Check for obvious conflict with already running apt/dpkg commands when running yunohost upgrade 2019-05-31 16:09:25 +02:00
Alexandre Aubin
0f2465a949
Merge pull request #729 from MCMic/patch-1
Add indexes for fields listed by slapd in the logs
2019-05-31 15:22:26 +02:00
Alexandre Aubin
0c6d61cb6a
Merge pull request #728 from decentral1se/bugfix/allow-to-display-logs-postinstall-stage
Allow to display logs when postinstall fails
2019-05-31 15:22:01 +02:00
Maniack Crudelis
68c30a943a
Add exception for data backup 2019-05-29 12:57:31 +02:00
Alexandre Aubin
330f06c358 Check list url independently of scheme 2019-05-28 20:28:13 +02:00
Alexandre Aubin
a9c9cbac36 Add old list to applist migration 2019-05-28 20:24:03 +02:00
Kayou
97695f6afb
delete an unnecessary "if" 2019-05-28 17:51:05 +02:00
Laurent Peuch
f6f73c23b1 [mod] make error more explicit 2019-05-28 02:10:07 +02:00
Kay0u
bd43e5cde3
add current version in app_info 2019-05-25 15:13:24 +02:00
MCMic
a1ab50dcf1
Add indexes for fields listed by slapd in the logs
I get lots of suggestion of indexes by slapd in my logs:

 <= mdb_equality_candidates: (cn) not indexed
 <= mdb_equality_candidates: (gidNumber) not indexed
 <= mdb_equality_candidates: (mail) not indexed
 <= mdb_equality_candidates: (member) not indexed
 <= mdb_equality_candidates: (memberUid) not indexed
 <= mdb_equality_candidates: (sudoUser) not indexed
 <= mdb_equality_candidates: (uidNumber) not indexed
 <= mdb_equality_candidates: (uniqueMember) not indexed
 <= mdb_equality_candidates: (virtualdomain) not indexed
 <= mdb_substring_candidates: (sudoUser) not indexed

Since Yunohost makes it hard to edit LDAP server configuration (see https://github.com/YunoHost/issues/issues/1350), the default configuration should contain indexes for the fields used by Yunohost a lot.
2019-05-23 14:49:27 +00:00
Luke Murphy
b091ab4029
Allow to display logs when postinstall fails
Closes https://github.com/YunoHost/issues/issues/1345.
2019-05-23 09:42:16 +02:00
Alexandre Aubin
9341da10ce Add changelog for 3.6.0 2019-05-22 19:36:31 +02:00
Alexandre Aubin
b3d29238c4
Merge pull request #721 from YunoHost/authenticate-as-root
[enh] Simplify the whole LDAP interface thing
2019-05-22 17:51:04 +02:00
Alexandre Aubin
6cdffe77a7
Merge pull request #687 from YunoHost/crash_debugger
Dump ynh log if an app script fails
2019-05-22 17:42:58 +02:00
Alexandre Aubin
f11a58db9d
Merge pull request #705 from yunohost-bot/weblate-yunohost-core
Update from Weblate
2019-05-22 16:57:20 +02:00
Sylke Vicious
8b12c0c81d Translated using Weblate (Italian)
Currently translated at 79.0% (414 of 524 strings)

Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/it/
2019-05-21 16:02:18 +00:00
Sylke Vicious
84fe7f5004 Translated using Weblate (Italian)
Currently translated at 70.6% (370 of 524 strings)

Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/it/
2019-05-21 16:02:18 +00:00
Benoît
155e6a2f94 Translated using Weblate (French)
Currently translated at 94.8% (497 of 524 strings)

Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/fr/
2019-05-21 16:02:18 +00:00
Sylke Vicious
2d2fcf279c Translated using Weblate (Italian)
Currently translated at 67.5% (353 of 523 strings)

Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/it/
2019-05-21 16:02:18 +00:00
Sylke Vicious
4463b0ee7c Translated using Weblate (Italian)
Currently translated at 66.1% (339 of 513 strings)

Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/it/
2019-05-21 16:02:18 +00:00
ButterflyOfFire
af40274f1d Translated using Weblate (Arabic)
Currently translated at 75.4% (387 of 513 strings)

Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/ar/
2019-05-21 16:02:18 +00:00