Open Source event scheduling software for conventions
If a session-expired event is hit that does not match the current session then it should be ignored and event processing continue without it. This was incorrectly implemented and instead event processing would stop when any session-expired event was hit, not just the ones matching the current session. Fix logic to properly ignore session-expired events when it doesn't match the current session. |
||
---|---|---|
.forgejo/workflows | ||
.vscode | ||
assets | ||
components | ||
composables | ||
docs | ||
LICENSES | ||
middleware | ||
pages | ||
plugins | ||
public | ||
server | ||
shared | ||
stores | ||
tools | ||
utils | ||
.dockerignore | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
app.vue | ||
Dockerfile | ||
error.vue | ||
generate-keys.mjs | ||
index.d.ts | ||
nuxt.config.ts | ||
package.json | ||
package.json.license | ||
pnpm-lock.yaml | ||
pnpm-lock.yaml.license | ||
README.md | ||
tsconfig.json | ||
vitest.config.ts |
Owltide
Owltide is a free open source event scheduling software for keeping the attendees at events informed about all the things going on. It's currently in early stages of development and not generallly useful.
Development setup
Use pnpm to install dependencies:
pnpm install
Run the development server on http://localhost:3000
with:
pnpm dev
Build and preview the production build with (rarely needed):
pnpm build
pnpm preview