dependabot[bot] 10251f07b4 chore(deps): Bump debounce from 2.1.0 to 2.1.1 | 3 săptămâni în urmă | |
---|---|---|
.devcontainer | 4 luni în urmă | |
.github | 1 lună în urmă | |
.idea | 5 luni în urmă | |
.reuse | 4 săptămâni în urmă | |
.tx | 2 luni în urmă | |
3rdparty @ 09f4cbc1ab | 4 săptămâni în urmă | |
LICENSES | 1 lună în urmă | |
__mocks__ | 3 luni în urmă | |
__tests__ | 2 luni în urmă | |
apps | 3 săptămâni în urmă | |
build | 3 săptămâni în urmă | |
config | 1 lună în urmă | |
contribute | 5 luni în urmă | |
core | 3 săptămâni în urmă | |
cypress | 1 lună în urmă | |
dist | 3 săptămâni în urmă | |
lib | 3 săptămâni în urmă | |
ocs | 1 lună în urmă | |
ocs-provider | 5 luni în urmă | |
resources | 1 lună în urmă | |
tests | 4 săptămâni în urmă | |
themes | 5 luni în urmă | |
vendor-bin | 1 lună în urmă | |
.editorconfig | 5 luni în urmă | |
.eslintignore | 5 luni în urmă | |
.eslintrc.js | 3 luni în urmă | |
.git-blame-ignore-revs | 1 lună în urmă | |
.gitattributes | 5 luni în urmă | |
.gitignore | 1 lună în urmă | |
.gitmodules | 5 luni în urmă | |
.htaccess | 1 lună în urmă | |
.jshintrc | 5 luni în urmă | |
.mailmap | 3 ani în urmă | |
.npmignore | 3 ani în urmă | |
.php-cs-fixer.dist.php | 2 luni în urmă | |
.pre-commit-config.yaml | 5 luni în urmă | |
.scrutinizer.yml | 5 luni în urmă | |
.tag | 10 ani în urmă | |
.user.ini | 5 luni în urmă | |
AUTHORS | 5 luni în urmă | |
CHANGELOG.md | 6 luni în urmă | |
CODE_OF_CONDUCT.md | 6 luni în urmă | |
COPYING | 8 ani în urmă | |
COPYING-README | 4 luni în urmă | |
DESIGN.md | 6 luni în urmă | |
Makefile | 5 luni în urmă | |
README.md | 2 luni în urmă | |
SECURITY.md | 6 luni în urmă | |
autotest-checkers.sh | 5 luni în urmă | |
autotest-external.sh | 5 luni în urmă | |
autotest.sh | 5 luni în urmă | |
babel.config.js | 3 luni în urmă | |
codecov.yml | 6 luni în urmă | |
composer.json | 1 lună în urmă | |
composer.lock | 4 luni în urmă | |
console.php | 2 luni în urmă | |
cron.php | 1 lună în urmă | |
custom.d.ts | 6 luni în urmă | |
cypress.config.ts | 2 luni în urmă | |
cypress.d.ts | 3 luni în urmă | |
index.html | 5 luni în urmă | |
index.php | 5 luni în urmă | |
occ | 5 luni în urmă | |
package-lock.json | 3 săptămâni în urmă | |
package.json | 3 săptămâni în urmă | |
psalm-ocp.xml | 6 luni în urmă | |
psalm.xml | 1 lună în urmă | |
public.php | 1 lună în urmă | |
remote.php | 1 lună în urmă | |
robots.txt | 11 ani în urmă | |
status.php | 1 lună în urmă | |
stylelint.config.js | 2 luni în urmă | |
tsconfig.json | 2 luni în urmă | |
version.php | 1 lună în urmă | |
vitest.config.ts | 2 luni în urmă | |
webpack.common.js | 2 luni în urmă | |
webpack.config.js | 6 luni în urmă | |
webpack.modules.js | 1 lună în urmă |
A safe home for all your data.
Do 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 in your organization? Learn about all our Features.
Enterprise? Public Sector or Education user? You may want to have a look into Nextcloud Enterprise provided by 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 a 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.
/update-3rdparty
to update the 3rd party submodule. It will update to the last commit of the 3rd party branch named like the PR target.git config blame.ignoreRevsFile .git-blame-ignore-revs
All contributions to this repository from June 16, 2016, and onward 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 the following line to the AUTHORS file if they made substantial changes to the code:
- <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 on how to contribute: https://nextcloud.com/contribute/