Commit graph

7159 commits

Author SHA1 Message Date
Weblate
d7486116c3 Added translation using Weblate (Finnish) 2021-05-24 14:57:09 +00:00
Alexandre Aubin
7cceec56d8
Merge pull request #1232 from YunoHost/ci-format-dev
[CI] Format code
2021-05-24 16:57:03 +02:00
Alexandre Aubin
a143018abb
Merge pull request #1230 from YunoHost/fix-ldapinit
[fix] Be able to init slapd in a chroot
2021-05-24 16:56:20 +02:00
Alexandre Aubin
27300282da Gotta source the helper when being in the appropriate folder, because of the new 'realpath' for YNH_APP_BASEDIR 2021-05-24 16:55:35 +02:00
Alexandre Aubin
74054f721a Manually create /home/admin with cp and chown instead of relying on mkhomedir_helper, to cover running the procedure in a chroot 2021-05-24 16:05:45 +02:00
yunohost-bot
fbdbd9e039 [CI] Format code 2021-05-24 13:49:17 +00:00
Alexandre Aubin
55a3313bb9
Merge pull request #1233 from YunoHost/fix-bad-timeout-dig
[fix] Diagnosis dns query taking an awful amount of time because of timeout
2021-05-24 15:37:12 +02:00
ljf (zamentur)
75d2f71d1a
[fix] Typo in comments 2021-05-24 15:36:03 +02:00
ljf
8829e2ccce [fix] Diagnosis dns query timeout 2021-05-24 15:30:08 +02:00
ljf
170156ac22 [fix] Check ldap db integrity 2021-05-24 11:50:11 +02:00
Alexandre Aubin
cd2e425890 Fix tools upgrade tip 2021-05-24 01:30:17 +02:00
Alexandre Aubin
be492b5f7f Unused i18n string 2021-05-24 00:33:33 +02:00
Alexandre Aubin
2d45c18961 Unused imports 2021-05-24 00:32:53 +02:00
Alexandre Aubin
9574fd4777 Gotta restart slapd first to prevent admin user not being known when initializing home 2021-05-24 00:20:53 +02:00
Alexandre Aubin
c516cc8eb1 Create admin folder directly in slapd init 2021-05-24 00:03:10 +02:00
Alexandre Aubin
e8a625dba5 Unused i18n key 2021-05-23 23:52:23 +02:00
Alexandre Aubin
8aa911b6e2 Misc renaming/tweaks for more sensible naming 2021-05-23 23:49:36 +02:00
Alexandre Aubin
9dccfa721e Fix ldap init using slapadd 2021-05-23 23:07:28 +02:00
ljf
8efa4dce6e [tmp] debug on ci 2021-05-23 22:54:00 +02:00
ljf
99247e3d08 [fix] Migrations 2021-05-23 22:46:28 +02:00
Alexandre Aubin
f2d57947ea
Merge pull request #1231 from YunoHost/fix-spfbl
[fix] Remove SPFB cause this dnsbl make false positive compared to we…
2021-05-23 20:16:29 +02:00
Alexandre Aubin
6ddc4b8cea
Merge pull request #1229 from Salamandar/patch-1
Set YNH_APP_BASEDIR as an absolute path
2021-05-23 20:16:18 +02:00
Alexandre Aubin
dfb5585021
Merge pull request #1228 from YunoHost/fix-unwanted-warning
[fix] Remove warning to user (transfered in linter)
2021-05-23 20:15:54 +02:00
ljf (zamentur)
ea5a6d301f
[fix] Email on certificate renewing failed (#1227)
* [fix] Email on certificate renewing failed

* [enh] Use check_output instead of subprocess

* Update src/yunohost/certificate.py

Co-authored-by: Kayou <pierre.moltess@gmail.com>

* [mod] Use f-string for readability

Co-authored-by: Kayou <pierre.moltess@gmail.com>
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
2021-05-23 20:09:48 +02:00
ljf (zamentur)
4266cfec6b
[fix] Remove SPFB cause this dnsbl make false positive compared to web version ! 2021-05-21 01:09:19 +02:00
ljf
d241db4c33 [fix] Be able to init slapd in a chroot 2021-05-21 00:46:31 +02:00
Salamandar
9c21fde52b
Set YNH_APP_BASEDIR as an absolute path
Ping @alexAubin :)
2021-05-18 22:03:06 +02:00
ljf (zamentur)
d1ea646876
[fix] Remove warning to user (transfered in linter) 2021-05-18 21:43:52 +02:00
ljf (zamentur)
0f10b91fa1
[fix] nftable migrations for python3 compatibility 2021-05-13 17:25:28 +02:00
ljf
8cf151668f [fix] CI test 2021-05-11 12:08:00 +02:00
Alexandre Aubin
52e307040e Attempt to fix the 'yunohost-api' being down after yunohost upgrades ... Apparently this is due to the port being still busy, which is puzzling, but also because it tries to restart but hit the StartLimitBurst (defaults is 5 times in 10 s). Increasing RestartSec to 5 may fix the issue (at some point the port gets free and service starts) 2021-05-11 00:21:12 +02:00
Alexandre Aubin
2b0df6c35a Add requirements for new helpers 2021-05-10 19:00:53 +02:00
Alexandre Aubin
06f8c1cc88 Define ynh_node_load_path to be compatible with ynh_replace_vars 2021-05-10 19:00:53 +02:00
Alexandre Aubin
a66b9a89f3
Merge pull request #1224 from YunoHost-Apps/n-upgrade
Update nodejs
2021-05-10 17:24:12 +02:00
ericgaspar
bdd343a4b7
Update nodejs 2021-05-10 09:53:39 +02:00
Alexandre Aubin
4aaf015428
Also catch tarfile.ReadError as possible archive corruption error 2021-05-09 18:38:17 +02:00
ljf
ad73c29dad [fix] Error in import user tests 2021-05-09 01:08:43 +02:00
ljf
6e880c8219 [fix] Avoid password too small error during import operation 2021-05-09 01:02:51 +02:00
ljf (zamentur)
2ea4c2bae9
[fix] Inconsistency in translation 2021-05-09 01:00:59 +02:00
ljf
91e7e5e1c8 [fix] Python3 migration: File args with log 2021-05-08 23:58:36 +02:00
ljf
1d33f333cd [fix] Python3 migration for export user feature 2021-05-08 23:39:33 +02:00
ljf
a78e4c8eac [fix] 1 letter firstname or lastname 2021-05-08 23:31:07 +02:00
ljf
a07314e661 [fix] Download CSV from webadmin - missing commit 2021-05-08 23:31:07 +02:00
ljf
8e2f1c696b [fix] Home not created 2021-05-08 23:31:07 +02:00
ljf
59d7e2f247 [fix] LDAP Size limits 2021-05-08 23:29:52 +02:00
ljf
c7c2928579 [fix] Column list 2021-05-08 23:29:52 +02:00
ljf
57dcf45a7c [fix] User import unit test 2021-05-08 23:29:52 +02:00
ljf
fd06430e8f [fix] Import user with update mode some unit test 2021-05-08 23:28:49 +02:00
ljf
9e2f4a56f3 [enh] Add export feature and refactor user_list 2021-05-08 23:26:43 +02:00
ljf
3e047c4b94 [fix] CSV import 2021-05-08 23:19:28 +02:00