Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ARSnova Backend
Manage
Activity
Members
Labels
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Privacy
Imprint
Contact
Snippets
Groups
Projects
Show more breadcrumbs
Paul-Christian Volkmer
ARSnova Backend
Graph
b168e4d4fd60a7b72cf826008d81bd1e7da1ea95
Select Git revision
Branches
11
2.0
2.1
2.2
2.3
2.4
2.5
2.x
api-v3
master
default
score-calculator-rounding-fix
students-course-sessions
Tags
20
production
staging
v2.5.2
v2.5.1
v2.4.3
v2.5.0
v2.4.2
v2.3.4
v2.4.1
v2.3.3
v2.2.2
v2.1.2
v2.0.4
v2.4.0
v2.3.2
v2.2.1
v2.1.1
v2.0.3
v2.3.1
v2.3.0
31 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
19
Feb
18
16
15
14
13
12
11
8
7
6
5
4
1
24
Jan
23
28
Dec
12
6
5
3
29
Nov
28
20
19
4
3
2
1
31
Oct
30
29
28
26
25
24
23
18
17
16
13
9
30
Sep
28
24
20
19
18
17
14
13
12
11
10
7
6
5
30
Aug
29
28
27
23
20
15
14
11
6
1
29
Jul
28
27
26
Added TODO to doLogin.
Changed user parameter type in getMyVisitedSessions from String to User.
Modified service method to fetch all available sessions
Use connector client 0.12+ and add method to send users course sessions
Removed some logging statements
Fixed counting of interposed questions
Checkstyle fixes
Fixed creating ABCD questions
Delete answers
Enhanced answer saving; implemented answer updates
Added missing fields to couchdb document
Deleted unused import
Added methods to save answers
Whitespace changes
Implemented update API for questions
Implemented deletion of answers
Store if the correct answer should be shown to users
Only session creator is allowed to delete questions
Whitespace changes
Added keyword to question object
Enable/disable question and its statistics
Check if course session creation is requested before checking membership
Merge remote-tracking branch 'origin/master'
Handle sessionKeyword as well as sessionId inside question entity
Changed routes for updateQuestion and publishQuestion to new API style.
Disable bean definition and name change to be an example
Merge branch 'upstream' into feature_connectors
Check if user is course member before session creation
Store course information in couchdb session document
Fixed test case.
Added controller to get courses of actual logged in user
Merge commit 'refs/merge-requests/12' of git://scm.thm.de/arsnova/arsnova-war into merge-requests/12
Readded connector client implementation
Fixed handling of empty answer list
Merge branch 'master' into question-api-rewrite
API-Changes (QuestionByAudienceController):
Use Exceptions mapped to HttpStatus instead of manually set Http status
Merge branch 'master' into upstream
Fixed typo in last commit.
Added missing redirection for "/session/{sessionKey}/myanswers" to