Commit Graph

133 Commits

Author SHA1 Message Date
Konstantin Wohlwend
eb51c4d63c pnpm run restart-deps 2024-09-07 18:21:11 -07:00
N2D4
fb581ded88 chore(docs): update TOC 2024-09-01 00:30:42 +00:00
Konsti Wohlwend
3daed158cb
Update README.md 2024-08-31 17:30:31 -07:00
N2D4
741c81be21 chore(docs): update TOC 2024-09-01 00:25:02 +00:00
Mihail Eric
cd3b418fab
add chat support bot (#218)
Co-authored-by: Konsti Wohlwend <n2d4xc@gmail.com>
2024-08-31 17:24:50 -07:00
Konsti Wohlwend
c39eeababd
Update README.md 2024-08-24 16:33:46 -07:00
Zai Shi
41b6f53ae3
Update README.md 2024-08-24 22:24:33 +02:00
Zai Shi
7d8dc0fa43
Update README.md 2024-08-24 22:05:01 +02:00
Zai Shi
a125a0bdf2
Update README image sizes 2024-08-20 20:04:27 +02:00
Konsti Wohlwend
46770a5e3c
Update README.md
Some checks are pending
Runs E2E API Tests / build (20.x) (push) Waiting to run
Runs E2E API Tests / build (22.x) (push) Waiting to run
Lint & build / lint_and_build (20.x) (push) Waiting to run
Lint & build / lint_and_build (22.x) (push) Waiting to run
TOC Generator / TOC Generator (push) Waiting to run
2024-08-19 22:56:57 -07:00
Konsti Wohlwend
61d0ced6ff
Update README.md 2024-08-19 22:55:25 -07:00
Zai Shi
1a3bf98aea
Update README.md 2024-08-19 22:36:53 +02:00
N2D4
3460746be8 chore(docs): update TOC 2024-08-17 21:46:58 +00:00
Konsti Wohlwend
92e1c95aae
Update README.md 2024-08-17 14:46:49 -07:00
Konsti Wohlwend
82f49107a9
Update architecture diagram
Some checks are pending
Runs E2E API Tests / build (20.x) (push) Waiting to run
Runs E2E API Tests / build (22.x) (push) Waiting to run
Lint & build / lint_and_build (20.x) (push) Waiting to run
Lint & build / lint_and_build (22.x) (push) Waiting to run
TOC Generator / TOC Generator (push) Waiting to run
2024-08-17 14:43:24 -07:00
N2D4
3424f2fb9e chore(docs): update TOC 2024-08-17 21:38:08 +00:00
Konstantin Wohlwend
bf1ee41238 Add architecture diagram 2024-08-17 14:37:55 -07:00
Stan Wohlwend
4f70450bac Update README 2024-08-02 16:45:42 -07:00
Konsti Wohlwend
cdcd64d69e
README table of contents (#165) 2024-08-02 16:44:32 -07:00
Stan Wohlwend
4515ea67e7 Update README 2024-08-02 16:26:19 -07:00
Stan Wohlwend
d0a689fd68 Update README 2024-08-02 16:14:36 -07:00
Zai Shi
0e5003ae45
Update README.md 2024-07-28 15:36:43 +02:00
Konsti Wohlwend
2183c38f94
Update README (#158)
Some checks are pending
Runs E2E API Tests / build (20.x) (push) Waiting to run
Lint & build / lint_and_build (18.x) (push) Waiting to run
Lint & build / lint_and_build (20.x) (push) Waiting to run
Co-authored-by: Zai Shi <zaishi00@outlook.com>
2024-07-27 21:54:57 -07:00
Stan Wohlwend
85661f039e Update README 2024-07-27 14:17:27 -07:00
Konsti Wohlwend
b0f233a44c
More backend endpoint implementations (#126)
Co-authored-by: Zai Shi <fomalhautb@users.noreply.github.com>
2024-07-13 22:04:53 -07:00
Stan Wohlwend
7a676189bf Remove out-of-date roadmap 2024-07-12 16:53:22 -07:00
Stan Wohlwend
0163513bf9 Update contributors image to dev branch 2024-07-07 14:51:49 -07:00
Zai Shi
05ed1ba640
Update README.md 2024-07-04 01:04:40 +02:00
Zai Shi
7bf4fc9439
Update README.md 2024-07-04 00:54:48 +02:00
Konsti Wohlwend
53450206f5
Create users & auth endpoints in backend (#85) 2024-07-01 22:42:08 -07:00
Zai Shi
c65adddd0b
Update README.md 2024-07-02 04:01:39 +02:00
Imran khan
10969c96eb
update readme.md and add some script (#108)
* update readme.md and add some script

* update readme.md and added some script

* fixed seeding commands, updated .local docs

* removed extra seed command

---------

Co-authored-by: Zai Shi <zaishi00@outlook.com>
2024-07-01 23:02:20 +02:00
Stan Wohlwend
4e75242a8f Update README 2024-07-01 09:17:41 -07:00
Stan Wohlwend
a3c4a4f7d9 Update README 2024-07-01 09:15:47 -07:00
Stan Wohlwend
5366ba708f Remove All Contributors Bot 2024-06-18 16:35:22 +02:00
Stan Wohlwend
900818a51e Add .all-contributorsrc 2024-06-18 16:28:30 +02:00
Stan Wohlwend
70b92a13ff List contributors in README 2024-06-18 16:26:47 +02:00
Konsti Wohlwend
6480667a97
Split backend and dashboard (#83) 2024-06-18 15:49:31 +02:00
Konsti Wohlwend
5cf167b5c7
Move examples to their own folder (#77) 2024-06-16 14:58:10 +02:00
Zai Shi
019738aa64
Added fern docs (#76)
* adding openapi generation

* added optional responses

* added path params

* added request body

* added full openapi file

* fixed crud bug

* fixed small bugs

* added generate-docs script

* added parameter example

* create docs from handler

* improved parse openapi interface

* removed unused

* added endpoint metadata

* added current user handler

* migrated old docs to fern

* 🌿 api set-up (#75)

Co-authored-by: Catherine Deskur <chdeskur@gmail.com>

* added sdk docs

* updated tabs

* improved styling

* added header links

* added tags to docs

* added focus to docs

* added focus to team docs

* improved docs wording

* added discord link

* updated generate-keys docs

* fixed merge error

* added yaml package

* added github actions

* fixed doc gen bug

* added docs lint check

* added doc watch changes

* updated github actions

* fixed action file

* updated publish docs workflow

* added overview page

* fixed action bug

---------

Co-authored-by: fern <126544928+fern-bot@users.noreply.github.com>
Co-authored-by: Catherine Deskur <chdeskur@gmail.com>
2024-06-15 14:04:00 +02:00
Zai Shi
9979442949 added contributing.md 2024-06-11 11:28:56 +02:00
Zai Shi
12099d7fa1
Update README.md 2024-06-10 15:59:44 +02:00
Zai Shi
67aefdae98
Update README.md 2024-06-10 15:58:51 +02:00
Zai Shi
1b5428d5b3
Update README.md 2024-06-10 13:52:50 +02:00
Stan Wohlwend
50b2b672eb Signout now works correctly with old cookies 2024-06-09 18:08:11 +02:00
Stan Wohlwend
14c9a202b8 Improve developer setup 2024-06-03 01:36:17 +02:00
Zai Shi
894ee32333 fixed typo 2024-05-28 15:52:48 +02:00
Zai Shi
79dbddd0c3 updated readme 2024-05-28 15:52:17 +02:00
Zai Shi
aa13de8bc0
Update README.md 2024-05-16 17:52:55 +02:00
Zai Shi
f3033060c8
Update README.md 2024-05-16 17:49:26 +02:00
Zai Shi
eeb9e2a4ae
Update README.md 2024-05-16 09:35:58 +02:00
Stan Wohlwend
9ff2cff5c5
Organizations & RBAC (#22)
* added organizations route

* added orgganizations/[orgId] and orgganizations/[orgId]/users routes

* added more routes

* restructured dashboard pages, added organization page

* fixed redirect bug

* updated sidebar

* added mock orgnizations

* fixed breadcrumbs

* added edit org modal

* added memeber table

* added permission table

* Orgs & perms backend

* Fix build errors

* updated permission ui

* org -> team for frontend

* added enable team UI

* Stack App for teams

* formatted schema

* renamed all orgs to teams

* fixed docusaurus bug

* disabled docusaurus build progress bar

* added member profile and direct permission to profile

* removed dead code, memberProfile -> member

* removed teams attribute from the user object

* added /teams endpoint

* added create team endpoint

* added add-user endpoint

* moved add-user

* added server side get teams

* updated schema formatting

* added team enabled endpoints

* fixed type error

* moved get current teams to current-user/teams

* improved interface

* added create team

* hooked up team to frontend

* added hooked up team name with team member page

* added list team users

* added useUsers to team object

* fixed list team user bug

* added team update

* added list permissions and use permission on app

* added create permission

* list permission

* added permission list

* added inherited permission list

* add edit permission model

* restructured permission graph

* updated style

* added delete permission

* fixed delete permission bug

* added inheritence update

* fixed await bug

* fixed selection bug

* added permission update

* fixed update bug

* fixed team update refresh

* added remove user from team

* restructured permission and permission definition

* updated permission definition structure

* updated list permissions and grant permissions

* fixed list user permissions

* added grant permission

* fixed list permission

* added direct option to list team use permission

* fixed bugs

* fixed bugs

* added revoke permission

* inherited from -> contains

* added client list permission

* restructured stack-app teams and permissions

* fixed server teams and permissions

* fixed bug

* fixed bugs

* added teams pages to demo

* added styled component compiler

* added list teams

* added join and leave teams

* fixed prisma onDelete

* fixed type bugs

* removed on permission change for now

* added member

* fixed user and server user

* fixed imports

* added create team

* added more content to demo

* fixed recursion bug

* fixed recursion stack out of bound bug

* removed teamsEnabled

* added create team on sign-up options

* added create team on signup

* queriable -> queryable, fixed migration file

* fixed migration file

* fixed demo build error

* fixed license accidental change

* fixed tab styling

* added required to create permission id

* added more ui error hints

* fixed seed wrong setting

* default team name

* improved permission list ui

* improved demo display

* Update README.md

---------

Co-authored-by: Zai Shi <zaishi00@outlook.com>
2024-05-08 12:43:56 +02:00
Stan Wohlwend
4e0755454e Update README 2024-04-26 23:58:49 +02:00
Zai Shi
4a61b32c80 added readme to stack package 2024-04-25 11:12:07 +02:00
Zai Shi
f4bd7bd22e added dashbord to readme 2024-04-17 09:42:01 +02:00
Zai Shi
7d6bcb109a added components image to readme 2024-04-13 20:03:17 +02:00
Stan Wohlwend
9b87585e0c stackframe.co -> stack-auth.com 2024-04-12 18:29:02 +02:00
Zai Shi
e7e33efc2c updated readme and doc images 2024-03-21 18:48:00 +08:00
Stan Wohlwend
efe752fc16
Update README Discord link 2024-03-15 13:25:04 -07:00
Zai Shi
f13a71ec56
Update README.md 2024-03-10 05:29:56 +01:00
Zai Shi
032cee71bb
Update README.md 2024-03-09 09:40:50 +01:00
Zai Shi
15d80a8d67
Update README.md 2024-03-08 15:23:08 +01:00
Stan Wohlwend
e2f4182dc5 Update README 2024-03-08 06:33:59 +01:00
Stan Wohlwend
e1b188fede Minor clarity updates 2024-03-08 05:38:27 +01:00
Zai Shi
01c37f2e6a
Update README.md 2024-03-07 16:38:43 +01:00
Stan Wohlwend
6ea4d0b4e4 Update README 2024-03-06 16:17:45 +01:00
Zai Shi
eab70e273c
Update README.md 2024-03-04 14:48:14 +01:00
Zai Shi
81bacc1054 updated readme 2024-03-04 21:44:56 +08:00
Zai Shi
c688f09cc3 updated readme 2024-03-04 21:43:07 +08:00
Stan Wohlwend
cd1a202053 Update docs references 2024-03-04 03:09:25 +01:00
Zai Shi
f8d89d9838
Update README.md 2024-02-28 17:24:03 +01:00
Zai Shi
c37c5e9743 Merge branch 'main' of https://github.com/stackframe-inc/stack 2024-02-28 17:20:30 +01:00
Zai Shi
749e99bb76 added documentation link and logo to readme 2024-02-28 17:20:29 +01:00
Stan Wohlwend
ac65368e0f Update README 2024-02-28 17:14:40 +01:00
Stan Wohlwend
ab1960cfd5 Update README 2024-02-28 15:41:54 +01:00
Stan Wohlwend
451083831e Update README 2024-02-28 15:12:20 +01:00
Stan Wohlwend
6223aea526 Update README 2024-02-28 14:56:22 +01:00
Zai Shi
da70371408 added documentation 2024-02-28 14:52:14 +01:00
Stan Wohlwend
b80feb168e Update README.md 2024-02-28 14:45:35 +01:00
Stan Wohlwend
fe9ab7aa36 Update README 2024-02-28 14:43:01 +01:00
Stan Wohlwend
950f5a8118 Update README 2024-02-28 14:42:08 +01:00
Stan Wohlwend
d73e59bcf5 Update README 2024-02-28 14:37:00 +01:00
Stan Wohlwend
ced0be74b3 Move code (initial commit) 2024-02-28 14:35:30 +01:00