- Notifications
You must be signed in to change notification settings - Fork279
Rework Oauth Refresh Token Handling#589
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
52 commits Select commitHold shift + click to select a range
70a2284
Link accounts based on common authid(email)
aq-ikhwa-teche2bc358
Merge branch 'dev' into fix-oauth-issues
aq-ikhwa-techafa3104
Finalize fixes
aq-ikhwa-tech5cc8acd
Merge branch 'dev' into fix-oauth-issues
aq-ikhwa-tech0bc105c
fixing plugin creator
5772a7a
fixing plugin creator 2
6d02703
fix plugin creator
2d345e8
fix plugin creator 3
f615728
fix documentation for plugin creator
cf6b9fe
plugin creator fix dependencies
7440e1a
plugin creator fix dependencies
756b294
Merge pull request #567 from lowcoder-org/fix-plugin-creator
FalkWolsky669b379
plugin creator fix dependencies
885d0dc
Bump Vite to 4.5.1
efa905a
Updated Component Plugin Demo
02327cf
Updated Component Plugin Demo
53afb73
Merge pull request #566 from lowcoder-org/fix-oauth-issues
FalkWolsky2f4504f
fix: fix build issues
raheeliftikhar51873519
small fix
raheeliftikhar5d516538
lock file
raheeliftikhar59979f42
Merge pull request #568 from raheeliftikhar5/build-fix
FalkWolsky98ab214
Fixes in workspaces anc comp includes
9595937
Fixes in workspaces anc comp includes
71148c1
fix: avoid editor popup close on selecting suggeston using mouse
raheeliftikhar5f606a4c
fix: enable scroll in table columns configs popup
raheeliftikhar5b1e50c4
fix: avoid editor popup close when open from config popup
raheeliftikhar589d21d0
fix: date input validation fix
raheeliftikhar5a41adbe
fix: table status column's text color fix
raheeliftikhar5fab5301
Reverted changes for Workspaces.
8d7b3d1
Merge pull request #569 from raheeliftikhar5/editor-fixes
FalkWolskyc0896af
Merge pull request #570 from raheeliftikhar5/issue-369/date-input-val…
FalkWolskycb5bff0
Merge pull request #571 from raheeliftikhar5/table-status-column-style
FalkWolsky2b20d3f
Reverted changes for Workspaces.
6845453
Add functionality to allow users to link to auth providers while bein…
aq-ikhwa-tech95aae3c
Add handling for LOWCODER_CREATE_SIGNUP_WORKSPACE
aq-ikhwa-tech0a96750
Merge branch 'dev' into link-oauth-providers-for-existing-users
FalkWolskyb7c4928
new: simplify api service build
ludomikulab0d08a8
new: allow serving static files from mounted volume
ludomikulab106575
Merge pull request #572 from lowcoder-org/link-oauth-providers-for-ex…
FalkWolsky6292b35
Merge branch 'dev' into docker_build_update
FalkWolsky4304708
Merge pull request #574 from lowcoder-org/docker_build_update
FalkWolsky757d772
removed lowcoder-dev-utils
raheeliftikhar58130928
fix build issues
raheeliftikhar5e9a75c0
Merge pull request #578 from raheeliftikhar5/remove-dev-utils
FalkWolsky3a74b79
remove create-lowcoder-plugin + version upgrade for publish
raheeliftikhar56170b11
Merge pull request #579 from raheeliftikhar5/publish-modules
FalkWolsky990ff84
Custom plugin publishing issues (#583)
raheeliftikhar5ed99678
added hover and active color options in link styles (#585)
raheeliftikhar5704e079
Merge branch 'main' into dev
ludomikula9b319cd
Try to rework oauth refresh token handling in reactive manner
aq-ikhwa-techc95d040
Merge branch 'dev' into update-refresh-token-handling
aq-ikhwa-tech2b8addc
Merge branch 'dev' into update-refresh-token-handling
FalkWolskyFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
2 changes: 1 addition & 1 deletionclient/VERSION
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
dev |
2 changes: 2 additions & 0 deletionsserver/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/user/model/User.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
5 changes: 4 additions & 1 deletion...rvice/lowcoder-domain/src/main/java/org/lowcoder/domain/user/service/UserServiceImpl.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions...src/main/java/org/lowcoder/api/authentication/request/oauth2/request/KeycloakRequest.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions...r/src/main/java/org/lowcoder/api/authentication/service/AuthenticationApiServiceImpl.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
121 changes: 83 additions & 38 deletions...-server/src/main/java/org/lowcoder/api/framework/filter/UserSessionPersistenceFilter.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
6 changes: 5 additions & 1 deletion...ice/lowcoder-server/src/main/java/org/lowcoder/api/framework/security/SecurityConfig.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.