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
305c2f966b92ad50aa9d8d8a4b4b93c3a1630cd2
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
2
Jun
1
30
May
28
27
26
25
24
23
22
21
20
19
18
13
12
11
7
6
5
3
28
Apr
25
13
12
11
8
7
5
4
19
Mar
18
12
10
8
4
3
28
Feb
26
25
17
29
Jan
28
22
21
20
14
18
Dec
10
7
28
Nov
26
20
19
15
13
12
30
Oct
26
23
22
16
14
8
2
6
Sep
3
21
Aug
8
2
31
Jul
30
29
16
10
9
8
4
3
28
Jun
19
18
17
13
12
11
10
9
8
6
5
4
15
May
14
13
8
7
17
Apr
15
12
25
Mar
24
21
20
17
13
12
11
9
8
7
6
5
28
Feb
26
24
23
22
20
19
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
A session is not a user, so put "Session" in string dump
Some changes in unit tests
Updated maven dependencies
Add logged in user count to statistics
Get session identified by keyword from questions session id which is keyword
Add special handling for interposed questions
Removed obsolete authorization check
Fixed issue #10524: Interposed questions can be removed from session owner
Fix test to allow builds
Some code cleanup
Check result media type in controller tests
Changed configuration to enable XML based responses
Use JsonPath to test Json responses
Rename configuration property for consistency
Comment, format and reorder properties file
Added test profile to make ARSnova testable on host with running ARSnova
Removed type target definition
Added DeprecatedApi annotation and replaced explicit response header
Added some comtroller tests
Added CacheControl annotation and interceptor handler
Improve active user count handling
Fix NotFoundExeptions for setSession event in Socket.IO implementation
Removed keyword parameter for feedback in Socket.IO implementation
Add support to leave sessions via Socket.IO
Adjust login redirection to support seperated API context
Remove obsolete redirection code
Append successurl parameter to external service's URLs
Removed obsolete login redirection code
Fixed some code style issues
Fix cnp errors in properties files
Add custom auth to allow combined login pages for multiple auth services
Add configuration property to enable/disable parseing of answer options
Load example properties as ClassPathResource
Ignore non existing resources
Include JavaConfig based configuration in spring main configuration
Fix case in configuration property
Fixed question deletion bug
Explicit handling of OAuth accounts
Cutting dependency between database and user service
Cleanup test code