{"id":23832120,"url":"https://github.com/linagora/twake-calendar-backend","last_synced_at":"2025-10-07T06:54:18.769Z","repository":{"id":228976583,"uuid":"775433296","full_name":"linagora/twake-calendar-backend","owner":"linagora","description":"Twake calendar backend","archived":false,"fork":false,"pushed_at":"2024-03-22T08:03:02.000Z","size":33845,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-06-19T02:03:41.606Z","etag":null,"topics":["calendar","dav","twake"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/linagora.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-03-21T11:35:18.000Z","updated_at":"2024-10-24T12:13:29.000Z","dependencies_parsed_at":"2025-06-04T12:33:59.340Z","dependency_job_id":"5289d280-1f22-4c28-9933-5adb0af7bf0f","html_url":"https://github.com/linagora/twake-calendar-backend","commit_stats":null,"previous_names":["linagora/twake-calendar-backend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/linagora/twake-calendar-backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linagora%2Ftwake-calendar-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linagora%2Ftwake-calendar-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linagora%2Ftwake-calendar-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linagora%2Ftwake-calendar-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linagora","download_url":"https://codeload.github.com/linagora/twake-calendar-backend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linagora%2Ftwake-calendar-backend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278734412,"owners_count":26036404,"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","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["calendar","dav","twake"],"created_at":"2025-01-02T14:18:07.142Z","updated_at":"2025-10-07T06:54:18.754Z","avatar_url":"https://github.com/linagora.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenPaaS\n\nOpenPaaS is your next collaboration platform, for enterprises \u0026 organizations.\n\n## Discover\n#### Try it in docker\nDiscover the OpenPaaS platform on your machine within 5 minutes by checking out the [demo docker-compose recipe](http://docs.open-paas.org/getting-started/docker/).\n\n#### Install it on your server\nCheck out the [installation guide](http://docs.open-paas.org/getting-started/linux/) to install OpenPaaS on a Linux server and start using it now!\nIf you're a developer looking for a development setup, head to the next section:\n\n#### Improve it with us\nDevelopers are more than welcome to help build OpenPaaS!\nTo get your development environement up \u0026 running, see our [developers installation documentation](doc/develop.md).\n\nOnce you are ready to go, you can explore the project's [documentation site](http://docs.open-paas.org/) and [this repository's](doc/) documentation.\nIf you have any question, don't hesitate to come and ask on [the forum](http://forum.open-paas.org/)!\n\n## Our CI\n\nWe are currently using Gitlab CI.   \nHence, you can have a look at the `.gitlab-ci.yml` file on the root of this repository for more information.\n\nHowever, some jobs are more complicated than expected, as they are depending on external tools.  \nHopefully for you, such jobs are the latest in the pipeline execution; linters, build \u0026 tests jobs are simple.   \nThe \"complexe\" jobs are those dedicated to CD (Continuous Delivery) which main reason is that we are delivering Docker \nimages to two different registries. \n\nThe main complexity is about `git` branches \u0026 their related delivery, the following matrix might help you:\n\n| Branch name | Internal registry | DockerHub |\n| ----------- | ----------------- | --------- |\n| `master`    | openpaas-snapshots/openpaas-esn:branch-master | linagora/esn:branch-master |\n| `release-*` (1) | openpaas-snapshots/openpaas-esn:* | linagora/esn:branch-* |\n| `feature-*` (2) | openpaas-snapshots/openpaas-esn:* | linagora/esn:* |\n\n(1) The goal of release branches is to be able to maintain release (bug fix backport, CVE fixes...), and then produce minor releases based on this major release.     \nThey should be prefixed by `release-`.\ne.g. `git` branch name `release-1.6.x` build will deliver:\n- openpaas-snapshots/openpaas-esn:1.6\n- openpaas-snapshots/openpaas-esn:1.6.3 (depending on the minor release)\n- linagora/esn:branch-1.6.3\n\n(2) Feature branches are not release. They are used in order to publish \u0026 validate features (maybe several MRs \u0026 commits).\nThey should be prefixed by `feature-`.\ne.b. `git` branch name `feature-friday-delivery` build will deliver:\n- openpaas-snapshots/openpaas-esn:feature-friday-delivery\n- linagora/esn:feature-friday-delivery\n\n## Licence\n\n[Affero GPL v3](http://www.gnu.org/licenses/agpl-3.0.html)\n\n## Special thanks\n\n\u003cimg src=\"https://cloud.githubusercontent.com/assets/7864462/12837037/452a17c6-cb73-11e5-9f39-fc96893bc9bf.png\" alt=\"drawing\" width=\"250\"/\u003e\n\n[BrowserStack](https://www.browserstack.com/) for supporting open source projects.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinagora%2Ftwake-calendar-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinagora%2Ftwake-calendar-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinagora%2Ftwake-calendar-backend/lists"}