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 a553b8bf25
continuous-integration/drone/push Build is passing Details
Fix nil reference when trying to edit student responses to survey
2022-10-20 17:54:02 +02:00
htdocs Fix typo 2021-11-18 12:13:47 +01:00
ui Display error when remote repositories can't be fetched 2022-10-17 19:38:17 +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 Don't require python2 to build anymore 2022-09-14 16:10:43 +02:00
.gitignore Introduce user repositories 2022-09-04 13:27:48 +02:00
Dockerfile Don't require python2 to build anymore 2022-09-14 16:10:43 +02:00
api.go Refactor session loading and allow OAuth 2.0 requests 2022-09-22 11:09:40 +02:00
app.go Use gin-gonic instead of httprouter 2022-08-02 11:59:44 +02:00
asks.go Use gin-gonic instead of httprouter 2022-08-02 11:59:44 +02:00
assets-dev.go Use go embed 2021-12-01 16:24:59 +01:00
assets.go Update node modules 2022-08-02 12:42:07 +02:00
auth.go Add impersonation route 2022-09-11 21:58:33 +02:00
auth_krb5.go krb5: Allow login with email address 2022-09-11 21:58:33 +02:00
auth_oidc.go auth: Use context from request 2022-09-04 13:27:52 +02:00
corrections.go Use gin-gonic instead of httprouter 2022-08-02 11:59:44 +02:00
db.go New question type: none 2022-09-06 19:25:57 +02:00
direct.go Can ask student browser where they are in the page 2022-09-06 19:26:05 +02:00
flag.go Add fallback authentication through Kerberos 2021-09-22 17:05:05 +02:00
gitlab.go Display error when remote repositories can't be fetched 2022-10-17 19:38:17 +02:00
go.mod chore(deps): update module github.com/aws/aws-sdk-go to v1.44.119 2022-10-19 19:05:41 +00:00
go.sum chore(deps): update module github.com/aws/aws-sdk-go to v1.44.119 2022-10-19 19:05:41 +00:00
grades.go Fix undefined variable errr 2022-09-20 00:35:33 +02:00
help.go Can mark need help as treated 2022-09-01 21:40:38 +02:00
keys.go Also display erroneous PGP keys 2022-09-20 00:52:25 +02:00
main.go New option to enable local auth for everyone 2022-09-07 19:44:17 +02:00
proposals.go Use gin-gonic instead of httprouter 2022-08-02 11:59:44 +02:00
questions.go On work/survey update, regenerate description from markdown 2022-09-16 12:14:26 +02:00
renovate.json renovate: Auto-merge aws-sdk-go 2022-09-11 21:58:33 +02:00
repositories.go Also pass group in drone environment 2022-10-17 23:48:29 +02:00
responses.go Fix nil reference when trying to edit student responses to survey 2022-10-20 17:54:02 +02:00
session.go sessions: Can store values 2022-09-04 11:27:43 +02:00
static.go Start a page about privacy policy 2022-09-14 10:21:09 +02:00
submissions.go Refactor submission retrieval 2022-09-05 20:54:07 +02:00
surveys.go Fix undefined variable errr 2022-09-20 00:35:33 +02:00
users.go Add a new page to list repos and submissions 2022-09-10 20:05:31 +02:00
works.go On work/survey update, regenerate description from markdown 2022-09-16 12:14:26 +02:00