Nextcloud bot 2f857c6b37 [tx-robot] updated from transifex | vor 5 Jahren | |
---|---|---|
.github | vor 6 Jahren | |
.idea | vor 10 Jahren | |
.tx | vor 5 Jahren | |
3rdparty @ 88f57274c0 | vor 5 Jahren | |
apps | vor 5 Jahren | |
build | vor 5 Jahren | |
config | vor 5 Jahren | |
contribute | vor 6 Jahren | |
core | vor 5 Jahren | |
lib | vor 5 Jahren | |
ocm-provider | vor 6 Jahren | |
ocs | vor 6 Jahren | |
ocs-provider | vor 8 Jahren | |
resources | vor 5 Jahren | |
settings | vor 5 Jahren | |
tests | vor 5 Jahren | |
themes | vor 5 Jahren | |
.bowerrc | vor 10 Jahren | |
.codecov.yml | vor 6 Jahren | |
.drone.yml | vor 5 Jahren | |
.gitignore | vor 6 Jahren | |
.gitmodules | vor 8 Jahren | |
.htaccess | vor 6 Jahren | |
.jshintrc | vor 7 Jahren | |
.mailmap | vor 7 Jahren | |
.scrutinizer.yml | vor 6 Jahren | |
.tag | vor 10 Jahren | |
.user.ini | vor 8 Jahren | |
AUTHORS | vor 7 Jahren | |
CHANGELOG.md | vor 7 Jahren | |
CODE_OF_CONDUCT.md | vor 6 Jahren | |
COPYING | vor 8 Jahren | |
COPYING-README | vor 8 Jahren | |
README.md | vor 6 Jahren | |
autotest-checkers.sh | vor 5 Jahren | |
autotest-external.sh | vor 7 Jahren | |
autotest-js.sh | vor 6 Jahren | |
autotest.sh | vor 5 Jahren | |
bower.json | vor 6 Jahren | |
composer.json | vor 8 Jahren | |
console.php | vor 6 Jahren | |
cron.php | vor 6 Jahren | |
index.html | vor 6 Jahren | |
index.php | vor 5 Jahren | |
occ | vor 10 Jahren | |
public.php | vor 5 Jahren | |
remote.php | vor 6 Jahren | |
robots.txt | vor 11 Jahren | |
status.php | vor 6 Jahren | |
version.php | vor 5 Jahren |
A safe home for all your data.
You want to learn more about how you can use Nextcloud to access, share and protect your files, calendars, contacts, communication & more at home and at your Enterprise? Learn about all our Features.
Enterprise? Public Sector or Education user? You may want to have a look into the Enterprise Support Subscription provided by the Nextcloud GmbH.
You can also get support for Nextcloud!
There are many ways to contribute, of which development is only one! Find out how to get involved, including as translator, designer, tester, helping others and much more! 😍
git commit -sm "Your commit message"
@mention
the people from the issue to reviewThird-party components are handled as git submodules which have to be initialized first. So aside from the regular git checkout invoking git submodule update --init
or a similar command is needed, for details see Git documentation.
Several apps that are included by default in regular releases such as First run wizard or Activity are missing in master
and have to be installed manually by cloning them into the apps
subfolder.
Otherwise, git checkouts can be handled the same as release archives, by using the stable*
branches. Note they should never be used on production systems.
We move more and more towards using Vue.js in the frontend, starting with Settings. For building the code on changes, use these terminal commands in the settings
subfolder:
# install dependencies
make dev-setup
# build for development
make build-js
# build for development and watch edits
make watch-js
# build for production with minification
make build-js-production
# clean output files
make clean
When making changes, also commit the compiled files!
We still use Handlebars templates some places in Files and Settings. We will replace these step-by-step with Vue.js, but in the meantime you need to compile them separately.
If you don’t have Handlebars installed yet, you can do it with this terminal command:
sudo npm install -g handlebars
Then inside the root folder of your local Nextcloud development installation, run this command in the terminal every time you changed a .handlebars
file to compile it:
./build/compile-handlebars-templates.sh
All contributions to this repository from June, 16 2016 on are considered to be licensed under the AGPLv3 or any later version.
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 they changed it substantially:
@copyright Copyright (c) <year>, <your name> (<your email address>)
Please read the 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.
Please review the guidelines for contributing to this repository.
More information how to contribute: https://nextcloud.com/contribute/