Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
2039492
initial migration commit
filipslezaklab Feb 26, 2026
18ffd09
set migration on flags init
filipslezaklab Feb 26, 2026
8876f8b
add session info endpoint
filipslezaklab Feb 26, 2026
b80c101
fix clippy
filipslezaklab Feb 26, 2026
f219d61
sqlx query for offline
filipslezaklab Feb 26, 2026
36fafc5
migration wizard ui init - copy existing steps
filipslezaklab Feb 27, 2026
9629a88
up
filipslezaklab Mar 2, 2026
f605d01
update ui
filipslezaklab Mar 2, 2026
add1118
add dedicated migration wizard API (#2157)
wojcik91 Mar 2, 2026
f96c50b
add migration confirm ui content
filipslezaklab Mar 2, 2026
f8f1bc8
upgrade ui packages
filipslezaklab Mar 2, 2026
9c5ad00
add translations strings
filipslezaklab Mar 2, 2026
5a1b97a
remove wizard_needed flag
filipslezaklab Mar 2, 2026
7cc2ce2
Migration config to db, part 1 (#2156)
j-chmielewski Mar 2, 2026
534e595
fix migration flags (#2159)
j-chmielewski Mar 2, 2026
3cf80e0
update migration routes
filipslezaklab Mar 3, 2026
2477a12
allow persisting active migration step
filipslezaklab Mar 3, 2026
4c1aa4f
upgrade wizard navigation
filipslezaklab Mar 3, 2026
52a0cfe
update ui redirects for _authorized
filipslezaklab Mar 3, 2026
70790a4
add a helper struct to keep channels open (#2166)
wojcik91 Mar 3, 2026
a9d16e6
update finish step
filipslezaklab Mar 3, 2026
2eb11cc
fix final step navigate
filipslezaklab Mar 3, 2026
44d1f07
Merge branch 'dev' into migration-merge
filipslezaklab Mar 4, 2026
c5aaf7d
Update types.ts
filipslezaklab Mar 4, 2026
b12e6c3
resolve merge duplicate files, merge wizard-flags to wizard
filipslezaklab Mar 4, 2026
5a03de9
core compiles
filipslezaklab Mar 5, 2026
d29d919
update sqlx queries
filipslezaklab Mar 5, 2026
456f23e
ui fix route guards
filipslezaklab Mar 5, 2026
5e57033
update session-info cache logic
filipslezaklab Mar 5, 2026
f228cc7
fix ensure secret crashing on first run after 2.0 upgrade
filipslezaklab Mar 5, 2026
029136c
adjust migration finish action
filipslezaklab Mar 5, 2026
da4aa70
Merge branch 'dev' into migration-merge
filipslezaklab Mar 5, 2026
1d1c82c
fix after merge conflicts
filipslezaklab Mar 5, 2026
b9e1d55
update sqlx
filipslezaklab Mar 5, 2026
7326d55
fix wizard.rs after merge issues
filipslezaklab Mar 5, 2026
2d53ed1
fix react p > div error
filipslezaklab Mar 5, 2026
b3e084a
Update justfile
filipslezaklab Mar 5, 2026
29ad000
provide default value for auth_cookie_timeout
filipslezaklab Mar 5, 2026
cc1eebf
Move config values to DB settings - part 2 (#2202)
j-chmielewski Mar 6, 2026
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
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:

env:
CARGO_TERM_COLOR: always
DEFGUARD_SECRET_KEY: aa5a506b11d719dd7170f57f5d9947faf8eb0bc2be1325e42aa0237c3dcfd26456e73dff9eef3b12c7bcf8711b45e3e703d8e21ee1c08520f5e12e3f5772da94
DEFGUARD_DB_HOST: postgres
DEFGUARD_DB_PORT: 5432
DEFGUARD_DB_NAME: defguard
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading