Student's surveys and correction tool https://lessons.nemunai.re/
This repository has been archived on 2024-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
nemunaire 66b1c0f8ff Automerge oauth2 2022-07-08 10:25:24 +02:00
htdocs Fix typo 2021-11-18 12:13:47 +01:00
ui Avoid indexing 2022-07-08 10:25:24 +02:00
.dockerignore Prepare for deployment 2022-07-08 10:25:23 +02:00
.drone-manifest.yml Add CI/CD 2020-11-20 16:02:28 +01:00
.drone.yml CI: Fix triggers 2022-07-08 10:25:24 +02:00
.gitignore Becoming go module 2020-11-20 15:55:54 +01:00
Dockerfile chore(deps): update dependency alpine to v3.16 2022-07-08 10:25:24 +02:00
asks.go Can ask questions during live sessions 2022-07-08 10:25:23 +02:00
assets-dev.go Use go embed 2021-12-01 16:24:59 +01:00
assets.go Prepare for deployment 2022-07-08 10:25:23 +02:00
auth.go Reenable Secure cookies 2022-07-08 10:25:24 +02:00
auth_krb5.go Allow login through Kerberos if the user already exists in DB 2022-07-08 10:25:24 +02:00
auth_oidc.go Handle next parameters even through OIDC 2022-07-08 10:25:24 +02:00
corrections.go Able to make corrections 2022-07-08 10:25:23 +02:00
db.go Add button to report bad correction 2022-07-08 10:25:24 +02:00
direct.go Live: add timer questions 2022-07-08 10:25:23 +02:00
flag.go Add fallback authentication through Kerberos 2021-09-22 17:05:05 +02:00
go.mod chore(deps): update golang.org/x/oauth2 digest to d0670ef 2022-07-08 10:25:24 +02:00
go.sum chore(deps): update golang.org/x/oauth2 digest to d0670ef 2022-07-08 10:25:24 +02:00
grades.go Readd function to display survey mean 2020-11-30 09:28:37 +01:00
handler.go Working on live surveys 2022-07-08 10:25:23 +02:00
help.go admin: Display student needing help on home page 2022-07-08 10:25:24 +02:00
main.go Live: add timer questions 2022-07-08 10:25:23 +02:00
proposals.go Add missing proposals route 2022-02-28 17:45:59 +01:00
questions.go Working on live surveys 2022-07-08 10:25:23 +02:00
renovate.json Automerge oauth2 2022-07-08 10:25:24 +02:00
responses.go Add button to report bad correction 2022-07-08 10:25:24 +02:00
session.go Initial commit 2020-03-04 12:07:12 +01:00
static.go Fix static routes 2022-07-08 10:25:23 +02:00
surveys.go Make the login error more explicit 2022-07-08 10:25:23 +02:00
users.go WIP Svelte 2022-02-28 17:45:59 +01:00