Commit Graph

996 Commits

Author SHA1 Message Date
Mohit
49319fa15b docs(fix): import name conflict in admin plugin roles example (#1948) 2025-03-23 08:41:48 +03:00
Bereket Engida
093f9de0e1 feat(oidc): allow passing additional user claims (#1933) 2025-03-22 20:44:00 +03:00
Bereket Engida
889b51df5e docs: fix logo layout width 2025-03-22 20:41:50 +03:00
Daniel
dcd7b2f5d9 docs: update tanstack base app directory from ./app to ./src (#1940) 2025-03-22 20:41:36 +03:00
Bereket Engida
bb9661c8ed docs(fix): remove callout from polar doc 2025-03-22 09:30:50 +03:00
Catalin Pit
d7ccb29b54 docs(fix): update polar docs (#1922)
Add a mention that specifies you don't need to configure Polar on the client
2025-03-22 09:15:24 +03:00
dependabot[bot]
1511316f00 chore(deps): bump next from 15.2.0 to 15.2.3 in /docs (#1923)
Bumps [next](https://github.com/vercel/next.js) from 15.2.0 to 15.2.3.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v15.2.0...v15.2.3)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-22 08:43:39 +03:00
Marc
f12a4a2b9c docs(fix): file name from `auth.client.ts to auth-client.ts` (#1929)
``auth.client.ts`` will trigger code splitting. While this would be fine for the server component (``auth.server.ts``, which needs to stay hidden to end users), putting the authClient in a client only component will force the authClient out of the server bundle. This causes authClient to be undefined during SSR.
2025-03-22 08:43:03 +03:00
Stephen Zhou
ca302a7d65 docs: update expo resolve path (#1930) 2025-03-22 08:42:14 +03:00
Stephen Brown-Bourne
e769bc210b docs(fix): remove repeated word (#1928) 2025-03-22 08:41:57 +03:00
Nicolas Vargas
59152fe2e3 docs: add missing import headers (#1920) 2025-03-21 23:42:09 +03:00
Bereket Engida
08b2431a1b docs(mongodb): remove generation command from mongodb 2025-03-21 16:49:08 +03:00
Bereket Engida
cf4bd5de6f feat: disabled paths (#1918)
* docs: add base url is optional on the client

* feat: disabled paths

* chore: fix test
2025-03-21 16:33:30 +03:00
KinfeMichael Tariku
80d5a5de0b docs: add branding assets (#1900)
* feat: branding with multiple variant
---------
Co-authored-by: Bereket Engida <bekacru@gmail.com>
2025-03-21 15:41:10 +03:00
Benjamin Lee
fe0272dae4 docs(fix): tanstack-start import on installation guide (#1911) 2025-03-21 09:05:29 +03:00
Ismail Sabet
e622c6b59d docs(fix): update typos on organization plugin (#1912) 2025-03-21 09:03:46 +03:00
Mikiyas Tibebu
187ca360f4 docs(fix): correct typos in phone number plugin documentation (#1910) 2025-03-21 09:00:48 +03:00
Kinfe123
b1f3a7328c fix(web): project metadata 2025-03-20 21:44:23 +03:00
Thomas Kaul
fa2cd17ff7 docs: fix typo in features sections (#1878) 2025-03-19 22:08:01 +03:00
Nelson Sousa
90f15abc95 chore(docs): typo in anonymous linking explanation (#1871) 2025-03-19 11:52:16 +03:00
Maxwell
cd82802507 fix(api-key): delete keys on client should use POST method instead (#1858) 2025-03-18 12:19:05 +03:00
Bereket Engida
3ae3212ce0 docs: fix typos on supabase migration guide 2025-03-17 16:34:34 +03:00
crutchtheclutch
994a858851 docs: fix typos in database schema tables (#1846) 2025-03-17 15:00:29 +03:00
Maxwell
0b312f0a98 docs: update community-adapter Convex URL (#1841) 2025-03-16 15:42:46 +03:00
Isolated
8b18362451 docs: fix Incorrect JSON Handling in secondaryStorage.get example (#1842) 2025-03-16 15:42:19 +03:00
Maxwell
01082c5531 docs(fix): contribute/testing docs has incorrect info about test-instance (#1826) 2025-03-15 22:32:14 +03:00
Jonás Perusquía Morales
b295cdd7e5 docs: change adminHasPermission method to userHasPermission (#1833) 2025-03-15 21:03:35 +03:00
Fuma Nama
00ad781427 docs: improve layout consistency (#1831)
* Fix sidebar tabs pre-rendering

* Improve sidebar consistency

* improve searchbar alignment

* improve animation
2025-03-15 19:54:27 +03:00
Bereket Engida
5eebcdb522 docs(supabase-migration-guide): add links to schema 2025-03-15 16:16:12 +03:00
Bereket Engida
6b4e20c61b docs: add supabase migration guide (#1829) 2025-03-15 16:10:47 +03:00
Hysterelius
db9290b043 docs(nitro): typo fix
Minor grammar fixes on nitro page
2025-03-15 08:01:43 +03:00
Snehan Chakravarthi
5908429107 docs(admin): fix typo (#1820) 2025-03-14 23:31:35 +03:00
Bereket Engida
e157e06a51 feat(account): add option to allow unlinking all accounts (#1818) 2025-03-14 20:22:59 +03:00
Bereket Engida
2ca71ee3cb feat(admin): custom banned user error message (#1692)
* feat(admin): custom banned user error message

* docs(admin): add documentation for bannedUserMessage configuration

* chore: export types from @better-fetch/fetch in clients

* chore: remove update tet helper
2025-03-14 00:10:31 +03:00
deestt
440784d3e1 feat: add Kick social provider (#1702)
* Add kick social provider

* Custom implementation `getUserInfo`

* Fix token endpoint URL

* add kick docs

* Update kick.mdx

* docs: update icon sizes to 1.2em, add "Kick"

* chore: lint

---------

Co-authored-by: Bereket Engida <bekacru@gmail.com>
2025-03-13 23:56:59 +03:00
Netrifier
cc0531c6e4 feat(organization): allow passing teamId in addMember (#1794)
* feat(organization): Add teamId in addMember

* docs(organization): Add teamId in addMember function

---------

Co-authored-by: Bereket Engida <86073083+Bekacru@users.noreply.github.com>
2025-03-13 23:54:51 +03:00
Netrifier
3af315edbc fix(organization): multiple role array not referenced properly (#1792) 2025-03-13 23:44:00 +03:00
Maxwell
13e3d2aa80 docs: PayloadCMS Database adapter to community adapter section (#1797) 2025-03-13 20:27:16 +03:00
Bereket Engida
c72941299f docs: update contributing guide and sidebar links 2025-03-13 09:15:06 +03:00
Bereket Engida
e8cbf41ce3 docs: fix contribution formatting 2025-03-13 08:29:56 +03:00
Bereket Engida
35fe939de9 fix(stripe): rely on subscription Id instead of reference ID for subscriptions (#1789) 2025-03-12 15:42:14 +03:00
Maxwell
c110da21a9 docs: advanced field includes the option to generateId (#1756) 2025-03-12 14:09:02 +03:00
Ahmed
5c65155f53 docs(fix): remove references to multiSession revokeAll endpoint (#1787) 2025-03-12 12:01:42 +03:00
Ahmed
c8de1617b2 fix: accept secure cookie flag on getSessionCookie helper (#1716)
* fix: getSessionCookie function and improve docs.

* docs: fix typo

---------

Co-authored-by: Bereket Engida <bekacru@gmail.com>
2025-03-12 08:47:13 +03:00
boul2gom
45a61804f8 docs: Update Next.jsdocs according to new middlewares (#1683) 2025-03-12 08:09:41 +03:00
Eliza Zhang
b8eeed7610 docs(fix): fix typo on database docs (#1767) 2025-03-12 01:04:31 +03:00
Bill Cheng
5117ece64f docs(fix): fix phone number typo and schema (#1773) 2025-03-11 21:53:27 +03:00
Shahriar
4839037fde doc: fix typo (#1755) 2025-03-11 16:05:11 +03:00
Bereket Engida
db67dc9b65 docs: fix mssql api example 2025-03-09 13:55:38 +03:00
KinfeMichael Tariku
c06cc0a00d docs(fix): stat container height and clickable pointer (#1744) 2025-03-09 12:22:44 +03:00