No description
Find a file
Corentin e027ae9357 fix(acadenice): unwrap server response envelope in 4 client services — Patch 024
The server applies a global TransformHttpResponseInterceptor that wraps
every response body in { data, success, status }. Native Docmost client
services use the api axios instance whose interceptor already unwraps
once, so callers see r.data === payload directly.

The acadenice client services use axios directly (no interceptor), so
r.data === { data, success, status } envelope. Calling templates.map()
on the envelope crashed <TemplatePickerModal> with 'templates.map is
not a function' — exact symptom Corentin hit (white screen on click).

Patched 4 services to read r.data.data: templates, sync-blocks,
slash-commands, clipper. The notifications service already uses the api
instance so it was untouched.

A future refactor should migrate all 4 to the shared api instance for
consistency and to inherit auth/redirect handling.

Patch 024.
2026-05-08 12:41:18 +02:00
.github/workflows update release workflow 2026-03-03 20:25:39 +00:00
apps fix(acadenice): unwrap server response envelope in 4 client services — Patch 024 2026-05-08 12:41:18 +02:00
docs feat(acadedoc): replace EE Settings with open source UI (audit log, API keys, OIDC status) — R4.5 2026-05-08 12:24:00 +02:00
packages Merge commit from fork 2026-04-13 01:09:36 +01:00
patches feat(ee): SCIM (#1347) 2026-05-01 14:53:30 +01:00
.dockerignore update dockerfile 2026-01-16 13:21:42 +00:00
.env.example refactor(acadedoc): move branding from .env to UI-only — Patch 020 2026-05-08 11:49:49 +02:00
.gitignore feat: cloud and ee (#805) 2025-03-06 13:38:37 +00:00
.gitmodules feat: cloud and ee (#805) 2025-03-06 13:38:37 +00:00
.npmrc switch to nx monorepo 2024-01-09 18:58:26 +01:00
ACADENICE_PATCHES.md feat(acadenice): add inline comments threads for R3.8 (30 tests, Patch 016) 2026-05-08 02:47:15 +02:00
crowdin.yml Update Crowdin configuration file 2025-01-04 13:22:31 +00:00
docker-compose.dev.yml fix(server): make package.json require resilient to dist mode 2026-05-08 11:15:06 +02:00
docker-compose.yml cleanup redundant param 2026-02-06 10:28:52 -08:00
Dockerfile update dockerfile 2026-01-16 13:21:42 +00:00
LICENSE LICENSE 2023-11-15 23:11:15 +00:00
nx.json fix(deps): package updates (#2041) 2026-03-25 10:07:01 +00:00
package.json feat(ee): SCIM (#1347) 2026-05-01 14:53:30 +01:00
pnpm-lock.yaml feat(acadenice): add sync blocks for cross-page content sharing — R4.2 2026-05-08 11:40:12 +02:00
pnpm-workspace.yaml * add new tiptap editor extension monorepo package 2024-01-14 23:05:41 +01:00
README.md feat(rebrand): DocAdenice — patch initial sur le fork Acadenice 2026-05-07 21:10:51 +02:00

DocAdenice

Fork Acadenice de Docmost, customise pour formation-hub. Nom de marque temporaire en attendant le rebranding complet (logo, design system, manifest PWA). Voir ACADENICE_PATCHES.md pour la liste des patches custom appliques sur l'upstream.


Docmost

Open-source collaborative wiki and documentation software.
Website | Documentation | Twitter / X


Getting started

To get started with Docmost, please refer to our documentation or try our cloud version .

Features

  • Real-time collaboration
  • Diagrams (Draw.io, Excalidraw and Mermaid)
  • Spaces
  • Permissions management
  • Groups
  • Comments
  • Page history
  • Search
  • File attachments
  • Embeds (Airtable, Loom, Miro and more)
  • Translations (10+ languages)

Screenshots

home editor

License

Docmost core is licensed under the open-source AGPL 3.0 license.
Enterprise features are available under an enterprise license (Enterprise Edition).

All files in the following directories are licensed under the Docmost Enterprise license defined in packages/ee/License.

  • apps/server/src/ee
  • apps/client/src/ee
  • packages/ee

Contributing

See the development documentation

Thanks

Special thanks to;

Crowdin

Crowdin for providing access to their localization platform.

Algolia-mark-square-white

Algolia for providing full-text search to the docs.