mirror of
https://github.com/dbeaver/cloudbeaver.git
synced 2026-04-25 21:56:01 +03:00
[PR #39] [MERGED] Feat authentication #1398
Labels
No labels
AS
can't reproduce
can't reproduce
deployment
development
documentation
duplicate
duplicate
ee
enhancement
external
new driver
performance
pull-request
third party issue
wait for response
wait for review
wontfix
x:Oracle
x:cassandra
x:clickhouse
x:db2
x:duckdb
x:greenplum
x:h2
x:h2gis
x:hana
x:hive
x:intersystems
x:kyuubi
x:maria
x:mongo
x:mysql
x:postgresql
x:presto
x:sql server
x:sqlite
x:teradata
x:trino
xf:accessibility
xf:administration
xf:ai
xf:authentication
xf:aws
xf:commit-mode
xf:connection
xf:dark theme
xf:data editor
xf:datatransfer
xf:dba
xf:driver management
xf:erd
xf:filters
xf:i18n
xf:i18n
xf:installer
xf:json
xf:kerberos
xf:ldap
xf:local config
xf:log viewer
xf:metadata
xf:metadata editor
xf:navigator
xf:okta
xf:query manager
xf:resource manager
xf:scripts
xf:sql editor
xf:tasks
xf:ui/uix
xo: Firefox
xo:eclipse
xo:internet explorer
xo:macos
xp:major
xrn:internal
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudbeaver#1398
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dbeaver/cloudbeaver/pull/39
Author: @Wroud
Created: 5/14/2020
Status: ✅ Merged
Merged: 5/15/2020
Merged by: @Wroud
Base:
devel← Head:feat-authentication📝 Commits (10+)
8370905feat(authentication): initial4938dfffix(core): add permission check for nav tree data1dcfdcffeat(core): GQLErrorCatcher helper classd0acdc7feat(authentication): implementation74f67eaMerge remote-tracking branch 'origin/devel' into feat-authenticationf1439c9Merge remote-tracking branch 'origin/devel' into feat-authentication70bdf2efeat(authentication): add credentials processing72e8ec4Merge remote-tracking branch 'origin/devel' into feat-authenticationb726a94Merge remote-tracking branch 'origin/devel' into feat-authentication3c1baa9feat(core): persistent dialogs📊 Changes
77 files changed (+4858 additions, -3061 deletions)
View changed files
➕
webapp/packages/authentication/.gitignore(+18 -0)➕
webapp/packages/authentication/package.json(+24 -0)➕
webapp/packages/authentication/src/AuthInfoService.ts(+72 -0)➕
webapp/packages/authentication/src/AuthMenuService.ts(+59 -0)➕
webapp/packages/authentication/src/AuthProviderService.ts(+52 -0)➕
webapp/packages/authentication/src/AuthenticationService.ts(+42 -0)➕
webapp/packages/authentication/src/Bootstrap.ts(+25 -0)➕
webapp/packages/authentication/src/Dialog/AuthDialog.tsx(+143 -0)➕
webapp/packages/authentication/src/Dialog/AuthDialogController.ts(+112 -0)➕
webapp/packages/authentication/src/Dialog/AuthDialogFooter.tsx(+51 -0)➕
webapp/packages/authentication/src/Dialog/AuthDialogService.ts(+23 -0)➕
webapp/packages/authentication/src/Dialog/AuthProviderForm/AuthProviderForm.tsx(+52 -0)➕
webapp/packages/authentication/src/Dialog/AuthProviderForm/formStyles.ts(+25 -0)➕
webapp/packages/authentication/src/UserInfo.tsx(+58 -0)➕
webapp/packages/authentication/src/index.ts(+8 -0)➕
webapp/packages/authentication/src/manifest.ts(+36 -0)➕
webapp/packages/authentication/tsconfig.build.json(+14 -0)➕
webapp/packages/authentication/tsconfig.json(+10 -0)📝
webapp/packages/basic-connection-plugin/src/BasicConnectionPluginBootstrap.ts(+13 -12)📝
webapp/packages/basic-connection-plugin/src/BasicConnectionService.ts(+17 -12)...and 57 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.