1
Commit Graph

45 Commits

Author SHA1 Message Date
6d32092dcf refine swagger example 2020-03-07 17:21:17 +01:00
b94432eec6 refactor UpdateRoleEvent-handler 2020-03-06 22:18:44 +01:00
cc174b3269 general style improvements + javadoc 2020-03-06 22:18:11 +01:00
e05c6f4e3a decreased visibility of group-fields -> adapted tests and GroupService 2020-03-06 21:30:58 +01:00
fb3a94cf04 changed role representation to enum 2020-03-06 20:58:57 +01:00
17ae13c1e8 made events immutable, removed group-setters -> changed tests to work without setters. 2020-03-06 20:55:29 +01:00
0537f27333 try to make naming more consistent 2020-03-06 20:23:39 +01:00
0e1e79d51a slight changes to package structure + naming 2020-03-06 20:10:23 +01:00
47b2a734fa created createGroup - test 2020-03-06 16:43:16 +01:00
e905aa37aa fix DeleteUserEvent 2020-03-06 16:11:41 +01:00
05feef8356 Merge remote-tracking branch 'origin/Services' into Services
# Conflicts:
#	src/main/java/mops/gruppen2/entities/Gruppe.java
#	src/main/java/mops/gruppen2/services/GruppenService.java
2020-03-06 16:03:21 +01:00
b1d266d7bf change user_id to String + add updateRoleEvent 2020-03-06 15:58:35 +01:00
02456e9a88 added DeleteUserEvent 2020-03-06 15:52:15 +01:00
32bdbeec51 add Event Adduser 2020-03-06 15:25:42 +01:00
60446f4789 Add UpdateGroupTitleEvent and UpdateGroupDescriptionEvent 2020-03-06 15:12:39 +01:00
1ddfab0091 rename events package, add aggregat superclass 2020-03-06 14:40:55 +01:00
166e3bb5fb Merge branch 'Services' of https://github.com/hhu-propra2/abschlussprojekt-it-bois into Services 2020-03-06 14:21:35 +01:00
75143b33c0 add Event related stuff and Group example 2020-03-06 14:20:04 +01:00
8da29d3749 Merge remote-tracking branch 'origin/Services' into Services 2020-03-06 13:36:00 +01:00
761727c8f0 add gruppen2/ prefix to url 2020-03-06 13:35:37 +01:00
cac32dc672 move createAccountFromPrincipal to service 2020-03-06 13:32:59 +01:00
2ba8176500 add GruppenService and EventRepository and Event object 2020-03-06 13:28:09 +01:00
babac2279d Merge pull request #29 from hhu-propra2/adapt-spring-security-to-h2-console
disable csrf + headers.frameoptions, permit /h2-console/**
2020-03-05 14:09:35 +01:00
3842ee1739 disable csrf + headers.frameoptions, permit /h2-console/** 2020-03-05 14:07:41 +01:00
aecba724b4 change name 2020-03-05 13:59:24 +01:00
3bc6f76b65 add DTOs 2020-03-05 13:55:34 +01:00
2d729686bb add initial simplified schema + h2-console spring-security + h2 password 2020-03-05 13:24:58 +01:00
cd15c29027 Merge remote-tracking branch 'origin/master' into keycloak 2020-03-04 16:58:31 +01:00
e5959cb435 Merge remote-tracking branch 'origin/master' into keycloak
# Conflicts:
#	build.gradle
#	src/main/java/mops/gruppen2/security/KeycloakConfig.java
#	src/main/resources/application.properties
2020-03-04 16:56:40 +01:00
0b9a151fc9 fixed Account 2020-03-04 16:44:55 +01:00
dabe3bedc5 fixed Account 2020-03-04 16:29:01 +01:00
5122a2c83d change organisator to admin 2020-03-04 16:12:06 +01:00
a58b439a1d add entities: Gruppe, Organisator, Student, Teilnehmer 2020-03-04 15:58:05 +01:00
724ed2d85f added keycloak authentification and account 2020-03-04 15:56:27 +01:00
4c1c26e817 added keycloak authentification and account 2020-03-04 15:06:12 +01:00
3ce45523ba Delete SecurityConfig.java 2020-03-04 14:12:45 +01:00
e1ad60ef0b Delete KeycloakConfig.java 2020-03-04 14:11:51 +01:00
447860ca13 Merge branch 'master' into swagger-api 2020-03-04 14:09:43 +01:00
4d29d93fd5 Merge remote-tracking branch 'origin/master' into keycloak
# Conflicts:
#	build.gradle
#	src/main/resources/application.properties
2020-03-04 14:00:56 +01:00
6a3483db9d add RequestMapping 2020-03-04 13:56:12 +01:00
13af32cff4 add controller, index.html, admin in application.properties 2020-03-04 13:45:37 +01:00
ffabc5ce53 add swagger-API and example controller 2020-03-04 13:42:45 +01:00
ec69171458 add keycloak 2020-03-03 16:44:05 +01:00
ec1c666239 fixed checkstyle.xml 2020-03-03 15:41:46 +01:00
249ec333b2 fix folders 2020-03-03 14:13:02 +01:00