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

60 commits

Author SHA1 Message Date
Kay0u
63ef78d036
onlyoffice works without hack 2020-05-27 14:13:49 +02:00
Kay0u
fad0adfb5e
Update nginx conf 2020-05-27 14:10:13 +02:00
Maniack Crudelis
51dfabee8b
Update config.json 2020-04-16 01:54:00 +02:00
Maniack Crudelis
fb648fc9cf
Fix nginx conf 2020-04-01 17:38:30 +02:00
Jimmy Monin
062f8b7399 Fix PHP memory limit warning 2020-03-14 12:55:58 +01:00
Jimmy Monin
4e12728808 Fix cron and maintenance jobs 2020-02-23 17:50:24 +01:00
Jimmy Monin
f6e7298638 Fix PATH warning 2020-02-23 17:05:37 +01:00
Jimmy Monin
fb3559ea4a Rename variable to YNH_PHP_VERSION 2020-02-22 18:33:10 +01:00
Jimmy Monin
3b22e1cb02 Fix subfolder installation 2020-02-16 10:33:19 +01:00
ljf
4678cc52aa [fix] New nginx config for nextcloud 18 2020-02-06 22:39:02 +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
Jeremy MANSON
67eaa30017
Urgent security issue in NGINX/php-fpm
more information here  : https://nextcloud.com/blog/urgent-security-issue-in-nginx-php-fpm/
2019-10-25 08:39:06 +02: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
Jimmy Monin
a870ce0237 Avoid OPcache errors (fixes #209) 2019-08-11 14:11:28 +02:00
Jimmy Monin
2549f0ed40 Fix impossible upload via web interface 2019-04-04 22:29:43 +02:00
Jimmy Monin
477391a203 Fix always_populate_raw_post_data warning 2019-04-04 22:29:06 +02:00
Jimmy Monin
779173d6c4 Fix PATH warning 2019-04-04 22:28:53 +02:00
Jimmy Monin
acffd4cf38 Fix OPcache warnings 2019-04-04 22:28:24 +02:00
Alexandre Aubin
af6ece005a
Merge branch 'testing' into fix-path-traversal-issue 2019-04-02 03:09:24 +02:00
Maniack Crudelis
9d8bd3183f
Merge branch 'master' into testing 2019-03-29 15:45:15 +01:00
Alexandre Aubin
0be7e16d74
Add / at the end of the location + add rewrite rule 2019-03-20 20:56:17 +01:00
Alexandre Aubin
cc08c70224
Quickfix for path traversal issue 2019-03-20 20:22:37 +01:00
JimboJoe
b485f45c6d
Merge branch 'testing' into package_upgrade 2019-03-12 22:24:34 +01:00
Jimmy Monin
3dd34327ca Update nginx configuration to latest Nextcloud recommendations 2019-03-02 12:18:33 +01:00
JimboJoe
a937450910
Merge pull request #152 from YunoHost-Apps/testing
Testing
2019-02-20 21:13:52 +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
Jimmy Monin
c3480daae6 Adapt nginx configuration to avoid double headers due to core change (8cb029a55e) 2019-02-07 21:41:32 +01:00
Jimmy Monin
2848fe3719 Upgrade nginx configuration following release 14 recommendations (https://docs.nextcloud.com/server/14/admin_manual/installation/nginx.html) 2018-11-25 22:10:06 +01:00
frju365
51dc246f2a
Revert "[enh] move specific php.ini defines to the pool configuration" 2018-10-08 19:17:16 +02:00
Julien Malik
33ec8e215e [enh] move specific php.ini defines to the pool configuration 2018-10-01 23:44:59 +02:00
Jimmy Monin
40526739d2 Don't overwrite all settings during upgrade 2018-01-29 21:59:28 +01:00
Jimmy Monin
57c8122f4a Enable Redis use for file locking
https://docs.nextcloud.com/server/12.0/admin_manual/configuration_server/caching_configuration.html#small-organization-single-server-setup
2017-12-14 11:38:41 +01:00
Jimmy Monin
2c92e58014 Extend timeouts (for Gallery plugin at least) 2017-12-14 11:37:40 +01:00
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