Commit graph

508 commits

Author SHA1 Message Date
ljf
5676f05dfb [enh] Better help for log list action 2018-06-04 04:04:10 +02:00
ljf
89124d4a9f [enh] Support others log categories 2018-06-02 13:42:43 +02:00
ljf
930567f54f [enh] Replace file_name by path in log display cmd 2018-05-25 11:58:46 +02:00
ljf
1b62e9425d [enh] Allow to display part of log specified with path 2018-04-14 18:11:50 +02:00
ljf
650b768229 [enh] Replace category by related_to fields 2018-04-14 04:04:09 +02:00
ljf
ba01168684 [enh] Allow to display all operation logs with one command 2018-04-03 20:38:56 +02:00
Laurent Peuch
6dabcadf40
Merge branch 'unstable' into journals 2018-02-08 16:44:32 +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
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
971a2b06b5
Merge pull request #420 from YunoHost/fix-1034-nginx-traversal
Fix 1037 nginx traversal
2018-02-07 21:39:18 +01:00
Maniack Crudelis
8e92bb8328
[enh] --verbose for backup during upgrade 2018-02-04 19:26:49 +01:00
Alexandre Aubin
e15ccdf0b7
Microdecison: more weird spaces 2018-01-27 20:06:16 +01:00
Alexandre Aubin
1056977dc6
Microdecision: those weren't space, wtf 2018-01-27 20:03:42 +01:00
Maniack Crudelis
8a51b46d47
[Fix] Fix ynh_restore_upgradebackup 2018-01-22 19:06:37 +01:00
Alexandre Aubin
6f2acb7eb6
Wording 2018-01-18 21:10:08 +01:00
ljf
5cf6895ba2 [fix] Bad issue number in a comment 2018-01-17 17:22:13 +01:00
ljf
8a2434eb44 [fix] Nginx traversal issue 2018-01-17 17:19:06 +01:00
Laurent Peuch
e9c87da028
[fix] previous patch mistakely remove variable name 2018-01-15 22:59:20 +01:00
Alexandre Aubin
4eeeb783af
Keep only css and javascript for gzip types. 2018-01-14 02:11:11 +01:00
Laurent Peuch
ee65c7c461
Merge pull request #417 from YunoHost/rename_app
[enh] new command 'app change-label'
2018-01-14 00:27:25 +01:00
JimboJoe
e59e2da0b3
Harmonize help strings 2018-01-12 09:18:31 +01:00
Laurent Peuch
3ed6a2a7ef Revert "Create milter_headers.conf"
This reverts commit 0122c26492.
2018-01-11 15:15:22 +01:00
taziden
0784917573 Create milter_headers.conf
This file define a header : X-Spam which will be added to mail considered as spam by rspamd.

This configuration is defined here : https://rspamd.com/doc/modules/milter_headers.html and as of the time I'm creating this PR, this documentation page is not up-to-date because X-Spam was supposed to be added when extended_spam_headers is set to True and it's not the case anymore since 1.6.2.

This header is being used by rspamd.sieve which we push into dovecot in order to put spammy e-mails in Junk folder automatically.
2018-01-11 14:26:47 +01:00
JimboJoe
3fbcd1f110
Merge branch 'unstable' into default_version 2018-01-11 14:19:47 +01:00
Laurent Peuch
28450ce8c3 [enh] new command 'app change-label' 2018-01-10 16:30:20 +01:00
JimboJoe
a62edfd76e
Merge branch 'unstable' into helpers_local_variables 2018-01-10 08:22:33 +01:00
Laurent Peuch
d92b8562d0 [doc] document journal display 2018-01-06 11:18:28 +01:00
Laurent Peuch
3eed2a28fe [enh] add journals display command 2018-01-06 00:50:39 +01:00
Laurent Peuch
6cb179703e [fix] bad docstring 2018-01-06 00:50:39 +01:00
Laurent Peuch
5dcf0b782f [enh] allow to limit to number of journals per categories 2018-01-06 00:50:39 +01:00
Laurent Peuch
eef247d34b [enh] start to work on journals 2018-01-06 00:44:33 +01:00
ljf (zamentur)
a194e1fa1c
[enh] Maintain ssh client connexion 2018-01-04 18:44:13 +01:00
Maniack Crudelis
542528ab05 Fix broken ynh_replace_string (#394)
* Fix broken ynh_replace_string
* Replace name for ynh_replace_special_string
2017-12-21 19:19:33 +01:00
Maniack Crudelis
3a3ec7d9b5 [fix/enh] Use local variables 2017-12-17 20:26:52 +01:00
Maniack Crudelis
42f9c8fc18
[fix] Who said I didn't check my code !? 2017-12-11 17:25:28 +01:00
Maniack Crudelis
2685c42ac6
[fix] Only for JimboJoe ;) 2017-12-11 17:23:26 +01:00
Maniack Crudelis
4276aebfa3
[enh] Default version number for ynh_install_app_dependencies 2017-12-10 23:38:09 +01:00
Josue-T
c13c75f3e7
Solve ynh_use_logrotate
Actually when we use the command `ynh_use_logrotate /var/log/abcd/` the result in the logrotate conf file is `/opt/yunohost/abcd/logs//.log` witch is not what we want.
2017-12-08 23:04:45 +01:00
Maniack Crudelis
4f62eb5320
Fix upgrade fake package 2017-12-02 16:44:47 +01:00
Maniack Crudelis
cb1728f32c Remove port 53 from UPnP (but keep it open on local network) (#362) 2017-11-28 21:06:16 +01:00
Maniack Crudelis
17ba10ad92 [fix] Fix helper for old apps without backup script (#388) 2017-11-28 19:58:51 +01:00
ljf (zamentur)
b0849cc43d
Bad branch 2017-11-28 00:25:06 +01:00
ljf (zamentur)
7df6874fc9
[fix] Open NTP port to update date 2017-11-28 00:23:43 +01:00
Alexandre Aubin
dfa7ca28bf [microdecision] Typo 2017-10-16 21:31:59 +02:00
Alexandre Aubin
9903c48f3a Be able to give lock to son processes detached by systemctl (#367)
* Give lock to systemctl sons
* Get the 'need_lock' flag from services.yml
* Don't need the lock for enable/disable and other stuff
2017-10-08 23:46:10 +02:00
Maniack Crudelis
0086c8c16a [fix] match_string: unbound variable (#379)
* [fix] match_string: unbound variable
* Define local variables at beginning of function
2017-10-07 15:06:00 +02:00
Laurent Peuch
ff4b08ed65 Merge pull request #354 from YunoHost/update_ynh_replace_string
[enh] Escape some special character in ynh_replace_string
2017-10-06 15:03:40 +02:00
Laurent Peuch
402517d841 Merge branch 'unstable' into enh_mysql_single-transaction 2017-10-03 22:19:32 +02:00
Maniack Crudelis
e3a4b307f7 Fix double backslash in case of delimiter used 2017-10-03 22:11:24 +02:00