Commit graph

1960 commits

Author SHA1 Message Date
Laurent Peuch
de305ce18e [mod] more explicite error message for dyndns subscribe server failure 2018-04-18 04:29:11 +02:00
Bram
fa152adee6 [enh] Display debug information on cert-install/renew failure (#447)
* [mod] split function to add _get_dns_ip
* [enh] display debug information on cert-install/renew failure
2018-04-17 17:23:04 +02:00
Josue-T
ab2b7db0cf Trigger error if app dependency install fails (Redmine 1006) + allow for 'or' in dependencies (#381)
* Solve issue https://dev.yunohost.org/issues/1006
I purpose this change to improve the helper 'ynh_install_app_dependencies'.
Before this change if the dependences are not installable the install didn't fail. By these change the helper generate an error and the install stop.

* Get the error if apt fail
* Remove old change
* Add dependence choice
2018-04-13 14:31:36 +02:00
Maniack Crudelis
6c7fb0cef2 Fix n usage (#446)
* Fix n usage
* Fix ynh_remove_nodejs as well
2018-04-13 14:28:58 +02:00
Maniack Crudelis
91d0965569 Add nodejs helpers (#441)
* Add nodejs helpers
* Typo fix
* Add explanation for load_n_path
* Remove useless line
* Remove another old useless line
* Move to a dedicated file
* Move to a dedicated file
* Fix check n already installed
2018-03-30 23:05:04 +02:00
Bram
07355502e3
Merge pull request #443 from YunoHost/wget-dependency
Add wget as dependency
2018-03-18 19:18:24 +01:00
ljf (zamentur)
cf78e40658
Add wget as dependency 2018-03-18 15:11:49 +01:00
Alexandre Aubin
79eb70ec61 Use number/name in i18n string to avoid breaking existing translations... 2018-03-16 14:38:04 +01:00
Alexandre Aubin
44a66b1ff4 Fix migration skipping during postinstall 2018-03-16 14:38:04 +01:00
Alexandre Aubin
9009b3f9d3 Handle disclaimers 2018-03-16 14:38:04 +01:00
Alexandre Aubin
c8b1d7e2c3 Forgot to adapt this also.. 2018-03-16 14:38:04 +01:00
Alexandre Aubin
c266147fd9 Be able to list only pending or done migrations 2018-03-16 14:38:04 +01:00
Alexandre Aubin
c568b04459 Manage the auto/manual flag in migrations_migrate 2018-03-16 14:38:04 +01:00
Alexandre Aubin
c40f14e8f0 Adapt 'manual' call to migration from dyndns according to previous changes 2018-03-16 14:38:04 +01:00
Alexandre Aubin
bafe6efde2 Typo 2018-03-16 14:38:04 +01:00
Alexandre Aubin
d73197793c Adapt migrations_migrate according to previous changes 2018-03-16 14:38:04 +01:00
Alexandre Aubin
0702af6054 Simplify my previous stuff about managing migration infos ? 2018-03-16 14:38:04 +01:00
Alexandre Aubin
7f359e363b Add mode, description and optionnal disclaimer for migrations 2018-03-16 14:38:04 +01:00
Alexandre Aubin
020dea6531 Change the way we list migrations (always load the module) and the way we manage its infos 2018-03-16 14:38:04 +01:00
Josue-T
bdf923aafc Solve issue with ynh_restore_file (#384)
* Solve issue with ynh_restore_file

While we use the `ynh_restore_file` if the destination already exist the `mv` fonction don't work correctly. By this commit the old directory is renamed.

* Move to /home/yunohost.conf file if already exist in restoration

* Remove if the file is bigger than 500Mo

* Use a local variable

* Fix DEST_PATH

* Fix comment and typo

* More precise comment regarding the behavior if DEST_PATH exists
2018-03-15 18:58:11 +01:00
Alexandre Aubin
fc8537643b
Merge pull request #398 from YunoHost/backup_core_only
[enh] Tranfer backup_core_only to BACKUP_CORE_ONLY
2018-03-15 17:32:39 +01:00
Maniack Crudelis
65dab2022c
Merge branch 'unstable' into backup_core_only 2018-03-15 17:27:40 +01:00
Alexandre Aubin
44325ec87b
Merge pull request #440 from YunoHost/clean-helper-doc
Misc fixes in the helpers to clean the autodoc
2018-03-15 00:41:55 +01:00
Alexandre Aubin
af22474a50 Add some [internal] flags in the comment to hide a few helpers from autodoc 2018-03-10 19:01:37 +01:00
Alexandre Aubin
935b972d6e Misc fixes in the helpers to clean the autodoc 2018-03-09 17:55:07 +01:00
Laurent Peuch
bdface200a
Merge pull request #428 from jlescher/unstable
[Fix] Stronger match for acme-challenge nginx location
2018-03-07 22:07:58 +01:00
Alexandre Aubin
f79e25f822 Merge branch 'testing' into unstable 2018-03-07 12:45:36 +00:00
Alexandre Aubin
00481af499 Update changelog for 2.7.10 release 2018-03-07 12:44:15 +00:00
Alexandre Aubin
89215f0402 [fix] Fail2ban conf/filter was not matching failed login attempts... 2018-03-07 12:43:10 +00:00
Laurent Peuch
a80f7471bd
Merge pull request #438 from YunoHost/emaged-fail2ban-conf-was-broken-wtf
[fix] [critical] Fail2ban conf/filter was not matching failed login attempts...
2018-03-06 21:36:35 +01:00
Alexandre Aubin
9a80635dbc [fix] Fail2ban conf/filter was not matching failed login attempts... 2018-02-28 08:54:11 -05:00
Laurent Peuch
c992085009
Merge pull request #404 from YunoHost/authorized_keys
[enh] add commands to manage authorized-keys of users
2018-02-15 05:51:57 +01:00
Laurent Peuch
79ee4cb13d
Merge pull request #403 from YunoHost/allow_ssh_user
Add commands to allow/disallow a yunohost user to connect in ssh
2018-02-15 05:51:46 +01:00
Alexandre Aubin
88d7a31bda
[fix] Microdecision : add mailutils as a dependency 2018-02-11 22:23:40 +01:00
Laurent Peuch
f70949b350 [fix] handle uncatched exception 2018-02-11 05:39:45 +01:00
Laurent Peuch
bda19df019
Merge pull request #399 from frju365/unstable
Fix security of nginx headers .
2018-02-09 19:32:23 +01:00
frju365
6ab29260cf
[enh] Mozilla directives. 2018-02-09 16:25:09 +01:00
frju365
4276a187a0
[enh] Comment with the URL of the Mozilla Directives 2018-02-09 16:24:16 +01:00
frju365
03273e3b94
[fix] typo 2018-02-09 16:20:29 +01:00
frju365
4f616fe8c7
[Fix] CSP cf. another PR. 2018-02-09 16:11:41 +01:00
frju365
c824f403a4
[Fix] Referrer, CSP bad conf. cf. Another pr. 2018-02-09 16:10:31 +01:00
Laurent Peuch
a343e39dda
Merge pull request #425 from Josue-T/systemd_config
Add service name as arg (optionnal) in helper systemd
2018-02-09 00:40:24 +01:00
Laurent Peuch
8c0b66420f
Merge pull request #426 from YunoHost/make-etckeeper-stfu
[enh] Make etckeeper stfu
2018-02-09 00:40:06 +01:00
Laurent Peuch
b055a41d04
Merge pull request #421 from YunoHost/fix-1043-cron-dont-run-during-backup
[fix] Cron issue during custom backup
2018-02-08 03:46:23 +01:00
Laurent Peuch
62b3674f4c
Merge pull request #432 from YunoHost/backup_upgrade_verbose
[enh] --verbose for backup during upgrade
2018-02-08 03:17:41 +01:00
Laurent Peuch
c88cafbcbd
Merge pull request #360 from YunoHost/enh-add-post-hook-for-apps
Add post hooks for apps operation
2018-02-08 03:10:03 +01:00
Laurent Peuch
c6d6367077
Merge pull request #356 from ariasuni/unstable
[enh] enable gzip compression for common text mimetypes in Nginx
2018-02-08 00:40:34 +01:00
Laurent Peuch
92a3caa8b2
Merge pull request #373 from YunoHost/enh-phpfpm-helper-php7-stretch
Update php-fpm helpers to handle stretch/php7 and a smooth migration
2018-02-08 00:08:40 +01:00
Laurent Peuch
f59d0c5ab6
Merge pull request #435 from Jibec/patch-2
L10N - reset AR file
2018-02-07 22:11:18 +01:00
Jean-Baptiste
78b87a6288
reset file 2018-02-07 22:09:41 +01:00