Maniack Crudelis
764209306b
Add progression with ynh_print_info
7 years ago
Maniack Crudelis
00761efade
Use php7
7 years ago
Maniack Crudelis
1a993ae9b9
Normalization from example_ynh
7 years ago
Jimmy Monin
2848fe3719
Upgrade nginx configuration following release 14 recommendations ( https://docs.nextcloud.com/server/14/admin_manual/installation/nginx.html )
7 years ago
Jimmy Monin
2c92e58014
Extend timeouts (for Gallery plugin at least)
8 years ago
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
9 years ago
Jeremy MANSON
769eedfa00
Possible HTTP-Splitting vulnerability ( #33 )
Problem: [http_splitting] Possible HTTP-Splitting vulnerability.
Description: Using variables that can contain "\n" may lead to http injection.
Additional info: https://github.com/yandex/gixy/blob/master/docs/en/plugins/httpsplitting.md
Reason: At least variable "$uri" can contain "\n"
9 years ago
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
9 years ago
Jérôme Lebleu
6faaee4e9d
[enh] Update NGINX conf regarding ownCloud documented one
10 years ago
Jérôme Lebleu
fe1b69d0f7
[fix] Serve .well-known paths at the root to be discovered
10 years ago
Jérôme Lebleu
285a1c3eec
[fix] Correct alias in nginx.conf for installation at root domain
10 years ago
Jérôme Lebleu
7e84973334
[enh] Update NGINX configuration to fit ownCloud manual one
10 years ago
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.
10 years ago