Commit graph

1292 commits

Author SHA1 Message Date
Maniack Crudelis
35b483a7c0
Use getopts for sql's helpers 2018-10-17 00:05:42 +02:00
Maniack Crudelis
4c82dad2bb
Use getopts for ip's helpers 2018-10-16 23:46:54 +02:00
Maniack Crudelis
d59401f08e
Use getopts for helpers in filesystem 2018-10-16 23:41:11 +02:00
Maniack Crudelis
f354c4b833
Use getopts for ynh_add_systemd_config and ynh_remove_systemd_config 2018-10-16 16:57:24 +02:00
Marco Cirillo
19120cfa60 Update data/templates/metronome/metronome.cfg.lua
Fix whitespaces
2018-10-13 20:45:44 +02:00
Marco Cirillo
4cff761481 Update data/templates/metronome/metronome.cfg.lua
Add MUC avatars support
2018-10-13 20:44:37 +02:00
Marco Cirillo
a19d914485 Update data/templates/metronome/metronome.cfg.lua
Finish updating
2018-10-13 20:38:10 +02:00
Marco Cirillo
8670f0a1de Update data/templates/metronome/metronome.cfg.lua
Conform configuration file to latest v3.11 release file, Metronome v3.11.x is best package or Metronome might throw a few (non-fatal) errors on startup
2018-10-13 20:34:56 +02:00
Maniack Crudelis
16e00fb7e6
Use getopts for ynh_use_logrotate 2018-10-10 21:15:06 +02:00
Bram
cedaaa9087
Merge pull request #524 from YunoHost/add_ynh_delete_file_checksum
Add ynh_delete_file_checksum
2018-10-03 02:34:56 +02:00
Bram
f6780aeede
Merge pull request #545 from YunoHost/fix-noisy-wget
[fix] Silent output/warning but display errors
2018-10-03 02:30:27 +02:00
Alexandre Aubin
30ca5bbd4a
Merge pull request #520 from YunoHost/add_helper_ynh_handle_getopts_args
Add the internal helper ynh_handle_getopts_args
2018-09-20 20:05:23 +02:00
ljf (zamentur)
10770aebd9
[fix] Silent output/warning but display errors 2018-09-19 16:35:23 +02:00
ljf (zamentur)
8e574d2b5f [fix] Error due to unwanted backslash ! (#541) 2018-09-13 15:36:18 +02:00
Laurent Peuch
b111c57aa5 [fix] app_id is id in app list, not in yunohost 2018-09-08 02:46:13 +02:00
Maniack Crudelis
9550bf3eb1 Add many print helpers (#523)
* Add many print helpers

* Typo fix
2018-09-07 16:50:17 +02:00
Bram
5598829b42
Merge pull request #536 from YunoHost/enh-nobackupfile
[enh] Don't backp user home with .nobackup file
2018-09-07 05:00:00 +02:00
irina11y
95827438c5 Add option '--need-lock' to 'yunohost service add' (#530)
* [enh] Add option '--need-lock'

* corection typo

* correction merge
2018-09-06 14:00:09 +02:00
Bram
c3d8da7f07
Merge pull request #511 from Josue-T/patch-10
Add su directive as option for logroate
2018-09-06 00:14:06 +02:00
Maniack Crudelis
22cff38bbb
Revert Indentation typo
It's part of the syntax
2018-09-05 19:57:11 +02:00
ljf (zamentur)
ff7942b246
[enh] Don't backp user home with .nobackup file 2018-09-03 13:15:31 +02:00
irina11y
e56616af5e Allow to add a service description on "yunohost service add" (#529)
* [enh] add a service description with YML file

* moins "espace"
2018-09-02 18:18:01 +02:00
Alexandre Aubin
26fe3d8c95
Indentation typo 2018-09-02 18:02:32 +02:00
ljf
2d5077e2ea [enh] Synchronize root and admin password 2018-08-30 01:34:12 +02:00
Alexandre Aubin
fa2d80bce7
Remove sudo 2018-08-29 13:27:25 +02:00
Alexandre Aubin
62c8f577c9
Remove old sudo 2018-08-29 13:25:29 +02:00
Maniack Crudelis
7f7fb80b38
Add ynh_delete_file_checksum 2018-08-28 16:49:20 +02:00
ljf
783c512628 [enh] PasswordValidator without Moulinette 2018-08-28 08:56:12 +02:00
ljf
67e82111c1 [enh] Validate pwd with Online Pwned List 2018-08-28 03:09:43 +02:00
Alexandre Aubin
e0533a1a6a
Really important contribution to the PR 🥷 2018-08-28 00:29:24 +02:00
Maniack Crudelis
0fd9e179f1
Add ynh_check_app_version_changed
- Add the new helper ynh_check_app_version_changed to check the version before an upgrade
- Add also the helpers ynh_read_manifest, ynh_app_upstream_version and ynh_app_package_version.
- These previous helper have been modified (from the experimental version) to support getopts
- ynh_check_app_version_changed has been modified to use ynh_app_upstream_version
2018-08-28 00:14:37 +02:00
Maniack Crudelis
7752bc0fb7
Update fail2ban helpers from experimental helpers. 2018-08-27 21:51:36 +02:00
Maniack Crudelis
45ad53eb43
Add the internal helper ynh_handle_getopts_args 2018-08-27 21:44:22 +02:00
ljf
06276a621b [enh] Check password in cli/api 2018-08-27 03:40:50 +02:00
Josue-T
cdd510642f Set equiv as base dependance (#515) 2018-08-25 19:45:55 +02:00
Alexandre Aubin
0eaee300c6
Merge branch 'stretch-unstable' into app-stdinfo 2018-08-23 21:25:29 +02:00
Alexandre Aubin
477cf18a68
Merge pull request #463 from YunoHost/ynh-render-template-with-jinja2
[enh] Add ynh_render_template helper to render templates with jinja2
2018-08-23 21:22:53 +02:00
Alexandre Aubin
4ffbf6bfff
Merge pull request #331 from YunoHost/fix-srs
[fix] Attempt to fix Sender Rewriting Scheme with postsrsd
2018-08-23 21:22:22 +02:00
Alexandre Aubin
f7563b2cb4
Merge branch 'stretch-unstable' into app-stdinfo 2018-08-22 18:42:23 +02:00
ljf (zamentur)
39639044ca
Merge branch 'stretch-unstable' into journals 2018-08-10 16:08:07 +02:00
Josue-T
36fd98e020
Fix switch user/group 2018-08-03 09:38:39 +02:00
Josue-T
e2567c82f1
Add su directive as option for logroate 2018-07-31 17:30:26 +02:00
Alexandre Aubin
8e49f9db6d Fix after test 2018-07-25 19:16:14 +00:00
Alexandre Aubin
b1fdb39880 Tweaking postfix regen-conf to handle postsrsd conf 2018-07-25 19:16:14 +00:00
Alexandre Aubin
240158ffaf Link postfix to postsrsd for SRS 2018-07-25 19:16:14 +00:00
Alexandre Aubin
1de1b43e2f Avoid breaking the regen-conf if there's no .well-known mail autoconfig.xml to list 2018-07-25 19:14:51 +00:00
Bram
7ef1387d8f
Merge pull request #495 from pitchum/experiments-by-pitchum
[enh] Add MUA autoconfig.
2018-07-23 07:00:08 +02:00
Alexandre Aubin
8eaceefbbd Add a --share option to 'log display' to share the log on yunopaste 2018-07-21 17:59:51 +00:00
Alexandre Aubin
344ae6bbf2
Fix nodejs removal in ynh_remove_nodejs 2018-07-01 18:37:34 +02:00
Laurent Peuch
20d6c30503 [fix] sometime nginx is not running 2018-06-30 11:39:01 +02:00