AcadeDoc/apps/client/src/features
Corentin 43a70929ec fix(database-view): pick a database before listing tables
The insert-database modal called the public bridge /api/v1/tables route,
which requires a databaseId and a Baserow user JWT — the modal supplied
neither, so the request returned 400 then 501.

Add a step 0 to pick a workspace and database (auto-resolved when each
lists only one), then list tables via the admin endpoint
GET /api/v1/admin/tables?databaseId=X. The client extension is also
rewired to .extend() the shared DatabaseView node.
2026-05-11 12:28:38 +00:00
..
acadenice fix(database-view): pick a database before listing tables 2026-05-11 12:28:38 +00:00
attachments feat: replace sharp with client-side icon resize (#1951) 2026-02-16 19:48:19 +00:00
auth feat(auth): Bloc 4b — OIDC client Authentik via openid-client (active par OIDC_ENABLED env) 2026-05-07 21:26:53 +02:00
comment feat: A11y fixes (#2148) 2026-05-04 21:21:37 +01:00
editor feat(database-view): admin UI and create-database slash command 2026-05-11 09:54:06 +00:00
favorite feat: A11y fixes (#2148) 2026-05-04 21:21:37 +01:00
file-task fix: use subquery (#1833) 2026-01-13 15:58:26 +00:00
group feat: A11y fixes (#2148) 2026-05-04 21:21:37 +01:00
home feat(rebrand): DocAdenice — patch initial sur le fork Acadenice 2026-05-07 21:10:51 +02:00
notification feat: A11y fixes (#2148) 2026-05-04 21:21:37 +01:00
page feat: A11y fixes (#2148) 2026-05-04 21:21:37 +01:00
page-history feat: A11y fixes (#2148) 2026-05-04 21:21:37 +01:00
search feat: A11y fixes (#2148) 2026-05-04 21:21:37 +01:00
session feat: A11y fixes (#2148) 2026-05-04 21:21:37 +01:00
share feat: A11y fixes (#2148) 2026-05-04 21:21:37 +01:00
space fix(acadenice): hoist useDisclosure above early return — Patch 022 2026-05-08 12:21:17 +02:00
user feat: page update notifications (#2074) 2026-03-31 16:03:59 +01:00
websocket feat(ee): page verification workflow (#2102) 2026-04-13 20:20:34 +01:00
workspace feat(acadedoc): add AcadeDoc branding, Brevo SMTP preset, UI customization — R4.4 2026-05-08 11:36:38 +02:00