/var/softaculous/owncloud
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
.htaccess35170644editdlrm
changelog.txt232940644editdlrm
check_suphp.php1010644editdlrm
clone.php60980644editdlrm
config.php8870644editdlrm
data.zip7930644editdlrm
edit.php56720644editdlrm
edit.xml4330644editdlrm
fileindex.php2690644editdlrm
import.php43390644editdlrm
info.xml35300644editdlrm
install.js9240644editdlrm
install.php117110644editdlrm
install.xml25630644editdlrm
md514210644editdlrm
notes.txt18670644editdlrm
owncloud.sql434520644editdlrm
owncloud.zip1188154790644editdlrm
PasswordHash.php68310644editdlrm
restore.php31030644editdlrm
upgrade.php63530644editdlrm
upgrade.xml3300644editdlrm
_.htaccess3150644editdlrm
Edit: /var/softaculous/owncloud/notes.txt (1867B)
1. Manual installation on any suPHP server only. 2. Add the following query in `oc_preferences` table in sql ('[[admin_username]]', 'core', 'lang', '[[language]]'); 3. Make data directory in /home/soft. change path in manual installation. 4. It does not work on windows, we have disabled from 8.1.1. 5. Add [[admin_username]] folder from data_dir to data.zip with folder name as "admin" 6. Check and change version in upgrade.php to upgrade latest version from old. 7. Change in info.xml for major version. (We have allowed to 9.1.0 check in the next release) 8. "data" folder in the softpath is created by default but we maintain it in softadatadir (as recommended by the vendor) hence not to be taken. 9. Due to this "data" folder, the below mentioned entry is removed from sql : ('local::/{{softpath}}/data/', 2); and make softdatadir -> "numeric_id" as 2. (No need to perform this since 8.2.0 does not make this entry in manual installation itself.) 10. rootcerts.crt in datadir is same for different servers, hence we have added in data.zip. 11. Remove oc_authtoken,oc_filecache, oc_file_locks, oc_mounts entries and change auto increment value accordingly (Since 9.1.0). Check that it genereates after login in every release. 12. PHP REQUIREMENT LINK : https://doc.owncloud.com/server/10.9/admin_manual/installation/system_requirements.html 13. We have disabled upgrade from version 9.x to 10.x, Since while upgrading manual migration steps are required mentioned here https://doc.owncloud.org/server/10.2/admin_manual/maintenance/upgrade.html 14. Also we have disabled upgrade to version 10.2.1 due to this issue mentioned here https://github.com/owncloud/core/issues/35282 . Check the same and enable upgrade in next version. 15. We have kept the mysql requirement based on mariadb 10.2 as Mysql specific version is not mentioned in their docs.