Zack
|
ba64963487
|
feat: oauth server (#866)
* feat: oauth serevr
* feat: working redirect after login
* feat: impl before sec checks
* feat: check client and url
* feat: code challenge verification
* feat: better error and nil handling from redis
* feat: use redirect in url instead
* fix: oauth refresh login
* feat: stop using javascript for parsing oauth information
* feat: oauth login redirect
* feat: remove unneeded logic
* feat: set up client secret
* feat: return error from redis json bytes instead
* chore: oauth local testing
* feat: add admin frontend to integration tests
* chore: lint and fmt
* fix: add ports for ci
|
2024-10-15 13:16:47 +08:00 |
Zahin Mohammad
|
8507a32729
|
feat(admin): host and port set via env vars
This allows users to use ipv4 or ipv6
|
2024-09-04 12:33:44 -04:00 |
Zack Fu Zi Xiang
|
e96e863c58
|
chore: remove deprecated
|
2024-07-11 22:14:22 +08:00 |
Zack Fu Zi Xiang
|
cc4e28b8f2
|
feat: remove cors
|
2024-04-23 01:21:25 +08:00 |
Zack Fu Zi Xiang
|
7e7ee7cc2a
|
feat: workspace invite admin frontend
|
2024-03-18 12:33:08 +08:00 |
Zack Fu Zi Xiang
|
af32cd62d0
|
feat: wip user usage indicator
|
2024-03-13 17:53:34 +08:00 |
Nathan.fooo
|
0e57de98d8
|
refactor: Access control (#361)
* refactor: access level
* refactor: access control
* refactor: enforce action
* refactor: collab cache
* chore: fix test
* chore: fix test
* chore: fix test
* chore: fix test
* chore: commit migration file
* chore: commit migration file
|
2024-03-03 12:55:12 +08:00 |
Nathan.fooo
|
deffd074b9
|
chore: check collab before insert (#349)
* chore: check collab before insert
* chore: fix audit
* chore: speed test
* chore: add expirate duration for cache encode collab
* chore: fix test
|
2024-02-25 12:38:07 +08:00 |
Zack Fu Zi Xiang
|
7428fdbe33
|
chore: config module
|
2024-02-08 14:19:57 +08:00 |
Zack Fu Zi Xiang
|
72cea805f5
|
feat: consumes client refresh token upon login
|
2024-02-07 17:07:40 +08:00 |
Fu Zi Xiang
|
d5f3d3cc64
|
fix: cargo fmt
|
2024-01-18 17:51:50 +08:00 |
Fu Zi Xiang
|
2f033a8807
|
feat: use json format logs for admin frontend
|
2024-01-18 17:46:38 +08:00 |
Fu Zi Xiang
|
1647912347
|
feat: add favicon for admin frontend
|
2023-11-28 11:54:39 +08:00 |
Zack
|
a30745f1c4
|
feat: Admin frontend/refactor (#130)
* feat: refactor frontend components
* chore: remove unused files
* chore(build): add static asset
|
2023-10-22 12:02:16 +08:00 |
Zack
|
8023efae97
|
feat: add admin frontend project (#102)
* feat: add admin frontend project
* feat: session token WIP
* feat: session token WIP - 2
* feat: session token and dev ease
* feat: added logout
* extractor for access token
* feat: added funtionality to show all users
* feat: show user list on frontend
* feat: user details
* fix: remove unneeded print statements
* chore: enable back to docker-compose.yml
* fix: integration tests
* feat: added redis session
* feat: change to session management using redis
* feat: add email to display at home page
* feat: added logging, logout
* feat: use redirect temporary
* feat: added add user by email
* feat: added add user set password web ui
---------
Co-authored-by: nathan <nathan@appflowy.io>
|
2023-10-11 22:17:41 +08:00 |