Commit graph

2837 commits

Author SHA1 Message Date
Alexandre Aubin
a742ca8939 Attempt to get rid of annoying 'unable to initialize frontend' messages 2019-02-09 15:40:29 +01:00
Alexandre Aubin
519e1c3bfe Merge branch 'stretch-stable' into stretch-unstable 2019-02-07 15:24:13 +01:00
Alexandre Aubin
45d2001692 Update changelog for 3.4.2.3 2019-02-07 15:20:50 +01:00
Alexandre Aubin
ed481e05d8 Update IP for CCC Berlin 2019-02-07 15:18:54 +01:00
Alexandre Aubin
f050db0fbf Update gozmail IP 2019-02-07 15:18:42 +01:00
Alexandre Aubin
0b98df85f1 Update DNS resolver list according to diyisp.org 2019-02-07 15:18:32 +01:00
ljf
f0e6575062 [wip] Fix password in log 2019-02-07 15:17:37 +01:00
Alexandre Aubin
e4c6cd159b
Merge pull request #641 from YunoHost/password-in-log
[fix] Admin password appearing in logs
2019-02-07 15:16:03 +01:00
Alexandre Aubin
65e1bc2d8d
Merge pull request #642 from YunoHost/fix_ynh_secure_remove
Fix #635 on ynh_secure_remove
2019-02-06 22:51:18 +01:00
Maniack Crudelis
060370ef88
Fix #635 on ynh_secure_remove 2019-02-06 22:46:21 +01:00
Laurent Peuch
169ae96f0a [mod] please flake8 by respecting pep8 and removing except: 2019-02-06 19:32:35 +01:00
Laurent Peuch
0267a798a7 [fix] sterror doesn't exist most of the time 2019-02-06 19:27:43 +01:00
Alexandre Aubin
69a896e1c3
Merge pull request #561 from YunoHost/use_getops
Use getops
2019-02-06 13:13:40 +01:00
Alexandre Aubin
8ba8b24ee3
Merge branch 'stretch-unstable' into use_getops 2019-02-05 17:52:12 +01:00
Alexandre Aubin
a82bbcb225
Merge pull request #635 from YunoHost/ynh-secure-remove-has-only-one-arg
Warn the user that ynh_secure_remove should be used with only one arg…
2019-02-05 17:50:56 +01:00
Alexandre Aubin
a2ce1e108b
Merge pull request #636 from YunoHost/update-dns-resolver-list
[fix] Update DNS resolver list according to diyisp.org
2019-02-05 17:50:14 +01:00
Alexandre Aubin
1b63012790
Merge pull request #630 from YunoHost/ynh_setup_source_digs_deeper
[enh] Allow to dig deeper into an archive with ynh_setup_source
2019-02-05 16:49:23 +01:00
Alexandre Aubin
b4fb7b094d
Merge pull request #637 from YunoHost/1283-remove-old-smtp-port-from-jail
[fix] Remove old SMTP port (465) from Fail2ban jail.conf
2019-02-05 16:47:51 +01:00
Alexandre Aubin
c849b4732a [microdecision] Move this message to info to improve UX 2019-02-04 19:03:47 +01:00
Alexandre Aubin
81bbb62b82 [microdecision] Missing translation for key 'file_not_exist' 2019-02-04 18:27:50 +01:00
ljf
db83dc0893 [wip] Fix password in log 2019-02-03 03:20:19 +01:00
Maniack Crudelis
5f0fc73dce
Merge branch 'stretch-unstable' into use_getops 2019-01-31 13:55:58 +01:00
Alexandre Aubin
0a0ab3cf9f Update changelog for 3.4.2.2 2019-01-30 21:18:09 +01:00
Alexandre Aubin
d8ef303cde Missing os import -.- 2019-01-30 21:16:56 +01:00
Alexandre Aubin
73ab2785f2 Update changelog for 3.4.2.1 2019-01-30 19:38:39 +01:00
Alexandre Aubin
d95931c8f1 Ignore stderr from meltdown checker 2019-01-30 19:23:36 +01:00
Alexandre Aubin
4a7e33a145 #564 broke the autoconfig, nginx was lookin for mailconfig.xml instead of main/config.xml 2019-01-30 17:34:51 +01:00
Alexandre Aubin
4e7a4f6827 Update IP for CCC Berlin 2019-01-30 15:25:02 +01:00
Alexandre Aubin
40382acbfb Update gozmail IP 2019-01-30 15:24:09 +01:00
opi
d5bf9a61b8
[fix] Remove old SMTP port (465) from Fail2ban jail.conf. Fix #1283 2019-01-30 14:10:16 +01:00
Alexandre Aubin
8b3e645578 [microdecision] Archive folder might not exist 2019-01-30 14:03:04 +01:00
Alexandre Aubin
a26994fd70 Update DNS resolver list according to diyisp.org 2019-01-29 23:04:14 +01:00
Alexandre Aubin
5a9a909c56 Update changelog for 3.4.2 2019-01-29 16:43:56 +01:00
Alexandre Aubin
fdb2e770af Added translation using Weblate (Basque) 2019-01-29 15:02:40 +00:00
Alexandre Aubin
68b01ae6ec Warn the user that ynh_secure_remove should be used with only one argument 2019-01-29 01:51:52 +01:00
Alexandre Aubin
5817d804a2
Merge pull request #632 from YunoHost/1280-do-not-log-migration-in-tmp
[fix] Do not log migration to stretch in /tmp/. Issue #1280
2019-01-28 14:35:53 +01:00
opi
f0ef491949
[fix] Do not log migration to stretch in /tmp/. Issue #1280 2019-01-28 10:29:28 +01:00
Alexandre Aubin
081d4b2a46
Merge pull request #629 from YunoHost/Fix_ynh_system_user_create
[fix] Fix home_dir unset in ynh_system_user_create
2019-01-28 02:06:05 +01:00
Alexandre Aubin
375a2685ee
Merge pull request #628 from YunoHost/fix_getops_helper
[fix] Update ynh_handle_getopts_args
2019-01-28 02:05:50 +01:00
Maniack Crudelis
0e96a8f659
Getopts's not yet implemented for other helpers. 2019-01-28 01:41:40 +01:00
Maniack Crudelis
63d62b4f7a
[enh] Allow to dig deeper into an archive with ynh_setup_source 2019-01-28 00:42:56 +01:00
Maniack Crudelis
a06ace4aa8
[fix] Fix home_dir unset in ynh_system_user_create 2019-01-27 23:46:26 +01:00
Maniack Crudelis
8ffd7e87f5
[fix] Update ynh_handle_getopts_args
Fix ynh_handle_getopts_args from https://github.com/YunoHost/yunohost/pull/561

- 2094557e1e (diff-a1f538c2eae234f6ba78e0bed0ae54db)
- 976f160afb (diff-a1f538c2eae234f6ba78e0bed0ae54db)
- 50f3291ea7 (diff-a1f538c2eae234f6ba78e0bed0ae54db)
- 540291a7e0 (diff-a1f538c2eae234f6ba78e0bed0ae54db)
2019-01-27 23:28:43 +01:00
Maniack Crudelis
e14d897c13
Merge branch 'stretch-unstable' into use_getops 2019-01-27 23:11:50 +01:00
Alexandre Aubin
0bc8300b88
Merge pull request #455 from YunoHost/enh_ynh_system_user_create_with_login_shell
[enh] Control the login shell when creating users in ynh_system_user_create
2019-01-27 15:58:27 +01:00
Alexandre Aubin
758028b8e6
Merge pull request #620 from YunoHost/update-spectre-meltdown-checker
Update spectre meltdown checker
2019-01-26 23:35:42 +01:00
Alexandre Aubin
b43a31bf6f
Merge pull request #624 from kay0u/enh-add-systemd-logs-for-apps
[enh] add systemd logs
2019-01-26 23:34:19 +01:00
Alexandre Aubin
723ff2eebb More elegant loop 2019-01-26 23:33:38 +01:00
Alexandre Aubin
e379f4e3db Fix handling of old services with empty log_type 2019-01-26 23:32:07 +01:00
Alexandre Aubin
e293cdcd77
Merge pull request #626 from YunoHost/ignore-self-conflict-during-change-url
[fix] app conflicting with itself during change_url
2019-01-26 21:19:48 +01:00