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

78 commits

Author SHA1 Message Date
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
Jimmy Monin
b9d8e09fee Change also datadir's scope 2019-08-10 19:28:43 +02:00
Jimmy Monin
8482d00f1a Change scope of create_external_storage as well 2019-08-10 17:20:47 +02:00
Jimmy Monin
b60691e6f3 Fix scope of exec_occ function 2019-08-10 14:46:34 +02:00
JimboJoe
1a51de3a7d
Merge branch 'testing' into fix-168-copy-apps-correctly2 2019-07-21 17:10:21 +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
JimboJoe
36f10cbc57
Merge pull request #188 from YunoHost-Apps/fix_various_warnings
Fix impossible upload via web interface and various warnings
2019-04-07 09:21:56 +02:00
Maniack Crudelis
52b58ba688
Merge pull request #189 from YunoHost-Apps/master
Merge master into testing
2019-04-04 23:58:03 +02:00
Jimmy Monin
acffd4cf38 Fix OPcache warnings 2019-04-04 22:28:24 +02:00
Maniack Crudelis
3dc9ba2020
[fix] Quick fix for backup_core_only feature with the old backup. 2019-04-04 16:22:36 +02:00
Jimmy Monin
493172ea4d Add fail2ban configuration 2019-03-24 22:57:40 +01:00
Jimmy Monin
6944dac81a Fix directory parsing 2019-03-23 21:27:02 +01:00
Maniack Crudelis
3e1f3c2bc1
Duplicated 'for' 2019-03-17 12:53:33 +01:00
Jimmy Monin
e8349d8dc9 Fix apps directory parsing 2019-03-17 12:43:11 +01:00
JimboJoe
b485f45c6d
Merge branch 'testing' into package_upgrade 2019-03-12 22:24:34 +01:00
Maniack Crudelis
567e54289a
Keep the code clear and simple... 2019-03-07 12:04:27 +01:00
Maniack Crudelis
ee0d5457a1
Modify upgrade script as well 2019-03-07 11:55:02 +01:00
ljf (zamentur)
8bee85518d
[enh] Remove sudo and double brackets 2019-02-28 18:05:10 +01:00
ljf (zamentur)
15f6eb637f
[fix] Reset backup on 12 and later version 2019-02-26 00:58:36 +01:00
root
c71a444a94 [fix] Use the old owncloud method to copy apps dir 2019-02-26 00:57:24 +01:00
ljf (zamentur)
3b16063a82
[fix] Copy only app missing in new apps dir 2019-02-26 00:33:35 +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
JimboJoe
7ad7085bd0
Merge pull request #127 from YunoHost-Apps/donotusetmp
Don't use /tmp anymore
2019-02-13 19:12:59 +01:00
Jimmy Monin
d62e8c411c Limit upgrade operations (patches, maintenance, etc.) to the last upgrade 2018-12-22 09:26:05 +01:00
Nathanael
134a44cc3f Revert "Version 15 : add occ commands to improve db performances"
Because of https://github.com/YunoHost-Apps/nextcloud_ynh/pull/149
This reverts commit f1f95274a2.
2018-12-16 21:29:45 +01:00
Nathanael
f1f95274a2 Version 15 : add occ commands to improve db performances 2018-12-16 20:49:31 +01:00
Maniack Crudelis
87d92b35a0
Use ynh_smart_mktemp 2018-08-29 21:10:08 +02:00
Maniack Crudelis
c046535b4e
Don't use /tmp anymore 2018-06-24 19:20:13 +02:00
Maniack Crudelis
dc2c104242
Revert previous commit... 2018-06-24 19:19:04 +02:00
Maniack Crudelis
634d607dd4
Don't use /tmp anymore 2018-06-24 19:16:41 +02:00
Jimmy Monin
51de0db362 Fix Nextcloud apps upgrade (fixes #123)
avoid putting existing apps in an inappropriate sub-directory after Nextcloud update...
2018-06-14 18:23:02 +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
JimboJoe
eea1331320
Merge branch 'testing' into fix_logout_patch 2018-05-16 08:02:14 +02:00
Jimmy Monin
3fdcdf6576 Fix automatic logout from YunoHost when logging out from Nextcloud (#106):
- fix Nextcloud source patch
- fix patches not applied on installation
- add an empty patches directory to work around a nasty cache issue when running package_check
2018-05-14 18:53:02 +02:00
Maniack Crudelis
ada812a79c Add multimedia support 2018-05-04 20:50:12 +02:00
Maniack Crudelis
0e56a2f8b4 Fix upgrade old version (#99)
* Fix upgrade old version
* Move to an existing if
2018-03-18 08:59:10 +01:00
Jimmy Monin
009466999d Fix cron config file rights (fixes #88) 2018-01-29 21:58:35 +01:00
Maniack Crudelis
23f809d44c
Fix duplicate log entry in logrotate 2018-01-22 19:59:29 +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
d01e317f15 Backup during upgrade only after 11.0.0 2017-01-20 18:12:36 +01:00
Maniack Crudelis
b955865853 Fix owncloud migration 2017-01-19 17:10:58 +01:00
Maniack Crudelis
732919b6c4 Fix regression 2017-01-19 16:13:52 +01:00
Maniack Crudelis
70ab50d2d1 Merge branch 'master' into secure_upgrade 2017-01-19 00:17:48 +01:00
Maniack Crudelis
8117339356 backup_core_only upgrade 2017-01-08 21:36:39 +01:00
Maniack Crudelis
301ad274e1 Mise à jour séquentielle des versions majeures 2017-01-07 02:29:55 +01:00