diff --git a/README.md b/README.md index adf8999f5656f..7a540a6e45ec0 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,24 @@ -# ownCloud Core +# Nextcloud +[![Build Status](https://drone.weasel.rocks/api/badges/nextcloud/server/status.svg)](https://drone.weasel.rocks/nextcloud/server) +[![irc](https://img.shields.io/badge/IRC-%23nextcloud%20on%20freenode-orange.svg)](https://webchat.freenode.net/?channels=nextcloud) +[![irc](https://img.shields.io/badge/IRC-%23nextcloud--dev%20on%20freenode-blue.svg)](https://webchat.freenode.net/?channels=nextcloud-dev) -[![Build Status](https://ci.owncloud.org/job/server-master-linux/badge/icon)](https://ci.owncloud.org/job/server-master-linux/) -[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/owncloud/core/badges/quality-score.png?s=ce2f5ded03d4ac628e9ee5c767243fa7412e644f)](https://scrutinizer-ci.com/g/owncloud/core/) -[![CodeClimate](https://codeclimate.com/github/owncloud/core/badges/gpa.svg)](https://codeclimate.com/github/owncloud/core) -[![Coverity](https://scan.coverity.com/projects/6893/badge.svg)](https://scan.coverity.com/projects/owncloud-core) -[![Dependency Status](https://www.versioneye.com/user/projects/54f4a2384f3108959a000a16/badge.svg?style=flat)](https://www.versioneye.com/user/projects/54f4a2384f3108959a000a16) -[![Dependency Status](https://www.versioneye.com/user/projects/54d1f76f3ca0840b190000c0/badge.svg?style=flat)](https://www.versioneye.com/user/projects/54d1f76f3ca0840b190000c0) +Please stay tuned while we get all the repositories up. -**[ownCloud](http://ownCloud.org) gives you freedom and control over your own data. -A personal cloud which runs on your own server.** +Meanwhile check out https://nextcloud.com and follow us on https://twitter.com/nextclouders -![](https://github.com/owncloud/screenshots/blob/master/files/sidebar_1.png) +If you want to [contribute](https://nextcloud.com/contribute/), you are very welcome: + +- on our IRC channels #nextcloud & #nextcloud-dev irc://#nextcloud-dev@freenode.net (on freenode) and +- our forum at https://help.nextcloud.com + +Please read the [Code of Conduct](https://nextcloud.com/community/code-of-conduct/). This document offers some guidance to ensure Nextcloud participants can cooperate effectively in a positive and inspiring atmosphere, and to explain how together we can strengthen and support each other. + +if you want to join the Github organization just let us know and we’ll add you! :) + +*This is by the community, for the community. Everyone is welcome! :)* + +![](https://github.com/nextcloud/screenshots/blob/master/files/filelist.png) ## Why is this so awesome? * :file_folder: **Access your Data** You can store your files, contacts, calendars and more on a server of your choosing. @@ -21,27 +29,27 @@ A personal cloud which runs on your own server.** * :lock: **Encryption** You can encrypt data in transit with secure https connections. You can enable the encryption app to encrypt data on storage for improved security and privacy. * ... -## Installation instructions -https://doc.owncloud.org/server/9.0/developer_manual/app/index.html - ## Contribution Guidelines -https://owncloud.org/contribute/ -## Support -Learn about the different ways you can get support for ownCloud: https://owncloud.org/support/ +All contributions to this repository from June, 16 2016 on are considered to be +licensed under the AGPLv3 or any later version. -## Get in touch -* :clipboard: [Forum](https://forum.owncloud.org) -* :envelope: [Mailing list](https://mailman.owncloud.org/mailman/listinfo) -* :hash: [IRC channel](https://webchat.freenode.net/?channels=owncloud) -* :busts_in_silhouette: [Facebook] (https://facebook.com/ownclouders) -* :hatching_chick: [Twitter](https://twitter.com/ownClouders) +Nextcloud doesn't require a CLA (Contributor License Agreement). +The copyright belongs to all the individual contributors. Therefore we recommend +that every contributor adds following line to the header of a file, if he +changed it substantially: -## Important notice on translations -Please submit translations via Transifex: -https://www.transifex.com/projects/p/owncloud/ +``` +@copyright Copyright (c) , () +``` -[![Transifex](https://www.transifex.com/projects/p/owncloud/resource/core/chart/image_png)](https://www.transifex.com/projects/p/owncloud/) +More information how to contribute: https://nextcloud.com/contribute/ -For more detailed information about translations: -http://doc.owncloud.org/server/9.0/developer_manual/core/translation.html +## Support +Learn about the different ways you can get support for Nextcloud: https://nextcloud.com/support/ + +## Get in touch +* :clipboard: [Forum](https://help.nextcloud.com) +* :hash: [IRC channel](https://webchat.freenode.net/?channels=nextcloud) +* :busts_in_silhouette: [Facebook] (https://facebook.com/nextclouders) +* :hatching_chick: [Twitter](https://twitter.com/Nextclouders) diff --git a/issue_template.md b/issue_template.md index b240da51a7db3..70eca36c9b668 100644 --- a/issue_template.md +++ b/issue_template.md @@ -1,7 +1,9 @@ @@ -25,40 +27,49 @@ Tell us what happens instead **PHP version:** -**ownCloud version:** (see ownCloud admin page) +**Nextcloud version:** (see Nextcloud admin page) -**Updated from an older ownCloud or fresh install:** +**Updated from an older Nextcloud/ownCloud or fresh install:** -**Where did you install ownCloud from:** +**Where did you install Nextcloud from:** -**Signing status (ownCloud 9.0 and above):** +**Signing status:** +
+Signing status ``` -Login as admin user into your ownCloud and access +Login as admin user into your Nextcloud and access http://example.com/index.php/settings/integrity/failed paste the results here. ``` +
**List of activated apps:** +
+App list ``` If you have access to your command line run e.g.: sudo -u www-data php occ app:list -from within your ownCloud installation folder +from within your Nextcloud installation folder ``` +
**The content of config/config.php:** +
+Config report ``` If you have access to your command line run e.g.: sudo -u www-data php occ config:list system -from within your ownCloud installation folder +from within your Nextcloud installation folder or Insert your config.php content here (Without the database password, passwordsalt and secret) ``` +
**Are you using external storage, if yes which one:** local/smb/sftp/... @@ -67,11 +78,13 @@ Insert your config.php content here **Are you using an external user-backend, if yes which one:** LDAP/ActiveDirectory/Webdav/... #### LDAP configuration (delete this part if not used) +
+LDAP config ``` With access to your command line run e.g.: sudo -u www-data php occ ldap:show-config -from within your ownCloud installation folder +from within your Nextcloud installation folder Without access to your command line download the data/owncloud.db to your local computer or access your SQL server remotely and run the select query: @@ -80,6 +93,7 @@ SELECT * FROM `oc_appconfig` WHERE `appid` = 'user_ldap'; Eventually replace sensitive data as the name/IP-address of your LDAP server or groups. ``` +
### Client configuration **Browser:** @@ -88,20 +102,29 @@ Eventually replace sensitive data as the name/IP-address of your LDAP server or ### Logs #### Web server error log +
+Web server error log ``` Insert your webserver log here ``` +
-#### ownCloud log (data/owncloud.log) +#### Nextcloud log (data/nextcloud.log) +
+Nextcloud log ``` -Insert your ownCloud log here +Insert your Nextcloud log here ``` +
#### Browser log +
+Browser log ``` Insert your browser log here, this could for example include: a) The javascript console log -b) The network log +b) The network log c) ... ``` +