Commits on Source (63)
-
Travis Ralston authored
-
turt2live authored
-
Travis Ralston authored
Restructure `matrix` package
-
Travis Ralston authored
-
Travis Ralston authored
-
Travis Ralston authored
Upgrade dependencies
-
turt2live authored
-
Travis Ralston authored
-
Travis Ralston authored
* Factor out common setup for offline imports * Split out archival creation * Fix usage of the word "synapse" in common * Add Dendrite exporter
-
Travis Ralston authored
* Factor out common functions to utilities * Add Dendrite importer
-
Travis Ralston authored
-
Travis Ralston authored
-
Travis Ralston authored
* Remove double `https:` from export URLs * Changelog
-
Travis Ralston authored
-
Travis Ralston authored
* Update go-singleflight-streams to handle weird EOF behaviour from minio * Changelog
-
Travis Ralston authored
-
Travis Ralston authored
-
Travis Ralston authored
* Add signing key generation and conversion tooling Will be used by MSC3916 implementation. * Relicense my own utility as MIT * also relicense canonical_json util * appease the linter * don't forget the relicensed test too
-
Travis Ralston authored
-
turt2live authored
-
Travis Ralston authored
-
Travis Ralston authored
-
Travis Ralston authored
-
Travis Ralston authored
* Update compiled libheif version * Update dependencies * Update minio to fix stream performance Fixes https://github.com/turt2live/matrix-media-repo/issues/516 * Update Actions dependencies * Update Docker dependencies * Pin Alpine version throughout
-
turt2live authored
-
Travis Ralston authored
-
Slavi Pantaleev authored
* Note that the import script is now part of the container image Related to https://github.com/turt2live/matrix-media-repo/pull/520 * Add missing sentence about import binaries being released * Do not mention import_synapse to make it more generic
-
dependabot[bot] authored
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.16.0 to 0.17.0. - [Commits](https://github.com/golang/crypto/compare/v0.16.0...v0.17.0 ) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
turt2live authored
-
Travis Ralston authored
* Update Go dependencies * Update Docker dependencies
-
Travis Ralston authored
Fixes https://github.com/turt2live/matrix-media-repo/issues/458 Migration is the inverse of 14.
-
Katie Holly authored
-
turt2live authored
-
Travis Ralston authored
* Start of an (untested) MMR import -> Synapse tool * Generate thumbnails too * Update changelog and Dockerfile * Put changelog in correct place
-
Travis Ralston authored
-
Travis Ralston authored
-
Travis Ralston authored
* Update documentation across repo for new docs.t2bot.io site (WIP) * Use a published alias
-
Travis Ralston authored
-
Travis Ralston authored
* Update dependencies * Downgrade testcontainers-go
-
turt2live authored
-
Travis Ralston authored
-
Travis Ralston authored
-
Travis Ralston authored
-
Sophie Tauchert authored
-
Travis Ralston authored
-
turt2live authored
-
turt2live authored
-
Travis Ralston authored
* Initial github action for docker builds * Fix variables * Fix more variables * Rename to main * Fix variables (again) * Remove temporary branch
-
Travis Ralston authored
-
Travis Ralston authored
* Fix content-type handling on /download and /thumbnail, per MSC2701 * changelog
-
turt2live authored
-
turt2live authored
-
Travis Ralston authored
-
Travis Ralston authored
* Build release binaries on GH Actions * Try the Linux build first * add -p * Set runner OS, not matrix OS * lowercase * Fix directory not created error * Fix libheif and git describe * Fix fetch depth * Don't build on release, build on tag * Fix variables * Add windows stuff? * Adjust Windows stuff * Use powershell * Set environment early to debug * Revert "Set environment early to debug" This reverts commit 891261fae9dad6fdd1f1746d7819a5050bcdb7b2. * Set environment variable in bash instead * Remove duplicate WSL install (which does nothing) * Experiment * Experiment * Re-enable normal libheif * Install x86? * Install pkgconfig * Set correct environment variables * Set pkgconfig path differently * Limit to x64 * Fix renaming script * Unbreak Windows detection * Remove temporary build branch
-
Travis Ralston authored
-
turt2live authored
-
Travis Ralston authored
* Update to Go 1.21 * changelog
-
Travis Ralston authored
-
Travis Ralston authored
-
turt2live authored
-
Travis Ralston authored
Showing
- .dockerignore 1 addition, 0 deletions.dockerignore
- .github/workflows/binaries.yml 80 additions, 0 deletions.github/workflows/binaries.yml
- .github/workflows/build-libheif.sh 1 addition, 1 deletion.github/workflows/build-libheif.sh
- .github/workflows/docker.yml 113 additions, 0 deletions.github/workflows/docker.yml
- .github/workflows/download_pgo.yml 2 additions, 2 deletions.github/workflows/download_pgo.yml
- .github/workflows/download_providers.yml 2 additions, 2 deletions.github/workflows/download_providers.yml
- .github/workflows/main.yml 14 additions, 14 deletions.github/workflows/main.yml
- .gitignore 1 addition, 0 deletions.gitignore
- CHANGELOG.md 68 additions, 37 deletionsCHANGELOG.md
- Dockerfile 16 additions, 7 deletionsDockerfile
- README.md 13 additions, 101 deletionsREADME.md
- SECURITY.md 9 additions, 0 deletionsSECURITY.md
- api/_apimeta/auth.go 3 additions, 3 deletionsapi/_apimeta/auth.go
- api/_auth_cache/auth_cache.go 2 additions, 2 deletionsapi/_auth_cache/auth_cache.go
- api/_responses/errors.go 1 addition, 1 deletionapi/_responses/errors.go
- api/_responses/redirect.go 9 additions, 0 deletionsapi/_responses/redirect.go
- api/_routers/01-install_metadata.go 2 additions, 2 deletionsapi/_routers/01-install_metadata.go
- api/_routers/03-host_detection.go 5 additions, 5 deletionsapi/_routers/03-host_detection.go
- api/_routers/04-request-metrics.go 1 addition, 1 deletionapi/_routers/04-request-metrics.go
- api/_routers/97-optional-access-token.go 7 additions, 7 deletionsapi/_routers/97-optional-access-token.go
.github/workflows/binaries.yml
0 → 100644
.github/workflows/docker.yml
0 → 100644
SECURITY.md
0 → 100644
api/_responses/redirect.go
0 → 100644