liuyi
|
fb3a0e7b8f
|
refactor(server): auth (#5895)
Remove `next-auth` and implement our own Authorization/Authentication system from scratch.
## Server
- [x] tokens
- [x] function
- [x] encryption
- [x] AuthController
- [x] /api/auth/sign-in
- [x] /api/auth/sign-out
- [x] /api/auth/session
- [x] /api/auth/session (WE SUPPORT MULTI-ACCOUNT!)
- [x] OAuthPlugin
- [x] OAuthController
- [x] /oauth/login
- [x] /oauth/callback
- [x] Providers
- [x] Google
- [x] GitHub
## Client
- [x] useSession
- [x] cloudSignIn
- [x] cloudSignOut
## NOTE:
Tests will be adding in the future
|
2024-03-12 10:00:09 +00:00 |
|
Peng Xiao
|
752c8580ae
|
fix: remove vite-tsconfig-paths (#5960)
It will cause storybook from running.
related to https://github.com/aleclarson/vite-tsconfig-paths/issues/132
We are not actually using `vite-tsconfig-paths` now because we rely on package.json's export field to do path mapping.
|
2024-02-29 07:58:41 +00:00 |
|
EYHN
|
329fc19852
|
refactor(infra): migrate to new infra (#5565)
|
2024-01-30 07:16:39 +00:00 |
|
EYHN
|
104c21d84c
|
refactor(workspace): split workspace interface and implementation (#5463)
@affine/workspace -> (@affine/workspace, @affine/workspace-impl)
|
2024-01-02 10:58:01 +00:00 |
|
EYHN
|
9d0b3b4947
|
refactor(core): move workspace atoms to core (#5459)
@affine/workspace/atom -> @affine/core/modules/workspace
|
2024-01-02 10:06:48 +00:00 |
|
EYHN
|
86bd2a7d72
|
refactor(infra): no bundle infra (#5414)
|
2023-12-27 06:54:24 +00:00 |
|
EYHN
|
265ee81666
|
refactor(infra): remove old plugin system (#5411)
plugin system need redesign
|
2023-12-27 02:49:59 +00:00 |
|
Peng Xiao
|
c02ec5f7b9
|
fix(infra): workaround for self-referencing in storybook (#5406)
|
2023-12-26 20:27:20 +08:00 |
|
Peng Xiao
|
bfbdde212f
|
fix(storybook): disable onboarding for storybook (#5351)
|
2023-12-21 03:11:44 +00:00 |
|
Peng Xiao
|
408b84109b
|
fix(storybook): disable cloud for storybook (#5330)
|
2023-12-19 02:07:17 +00:00 |
|
JimmFly
|
cef9e0539d
|
fix(storybook): fix test (#5325)
<img width="440" alt="image" src="https://github.com/toeverything/AFFiNE/assets/102217452/329f9c12-cc0b-4aae-9352-3811ab0a27a6">
|
2023-12-18 13:36:56 +00:00 |
|
EYHN
|
fe2851d3e9
|
refactor: workspace manager (#5060)
|
2023-12-15 07:20:50 +00:00 |
|
JimmFly
|
feb7bd9fef
|
fix(cli): fix storybook build error (#5257)
<img width="1036" alt="image" src="https://github.com/toeverything/AFFiNE/assets/102217452/477d653e-80b5-4364-a073-e3386cd7ab17">
|
2023-12-11 08:07:43 +00:00 |
|
Cats Juice
|
9c50dbc362
|
feat(core): remove all imports from design/component (#5078)
feat(core): remove all imports from design/component
feat(plugin): remove imports from design-components
feat(storybook): remove design-components imoprts
feat(core): remove
fix(component): remove design/component import in local-demo-tip
|
2023-12-04 08:32:16 +00:00 |
|
Hongtao Lye
|
12c72e63b1
|
chore: bump blocksuite version (#4862)
|
2023-11-08 07:12:48 +00:00 |
|
Joooye_34
|
bed9310519
|
refactor(infra): directory structure (#4615)
|
2023-10-18 15:30:08 +00:00 |
|