Commits on Source (68)
-
Gavin Mogan authored
When trying to clean up database after a faulty config deleted the existing files, I called /_matrix/media/r0/admin/purge/old but that was failing due to the file not existing. Code jsut swallows the error as deleting a non existing file shouldn't be fatal Logs-ish: Deleting thumbnail with hash: e8ba5faa6bae71647a3a8e7e6328bf3d93343e96666eda14e5487b5e60760d80" before_ts=1632086268000 contentLength=2 contentType=application/json include_local=true isRepoAdmin=true method=POST queryString="before_ts=1632086268000&include_local=true&keep_profiles=false" resource=/_matrix/media/r0/admin/purge/old usingForwardedHost=true Error purging media: remove /var/matrix/media/c3/43/82a1828f3222468497ac8ccc0f490b252c6a: no such file or directory" Replying with result: *api.ErrorResponse &{Code:M_UNKNOWN Message:error purging media InternalCode:M_UNKNOWN}" contentLength=2 contentType=application/json method=POST queryString="before_ts=1632086268000&include_local=true&keep_profiles=false" resource=/_matrix/media/r0/admin/purge/old usingForwardedHost=true
-
Travis Ralston authored
-
Travis Ralston authored
-
Travis Ralston authored
-
Nick Barrett authored
-
Travis Ralston authored
-
Travis Ralston authored
-
Travis Ralston authored
Add `urlPreviews.userAgent` config.
-
Travis Ralston authored
-
Travis Ralston authored
Handle file not existing when trying to delete it
-
Travis Ralston authored
-
dependabot[bot] authored
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.0 to 6.12.6. - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v6.12.0...v6.12.6 ) --- updated-dependencies: - dependency-name: ajv dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Travis Ralston authored
Bump ajv from 6.12.0 to 6.12.6 in /tests/performance
-
Travis Ralston authored
-
Travis Ralston authored
-
Travis Ralston authored
-
Travis Ralston authored
-
Travis Ralston authored
-
mattc authored
statistics for a server.
-
mattc authored
server.
-
mattc authored
-
mattc authored
endpoint.
-
Travis Ralston authored
-
Travis Ralston authored
-
Travis Ralston authored
-
mattc authored
-
mattc authored
module. Prepare for function to be used by multiple modules.
-
mattc authored
endpoint to be accessible to homeserver admins. There was no need to lock it down to only global admins.
-
Travis Ralston authored
-
Travis Ralston authored
-
Travis Ralston authored
-
mattc authored
Allow for queries to early-exit if the requests have been aborted.
-
Travis Ralston authored
-
Travis Ralston authored
-
Travis Ralston authored
-
mattc authored
-
Travis Ralston authored
Add users' usage statistics (admin) API endpoint
-
Travis Ralston authored
-
Travis Ralston authored
-
Travis Ralston authored
-
Travis Ralston authored
-
Travis Ralston authored
-
Travis Ralston authored
-
Travis Ralston authored
-
Travis Ralston authored
-
Travis Ralston authored
-
Travis Ralston authored
-
Travis Ralston authored
-
dependabot[bot] authored
Bumps [json-schema](https://github.com/kriszyp/json-schema) from 0.2.3 to 0.4.0. - [Release notes](https://github.com/kriszyp/json-schema/releases) - [Commits](https://github.com/kriszyp/json-schema/compare/v0.2.3...v0.4.0 ) --- updated-dependencies: - dependency-name: json-schema dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Travis Ralston authored
Bump json-schema from 0.2.3 to 0.4.0 in /tests/performance
-
Travis Ralston authored
-
Travis Ralston authored
-
Travis Ralston authored
-
Travis Ralston authored
-
Travis Ralston authored
-
Travis Ralston authored
-
Travis Ralston authored
-
Travis Ralston authored
-
Travis Ralston authored
Showing
- .github/workflows/main.yml 2 additions, 23 deletions.github/workflows/main.yml
- .gitignore 1 addition, 0 deletions.gitignore
- CHANGELOG.md 81 additions, 2 deletionsCHANGELOG.md
- Complement.Dockerfile 0 additions, 44 deletionsComplement.Dockerfile
- Dockerfile 2 additions, 2 deletionsDockerfile
- README.md 12 additions, 4 deletionsREADME.md
- api/auth.go 12 additions, 0 deletionsapi/auth.go
- api/custom/media_attributes.go 16 additions, 2 deletionsapi/custom/media_attributes.go
- api/custom/purge.go 5 additions, 17 deletionsapi/custom/purge.go
- api/custom/usage.go 133 additions, 0 deletionsapi/custom/usage.go
- api/webserver/route_handler.go 125 additions, 4 deletionsapi/webserver/route_handler.go
- api/webserver/webserver.go 67 additions, 60 deletionsapi/webserver/webserver.go
- assets/providers.json 512 additions, 442 deletionsassets/providers.json
- build-dist.sh 2 additions, 2 deletionsbuild-dist.sh
- ci-complement.sh 0 additions, 5 deletionsci-complement.sh
- cmd/complement_hs/main.go 0 additions, 153 deletionscmd/complement_hs/main.go
- cmd/export_synapse_for_import/main.go 6 additions, 1 deletioncmd/export_synapse_for_import/main.go
- cmd/gdpr_export/main.go 7 additions, 2 deletionscmd/gdpr_export/main.go
- cmd/gdpr_import/main.go 7 additions, 2 deletionscmd/gdpr_import/main.go
- cmd/import_synapse/main.go 6 additions, 1 deletioncmd/import_synapse/main.go
Complement.Dockerfile
deleted
100644 → 0
This diff is collapsed.
ci-complement.sh
deleted
100644 → 0
cmd/complement_hs/main.go
deleted
100644 → 0