Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/container.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
AgeCommit message (Expand)Author
2016-12-30cleanupsHEADmasterSameer Naik
2016-12-30use `occ config:system:set,get` commandsSameer Naik
2016-12-29fix builds with latest sameersbn/php5-fpm imageSameer Naik
2016-10-16functions: fix linking support for official postgres imageSameer Naik
2016-07-16release 9.0.529.0.52Sameer Naik
2016-03-21config: avoid duplicate entries in `.user.ini`Sameer Naik
2016-03-21owncloud: upgrade to 9.0.0Sameer Naik
2016-01-10removed use of `exec_as_owncloud` while dumping databaseSameer Naik
2016-01-05use `${OWNCLOUD_USER}:` shortform in `chown` invocationSameer Naik
2016-01-05`chown` destination file after copying in `install_template`Sameer Naik
2016-01-03configure `fastcgi_param HTTPS` nginx param using the `OWNCLOUD_URL` paramSameer Naik
2016-01-02remove default nginx virtualhostSameer Naik
2016-01-02added `OWNCLOUD_NGINX_CONFIG` script variableSameer Naik
2016-01-02renamed script variable `OWNCLOUD_CONFIG_PHP` to `OWNCLOUD_APP_CONFIG`Sameer Naik
2015-12-31Revert "configuring `always_populate_raw_post_data = -1` is no longer required"Sameer Naik
2015-12-30updated virtualhost configurationSameer Naik
2015-12-30use `maintenance:install` to perform full install at launchSameer Naik
2015-12-30configuring `always_populate_raw_post_data = -1` is no longer requiredSameer Naik
2015-12-30ensure that `config.php` exists before disabling maintenance mode on startupSameer Naik
2015-12-30added `OWNCLOUD_PHP_FPM_HOST` and `OWNCLOUD_PHP_FPM_PORT` env parametersSameer Naik
2015-12-30always disable maintenance mode on startupSameer Naik
2015-12-30moved database connection test to parent `backup_create` and `backup_restore`...Sameer Naik
2015-12-30renamed `occ` function to `occ_cli` to avoid conflicts with the `occ` wrapperSameer Naik
2015-12-29turn on maintenance mode while taking backupsSameer Naik
2015-12-29added `owncloud-backup-create` script to create backups from the bash shellSameer Naik
2015-12-29restore: display appropriate message when no backup is selectedSameer Naik
2015-12-29restore: check the existence of the backup after the selectionSameer Naik
2015-12-29restore: display the backup creation date/time while selecting a backupSameer Naik
2015-12-29automatically remove old backups according to the `OWNCLOUD_BACKUPS_EXPIRY` c...Sameer Naik
2015-12-29`chmod` backup archiveSameer Naik
2015-12-29removed gzip compression of `ocdata` filesSameer Naik
2015-12-29backup-restore: added argument to specify extension for compressed filesSameer Naik
2015-12-29decouple the compression `database.sql` from the database dump processSameer Naik
2015-12-29feature: restore backup when container is started with `app:backup:restore` a...Sameer Naik
2015-12-29feature: create backup when container is started with `app:backup:create` arg...Sameer Naik
2015-12-29check arguments suppied to `owncloud_set_param`Sameer Naik
2015-12-29added utility function `owncloud_get_param`Sameer Naik
2015-12-29moved `OWNCLOUD_CONFIG_DIR` and `OWNCLOUD_OCDATA_DIR` macros to `env-defaults`Sameer Naik
2015-12-29allow user to specify a username and password for the admin user on firstrunSameer Naik
2015-12-29allow user to change `OWNCLOUD_URL` at launchSameer Naik
2015-12-29added `OWNCLOUD_URL` configuration parameter, removed `OWNCLOUD_FQDN`Sameer Naik
2015-12-29create default admin user with the credentials `admin/password`Sameer Naik
2015-12-29moved `VERSION` file to `OWNCLOUD_CONFIG_DIR`Sameer Naik
2015-12-29renamed variable `OWNCLOUD_CONF_DIR` to `OWNCLOUD_CONFIG_DIR`Sameer Naik
2015-12-29error out if user tries to downgrade to a lower versionSameer Naik
2015-12-29add `install_configuration_templates` functionSameer Naik
2015-12-29added `update_template` function that uses `envsubst` to variable expansionSameer Naik
2015-12-29added `install_template` help functionSameer Naik
2015-12-29added `OWNCLOUD_TEMPLATES_DIR` script variableSameer Naik
2015-12-29update database parameters in `config.php` at every launchSameer Naik