| chore: fix commit message typo in bumping-reva skill | 6 天前 |
| [tx] updated from transifex | 30 天前 |
| chore(skills): add skill for bumping web Add a skill that let's agents bump web to a specified version, commit the changes and create a PR for it. The user invokes the skill via e.g. "bump web to v7.0.0". | 2 个月前 |
| update rolling release template (#3242) | 25 天前 |
| Fix build by adding the missing protoc-gen-go-grpc dependency Co-authored-by: ItsGamerik | 3 个月前 |
| steps refactoring (#3100) | 1 个月前 |
| fix(postprocessing): retry publishing events instead of killing the server A single transient nats: timeout on event publish was fatal to the whole single-binary server, with no retry despite the service already having backoff machinery for step failures. Now retries with the same exponential backoff, capped at half the ack wait so the source event isn't redelivered to another worker mid-retry. Also stops acking the source event when publish ultimately fails, so the upload resumes after restart instead of staying orphaned, and no longer exits during graceful shutdown. | 12 天前 |
| Fix simple install script, use admin-password switch | 5 个月前 |
| fix(csp): allow blob: in style-src for EPUB reader iframe (#3300) | 17 天前 |
| docs(adr): Remove erroneous mention of kanidm Apparently kanidm does allow to set the client-id. | 3 个月前 |
| chore: remove unneeded stuff | 1 年前 |
| fix(ci): stamp version into daily docker images (#3291) * fix(ci): stamp version into daily docker images * fix after review | 18 天前 |
| chore: bump reva to 2.49.0 | 6 天前 |
| Add a --concurrency flag to the index command It controls the number of spaces that are indexed in parallel. The max concurrency configured in the server is still considered. | 30 天前 |
| Rename demo users See https://github.com/opencloud-eu/internal/issues/42 | 1 年前 |
| chore: bump web to v7.4.0 | 6 天前 |
| test(api): update php test dependencies (#3335) * test: update php dependencies Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test: use custom tus client Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test: fix php code style and commands Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test: use doctrine coding standard Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test: convert headers value to string Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test: initialize phpunit config Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test: fix tus upload Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test: fix php code style Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> --------- Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> | 9 天前 |
| test(api): update php test dependencies (#3335) * test: update php dependencies Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test: use custom tus client Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test: fix php code style and commands Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test: use doctrine coding standard Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test: convert headers value to string Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test: initialize phpunit config Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test: fix tus upload Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test: fix php code style Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> --------- Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> | 9 天前 |
| chore: bump reva to 2.49.0 | 6 天前 |
| set backport feature (#1973) | 8 个月前 |
| chore(skills): add skill for bumping reva (#3224) * chore(skills): add skill for bumping reva * chore(skills): derive OpenCloud version from open release PR * chore: exclude .agents from codacy analysis | 27 天前 |
| Dockerfile cleanup (#1352) * Dockerfile.multiarch: use bind- and cache-mounts to speedup build Use a cache mount for go build cache in the build container and mount the sources as a bind mount as recommended in https://docs.docker.com/build/cache/optimize/ this largely speeds up the container build for subsequent builds. * Use Dockerfile.multiarch for "dev-docker" target Let's remove some redundancy. AFAICS the Docker.multiarch does everything the Docker.linux.* files did. And with the build caches enable it should be just as quick as building on the host. * Dockerfile.multiarch: Align the alpine version of the base images * Dockerfile: Reduce build context by adding more files to .dockerignore | 1 年前 |
| chore: Apply .editorconfig rules to both yml and yaml | 1 年前 |
| test(api): update php test dependencies (#3335) * test: update php dependencies Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test: use custom tus client Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test: fix php code style and commands Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test: use doctrine coding standard Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test: convert headers value to string Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test: initialize phpunit config Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test: fix tus upload Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test: fix php code style Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> --------- Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> | 9 天前 |
| test: extract go bin | 1 年前 |
| chore: bump web to v7.4.0 | 6 天前 |
| test(api): update php test dependencies (#3335) * test: update php dependencies Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test: use custom tus client Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test: fix php code style and commands Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test: use doctrine coding standard Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test: convert headers value to string Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test: initialize phpunit config Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test: fix tus upload Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test: fix php code style Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> --------- Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> | 9 天前 |
| 🎉 Release 7.4.0 (#3143) * 🎉 Release 7.3.1 * 🎉 Release 7.3.1 * 🎉 Release 7.3.1 * 🎉 Release 7.3.1 * 🎉 Release 7.3.1 * 🎉 Release 7.3.1 * 🎉 Release 7.3.1 * 🎉 Release 7.3.1 * 🎉 Release 7.4.0 * 🎉 Release 7.4.0 * 🎉 Release 7.4.0 * 🎉 Release 7.4.0 * 🎉 Release 7.4.0 * 🎉 Release 7.4.0 * 🎉 Release 7.4.0 * 🎉 Release 7.4.0 * 🎉 Release 7.4.0 * 🎉 Release 7.4.0 * 🎉 Release 7.4.0 * 🎉 Release 7.4.0 * 🎉 Release 7.4.0 * 🎉 Release 7.4.0 * 🎉 Release 7.4.0 * 🎉 Release 7.4.0 * 🎉 Release 7.4.0 * 🎉 Release 7.4.0 * 🎉 Release 7.4.0 * 🎉 Release 7.4.0 * 🎉 Release 7.4.0 * 🎉 Release 7.4.0 * 🎉 Release 7.4.0 * 🎉 Release 7.4.0 * 🎉 Release 7.4.0 * 🎉 Release 7.4.0 --------- Co-authored-by: v.scharf <v.scharf@opencloud.eu> | 27 天前 |
| update links and references in CONTRIBUTING.md (#2411) * update contributing.md file * fix after review | 5 个月前 |
| Bump alpine base image Also adjusts the build image to use the opencloudeu/golang image. So we're in sync with how the binaries are built in CI. It already contains all the required dependencies. | 2 个月前 |
| use vanilla version of LICENCE Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> | 1 年前 |
| test(api): update php test dependencies (#3335) * test: update php dependencies Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test: use custom tus client Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test: fix php code style and commands Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test: use doctrine coding standard Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test: convert headers value to string Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test: initialize phpunit config Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test: fix tus upload Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test: fix php code style Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> --------- Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> | 9 天前 |
| Update CI badge URL in README.md (#2614) | 4 个月前 |
| test(api): update php test dependencies (#3335) * test: update php dependencies Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test: use custom tus client Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test: fix php code style and commands Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test: use doctrine coding standard Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test: convert headers value to string Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test: initialize phpunit config Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test: fix tus upload Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> * test: fix php code style Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> --------- Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com> | 9 天前 |
| chore: bump reva to 2.49.0 | 6 天前 |
| chore: bump reva to 2.49.0 | 6 天前 |
| feat: add mise toml | 17 天前 |
| Reworked README.md | 1 年前 |
| steps refactoring (#3100) | 1 个月前 |
| add header to release pr. remove 📦️ Dependencies from release description (#3144) | 1 个月前 |