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

23 commits

Author SHA1 Message Date
Jimmy Monin
ce6c781852 fix missing PATH env variable 2017-10-24 19:12:09 +02: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
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"
2017-08-23 09:13:56 +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
Maniack Crudelis
d73a1babb1 Mise à jour 11.0.0 2017-01-05 00:47:42 +01:00
Jérôme Lebleu
780d925e26 [enh] Update Nextcloud to v10.0.0 with logout patch 2016-08-28 21:54:46 +02:00
Jérôme Lebleu
91d3d800b2 [enh] Handle the migration from ownCloud app 2016-07-02 23:40:51 +02:00
Jérôme Lebleu
b7fc5e184a [fix] Set email attribute in LDAP configuration 2016-07-02 17:45:18 +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
85dff2bf2a [enh] Disable code source integrity checking (bugfix #408) 2016-06-30 20:52:25 +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
6faaee4e9d [enh] Update NGINX conf regarding ownCloud documented one 2016-05-28 21:55:32 +02:00
Jérôme Lebleu
fe1b69d0f7 [fix] Serve .well-known paths at the root to be discovered 2016-05-28 21:12:12 +02:00
ewilly
01890f728b Fix partialy error on integrity check
By creating all theses files inside the owncloud folder we obtain a lot of failure. In addition by modifying the fiel lib/base.php we create an other failure. The easiest way (but not the proper) is to disable the integrity control by modifyng the value of $OC_Channel in version.php to sth other than 'stable'...
2016-05-17 20:38:44 +02:00
Jérôme Lebleu
ad57400bc9 [fix] Set/unset some LDAP config to prevent issues 2016-05-16 17:59:51 +02:00
Jérôme Lebleu
285a1c3eec [fix] Correct alias in nginx.conf for installation at root domain 2016-05-14 22:01:28 +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
66920372d0 [fix] Correct ldap_email_attr and test config at installation 2016-04-04 12:30:09 +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
97b9a2b58f [fix] Set correct data directory and chmod config/config.php 2016-04-03 21:34:44 +02:00
Jérôme Lebleu
ee61d16483 [enh] Simplify and keep only set values in php-fpm configuration 2016-04-03 20:37:36 +02:00
Jérôme Lebleu
7e84973334 [enh] Update NGINX configuration to fit ownCloud manual one 2016-04-03 19:45:35 +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