{"id":13459441,"url":"https://github.com/owncloud/core","last_synced_at":"2025-05-14T22:06:07.321Z","repository":{"id":4412982,"uuid":"5550552","full_name":"owncloud/core","owner":"owncloud","description":":cloud: ownCloud web server core (Files, DAV, etc.)","archived":false,"fork":false,"pushed_at":"2025-04-23T11:27:37.000Z","size":352862,"stargazers_count":8518,"open_issues_count":294,"forks_count":2060,"subscribers_count":439,"default_branch":"master","last_synced_at":"2025-05-07T21:16:57.506Z","etag":null,"topics":["enterprise","federated","file-sharing","file-sync","javascript","owncloud","php","platform","self-hosting","sharing"],"latest_commit_sha":null,"homepage":"https://owncloud.com","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/owncloud.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2012-08-25T10:32:48.000Z","updated_at":"2025-05-07T12:02:17.000Z","dependencies_parsed_at":"2024-04-15T11:07:15.412Z","dependency_job_id":"627fbf7d-6d67-4ccb-826f-ea4b6dba28d2","html_url":"https://github.com/owncloud/core","commit_stats":{"total_commits":36325,"total_committers":650,"mean_commits":55.88461538461539,"dds":0.9117687543014453,"last_synced_commit":"0401d6aea19cc442409fa794c82f4d6c48243477"},"previous_names":[],"tags_count":515,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owncloud%2Fcore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owncloud%2Fcore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owncloud%2Fcore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owncloud%2Fcore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/owncloud","download_url":"https://codeload.github.com/owncloud/core/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254235693,"owners_count":22036963,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["enterprise","federated","file-sharing","file-sync","javascript","owncloud","php","platform","self-hosting","sharing"],"created_at":"2024-07-31T09:01:22.439Z","updated_at":"2025-05-14T22:06:02.290Z","avatar_url":"https://github.com/owncloud.png","language":"PHP","readme":"# ownCloud Core\n\n[![Build Status](https://drone.owncloud.com/api/badges/owncloud/core/status.svg?branch=master)](https://drone.owncloud.com/owncloud/core)\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=owncloud_core\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=owncloud_core)\n[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=owncloud_core\u0026metric=security_rating)](https://sonarcloud.io/dashboard?id=owncloud_core)\n[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=owncloud_core\u0026metric=coverage)](https://sonarcloud.io/dashboard?id=owncloud_core)\n[![Design](https://contribute.design/api/shield/owncloud/core)](https://contribute.design/owncloud/core)\n\n**[ownCloud](http://ownCloud.com) offers file sharing and collaboration trusted by 200+ million users worldwide regardless of device or location.**\n\n![](https://github.com/owncloud/screenshots/blob/master/files/sidebar_1.png)\n\n## Why Is This so Awesome?\n* :file_folder: **Access your Data** You can store your files, contacts, calendars and more on a server of your choosing.\n* :package: **Sync your Data** You keep your files, contacts, calendars and more synchronized amongst your devices.\n* :arrows_counterclockwise: **Share your Data** You share your data with others, and give them access to your latest photo galleries, your calendar or anything else you want them to see.\n* :rocket: **Expandable with dozens of Apps** ...like Calendar, Contacts, Mail or News.\n* :cloud: **All Benefits of the Cloud** ...on your own Server.\n* :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.\n* ...\n\n## Installation Instructions\nFor installing ownCloud, see the official\n[ownCloud 10](https://doc.owncloud.com/server/latest/admin_manual/installation/) installation manual.\n\n## Development Build Prerequisites\nNote that when doing a local development build, you need to have **Composer v2** installed. If your OS provides a lower version than v2, you can install Composer v2 manually. As an example, which may be valid for other releases/distros too, see [How to install Composer on Ubuntu 22.04 | 20.04 LTS](https://www.how2shout.com/linux/how-to-install-composer-on-ubuntu-22-04-20-04-lts/).\n\nYou also must have installed `yarn` and `node` (v14 or higher).\n\n## Contribution Guidelines\nhttps://owncloud.com/contribute/\n\n## Commit Messages\nTo ease bringing commits into context, a CI job check that the commit message satisfies a specification for adding human and machine readable meaning to commit messages. For details see: [Conventional Commits](www.conventionalcommits.org/). Note that if conventional commits are not satisfied, CI will not be green. In this case, you need to rewrite the git commit history to meet the requirement.\n\nYou must at least provide a `type` + `description` as described in the [Examples](https://www.conventionalcommits.org/en/v1.0.0/#examples) section.\n\nFor a quickstart, the following types can be used:\n\n`fix:`, `feat:`, `build:`, `chore:`, `ci:`, `docs:`, `style:`, `refactor:`, `perf:`, `test:`\n\n\n## Support\nLearn about the different ways you can get support for ownCloud: https://owncloud.com/support/\n\n## Get in Touch\n* :clipboard: [Forum](https://central.owncloud.org)\n* :hash: [IRC channel](https://web.libera.chat/?channels=#owncloud)\n* :busts_in_silhouette: [Facebook](https://facebook.com/ownclouders)\n* :hatching_chick: [Twitter](https://twitter.com/ownCloud)\n\n## Important Notice on Translations\nPlease submit translations via Transifex:\nhttps://explore.transifex.com/owncloud-org/\n\nSee the detailed information about [translations](https://doc.owncloud.com/server/latest/developer_manual/core/translation.html) here.\n","funding_links":[],"categories":["PHP","Uncategorized","Apps","File Sharing / Cloud Storage","javascript","File Sharing","Application Recommendation","php","Table of Contents","Software"],"sub_categories":["Uncategorized","FileSharing","Follow me","☁️ Cloud storage","Storage"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fowncloud%2Fcore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fowncloud%2Fcore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fowncloud%2Fcore/lists"}