{"id":15051231,"url":"https://github.com/nextcloud/preferred_providers","last_synced_at":"2025-10-25T17:06:00.402Z","repository":{"id":42054684,"uuid":"146744016","full_name":"nextcloud/preferred_providers","owner":"nextcloud","description":"Registration handling app for Nextcloud partners ","archived":false,"fork":false,"pushed_at":"2025-09-27T08:29:25.000Z","size":1010,"stargazers_count":11,"open_issues_count":8,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-10-20T03:59:39.228Z","etag":null,"topics":["nextcloud","preferred-providers","website"],"latest_commit_sha":null,"homepage":"https://apps.nextcloud.com/apps/preferred_providers","language":"JavaScript","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/nextcloud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-08-30T12:07:59.000Z","updated_at":"2025-09-27T08:29:27.000Z","dependencies_parsed_at":"2023-11-11T03:24:03.263Z","dependency_job_id":"3da3db80-935f-4426-8d5f-f1659fbfd910","html_url":"https://github.com/nextcloud/preferred_providers","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/nextcloud/preferred_providers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextcloud%2Fpreferred_providers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextcloud%2Fpreferred_providers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextcloud%2Fpreferred_providers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextcloud%2Fpreferred_providers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nextcloud","download_url":"https://codeload.github.com/nextcloud/preferred_providers/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextcloud%2Fpreferred_providers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280987577,"owners_count":26425351,"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-25T02:00:06.499Z","response_time":81,"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":["nextcloud","preferred-providers","website"],"created_at":"2024-09-24T21:32:00.947Z","updated_at":"2025-10-25T17:06:00.386Z","avatar_url":"https://github.com/nextcloud.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Preferred providers\n\nThis application allows external request of new accounts.\n\n![screen](https://user-images.githubusercontent.com/14975046/45147329-f829de80-b1c4-11e8-8024-8e53dec98f6c.png)\n\n\n1. Install and enable the application.\n2. Go to the preferred providers settings and keep your token in reach.\n3. Make a POST request to `/ocs/v2.php/account/request/YOURTOKEN` with the `{email: 'myawesomemail@nextcloud.com'}` data.\n     ``` js\n    $.post('/ocs/v2.php/account/request/56300a2bf7e06894a5b59c1eb47f7460', {email:'myawesomemail@nextcloud.com'}).complete((response) =\u003e {\n        console.log(JSON.parse(response.responseText).data.setPassword)\n    })\n    ```\n4. The server will accept or not the request and provide a link for the user login and password definition https://cloud.yourdomain.com/apps/preferred_providers/password/set/yourawesomemail@nextcloud.com/aipTgstNeenUXe20BJTH8\n5. Meanwhile a mail confirmation is sent to the user. He have 6h to confirm or his account will be disabled\n6. After 4, if you set up the `OCS-APIREQUEST` header, you will be redirected to a `nc://` url with valid app-password token for your application. If not, you will be logged and redirected to the home page.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnextcloud%2Fpreferred_providers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnextcloud%2Fpreferred_providers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnextcloud%2Fpreferred_providers/lists"}