ecamp3 icon indicating copy to clipboard operation
ecamp3 copied to clipboard

eCamp v3 is a web-based app for camp and course planning. The application is specialized for camps and courses of youth associations and for Y+S offers in the sport of camp sports/trekking.

Results 458 ecamp3 issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/ecamp/ecamp3). ## Repository Problems These problems occurred while...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@sentry/browser](https://togithub.com/getsentry/sentry-javascript/tree/master/packages/browser) ([source](https://togithub.com/getsentry/sentry-javascript)) | [`7.11.1` -> `7.12.0`](https://renovatebot.com/diffs/npm/@sentry%2fbrowser/7.11.1/7.12.0) |...

renovate

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@nuxtjs/eslint-config](https://togithub.com/nuxt/eslint-config) | [`6.0.1` -> `11.0.0`](https://renovatebot.com/diffs/npm/@nuxtjs%2feslint-config/6.0.1/11.0.0) | [![age](https://badges.renovateapi.com/packages/npm/@nuxtjs%2feslint-config/11.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [php](https://togithub.com/php/php-src) | patch | `8.1.9` -> `8.1.10` | --- ### Release Notes php/php-src...

renovate

When the logged in user has an activity responsibility in an activity, and an invited user is also responsible in the same activity, this would lead to errors like "user...

Replaces #2927. The goal of this PR is to completely remove native PHP sessions from the application again. The PHP sessions had to be re-introduced when we implemented OAuth login...

system architecture
deploy!

One big grudge I have with vite is this: ``` [vite] ✨ new dependencies optimized: core-js/modules/es.function.name.js, core-js/modules/es.array.concat.js ``` Vite routinely finds new dependencies while I click around the application, and...

This is an alternative POC for leveraging json data: - keeps ContentNode subclasses, but changes to Single Table Inheritance (thus avoiding all the extra joins for every subclass) - still...

DoctrineExtension/Sortable triggers an error when rootContentNode is configured with orphanRemoval:true ```php #[ORM\OneToOne(targetEntity: ColumnLayout::class, cascade: ['persist'], orphanRemoval: true)] #[ORM\JoinColumn(nullable: false, unique: true)] public ?ColumnLayout $rootContentNode = null; ``` Bug is registered...

This PR implements #2902 Tasks in this PR: - [x] Generate translation key from Constraint class name and expose in payload to frontend - [x] Also expose the parameters for...