Skip to content
Snippets Groups Projects
  1. Mar 24, 2025
  2. Mar 23, 2025
  3. Mar 22, 2025
  4. Mar 21, 2025
  5. Mar 20, 2025
  6. Mar 19, 2025
    • Bastien's avatar
      📝(doc) add publiccode.yml (#770) · 3a6105cc
      Bastien authored
      publiccode.yml is a standard for describing Free Software projects,
      similar to other initiatives such as https://codemeta.github.io.
      
      It is particularly suitable for describing projects funded by public
      administrations. See https://github.com/publiccodeyml/publiccode.yml
      3a6105cc
    • Anthony LC's avatar
      🔖(minor) release 2.5.0 · bbe17156
      Anthony LC authored
      Added:
      - 📝(doc) Added GNU Make link to README
      - (frontend) add pinning on doc detail
      - 🚩(frontend) feature flag analytic on copy as html
      - (frontend) Custom block divider with export
      - 🌐(i18n) activate dutch language
      
      Changed:
      - 🧑‍💻(frontend) change literal section open source
      - ♻️(frontend) replace cors proxy for export
      - 🚨(gitlint) Allow uppercase in commit messages
      
      Fixed:
      - 🐛(frontend) SVG export
      - 🐛(frontend) remove scroll listener table content
      - 🔒️(back) restrict access to favorite_list endpoint
      - 🐛(backend) refactor to fix filtering on children
          and descendants views
      - 🐛(action) fix notify-argocd workflow
      - 🚨(helm) fix helmfile lint
      - 🚚(frontend) redirect to 401 page when 401 error
    • Anthony LC's avatar
      🐛(frontend) improve svg export to be less pixelized · 51cc26b9
      Anthony LC authored
      Some SVGs were pixelized in the exported files.
      We now add the wanted size to the svg conversion to
      make sure the images are exported with the correct size
      and so less pixelized.
      51cc26b9
  7. Mar 18, 2025
    • Anthony LC's avatar
      🐛(frontend) unmount components Analytics · cab8ef51
      Anthony LC authored
      `useAnalytics` hooks was dispatching methods that
      caused children components to be unmounted.
      By declaring the methods out of the hook, we can
      prevent the components from being unmounted.
      cab8ef51
    • Anthony LC's avatar
      🚚(frontend) redirect to 401 page when 401 error · 66275180
      Anthony LC authored
      Users could still be able to edit a document if the
      session was expired. It could give the feeling that the
      document was not saved.
      If during a mutation request (POST, PUT, DELETE),
      the server returns a 401 error,
      the user is redirected to the 401 page.
      66275180
    • Pedro Manse's avatar
      📝(README) Add link to GNU Make · 12c18bc4
      Pedro Manse authored
      Just like docker-compose, create link to the software's site on it's
      first mention.
      
      📝(Changelog) Added entry
      
      📝(Changelog) Added pull request id
      12c18bc4
    • Anthony LC's avatar
      🚨(gitlint) Allow uppercase in commit messages · aff330eb
      Anthony LC authored
      Many developers use uppercase as the first letter
      in their commit messages, it creates an error.
      We will allow uppercase in commit messages to
      lower frustration when committing.
      aff330eb
    • Cameron King's avatar
      🐛(backend) add user/db to pg healthchecks · bcdaedba
      Cameron King authored
      Adds PostgreSQL user and database names to the docker-compose.yaml healthchecks.
      This resolves an error that appears in the logs, where 'root' is used by
      default.
      bcdaedba
    • Manuel Raynaud's avatar
      🌐(i18n) activate dutch language · 799814e3
      Manuel Raynaud authored
      All the dutch translations are complete on crowdin. We activate it in
      the django settings and download all translations from crowdin
      799814e3
  8. Mar 17, 2025
Loading