1
Commit Graph

609 Commits

Author SHA1 Message Date
89d7bb52c2 Merge pull request #126 from hhu-propra2/slight-chganges
decrease visibility of applyEvent methods + new testbuilder
2020-03-24 15:34:46 +01:00
6cd41d5e29 Merge remote-tracking branch 'origin/master' into showInviteLink
# Conflicts:
#	src/main/java/mops/gruppen2/controller/Gruppen2Controller.java
#	src/main/java/mops/gruppen2/controller/MopsController.java
#	src/main/java/mops/gruppen2/repository/InviteLinkRepository.java
#	src/main/java/mops/gruppen2/service/InviteLinkRepositoryService.java
2020-03-24 15:32:56 +01:00
aabdc6c58f Merge pull request #127 from hhu-propra2/ui-fixes
Ui fixes
2020-03-24 15:29:57 +01:00
5c9e1ae80e fix button on error page 2020-03-24 15:26:01 +01:00
4b6257c9f0 set exceptions on join group
added emoji to error.html <- wichtig

                                                          Co-authored-by: AndiBuls <andreas.buls@uni-duesseldorf.de>
2020-03-24 15:24:24 +01:00
ad5d1b3b31 fix each-loop on table 2020-03-24 15:22:52 +01:00
1146308752 rename file 2020-03-24 15:21:55 +01:00
6ba4ba82de decrease visibility of applyEvent methods + new testbuilder 2020-03-24 15:20:35 +01:00
fe931a35c8 Fix pencil button styling
Co-Authored-By: andibuls <andibuls@users.noreply.github.com>
Co-Authored-By: Max Oerter <mahgs@users.noreply.github.com>
Co-Authored-By: Christoph <churl@users.noreply.github.com>
2020-03-24 15:18:47 +01:00
c5de7fa46e Fix parameters
Co-Authored-By: andibuls <andibuls@users.noreply.github.com>
Co-Authored-By: Max Oerter <mahgs@users.noreply.github.com>
Co-Authored-By: Christoph <churl@users.noreply.github.com>
2020-03-24 15:12:39 +01:00
18ab147703 Merge remote-tracking branch 'origin/master' into feature-change-title-description 2020-03-24 15:09:50 +01:00
89354eec26 link now correct displayed 2020-03-24 15:09:44 +01:00
ff22f0c1e7 Change button
Co-Authored-By: andibuls <andibuls@users.noreply.github.com>
Co-Authored-By: Max Oerter <mahgs@users.noreply.github.com>
Co-Authored-By: Christoph <churl@users.noreply.github.com>
2020-03-24 14:55:17 +01:00
60837d8cf3 Merge remote-tracking branch 'origin/master' into showInviteLink
# Conflicts:
#	src/main/java/mops/gruppen2/controller/Gruppen2Controller.java
#	src/main/java/mops/gruppen2/service/GroupService.java
2020-03-24 14:51:33 +01:00
5c6d94753b some uuid improvements 2020-03-24 14:37:23 +01:00
59bea22d8e Add changeMetadata feature
Co-Authored-By: andibuls <andibuls@users.noreply.github.com>
Co-Authored-By: Max Oerter <mahgs@users.noreply.github.com>
Co-Authored-By: Christoph <churl@users.noreply.github.com>
2020-03-24 14:34:52 +01:00
2f8a044c53 Merge branch 'master' into invite-link-group-id-change
# Conflicts:
#	src/main/java/mops/gruppen2/controller/Gruppen2Controller.java
#	src/main/java/mops/gruppen2/service/ControllerService.java
2020-03-24 14:28:30 +01:00
fe12831dab refactor Tests and delete unnecessary Test
Co-Authored-By: tomvahl <tomvahl@users.noreply.github.com>
2020-03-24 14:22:19 +01:00
6adbd06e73 Merge remote-tracking branch 'origin/master' 2020-03-24 14:15:22 +01:00
c844f5d4fa some uuid improvements 2020-03-24 14:12:32 +01:00
a307476b07 fix JsonService implementation 2020-03-24 13:43:36 +01:00
365e927845 Merge remote-tracking branch 'origin/killertester' into killertester 2020-03-24 13:29:31 +01:00
f39f22bbf2 refactoring test 2020-03-24 13:28:44 +01:00
64fe9c387d Merge branch 'master' into killertester
# Conflicts:
#	src/test/java/mops/gruppen2/service/EventServiceTest.java
2020-03-24 13:08:58 +01:00
fd3a118b04 refactoring test 2020-03-24 13:07:55 +01:00
1b469ca363 Merge remote-tracking branch 'origin/master' 2020-03-23 17:08:46 +01:00
72a71b1ada fix colors for uniformity 2020-03-23 17:08:20 +01:00
341103b554 add scrollbar, fix template 2020-03-23 17:07:37 +01:00
2eca5e1849 fix api etc 2020-03-23 17:01:01 +01:00
14d657131a Merge remote-tracking branch 'origin/showInviteLink' into showInviteLink
# Conflicts:
#	src/main/resources/templates/detailsMember.html
2020-03-23 16:54:20 +01:00
6fc0cafc61 link is now displayed correctly but still issus with localhost and keykloak
Co-authored-by: Max Oerter <33197299+mahgs@users.noreply.github.com>
2020-03-23 16:53:32 +01:00
90e0a1ff52 Add more architecture tests 2020-03-23 16:45:57 +01:00
c7445d8dee fix 1 Test 2020-03-23 16:24:31 +01:00
c37535ea05 Display infinite members message in group search details site
Co-Authored-By: andibuls <andibuls@users.noreply.github.com>
Co-Authored-By: tomvahl <tomvahl@users.noreply.github.com>
Co-Authored-By: Talha Caliskan <killerber4t@users.noreply.github.com>
2020-03-23 16:22:57 +01:00
15054685f5 Fix getAllGroupWithVisibilityPublic method
Co-Authored-By: andibuls <andibuls@users.noreply.github.com>
Co-Authored-By: tomvahl <tomvahl@users.noreply.github.com>
Co-Authored-By: Talha Caliskan <killerber4t@users.noreply.github.com>
2020-03-23 16:22:02 +01:00
d562df8826 temporarily disable tests + rough change from groupid to uuid + remove invitelink old system 2020-03-23 16:17:17 +01:00
f60214eb64 fix Test-setUp 2020-03-23 16:12:56 +01:00
2737febdcd Fix filter in stream to find public lectures
Co-Authored-By: andibuls <andibuls@users.noreply.github.com>
Co-Authored-By: tomvahl <tomvahl@users.noreply.github.com>
Co-Authored-By: Talha Caliskan <killerber4t@users.noreply.github.com>
2020-03-23 16:12:07 +01:00
22e9379b37 add EventServiceTest tests 2020-03-23 16:08:21 +01:00
27403f2712 Update editMembers.html
Co-Authored-By: xxnitram <xxnitram@users.noreply.github.com>
2020-03-23 15:57:25 +01:00
9023fb72a7 fix nullpointer
Co-Authored-By: xxnitram <xxnitram@users.noreply.github.com>
2020-03-23 15:56:15 +01:00
6aea99e903 fix userMax 2020-03-23 15:47:59 +01:00
62efdb784d Merge pull request #120 from hhu-propra2/fix-add-csv
Fix add csv
2020-03-23 15:38:35 +01:00
cfb13a385c fix th:name 2020-03-23 15:34:31 +01:00
feb1223ea8 fix styling 2020-03-23 15:27:08 +01:00
a03d3f5b69 link displayed in UI
Co-authored-by: LukasEttel <lukas.ettie@yahoo.de>
Co-authored-by: kasch309 <fr3sh3rpi55a@gmail.com>
2020-03-23 15:08:39 +01:00
fff8a8a730 Merge remote-tracking branch 'origin/master' 2020-03-23 15:00:56 +01:00
7bae5e1184 add change_maximum size
Co-Authored-By: xxnitram <xxnitram@users.noreply.github.com>
2020-03-23 14:57:33 +01:00
4cb8e4006b fix data.sql 2020-03-23 14:44:59 +01:00
214fd4388e Revert "disable some tests"
This reverts commit 56eee36c
2020-03-23 14:42:17 +01:00