Skip to content

Commit 891950f

Browse files
committed
Replace references to the repository
1 parent 6e6c3de commit 891950f

File tree

18 files changed

+77
-92
lines changed

18 files changed

+77
-92
lines changed

.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ about: Suggest an idea for this project
66

77
<!--
88
Please do not open feature requests for missing parts of the Matrix specification.
9-
We are tracking those features under https://github.com/matrix-org/dendrite/issues?q=is%3Aissue+is%3Aopen+label%3Aare-we-synapse-yet
9+
We are tracking those features under https://github.com/element-hq/dendrite/issues?q=is%3Aissue+is%3Aopen+label%3Aare-we-synapse-yet
1010
-->
1111

1212
**Description:**

.github/workflows/dendrite.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ on:
55
branches:
66
- main
77
paths:
8-
- '**.go' # only execute on changes to go files
9-
- 'go.sum' # or dependency updates
10-
- '.github/workflows/**' # or workflow changes
8+
- "**.go" # only execute on changes to go files
9+
- "go.sum" # or dependency updates
10+
- ".github/workflows/**" # or workflow changes
1111
pull_request:
1212
paths:
13-
- '**.go'
14-
- 'go.sum' # or dependency updates
15-
- '.github/workflows/**'
13+
- "**.go"
14+
- "go.sum" # or dependency updates
15+
- ".github/workflows/**"
1616
release:
1717
types: [published]
1818
workflow_dispatch:
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install Go
3434
uses: actions/setup-go@v4
3535
with:
36-
go-version-file: 'go.mod'
36+
go-version-file: "go.mod"
3737
cache: true
3838

3939
- name: Install Node
@@ -72,7 +72,7 @@ jobs:
7272
- name: Install Go
7373
uses: actions/setup-go@v4
7474
with:
75-
go-version-file: 'go.mod'
75+
go-version-file: "go.mod"
7676
- name: golangci-lint
7777
uses: golangci/golangci-lint-action@v3
7878

@@ -108,7 +108,7 @@ jobs:
108108
- name: Setup go
109109
uses: actions/setup-go@v4
110110
with:
111-
go-version-file: 'go.mod'
111+
go-version-file: "go.mod"
112112
- uses: actions/cache@v4
113113
# manually set up caches, as they otherwise clash with different steps using setup-go with cache=true
114114
with:
@@ -145,7 +145,7 @@ jobs:
145145
- name: Setup go
146146
uses: actions/setup-go@v4
147147
with:
148-
go-version-file: 'go.mod'
148+
go-version-file: "go.mod"
149149
- uses: actions/cache@v4
150150
with:
151151
path: |
@@ -178,7 +178,7 @@ jobs:
178178
- name: Setup Go
179179
uses: actions/setup-go@v4
180180
with:
181-
go-version-file: 'go.mod'
181+
go-version-file: "go.mod"
182182
- uses: actions/cache@v4
183183
with:
184184
path: |
@@ -241,7 +241,7 @@ jobs:
241241
- name: Setup go
242242
uses: actions/setup-go@v4
243243
with:
244-
go-version-file: 'go.mod'
244+
go-version-file: "go.mod"
245245
- name: Set up gotestfmt
246246
uses: gotesttools/gotestfmt-action@v2
247247
with:
@@ -279,7 +279,7 @@ jobs:
279279
- name: Setup go
280280
uses: actions/setup-go@v4
281281
with:
282-
go-version-file: 'go.mod'
282+
go-version-file: "go.mod"
283283
cache: true
284284
- uses: actions/cache@v4
285285
with:
@@ -309,7 +309,7 @@ jobs:
309309
- name: Setup go
310310
uses: actions/setup-go@v4
311311
with:
312-
go-version-file: 'go.mod'
312+
go-version-file: "go.mod"
313313
cache: true
314314
- uses: actions/cache@v4
315315
with:
@@ -474,7 +474,7 @@ jobs:
474474
upgrade_test_direct,
475475
sytest,
476476
complement,
477-
integration
477+
integration,
478478
]
479479
runs-on: ubuntu-latest
480480
if: ${{ !cancelled() }} # Run this even if prior jobs were skipped
@@ -490,8 +490,8 @@ jobs:
490490
packages: write
491491
contents: read
492492
security-events: write # To upload Trivy sarif files
493-
if: github.repository == 'matrix-org/dendrite' && github.ref_name == 'main'
493+
if: github.repository == 'element-hq/dendrite' && github.ref_name == 'main'
494494
needs: [integration-tests-done]
495-
uses: matrix-org/dendrite/.github/workflows/docker.yml@main
495+
uses: element-hq/dendrite/.github/workflows/docker.yml@main
496496
secrets:
497497
DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }}

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dendrite
22

3-
[![Build status](https://github.com/matrix-org/dendrite/actions/workflows/dendrite.yml/badge.svg?event=push)](https://github.com/matrix-org/dendrite/actions/workflows/dendrite.yml) [![Dendrite](https://img.shields.io/matrix/dendrite:matrix.org.svg?label=%23dendrite%3Amatrix.org&logo=matrix&server_fqdn=matrix.org)](https://matrix.to/#/#dendrite:matrix.org) [![Dendrite Dev](https://img.shields.io/matrix/dendrite-dev:matrix.org.svg?label=%23dendrite-dev%3Amatrix.org&logo=matrix&server_fqdn=matrix.org)](https://matrix.to/#/#dendrite-dev:matrix.org)
3+
[![Build status](https://github.com/element-hq/dendrite/actions/workflows/dendrite.yml/badge.svg?event=push)](https://github.com/element-hq/dendrite/actions/workflows/dendrite.yml) [![Dendrite](https://img.shields.io/matrix/dendrite:matrix.org.svg?label=%23dendrite%3Amatrix.org&logo=matrix&server_fqdn=matrix.org)](https://matrix.to/#/#dendrite:matrix.org) [![Dendrite Dev](https://img.shields.io/matrix/dendrite-dev:matrix.org.svg?label=%23dendrite-dev%3Amatrix.org&logo=matrix&server_fqdn=matrix.org)](https://matrix.to/#/#dendrite-dev:matrix.org)
44

55
Dendrite is a second-generation Matrix homeserver written in Go.
66
It intends to provide an **efficient**, **reliable** and **scalable** alternative to [Synapse](https://github.com/matrix-org/synapse):
@@ -47,7 +47,7 @@ For a usable federating Dendrite deployment, you will also need:
4747
Also recommended are:
4848

4949
- A PostgreSQL database engine, which will perform better than SQLite with many users and/or larger rooms
50-
- A reverse proxy server, such as nginx, configured [like this sample](https://github.com/matrix-org/dendrite/blob/main/docs/nginx/dendrite-sample.conf)
50+
- A reverse proxy server, such as nginx, configured [like this sample](https://github.com/element-hq/dendrite/blob/main/docs/nginx/dendrite-sample.conf)
5151

5252
The [Federation Tester](https://federationtester.matrix.org) can be used to verify your deployment.
5353

@@ -58,7 +58,7 @@ If you wish to build a fully-federating Dendrite instance, see [the Installation
5858
The following instructions are enough to get Dendrite started as a non-federating test deployment using self-signed certificates and SQLite databases:
5959

6060
```bash
61-
$ git clone https://github.com/matrix-org/dendrite
61+
$ git clone https://github.com/element-hq/dendrite
6262
$ cd dendrite
6363
$ go build -o bin/ ./cmd/...
6464

@@ -116,12 +116,12 @@ This means Dendrite supports amongst others:
116116
## Contributing
117117

118118
We would be grateful for any help on issues marked as
119-
[Are We Synapse Yet](https://github.com/matrix-org/dendrite/labels/are-we-synapse-yet). These issues
119+
[Are We Synapse Yet](https://github.com/element-hq/dendrite/labels/are-we-synapse-yet). These issues
120120
all have related Sytests which need to pass in order for the issue to be closed. Once you've written your
121121
code, you can quickly run Sytest to ensure that the test names are now passing.
122122

123123
If you're new to the project, see our
124124
[Contributing page](https://matrix-org.github.io/dendrite/development/contributing) to get up to speed, then
125-
look for [Good First Issues](https://github.com/matrix-org/dendrite/labels/good%20first%20issue). If you're
126-
familiar with the project, look for [Help Wanted](https://github.com/matrix-org/dendrite/labels/help-wanted)
125+
look for [Good First Issues](https://github.com/element-hq/dendrite/labels/good%20first%20issue). If you're
126+
familiar with the project, look for [Help Wanted](https://github.com/element-hq/dendrite/labels/help-wanted)
127127
issues.

clientapi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This component roughly corresponds to "Client Room Send" and "Client Sync" on [the WIRING diagram](https://github.com/matrix-org/dendrite/blob/master/WIRING.md).
1+
This component roughly corresponds to "Client Room Send" and "Client Sync" on [the WIRING diagram](https://github.com/element-hq/dendrite/blob/master/WIRING.md).
22
This component produces multiple binaries.
33

44
## Internals

dendrite-sample.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,14 +188,13 @@ client_api:
188188
recaptcha_public_key: ""
189189
recaptcha_private_key: ""
190190
recaptcha_bypass_secret: ""
191-
191+
192192
# To use hcaptcha.com instead of ReCAPTCHA, set the following parameters, otherwise just keep them empty.
193193
# recaptcha_siteverify_api: "https://hcaptcha.com/siteverify"
194194
# recaptcha_api_js_url: "https://js.hcaptcha.com/1/api.js"
195195
# recaptcha_form_field: "h-captcha-response"
196196
# recaptcha_sitekey_class: "h-captcha"
197197

198-
199198
# TURN server information that this homeserver should send to clients.
200199
turn:
201200
turn_user_lifetime: "5m"
@@ -337,7 +336,7 @@ user_api:
337336
# worker_count: 8
338337

339338
# Configuration for Opentracing.
340-
# See https://github.com/matrix-org/dendrite/tree/master/docs/tracing for information on
339+
# See https://github.com/element-hq/dendrite/tree/master/docs/tracing for information on
341340
# how this works and how to set it up.
342341
tracing:
343342
enabled: false

docs/FAQ.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ Mostly, although there are still bugs and missing features. If you are a confide
1818

1919
## Is Dendrite feature-complete?
2020

21-
No, although a good portion of the Matrix specification has been implemented. Mostly missing are client features - see the [readme](https://github.com/matrix-org/dendrite/blob/main/README.md) at the root of the repository for more information.
21+
No, although a good portion of the Matrix specification has been implemented. Mostly missing are client features - see the [readme](https://github.com/element-hq/dendrite/blob/main/README.md) at the root of the repository for more information.
2222

2323
## Why doesn't Dendrite have "x" yet?
2424

25-
Dendrite development is currently supported by a small team of developers and due to those limited resources, the majority of the effort is focused on getting Dendrite to be
26-
specification complete. If there are major features you're requesting (e.g. new administration endpoints), we'd like to strongly encourage you to join the community in supporting
27-
the development efforts through [contributing](./development/CONTRIBUTING.md).
25+
Dendrite development is currently supported by a small team of developers and due to those limited resources, the majority of the effort is focused on getting Dendrite to be
26+
specification complete. If there are major features you're requesting (e.g. new administration endpoints), we'd like to strongly encourage you to join the community in supporting
27+
the development efforts through [contributing](./development/CONTRIBUTING.md).
2828

2929
## Is there a migration path from Synapse to Dendrite?
3030

@@ -37,7 +37,7 @@ No, Dendrite has a very different database schema to Synapse and the two are not
3737

3838
## Can I configure which port Dendrite listens on?
3939

40-
Yes, use the cli flag `-http-bind-address`.
40+
Yes, use the cli flag `-http-bind-address`.
4141

4242
## I've installed Dendrite but federation isn't working
4343

@@ -130,9 +130,9 @@ We don't officially support this or any other dedicated media storage solutions.
130130

131131
## Is there an upgrade guide for Dendrite?
132132

133-
Run a newer docker image. We don't officially support deployments other than Docker.
134-
Most of the time you should be able to just
135-
- stop
133+
Run a newer docker image. We don't officially support deployments other than Docker.
134+
Most of the time you should be able to just
135+
- stop
136136
- replace binary
137137
- start
138138

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins:
1010
- jekyll-feed
1111
aux_links:
1212
"GitHub":
13-
- "//github.com/matrix-org/dendrite"
13+
- "//github.com/element-hq/dendrite"
1414
aux_links_new_tab: true
1515
sass:
1616
sass_dir: _sass

docs/development/CONTRIBUTING.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ We also have unit tests which we run via:
101101
DENDRITE_TEST_SKIP_NODB=1 go test --race ./...
102102
```
103103

104-
This only runs SQLite database tests. If you wish to execute Postgres tests as well, you'll either need to
104+
This only runs SQLite database tests. If you wish to execute Postgres tests as well, you'll either need to
105105
have Postgres installed locally (`createdb` will be used) or have a remote/containerized Postgres instance
106106
available.
107107

@@ -119,7 +119,7 @@ code is functioning as intended is great, and to ensure that we will find out qu
119119
in the future if any regressions happen.
120120

121121
We use the standard [Go testing package](https://gobyexample.com/testing) for this,
122-
alongside some helper functions in our own [`test` package](https://pkg.go.dev/github.com/matrix-org/dendrite/test).
122+
alongside some helper functions in our own [`test` package](https://pkg.go.dev/github.com/element-hq/dendrite/test).
123123

124124
## Continuous integration
125125

@@ -131,7 +131,7 @@ test suites ([Complement](https://github.com/matrix-org/complement) and
131131
[SyTest](https://github.com/matrix-org/sytest)).
132132

133133
You can see the progress of any CI jobs at the bottom of the Pull Request page, or by
134-
looking at the [Actions](https://github.com/matrix-org/dendrite/actions) tab of the Dendrite
134+
looking at the [Actions](https://github.com/element-hq/dendrite/actions) tab of the Dendrite
135135
repository.
136136

137137
We generally won't accept a submission unless all of the CI jobs are passing. We
@@ -152,7 +152,7 @@ significant amount of CPU and RAM.
152152

153153
Once the code builds, run [Sytest](https://github.com/matrix-org/sytest)
154154
according to the guide in
155-
[docs/development/sytest.md](https://github.com/matrix-org/dendrite/blob/main/docs/development/sytest.md#using-a-sytest-docker-image)
155+
[docs/development/sytest.md](https://github.com/element-hq/dendrite/blob/main/docs/development/sytest.md#using-a-sytest-docker-image)
156156
so you can see whether something is being broken and whether there are newly
157157
passing tests.
158158

@@ -162,17 +162,17 @@ tests.
162162
## Picking things to do
163163

164164
If you're new then feel free to pick up an issue labelled [good first
165-
issue](https://github.com/matrix-org/dendrite/labels/good%20first%20issue).
165+
issue](https://github.com/element-hq/dendrite/labels/good%20first%20issue).
166166
These should be well-contained, small pieces of work that can be picked up to
167167
help you get familiar with the code base.
168168

169169
Once you're comfortable with hacking on Dendrite there are issues labelled as
170-
[help wanted](https://github.com/matrix-org/dendrite/labels/help-wanted),
170+
[help wanted](https://github.com/element-hq/dendrite/labels/help-wanted),
171171
these are often slightly larger or more complicated pieces of work but are
172172
hopefully nonetheless fairly well-contained.
173173

174174
We ask people who are familiar with Dendrite to leave the [good first
175-
issue](https://github.com/matrix-org/dendrite/labels/good%20first%20issue)
175+
issue](https://github.com/element-hq/dendrite/labels/good%20first%20issue)
176176
issues so that there is always a way for new people to come and get involved.
177177

178178
## Getting help

docs/development/sytest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ go build -o bin/ ./cmd/...
2828
```
2929

3030
If you are fixing an issue marked with
31-
[Are We Synapse Yet](https://github.com/matrix-org/dendrite/labels/are-we-synapse-yet)
31+
[Are We Synapse Yet](https://github.com/element-hq/dendrite/labels/are-we-synapse-yet)
3232
then there will be a list of Sytests that you should add to the whitelist when you
3333
have fixed that issue. This MUST be included in your PR to ensure that the issue
3434
is fully resolved.

docs/installation/1_planning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ therefore does not need this to be manually installed.
7777

7878
A reverse proxy such as [Caddy](https://caddyserver.com), [NGINX](https://www.nginx.com) or
7979
[HAProxy](http://www.haproxy.org) is useful for deployments. Configuring this is not covered in this documentation, although sample configurations
80-
for [Caddy](https://github.com/matrix-org/dendrite/blob/main/docs/caddy) and
81-
[NGINX](https://github.com/matrix-org/dendrite/blob/main/docs/nginx) are provided.
80+
for [Caddy](https://github.com/element-hq/dendrite/blob/main/docs/caddy) and
81+
[NGINX](https://github.com/element-hq/dendrite/blob/main/docs/nginx) are provided.
8282

8383
### Windows
8484

0 commit comments

Comments
 (0)