Commit Graph

61 Commits

Author SHA1 Message Date
7f052d3a0c
RVRNEXT-11 add controller for events 2023-05-28 16:34:29 +02:00
63ca6e7557
RVRNEXT-11 add model and repository for events 2023-05-28 11:29:36 +02:00
726b1818d0
fix error message for password reset request 2023-05-08 18:48:12 +02:00
b43ed72040
RVRNEXT-24 replace id-based search to slug-based for communities
All checks were successful
rvr-nextgen/pipeline/pr-master This commit looks good
2023-05-07 01:54:10 +02:00
5dc4350b20
RVRNEXT-24 modify model Community to have slug 2023-05-07 01:54:10 +02:00
3034217ff8
RVRNEXT-38 fix template for password reset
All checks were successful
rvr-nextgen/pipeline/pr-master This commit looks good
2023-05-06 21:43:37 +02:00
73c7d8434e
RVRNEXT-27 add logic for google connect/disconnect 2023-05-06 19:46:34 +02:00
b2babcf30f
use the DateTime object when comparing dates in ExhcnageRateCalculator
All checks were successful
rvr-nextgen/pipeline/pr-master This commit looks good
2023-05-06 13:41:17 +02:00
cb76cbb9b1
RVRNEXT-28 add further checks before manupulating db
All checks were successful
rvr-nextgen/pipeline/pr-master This commit looks good
2023-05-02 02:56:16 +02:00
be93c75fe7
RVRNEXT-30 check if member already has associated transaction
All checks were successful
rvr-nextgen/pipeline/pr-master This commit looks good
2023-05-02 02:40:27 +02:00
b958a2f5b3
rename routes
All checks were successful
rvr-nextgen/pipeline/pr-master This commit looks good
2023-05-02 00:02:38 +02:00
584fcaba39
make community layout clearer
All checks were successful
rvr-nextgen/pipeline/pr-master This commit looks good
2023-05-01 23:37:30 +02:00
b5dc96f98b
fix stupid variable names 2023-05-01 23:02:57 +02:00
751c1895ca
RVRNEXT-7 calculate balances in CommunityController 2023-05-01 22:00:32 +02:00
3fd43b6e41
RVRNEXT-7 add BalanceCalculator class 2023-05-01 22:00:13 +02:00
6fb951a01e
RVRNEXT-6 add transactioncontroller 2023-05-01 19:23:31 +02:00
c7c2df89c5
RVRNEXT-6 add ExchangeRateCalculator 2023-05-01 19:23:19 +02:00
67114211ec
RVRNEXT-6 add model and repository for transactions 2023-05-01 19:19:39 +02:00
49d72f1d48
adapt $withRelations usage to soko-web 0.7
All checks were successful
rvr-nextgen/pipeline/pr-master This commit looks good
2023-04-30 20:25:21 +02:00
49df206ddc
RVRNEXT-5 move saveCommunity under getCommunityEdit
All checks were successful
rvr-nextgen/pipeline/pr-master This commit looks good
2023-04-28 21:20:08 +02:00
20a850f011
RVRNEXT-5 make community main currency a general currency 2023-04-28 21:06:18 +02:00
157f530ad5
RVRNEXT-5 add withRelations to CommunityMemberRepository getters 2023-04-28 20:59:14 +02:00
0b261b6272
RVRNEXT-5 fix audit logger for non-web access 2023-04-28 20:58:19 +02:00
49fe85dcde
merge new and edit methods in CommunityController
All checks were successful
rvr-nextgen/pipeline/pr-master This commit looks good
2023-04-26 09:43:57 +02:00
76ed977375
RVRNEXT-5 add logic for handling currency exchange rates 2023-04-25 19:28:42 +02:00
1d96fd0cb9
RVRNEXT-5 add model and repository for currency exchange rate 2023-04-25 19:28:42 +02:00
d24c3bb1cb
RVRNEXT-5 move private methods to the end of CommunityController 2023-04-23 20:20:10 +02:00
0f02c4b5be
RVRNEXT-5 update CommunityController with currency operations 2023-04-23 20:20:10 +02:00
12065b0525
RVRNEXT-5 add model and repository for currencies 2023-04-23 20:09:44 +02:00
2f9b97d1a4
solve community member edit with forms
All checks were successful
rvr-nextgen/pipeline/pr-master This commit looks good
2023-04-23 15:55:31 +02:00
dccb34971b
adapt Container usage to new soko-web
All checks were successful
rvr-nextgen/pipeline/pr-master This commit looks good
2023-04-19 23:38:43 +02:00
656ce219ef
add class AuditLogger 2023-04-18 23:37:55 +02:00
b4cfa7aab2
remove unnecessary startTransaction and commit calls
All checks were successful
rvr-nextgen/pipeline/pr-master This commit looks good
2023-04-18 23:29:04 +02:00
e98bb28faf
adapt to soko-web 0.4 2023-04-16 20:54:29 +02:00
a89182b64f
split authentication required and secured controllers 2023-04-16 17:51:29 +02:00
c6d33753c8
adapt to new soko-web
All checks were successful
rvr-nextgen/pipeline/pr-master This commit looks good
2023-04-16 16:03:38 +02:00
0b8d7b9cda
replace hardcoded links to generated ones
All checks were successful
rvr-nextgen/pipeline/pr-master This commit looks good
2023-04-16 14:31:10 +02:00
4f4cc43e90
fix home links in LoginController 2023-04-16 14:30:49 +02:00
d763c4344c
implement community basics
All checks were successful
rvr-nextgen/pipeline/pr-master This commit looks good
2023-04-16 13:57:54 +02:00
87b811f716
client id can be anything
All checks were successful
rvr-nextgen/pipeline/pr-master This commit looks good
2023-04-12 02:10:33 +02:00
eb4ebb9582
send clientId as aud 2023-04-12 02:05:44 +02:00
31ff9b287d
Revert "add aud to jwt"
This reverts commit 97780eb079.
2023-04-12 02:03:15 +02:00
97780eb079
add aud to jwt
All checks were successful
rvr-nextgen/pipeline/pr-master This commit looks good
2023-04-12 00:41:20 +02:00
a7790319eb
restrict oauth access
All checks were successful
rvr-nextgen/pipeline/pr-master This commit looks good
2023-04-12 00:10:14 +02:00
6eb54a6f11
make oauth endpoints openid compliant 2023-04-11 19:06:22 +02:00
71aed9dcec
send all user data with oauth
All checks were successful
rvr-nextgen/pipeline/pr-master This commit looks good
2023-04-09 02:55:42 +02:00
749b93e3af
make it possible to modify personal user data fields 2023-04-09 02:55:10 +02:00
df3bf89079
add personal user data fields 2023-04-09 02:54:18 +02:00
a0fe77fe66
make it possible to modify email and username 2023-04-09 02:29:53 +02:00
151112bd2a
make it possible to have username 2023-04-09 02:29:46 +02:00