Jimmy Monin
a1e51bb992
Fix patches not applied on installation
7 years ago
Jimmy Monin
d62e8c411c
Limit upgrade operations (patches, maintenance, etc.) to the last upgrade
7 years ago
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 .
7 years ago
Nathanael
f1f95274a2
Version 15 : add occ commands to improve db performances
7 years ago
Jimmy Monin
698218cacd
Plan required maintenance operations after upgrade
7 years ago
Nathanael
a5d7aac75d
Upgrade to upstream version 15.0.0 (fix)
Upgrade to upstream version 15.0.0 (fix)
7 years ago
Nathanael
53c4fb686b
Upgrade to upstream version 15.0.0
Upgrade to upstream version 15.0.0
7 years ago
Jimmy Monin
118b1d4d30
Major upgrade to upstream version 14.0.4
7 years ago
frju365
51dc246f2a
Revert "[enh] move specific php.ini defines to the pool configuration"
8 years ago
Maniack Crudelis
795adc0915
Remove 20-$app.ini from the restore file
8 years ago
Maniack Crudelis
c435b4bb0d
Remove 20-$app.ini from the backup file
8 years ago
Maniack Crudelis
d76dc40151
ynh_die if no free space
8 years ago
Jimmy Monin
2bac5ce10d
Upgrade to upstream version 13.0.6
8 years ago
Maniack Crudelis
87d92b35a0
Use ynh_smart_mktemp
8 years ago
Maniack Crudelis
30c19929cb
Add a new helper to create temporary directory
8 years ago
Jimmy Monin
0c52ede485
Upgrade to upstream version 13.0.5
8 years ago
Jimmy Monin
c42091254e
Enable multi-instance capability ( closes #42 )
8 years ago
Maniack Crudelis
c046535b4e
Don't use /tmp anymore
8 years ago
Maniack Crudelis
dc2c104242
Revert previous commit...
8 years ago
Maniack Crudelis
634d607dd4
Don't use /tmp anymore
8 years ago
Jimmy Monin
51de0db362
Fix Nextcloud apps upgrade ( fixes #123 )
avoid putting existing apps in an inappropriate sub-directory after Nextcloud update...
8 years ago
Jimmy Monin
3ab4c18e8c
Upgrade to upstream version 13.0.3
8 years ago
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...
8 years ago
Jimmy Monin
1cdb9ea161
Fix Debian Stretch dependencies by installing php-apcu, php-mbstring and php-xml
8 years ago
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
8 years ago
JimboJoe
56e4620128
Fix typos
8 years ago
Jimmy Monin
055d750d98
Upgrade to upstream version 13.0.2
8 years ago
Maniack Crudelis
628cead60f
Use a checksum for yunohost.multimedia
8 years ago
Maniack Crudelis
ada812a79c
Add multimedia support
8 years ago
Maniack Crudelis
465049e6b3
php-zip if not jessie
8 years ago
Maniack Crudelis
0e56a2f8b4
Fix upgrade old version ( #99 )
* Fix upgrade old version
* Move to an existing if
8 years ago
Rafi59
f27c384dcb
Update upgrade.last.sh
8 years ago
Maniack Crudelis
06463a4ed2
Add php-zip only for stretch
8 years ago
Maniack Crudelis
c72532be34
Fix stretch
8 years ago
Rafi594
96ab688f6a
[fix] make script executable
8 years ago
frju365
6263a28954
Update _common.sh
8 years ago
frju365
1f332d6fc2
[Fix] Upgrade from version to another
8 years ago
frju365
1904a1e759
New Version 13
8 years ago
Jimmy Monin
40526739d2
Don't overwrite all settings during upgrade
8 years ago
Jimmy Monin
009466999d
Fix cron config file rights ( fixes #88 )
8 years ago
Jimmy Monin
50defe4165
Upgrade to upstream version 12.0.5
8 years ago
Maniack Crudelis
23f809d44c
Fix duplicate log entry in logrotate
8 years ago
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
8 years ago
Jimmy Monin
3dcf602d11
Complete imagemagick dependency (for gallery plugin)
8 years ago
Jimmy Monin
6f26cb657f
Remove useless set -eu command
8 years ago
Jimmy Monin
eb040b3780
Minor linter fixes
8 years ago
Jimmy Monin
0938148aac
Upgrade to upstream version 12.0.4
8 years ago
Maniack Crudelis
8e0065fffe
Fix datadir test
8 years ago
Maniack Crudelis
748249566f
Fix restore with backup_core_only
8 years ago
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.
8 years ago