Commit graph

4022 commits

Author SHA1 Message Date
ljf
650b768229 [enh] Replace category by related_to fields 2018-04-14 04:04:09 +02:00
ljf
73828306df [fix] Path log file with no extension 2018-04-13 11:27:31 +02:00
ljf
a9d937db21 [enh] Display nice operation name 2018-04-13 10:11:44 +02:00
ljf
79ee0396d0 [enh] Add related info 2018-04-12 21:22:17 +02:00
ljf
b81d89f93a [fix] Remove old ref to Journal 2018-04-11 23:01:24 +02:00
ljf
6c063112bf [fix] Some missing 2018-04-11 22:58:26 +02:00
ljf
fac50997dc [fix] Some missing 2018-04-11 22:54:46 +02:00
ljf
219f1c6262 [enh] Use Handler to write log 2018-04-11 22:49:26 +02:00
ljf
a22672ede8 [fix] Avoid operation log filename with space 2018-04-11 10:03:20 +02:00
ljf
c1bd302973 [enh] Rename some logs into operations 2018-04-11 09:31:40 +02:00
ljf
fb27b4d5f2 [enh] Sort logs display by start date 2018-04-10 16:28:31 +02:00
ljf
d310540a6f [enh] Set the date before operation name 2018-04-10 15:42:48 +02:00
ljf
ba01168684 [enh] Allow to display all operation logs with one command 2018-04-03 20:38:56 +02:00
Bram
60727e5fab
[fix] typo 2018-03-20 22:27:42 +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
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
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
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
Laurent Peuch
f70949b350 [fix] handle uncatched exception 2018-02-11 05:39:45 +01:00
Laurent Peuch
6dabcadf40
Merge branch 'unstable' into journals 2018-02-08 16:44:32 +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
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
a2ab9c6cac
Merge pull request #427 from YunoHost/enh_conf_folder_for_change-url
Add access to conf folder when executing change_url script
2018-02-07 21:58:02 +01:00
Laurent Peuch
fd3a17cc7e
Merge pull request #424 from YunoHost/clean-get-public-ip
[fix] Simplify get_public_ip
2018-02-07 21:57:02 +01:00
Laurent Peuch
52a54c5ab1
[mod] we are in 2017 2018-02-07 21:46:38 +01:00
Laurent Peuch
400dc25d0e
Merge pull request #418 from YunoHost/checkurl_is_deprecated_meh
Moar depreciation warning about checkurl
2018-02-07 21:19:35 +01:00
Jean-Baptiste Lescher
50bd20fce9 [Fix] Stronger match for acme-challenge nginx location
If an application (for instance roundcube) installed at the root of a
subdomain has the following nginx configuration:

	location ~ ^/(.+/|)\. {
		deny all;
	}

acme-challenge matching location:

	location '/.well-known/acme-challenge'
	{
		default_type "text/plain";
		alias /tmp/acme-challenge-public/;
	}

will not be used.

This fix prevents further matching by regular expressions.

Co-authored-by: Tomo59 <thomas.gambier@gmail.com>
2018-01-30 17:52:03 +01:00
Jimmy Monin
9511e01f5a Add access to conf folder when executing change_url script 2018-01-27 16:16:42 +01:00
Alexandre Aubin
f5b5edb3bb This get_public_ips isn't really relevant anymore 2018-01-26 03:41:34 +01:00
Alexandre Aubin
e80f3a5a55 Fix imports and get_public_ip usage 2018-01-26 03:39:35 +01:00
Alexandre Aubin
4dfb1ee777 Move get_public_ip to an 'util' file 2018-01-26 03:19:22 +01:00
Laurent Peuch
be8ae067e6
Merge pull request #372 from YunoHost/tsig-sha256
Uses hmac-sha512 for dyndns TSIG
2018-01-24 10:03:34 +01:00
Laurent Peuch
54c9b8be10 [fix] we need absolute path for meltdown check 2018-01-17 19:00:35 +01:00
Laurent Peuch
177914ee00 [fix] useful error messages for meltdown check 2018-01-17 19:00:24 +01:00
Laurent Peuch
a58449ad51 [fix] wrap 'meltdown' diagnosis call in try/catch 2018-01-17 18:59:48 +01:00
Laurent Peuch
6078e42ed9 [fix] wrap 'nginx -t' diagnosis call in try/catch 2018-01-17 18:59:34 +01:00
ljf
fcd5873927 [fix] Cron issue during custom backup 2018-01-17 18:17:38 +01:00
Alexandre Aubin
b23bc434f8 Bigger depreciation / more explicit depreciation warning about checkurl... 2018-01-16 18:49:31 +01:00
Laurent Peuch
235a2ed2b7 [fix] as_dict was used for manifest comparison 2018-01-14 02:59:03 +01:00
Alexandre Aubin
d8435eaccc Add missing translation 2018-01-14 00:59:48 +01:00