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

102 commits

Author SHA1 Message Date
Kay0u
5fb67a99c6
Merge branch 'testing' into new-permissions-system 2020-03-27 14:56:32 +01:00
Kay0u
f6a4218b76
update is_url_handled 2020-03-17 00:35:43 +01:00
Jimmy Monin
4e12728808 Fix cron and maintenance jobs 2020-02-23 17:50:24 +01:00
Jimmy Monin
fb3559ea4a Rename variable to YNH_PHP_VERSION 2020-02-22 18:33:10 +01:00
ljf (zamentur)
5b2e81d4d9
Merge branch 'testing' into en_update_18.0.0 2020-02-06 22:25:54 +01:00
maniack
52bffc479c Use ynh_get_scalable_phpfpm 2019-12-06 20:37:01 +01:00
Kay0u
fc110058a9
fix multi_instance 2019-11-20 13:30:15 +09:00
Kay0u
9d28b75fb9
New permissions system 2019-11-07 22:10:31 +09:00
Kay0u
1f6076fe5d
Merge branch 'testing' into en_update_17.0.0 2019-10-06 11:00:39 +02:00
Kay0u
d3028dbe3a 17.0.0 2019-09-28 00:12:29 +02:00
Alexandre Aubin
ed94f7a3a3
Fix typo 2019-08-13 18:37:19 +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
JimboJoe
b485f45c6d
Merge branch 'testing' into package_upgrade 2019-03-12 22:24:34 +01:00
Maniack Crudelis
46c496c6de
Update install 2019-03-07 11:51:14 +01:00
Mickaël Martin
b7e16f8139
change server name in notify 2019-03-07 10:16:56 +01:00
JimboJoe
0719c177b8
Update scripts/install
Co-Authored-By: maniackcrudelis <maniackcrudelis@users.noreply.github.com>
2019-03-05 15:37:07 +01:00
Maniack Crudelis
764209306b Add progression with ynh_print_info 2019-02-17 20:57:31 +01:00
Maniack Crudelis
1a993ae9b9 Normalization from example_ynh 2019-02-16 17:18:56 +01:00
Jimmy Monin
8e75ccbee9 Use one log file per nextcloud instance 2019-01-27 08:58:18 +01:00
Jimmy Monin
d934a9192d Maintenance operations: fix user for multi-instance and apply at installation 2019-01-07 07:30:42 +01:00
Jimmy Monin
a1e51bb992 Fix patches not applied on installation 2019-01-05 21:48:29 +01:00
Jimmy Monin
c42091254e Enable multi-instance capability (closes #42) 2018-07-08 19:58:38 +02:00
Jimmy Monin
8cd01bdc8d Fix failed access after first installation
Don't create the user data folder (automatically created by Nextcloud), thus avoiding giving wrong ownership...
2018-05-28 19:32:22 +02:00
Maniack Crudelis
ada812a79c Add multimedia support 2018-05-04 20:50:12 +02:00
Jimmy Monin
40526739d2 Don't overwrite all settings during upgrade 2018-01-29 21:59:28 +01:00
Jimmy Monin
009466999d Fix cron config file rights (fixes #88) 2018-01-29 21:58:35 +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
Rafi59
5d81287933 Update to nextcloud 12 (closes #36 and #38) (#37)
* Update to nextcloud 12
* Add correct rights
* Fix temp directory rights on upgrade
* Add server tuning
* Update php-fpm.conf
* Add new helper for fpm config
* [fix] Opcache
* [fix] nginx SAMEORIGIN
2017-08-03 17:26:39 +02:00
Jimmy Monin
34e1085a9f Setup log rotation (closes #25) 2017-04-17 14:12:15 +02:00
Maniack Crudelis
732919b6c4 Fix regression 2017-01-19 16:13:52 +01:00
Maniack Crudelis
cff866da27 Correction du path
Corrige le path si il est mal écrit.
Pour passer le test de Package check.
2016-11-17 01:16:20 +01:00
Jérôme Lebleu
fa25e50052 [enh] Enable sharing of the Home's external storage 2016-10-10 15:00:34 +02:00
Jérôme Lebleu
afcdf6e47e [fix] Ensure that UpdateNotification app is disabled 2016-08-28 21:57:29 +02:00
Jérôme Lebleu
cc21dc5fa3 [fix] Improve how .well-known path is checked 2016-07-18 21:47:30 +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
30086cb956 [fix] Prevent to redefine .well-known paths (fix #400) 2016-06-12 17:30:14 +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
ad96fdd9e8 [fix] Skip the /.well-known paths in SSOwat 2016-06-07 12:28:31 +02:00
Jérôme Lebleu
fc8d70aee1 [fix] Unprotect the whole path to serve public shares and so 2016-05-17 14:41:52 +02:00
Jérôme Lebleu
44d2b9ffe1 [enh] Ask to create local mount to user home folder at install 2016-05-14 23:54:35 +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
2994c1e80c [enh] Pass user/group to php-fpm.conf and remove old dir at upgrade 2016-05-14 21:52:20 +02:00
Jérôme Lebleu
077590862a [fix] Protect everything but remote and well-known paths 2016-05-12 20:04:47 +02:00
Jérôme Lebleu
c02d6c39dd [enh] Create as needed local home mount with External Storage 2016-05-10 22:59:03 +02:00
Jérôme Lebleu
b64d802e76 [fix] Set system group in app hooks 2016-05-06 23:58:31 +02:00
Jérôme Lebleu
733d576831 [enh] Patch ownCloud to config the logout URL and set it to SSOwat one 2016-04-04 22:00:04 +02:00
Jérôme Lebleu
66920372d0 [fix] Correct ldap_email_attr and test config at installation 2016-04-04 12:30:09 +02:00
Jérôme Lebleu
97b9a2b58f [fix] Set correct data directory and chmod config/config.php 2016-04-03 21:34:44 +02:00