Commit graph

1769 commits

Author SHA1 Message Date
Nathan.fooo
5c58f95f9f
feat: workspace access control (#115)
* feat: workspace access control

* feat: extact workspace id from path

* feat: create member with permission set

* chore: update sqlx files

* chore: fix cargo toml warn

* chore: clippy
2023-10-13 20:02:29 +08:00
Zack
8665832da4
Merge pull request #116 from AppFlowy-IO/admin_frontend
Admin frontend
2023-10-13 17:28:40 +08:00
Fu Zi Xiang
114e278f5d
feat: confirm email when put 2023-10-13 16:44:25 +08:00
Fu Zi Xiang
de5a33da97
feat: set user password 2023-10-13 16:32:28 +08:00
Fu Zi Xiang
9458c7714c
feat: generate link for user 2023-10-13 15:50:43 +08:00
Fu Zi Xiang
e9c476679f
feat: added user deletion 2023-10-13 14:45:01 +08:00
Fu Zi Xiang
4d20b49002
chore: javascript formatting 2023-10-13 14:10:06 +08:00
Fu Zi Xiang
574d2661a1
chore: fix linting 2023-10-13 12:12:12 +08:00
Fu Zi Xiang
20927fc3f4
chore: merge with main 2023-10-13 12:10:28 +08:00
Zack
9ecf899062
Merge pull request #114 from AppFlowy-IO/fix/insert_user_email
fix: attempt to resolve intermittent test failures
2023-10-13 12:09:34 +08:00
Fu Zi Xiang
591b66b73e
feat: auto refresh session 2023-10-13 12:08:53 +08:00
nathan
a61b439fcf chore: run sqlx prepare 2023-10-13 11:34:22 +08:00
nathan
16d226ffd0 chore: update insert user sql 2023-10-13 11:29:35 +08:00
nathan
fa3d679770 chore: replace sqlx error with custom DatabaseError 2023-10-13 11:19:33 +08:00
nathan
7b77805d8d chore: add logs 2023-10-13 10:37:28 +08:00
Zack
03a2de11e4
Merge pull request #113 from AppFlowy-IO/pgadmin-conf
Pgadmin conf
2023-10-13 09:47:24 +08:00
Fu Zi Xiang
b994f84a4a
merge with main 2023-10-13 09:11:28 +08:00
Fu Zi Xiang
99bd0a8689
feat: use volume mounting to set initial servers 2023-10-12 23:49:45 +08:00
Fu Zi Xiang
9ff3a830d9
feat: use pgadmin as recommended from official 2023-10-12 23:39:58 +08:00
Fu Zi Xiang
b3471991ff
fix: reverse proxy for pgadmin 2023-10-12 17:14:59 +08:00
Nathan.fooo
3611c2076e
feat: update ws connect setting (#111)
* chore: update ws connect setting

* chore: remove token when token is invalid

* chore: close the ws connect when overflow happened

* fix: reset timing

* fix: reset timing

* chore: sleep if timeout not reach

* chore: sleep if timeout not reach
2023-10-12 16:51:44 +08:00
Zack
119adf53e4
feat: Pgadmin (#112)
* feat: added pgadmi

* feat: add pgadmin to nginx config for reverse proxy
2023-10-12 16:39:13 +08:00
Fu Zi Xiang
f40c0d1479
chore: merge with main 2023-10-12 09:59:03 +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
nathan
6228204167 Merge branch 'main' into admin_frontend 2023-10-11 21:39:35 +08:00
Nathan.fooo
ef726092be
refactor: file storage (#110)
* refactor: return file id after save to disk

* test: add tests

* chore: mine type

* test: disbale two client sync test

* chore: get file with url

* refactor: client api
2023-10-11 21:36:57 +08:00
Fu Zi Xiang
5620b98373
feat: added add user set password web ui 2023-10-11 18:17:23 +08:00
Fu Zi Xiang
bf6f010b90
feat: added add user by email 2023-10-11 17:47:34 +08:00
Fu Zi Xiang
66ac3adb16
feat: use redirect temporary 2023-10-11 16:18:29 +08:00
Fu Zi Xiang
31d1be2469
feat: added logging, logout 2023-10-11 16:13:13 +08:00
Fu Zi Xiang
c76252be0a
feat: add email to display at home page 2023-10-11 15:41:18 +08:00
Fu Zi Xiang
646fae7c6e
feat: change to session management using redis 2023-10-11 15:24:51 +08:00
Fu Zi Xiang
60132e046d
feat: added redis session 2023-10-11 11:45:52 +08:00
Fu Zi Xiang
0518eaa6ab
fix: integration tests 2023-10-10 20:05:20 +08:00
Fu Zi Xiang
607a2ee313
chore: enable back to docker-compose.yml 2023-10-10 18:33:35 +08:00
Fu Zi Xiang
fc9efc2c48
chore: merge with main 2023-10-10 18:27:33 +08:00
Fu Zi Xiang
9f362d3497
fix: remove unneeded print statements 2023-10-10 18:20:54 +08:00
Fu Zi Xiang
89a4c0756d
feat: user details 2023-10-10 18:14:14 +08:00
Nathan.fooo
00a086bc40
feat: collab message definition (#109)
* feat: collab message definition

* chore: update collab rev

* chore: maximum payload size
2023-10-10 17:45:44 +08:00
Fu Zi Xiang
c91ea9234a
feat: show user list on frontend 2023-10-10 16:57:02 +08:00
Fu Zi Xiang
0ef6095481
feat: added funtionality to show all users 2023-10-10 16:11:49 +08:00
Fu Zi Xiang
b2450419eb
extractor for access token 2023-10-10 14:37:12 +08:00
Fu Zi Xiang
427612b11f
feat: added logout 2023-10-10 13:02:41 +08:00
Fu Zi Xiang
a293bd34ee
feat: session token and dev ease 2023-10-10 12:30:57 +08:00
Fu Zi Xiang
4a407ada33
chore: merge with main 2023-10-10 10:09:56 +08:00
Nathan.fooo
128590652e
refactor: collab storage dir (#108) 2023-10-10 08:45:29 +08:00
Fu Zi Xiang
307fc1390c
feat: session token WIP - 2 2023-10-10 02:23:40 +08:00
Nathan.fooo
ad5b5b631d
feat: Set token from external (#107)
* chore: set token

* chore: set token

* chore: update

* chore: rm log
2023-10-09 23:07:34 +08:00
Fu Zi Xiang
827b79e15c
feat: session token WIP 2023-10-09 17:07:16 +08:00
Fu Zi Xiang
c71665e57b
chore: merge with main 2023-10-09 09:44:20 +08:00