1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00
Commit graph

44 commits

Author SHA1 Message Date
Éric Gaspar
f73f38a0c5
reorder script 2022-09-07 08:00:41 +02:00
Éric Gaspar
3b59475f71
Add db_user var 2022-06-14 14:59:47 +02:00
Alexandre Aubin
a11d530d03
Merge pull request #453 from YunoHost-Apps/2.22.1
22.2.3
2021-11-21 19:48:04 +01:00
ericgaspar
383f2a0045
Add --purge option 2021-11-14 16:01:21 +01:00
ericgaspar
94a633c81a
extra_php_dependencies 2021-11-14 15:55:55 +01:00
Alexandre Aubin
aceada3fb9
www-data needs access to final_path 2021-10-10 15:27:04 +02:00
Alexandre Aubin
9aaa75b9c4
Fix final_path perms 2021-10-01 04:26:23 +02:00
ericgaspar
7e8b0c9d7f Update restore 2021-09-08 07:33:51 +02:00
ericgaspar
414c17193f
Fix 2021-08-09 23:25:12 +02:00
ericgaspar
9f7badfdd0
Revert "Add rights"
This reverts commit 7fafb515d1.
2021-08-09 15:08:09 +02:00
ericgaspar
7fafb515d1
Add rights 2021-08-09 14:40:55 +02:00
Kay0u
e9e7015ed7
Fix the caldav regex 2020-12-18 12:32:24 +01:00
ericgaspar
70e7030a37
Add $phpversion 2020-12-16 11:16:00 +01:00
ericgaspar
dfe0624a71
fix 2020-11-19 21:36:22 +01:00
ericgaspar
8a52c9d401
Small typos 2020-10-03 12:11:28 +02:00
ericgaspar
8f7fb69e83
Minor typos 2020-09-13 12:41:43 +02:00
Maniack Crudelis
5ed80548de extra_php_dependencies 2020-04-12 12:41:57 +02:00
Maniack Crudelis
5bfea04d15 Migrate to new php helpers 2020-04-12 00:41:21 +02:00
Kay0u
f6a4218b76
update is_url_handled 2020-03-17 00:35:43 +01:00
Jimmy Monin
fb3559ea4a Rename variable to YNH_PHP_VERSION 2020-02-22 18:33:10 +01:00
Kay0u
d3028dbe3a 17.0.0 2019-09-28 00:12:29 +02:00
Maniack Crudelis
57225b8c6a Normalization from example_ynh 2019-05-12 21:40:00 +02:00
Maniack Crudelis
377037ce45 Handle well-known conflict 2019-05-06 01:11:18 +02:00
Jimmy Monin
493172ea4d Add fail2ban configuration 2019-03-24 22:57:40 +01:00
Maniack Crudelis
764209306b Add progression with ynh_print_info 2019-02-17 20:57:31 +01:00
Maniack Crudelis
00761efade Use php7 2019-02-16 17:21:15 +01:00
Maniack Crudelis
1a993ae9b9 Normalization from example_ynh 2019-02-16 17:18:56 +01:00
Maniack Crudelis
795adc0915
Remove 20-$app.ini from the restore file 2018-10-02 00:25:05 +02:00
Maniack Crudelis
ada812a79c Add multimedia support 2018-05-04 20:50:12 +02:00
Jimmy Monin
6f26cb657f Remove useless set -eu command 2017-12-04 21:55:12 +01:00
Jimmy Monin
eb040b3780 Minor linter fixes 2017-12-04 21:36:42 +01:00
Maniack Crudelis
8e0065fffe
Fix datadir test 2017-11-19 18:45:50 +01:00
Maniack Crudelis
748249566f
Fix restore with backup_core_only 2017-11-02 12:53:49 +01:00
Maniack Crudelis
8ea155ee6d Complete refactoring
* Refactoring
* Fix upgrade script
* Fix owncloud migration + new helper ynh_handle_app_migration
* Add more informations about ynh_handle_app_migration
* Fix typos, enhance comments, fix spacing
* Rename $dependencies to $pkg_dependencies as matter of homogeneity with other apps
* [enh] Change the label during the migration
2017-09-26 07:18:12 +02:00
Jimmy Monin
34e1085a9f Setup log rotation (closes #25) 2017-04-17 14:12:15 +02:00
Maniack Crudelis
7accc9a6e6 backup_core_only restore 2017-01-08 21:37:51 +01:00
Maniack Crudelis
2ce529b78c Ignore checkurl seulement pour la racine 2016-11-17 20:14:11 +01:00
Maniack Crudelis
6b53e6a3af Fix temporaire du restore
Correction temporaire pour éviter une erreur du script restore, voir https://dev.yunohost.org/issues/593
2016-11-17 00:52:27 +01:00
Jérôme Lebleu
6adad2ed04 [fix] Correct cron job path in restore script 2016-09-18 18:35:23 +02:00
Jérôme Lebleu
456c77ec68 [enh] Upgrade the package to ship Nextcloud v9.0.51 2016-06-30 21:55:50 +02:00
Jérôme Lebleu
25698019e7 [enh] Use cron job for background tasks (close #406) 2016-06-10 21:32:55 +02:00
Jérôme Lebleu
d37d87fdeb [enh] Make use of ynh_die and YNH_APP_INSTANCE_NAME env var 2016-05-14 21:59:14 +02:00
Jérôme Lebleu
5d9232f082 [enh] Rewrite and update backup/restore scripts to use helpers 2016-04-04 11:55:32 +02:00
Jérôme Lebleu
4fcbb58642 [enh] Rewrite install/remove script for ownCloud 9.0
ownCloud 9.0 comes with improved occ which allows to install easily from
the command-line. This install rewrite uses those new facilities and also uses
the config:import command to set system and LDAP configuration.
2016-04-02 11:43:48 +02:00