Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Development #67

Merged
merged 39 commits into from
Jul 29, 2024
Merged
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
94cfac6
fix(deps): update dependency svelte-routing to v2.13.0
renovate[bot] May 5, 2024
bbd4122
Merge pull request #49 from B-urb/renovate/all-minor
B-urb May 6, 2024
cb7014d
chore(deps): update dependency svelte to v4.2.16
renovate[bot] May 7, 2024
482c73f
chore(deps): update dependency svelte to v4.2.17
renovate[bot] May 14, 2024
c3783cc
chore(deps): update dependency @rollup/plugin-commonjs to v25.0.8
renovate[bot] May 22, 2024
12df0b8
fix(deps): update all minor updates
renovate[bot] Jun 4, 2024
750f7b0
Merge pull request #50 from B-urb/renovate/all-minor
B-urb Jun 4, 2024
d221ace
fix(deps): update module golang.org/x/crypto to v0.24.0
renovate[bot] Jun 4, 2024
7553256
Merge pull request #54 from B-urb/renovate/all-minor
B-urb Jun 5, 2024
636e10a
chore(deps): update dependency rollup-plugin-svelte to v7.2.1
renovate[bot] Jun 5, 2024
ef82404
chore(deps): update dependency rollup-plugin-svelte to v7.2.2
renovate[bot] Jun 6, 2024
27736da
chore(deps): update dependency svelte to v4.2.18
renovate[bot] Jun 6, 2024
d214f45
fix(deps): update module gorm.io/driver/mysql to v1.5.7
renovate[bot] Jun 12, 2024
ec36ba2
fix(deps): update module gorm.io/driver/postgres to v1.5.9
renovate[bot] Jun 12, 2024
f5555f5
fix(deps): update module gorm.io/driver/sqlite to v1.5.6
renovate[bot] Jun 12, 2024
5949dbc
fix(deps): update all minor updates
renovate[bot] Jul 5, 2024
0a784ce
Merge pull request #62 from B-urb/renovate/all-minor
B-urb Jul 8, 2024
9679766
chore(deps): update dependency rollup to v4.18.1
renovate[bot] Jul 8, 2024
4053f1c
fix(deps): update module gorm.io/gorm to v1.25.11
renovate[bot] Jul 11, 2024
ad73fde
fix: update setting cookie in
Jul 27, 2024
59e91d9
Merge remote-tracking branch 'origin/development' into development
Jul 27, 2024
f94085c
fix: update variable init
Jul 27, 2024
39a42ee
fix: update chart version
Jul 27, 2024
9046d57
fix: update cookie retrieval
Jul 27, 2024
663bb3d
fix: wrong permission check
Jul 27, 2024
505e69f
fix: get user from session correctly
Jul 27, 2024
1cf1636
fix: update frontend and backend auth
Jul 27, 2024
305d40c
fix: if for buttons
Jul 27, 2024
6c5dd70
fix: update login redirect logic
Jul 27, 2024
cc6a6a0
fix: update login redirect logic
Jul 27, 2024
5623589
fix: formatting and warning
Jul 27, 2024
8c1a437
fix: formatting and warning
Jul 27, 2024
d39b33a
fix: add session validation and logout mechanism
Jul 28, 2024
c83b07e
fix: update login way to set auth
Jul 28, 2024
a64282f
fix: prevent auto logout
Jul 28, 2024
1c91de2
fix: logout function
Jul 28, 2024
410078c
fix: session saving
Jul 28, 2024
66fd464
fix: bring back redirect cookie
Jul 28, 2024
e7573ae
fix: bring back redirect cookie
Jul 29, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(deps): update module gorm.io/driver/postgres to v1.5.9
renovate[bot] committed Jun 12, 2024
commit ec36ba2c0b2ef647186683c6f91b822347c899c3
6 changes: 4 additions & 2 deletions backend/go.mod
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ require (
github.com/stretchr/testify v1.9.0
golang.org/x/crypto v0.24.0
gorm.io/driver/mysql v1.5.7
gorm.io/driver/postgres v1.5.7
gorm.io/driver/postgres v1.5.9
gorm.io/driver/sqlite v1.5.5
gorm.io/gorm v1.25.10
)
@@ -20,13 +20,15 @@ require (
github.com/gorilla/securecookie v1.1.2 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
github.com/jackc/pgx/v5 v5.4.3 // indirect
github.com/jackc/pgx/v5 v5.5.5 // indirect
github.com/jackc/puddle/v2 v2.2.1 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-sqlite3 v1.14.17 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.11.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/text v0.16.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
8 changes: 8 additions & 0 deletions backend/go.sum
Original file line number Diff line number Diff line change
@@ -18,6 +18,10 @@ github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a h1:bbPeKD0xmW/
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a/go.mod h1:5TJZWKEWniPve33vlWYSoGYefn3gLQRzjfDlhSJ9ZKM=
github.com/jackc/pgx/v5 v5.4.3 h1:cxFyXhxlvAifxnkKKdlxv8XqUf59tDlYjnV5YYfsJJY=
github.com/jackc/pgx/v5 v5.4.3/go.mod h1:Ig06C2Vu0t5qXC60W8sqIthScaEnFvojjj9dSljmHRA=
github.com/jackc/pgx/v5 v5.5.5 h1:amBjrZVmksIdNjxGW/IiIMzxMKZFelXbUoPNb+8sjQw=
github.com/jackc/pgx/v5 v5.5.5/go.mod h1:ez9gk+OAat140fv9ErkZDYFWmXLfV+++K0uAOiwgm1A=
github.com/jackc/puddle/v2 v2.2.1 h1:RhxXJtFG022u4ibrCSMSiu5aOq1i77R3OHKNJj77OAk=
github.com/jackc/puddle/v2 v2.2.1/go.mod h1:vriiEXHvEE654aYKXXjOvZM39qJ0q+azkZFrfEOc3H4=
github.com/jinzhu/inflection v1.0.0 h1:K317FqzuhWc8YvSVlFMCCUb36O/S9MCKRDI7QkRKD/E=
github.com/jinzhu/inflection v1.0.0/go.mod h1:h+uFLlag+Qp1Va5pdKtLDYj+kHp5pxUVkryuEj+Srlc=
github.com/jinzhu/now v1.1.5 h1:/o9tlHleP7gOFmsnYNz3RGnqzefHA47wQpKrrdTIwXQ=
@@ -47,6 +51,8 @@ golang.org/x/crypto v0.23.0 h1:dIJU/v2J8Mdglj/8rJ6UUOM3Zc9zLZxVZwwxMooUSAI=
golang.org/x/crypto v0.23.0/go.mod h1:CKFgDieR+mRhux2Lsu27y0fO304Db0wZe70UKqHu0v8=
golang.org/x/crypto v0.24.0 h1:mnl8DM0o513X8fdIkmyFE/5hTYxbwYOjDS/+rK6qpRI=
golang.org/x/crypto v0.24.0/go.mod h1:Z1PMYSOR5nyMcyAVAIQSKCDwalqy85Aqn1x3Ws4L5DM=
golang.org/x/sync v0.7.0 h1:YsImfSBoP9QPYL0xyKJPq0gcaJdG3rInoqxTWbfQu9M=
golang.org/x/sync v0.7.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
golang.org/x/text v0.14.0 h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=
golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
golang.org/x/text v0.15.0 h1:h1V/4gjBv8v9cjcR6+AR5+/cIYK5N/WAgiv4xlsEtAk=
@@ -65,6 +71,8 @@ gorm.io/driver/mysql v1.5.7 h1:MndhOPYOfEp2rHKgkZIhJ16eVUIRf2HmzgoPmh7FCWo=
gorm.io/driver/mysql v1.5.7/go.mod h1:sEtPWMiqiN1N1cMXoXmBbd8C6/l+TESwriotuRRpkDM=
gorm.io/driver/postgres v1.5.7 h1:8ptbNJTDbEmhdr62uReG5BGkdQyeasu/FZHxI0IMGnM=
gorm.io/driver/postgres v1.5.7/go.mod h1:3e019WlBaYI5o5LIdNV+LyxCMNtLOQETBXL2h4chKpA=
gorm.io/driver/postgres v1.5.9 h1:DkegyItji119OlcaLjqN11kHoUgZ/j13E0jkJZgD6A8=
gorm.io/driver/postgres v1.5.9/go.mod h1:DX3GReXH+3FPWGrrgffdvCk3DQ1dwDPdmbenSkweRGI=
gorm.io/driver/sqlite v1.5.5 h1:7MDMtUZhV065SilG62E0MquljeArQZNfJnjd9i9gx3E=
gorm.io/driver/sqlite v1.5.5/go.mod h1:6NgQ7sQWAIFsPrJJl1lSNSu2TABh0ZZ/zm5fosATavE=
gorm.io/gorm v1.25.7/go.mod h1:hbnx/Oo0ChWMn1BIhpy1oYozzpM15i4YPuHDmfYtwg8=