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
Alexandre Aubin
89540c1b0b
Add script to automatically generate helpers documentation ( #538 )
...
* Add code to generate helper doc compatible with Simone's bootstrap
* Disable markdown parsing + misc cosmetic stuff
* Render categories in alphabetic order
2018-09-07 01:05:17 +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
Bram
6d53225ae7
Merge pull request #537 from YunoHost/remove-legacy-letsencrypt-code
...
Remove old legacy code about letsencrypt_ynh
2018-09-05 23:17:56 +02:00
Maniack Crudelis
22cff38bbb
Revert Indentation typo
...
It's part of the syntax
2018-09-05 19:57:11 +02:00
Josué Tille
a20b72c2dd
Add comment about DNS datastructure returned
2018-09-04 22:50:45 +02:00
Alexandre Aubin
1fcd0b252b
Remove old legacy code about letsencrypt
2018-09-04 16:24:57 +02:00
ljf (zamentur)
ff7942b246
[enh] Don't backp user home with .nobackup file
2018-09-03 13:15:31 +02:00
Josue-T
d03cdb4e95
Merge branch 'stretch-unstable' into hook_return
2018-09-03 12:43:18 +02:00
Alexandre Aubin
64204e41da
Run hook_exec as root by default ( #522 )
2018-09-03 02:38:02 +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
Alexandre Aubin
8b8d4cc19a
Merge pull request #532 from YunoHost/jq
...
[enh] add jq as a dependancy
2018-08-31 20:50:54 +02:00
Laurent Peuch
e95482a81a
[enh] add jq as a dependancy
2018-08-31 20:44:58 +02:00
Josué Tille
8ec6f2b81a
Fix error if hook return nothing
2018-08-30 17:49:08 +02:00
ljf
2d5077e2ea
[enh] Synchronize root and admin password
2018-08-30 01:34:12 +02:00
ljf
6aef80cd25
[fix] Restrict to very common password
2018-08-30 01:18:26 +02:00
ljf
7a3ba81a2a
[fix] Migrate bad password
2018-08-30 01:16:41 +02:00
Josué Tille
f83e9cae7d
Dns hook : add specific comment for each hook
2018-08-29 21:56:51 +02:00
Josué Tille
5a27e314ff
Get custom dns conf in _build_dns_conf
2018-08-29 21:56:51 +02:00
Josué Tille
439a999c02
Add hook support in domain_dns_conf
2018-08-29 21:56:51 +02:00
Josué Tille
e4e981c0fe
Change struct returned by hook_callback
2018-08-29 20:56:36 +02:00
Josué Tille
29bf70c57c
Add hook name in return structure in hook_callback
2018-08-29 19:02:30 +02:00
Josué Tille
b7554dec21
Use json for return
2018-08-29 18:45:48 +02:00
Josué Tille
b64196c47d
Change return of hook_exec everywhere
2018-08-29 18:45:10 +02:00
Josué Tille
70d0f8a68f
Add return value in hook_exec
2018-08-29 18:44:45 +02:00
Alexandre Aubin
dfd1a8b1a6
Merge pull request #514 from YunoHost/enh-add-fale-hwclock
...
[enh] Add fake-hwclock
2018-08-29 13:30:02 +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
ljf
4a1363489a
[fix] Bad indentation
2018-08-29 03:07:00 +02:00
ljf
0a633e74d7
[enh] Change the way password.py interract with ssowat
2018-08-29 01:25:28 +02:00
ljf
ca91a9cae5
[enh] Protect password
2018-08-29 01:09:13 +02:00
ljf
536b46e527
[enh] Support advice with standalone password.py
2018-08-28 21:34:33 +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
ljf
0c33ad50fc
[enh] Validate pwd with Online Pwned List
2018-08-28 03:09:12 +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
Irina LAMBLA
c5b5f2eb35
[fix] 'dyndns update' should check the upstream dns record
...
fix #1063
2018-08-27 20:37:44 +02:00
ljf
06276a621b
[enh] Check password in cli/api
2018-08-27 03:40:50 +02:00
ljf
cda8bcf206
Merge branch 'stretch-unstable' of https://github.com/YunoHost/yunohost into cracklib
2018-08-27 01:01:02 +02:00
ljf (zamentur)
a7c310810a
Merge branch 'stretch-unstable' into enh-add-fale-hwclock
2018-08-27 00:10:09 +02:00
Josue-T
cdd510642f
Set equiv as base dependance ( #515 )
2018-08-25 19:45:55 +02:00
ljf (zamentur)
90d265d8e2
[enh] Add fake-hwclock
...
Fake-hwclock save the clock each hours and at shutdown. On boot, it will check if the current date is under the registered date and if it's the case load the registered date. This is needed to be able to make TLS/openvpn authentication securely.
2018-08-25 11:58:38 +02:00
Alexandre Aubin
36c2876d76
Update changelog
2018-08-23 19:45:55 +00:00
Alexandre Aubin
c36ba42809
Merge pull request #383 from YunoHost/app-stdinfo
...
[enh] Add ynh_info helper for app scripts
2018-08-23 21:25:45 +02:00