Maniack Crudelis
1faf07a91b
Update scripts/_common.sh
...
Co-Authored-By: Kayou <pierre.moltess@gmail.com>
2020-02-24 13:55:01 +01:00
Jimmy Monin
95ceb5c8a2
add missing dependency, update ynh_install_php helper
2020-02-23 17:50:05 +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
ljf
c864e08662
[fix] php7.2-mcrypt doesn't exist
2020-01-26 16:42:45 +01:00
ljf
d860ba45a0
[enh] Add some missing apps dependencies
2020-01-26 15:34:04 +01:00
ljf
1a76a85fcd
[enh] Add some missing apps dependencies
2020-01-26 14:49:52 +01:00
maniack
52bffc479c
Use ynh_get_scalable_phpfpm
2019-12-06 20:37:01 +01:00
Kay0u
d3028dbe3a
17.0.0
2019-09-28 00:12:29 +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
6f0a9e2963
Add ynh_systemd_action unstable helper
2019-03-25 19:52:08 +01:00
Jimmy Monin
493172ea4d
Add fail2ban configuration
2019-03-24 22:57:40 +01:00
Maniack Crudelis
833f48a905
Merge branch 'testing' into package_upgrade
2019-02-17 21:05:42 +01:00
Maniack Crudelis
764209306b
Add progression with ynh_print_info
2019-02-17 20:57:31 +01:00
Maniack Crudelis
b399b69051
Update helpers
2019-02-16 17:21:42 +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
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
698218cacd
Plan required maintenance operations after upgrade
2018-12-16 18:02:59 +01:00
Maniack Crudelis
d76dc40151
ynh_die if no free space
2018-09-21 23:32:02 +02:00
Maniack Crudelis
30c19929cb
Add a new helper to create temporary directory
2018-08-29 21:07:53 +02:00
JimboJoe
ad524500cf
Merge pull request #116 from YunoHost-Apps/fix_stretch_dependencies
...
Fix Debian Stretch dependencies (fixes #112 )
2018-05-20 10:02:40 +02:00
Jimmy Monin
1cdb9ea161
Fix Debian Stretch dependencies by installing php-apcu, php-mbstring and php-xml
2018-05-14 19:37:40 +02:00
JimboJoe
56e4620128
Fix typos
2018-05-12 19:56:46 +02:00
Maniack Crudelis
628cead60f
Use a checksum for yunohost.multimedia
2018-05-05 19:42:58 +02:00
Maniack Crudelis
ada812a79c
Add multimedia support
2018-05-04 20:50:12 +02:00
Maniack Crudelis
465049e6b3
php-zip if not jessie
2018-04-13 17:32:38 +02:00
Maniack Crudelis
06463a4ed2
Add php-zip only for stretch
2018-03-10 13:48:58 +01:00
Maniack Crudelis
c72532be34
Fix stretch
2018-03-08 16:06:01 +01:00
frju365
8bcc16539e
Merge branch 'testing' into patch-2
2018-02-11 22:19:19 +01:00
frju365
6263a28954
Update _common.sh
2018-02-11 22:18:00 +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
3dcf602d11
Complete imagemagick dependency (for gallery plugin)
2017-12-14 10:23:17 +01:00
anmol26s
f65a9b28ba
Added the "php-ldap" dependency
...
## Problem
- *Issue https://github.com/YunoHost-Apps/nextcloud_ynh/issues/69 *
```
Warning: [Exception]
Warning: App "LDAP user and group backend" cannot be installed because the following dependencies are not fulfilled: The library ldap is not available.
```
Dependency not installed : LDAP plugin of PHP.
## Solution
- *Install missing dependencies "php-ldap"*
## PR Status
To be reviewed.
## Validation
---
*Minor decision*
- [ ] **Upgrade previous version** :
- [ ] **Code review** :
- [ ] **Approval (LGTM)** :
- [ ] **Approval (LGTM)** :
- [ ] **CI succeeded** :
When the PR is mark as ready to merge, you have to wait for 3 days before really merge it.
2017-11-02 16:07:22 +05:30
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
3c2d14eb00
Guillemets en trop
2017-01-19 00:41:32 +01:00
Maniack Crudelis
d8237d848b
Common prend la dernière version
2017-01-19 00:29:02 +01:00
Maniack Crudelis
301ad274e1
Mise à jour séquentielle des versions majeures
2017-01-07 02:29:55 +01:00
Maniack Crudelis
0adefb1055
SECURE_REMOVE et commentaires
2017-01-06 13:13:42 +01:00
Maniack Crudelis
d73a1babb1
Mise à jour 11.0.0
2017-01-05 00:47:42 +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
feb5ac0ebc
[enh] Update Nextcloud to v10.0.1
2016-10-02 11:31:39 +02:00
Jérôme Lebleu
8420807556
[fix] Rename MySQL database and user when migrating from ownCloud
2016-09-26 15:28:01 +02: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
cc21dc5fa3
[fix] Improve how .well-known path is checked
2016-07-18 21:47:30 +02:00
Jérôme Lebleu
428cd963b7
[enh] Update Nextcloud upstream version to 9.0.52
2016-07-09 10:35:29 +02:00