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
6664f18516f35449d8e4cfdf56ba6f056775209e
Select Git revision
Branches
11
2.0
protected
2.1
protected
2.2
protected
2.3
protected
2.4
protected
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
9
Jul
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
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
Fixes for #6570: Recognize user's role before throwing errors
Send HTTP UNAUTHORIZED if not logged in into session
Merge branch 'ldap_integration' of scm.thm.de:arsnova/arsnova-war into ldap_integration
Merge branch 'master' into ldap_integration
Added test URL to get current user role
Save users role in UserSessionService on login
Save users role in UserSessionService
Disable findbugs and checkstyle plugin
Update maven config file to use latest plugins
Added documentation of ssl secured websocket setup
Disable LMS connector
Some basic login page style for MLU
Store spring authentication in security context
Some simple modifications to work with embedded LDAP server
Configure embedded ldap server for testing
Merge branch 'master' into ldap_integration
Use ConcurrentHashMaps and Spring @Transactional
Use Spring 3 style @PreDestroy
Remove user serialization from UserService
Do not auto create StubDatabaseDao bean
Count pending websocket connections
Stop Socket.IO-Server on ARSnovaSocketIOServer destroy
Check if feedback is returned
Reenabled in memory feedback storage
Log websocket close on application shutdown
Force websocket disconnection on application shutdown
Merge branch 'master' into privatemaster
Fixed possible NullPointerException in CouchDBDao/QuestionService
Fixed possible NullPointerException in CouchDBDao/QuestionService
Revert some experimental code
Revert some experimental code
Store UserSessionServices for all sessions
Disable correct value check
Store feedback in memory using FeedbackStorage
Update last online activity on each session request
Do not store login in database
Remove websocket sessionId from map on session destroy
Use event publisher to send websocket events
Log if event to be send is NULL
Added property _conflicts to avoid NoSuchMethodException