mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
* add notify_push option * self-test notify_push * fix notify_app * new permission hpb, some fixes * fix the restore script * fix restore² * fix upgrade * fix socket path * Update doc/DISCLAIMER_fr.md * split nginx conf * use official helpers with modified args * Auto-update READMEs * update nginx conf, add new services * add tests * add arch var * tests: enable_notify_push is false by default * fix upgrade * final_path -> install_dir * fix socket nginx path * add notify_push nginx conf before, so the reload in ynh_add_nginx_config load it * fully functional version * readd a removed fix * run cron task after notify push setup * Auto-update READMEs * remove systemd files * add notify push in config panel * add cron again because to make notify push happy * fix indent * enable/disable the notify push path * fix path unit * exec only for nextcloud user * move sock file to /var/run * start notify-push after the watcher * ² * remove warning * cron can sometimes fail when the database is not fully initialized, retries the cron job several times and catch catch the error on failure * oupsie * Apply suggestions from code review Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com> --------- Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org>
22 lines
679 B
TOML
22 lines
679 B
TOML
test_format = 1.0
|
|
|
|
[default]
|
|
|
|
args.enable_notify_push = "0"
|
|
|
|
# -------------------------------
|
|
# Commits to test upgrade from
|
|
# -------------------------------
|
|
|
|
test_upgrade_from.c5cf91ad.name = "Upgrade from 25.0.2"
|
|
test_upgrade_from.caf917f3.name = "Upgrade from 26.0.2"
|
|
test_upgrade_from.9c6d1eea.name = "Upgrade from 27.1.4"
|
|
test_upgrade_from.e9f82ab7.name = "Upgrade from 28.0.6"
|
|
test_upgrade_from.e9f82ab7.args.system_addressbook_exposed = "yes"
|
|
|
|
[notify_push_test]
|
|
|
|
args.enable_notify_push = "1"
|
|
test_upgrade_from.e9f82ab7.name = "Upgrade from 28.0.6"
|
|
test_upgrade_from.e9f82ab7.args.system_addressbook_exposed = "yes"
|
|
|