Commit Graph

  • 38eb6d45b7 🐛(back) fix ValidationError exception handler Manuel Raynaud 2025-03-06 14:46:46 +01:00
  • 5bb7ad643a 🔖(minor) release 2.4.0 v2.4.0 Anthony LC 2025-03-06 09:47:58 +01:00
  • 91c0f4874c 🔖(minor) release 2.4.0 v2.4.0-preprod Anthony LC 2025-03-06 09:47:58 +01:00
  • 57b8881fc6 📌(frontend) pin blocknote globally Anthony LC 2025-03-06 10:19:26 +01:00
  • 89ad610ba6 🐛(frontend) fix collaboration error Anthony LC 2025-03-06 14:45:00 +01:00
  • 92f8d3cc52 Publish docs-2.4.0.tgz AntoLC 2025-03-06 08:50:24 +00:00
  • 251787b835 🚨(tests) add language related tests; fix getByRole not working in tests rvveber 2025-02-25 15:44:33 +01:00
  • f95173e096 🐛(frontend) allow left panel to update on language change rvveber 2025-02-25 15:42:18 +01:00
  • a7944cce80 (app) get language from backend; set browser-detected language if null rvveber 2025-02-25 15:41:03 +01:00
  • 7941fc91d5 🐛(frontend) set toolbar-popup to current language rvveber 2025-02-25 15:34:07 +01:00
  • 7fc83a4fcd (frontend) the LanguagePicker now uses config as options rvveber 2025-03-04 16:08:39 +01:00
  • 2bf47b7705 (backend) the LanguagePicker now uses config as options rvveber 2025-03-04 16:08:10 +01:00
  • 23b0214a2a (frontend) add language utility for "locale" rvveber 2025-02-25 15:21:32 +01:00
  • f244509de3 (frontend) add API access for 'language' attribute on User model rvveber 2025-03-04 14:01:18 +01:00
  • fda5f8f008 (backend) add API access for 'language' attribute on User model rvveber 2025-03-04 14:00:22 +01:00
  • 9a79b09b07 🔨(backend) make the 'language' attribute on the User model nullable rvveber 2025-02-25 15:08:59 +01:00
  • b24acd14e2 🔨(frontend) email invitation in invited user's language rvveber 2025-03-04 13:47:15 +01:00
  • 1531846115 🔨(backend) email invitation in invited user's language rvveber 2025-03-04 13:46:40 +01:00
  • ebf6d46e37 ♻️(front) use sentry tags instead of extra scope Manuel Raynaud 2025-03-04 17:19:53 +01:00
  • b9b5f86cf4 ️(back) restrict documents to restore using only the queryset Manuel Raynaud 2025-03-03 14:12:34 +01:00
  • 56412b0be5 ⬆️(dependencies) update python dependencies renovate[bot] 2025-03-04 11:14:22 +00:00
  • af052cd06b 🔖(minor) release 2.3.0 v2.3.0 Anthony LC 2025-03-03 13:21:11 +01:00
  • 8927635c5f 💄(frontend) hide Crisp when mobile and modal Anthony LC 2025-03-04 11:44:13 +01:00
  • 76bce4313b 🩹(frontend) fine tuning 2.3.0 Anthony LC 2025-03-04 09:14:35 +01:00
  • 5ac71bfac1 🐛(service-worker) update sw to create a doc without body Anthony LC 2025-03-04 09:10:41 +01:00
  • cb4e148afc ♻️(email) adapt email when no title Anthony LC 2025-03-04 09:09:02 +01:00
  • 2d24825be0 🌐(i18n) update translated strings AntoLC 2025-03-03 13:26:11 +00:00
  • 513402a370 🔖(minor) release 2.3.0 v2.3.0-preprod Anthony LC 2025-03-03 13:21:11 +01:00
  • cfd985453b 💄(frontend) hide Crisp when mobile and modal Anthony LC 2025-03-04 11:44:13 +01:00
  • 93c4f55f5e 🩹(frontend) fine tuning 2.3.0 Anthony LC 2025-03-04 09:14:35 +01:00
  • 7e70293a9d 🐛(service-worker) update sw to create a doc without body Anthony LC 2025-03-04 09:10:41 +01:00
  • 625258be76 wip Nathan Panchout 2025-03-04 10:39:47 +01:00
  • f58e77abee ♻️(email) adapt email when no title Anthony LC 2025-03-04 09:09:02 +01:00
  • 1c934d309b 🌐(i18n) update translated strings AntoLC 2025-03-03 13:26:11 +00:00
  • aaa5f29163 Publish docs-2.3.0.tgz AntoLC 2025-03-03 12:22:30 +00:00
  • 7b1ddc0e05 🛂(backend) remove svg from unsafe Anthony LC 2025-02-28 15:47:36 +01:00
  • 22a665e535 🔒️(nginx) manage Content-Security-Policy in nginx config Manuel Raynaud 2025-02-27 16:23:04 +01:00
  • a22bf95bce 🔒️(back) set ContentDisposition on media upload Manuel Raynaud 2025-02-27 16:19:17 +01:00
  • 3ce1826355 🚚(frontend) toolbar components in BlockNoteToolBar folder Anthony LC 2025-02-28 14:43:07 +01:00
  • d099d58f77 🛂(frontend) secure download button Anthony LC 2025-02-28 11:38:12 +01:00
  • ebd49f05a8 🚸(frontend) block click on unsafe image Anthony LC 2025-02-28 11:23:06 +01:00
  • 315c2c2c43 🐛(frontend) improve authenticated state Anthony LC 2025-02-28 11:20:43 +01:00
  • e442908c50 💄(frontend) improve the design of the alert error Anthony LC 2025-02-28 11:19:47 +01:00
  • 6672292d93 🛂(backend) add unsafe in the attachments filename Anthony LC 2025-02-26 18:21:38 +01:00
  • 7dda74421f ♻️(back) extract ancestor deleted_at directly from db in restore method Manuel Raynaud 2025-02-24 15:38:27 +01:00
  • 9c25b684e3 (frontend) add open source section homepage Anthony LC 2025-02-26 14:53:07 +01:00
  • cd5ee3fb7c (frontend) adapt export to quote block Anthony LC 2025-02-20 10:03:11 +01:00
  • 942c0f059c 🏗️(frontend) blockMapping refactoring Anthony LC 2025-02-19 18:01:48 +01:00
  • 3acee1e6fa (frontend) create feature doc-export Anthony LC 2025-02-18 16:40:22 +01:00
  • 26ea32bd0b 🏷️(frontend) adapt title types Anthony LC 2025-02-18 14:31:34 +01:00
  • 7f6ffa0123 (frontend) add quote blocks to the editor Anthony LC 2025-02-18 14:30:40 +01:00
  • ef2127585c 🐛(backend) allow any type of extensions for media download Samuel Paccoud - DINUM 2025-03-01 11:49:40 +01:00
  • 8cd84545ce 🔒️(nginx) manage Content-Security-Policy in nginx config media-security Manuel Raynaud 2025-02-27 16:23:04 +01:00
  • 3804f7524a 🔒️(back) set ContentDisposition on media upload Manuel Raynaud 2025-02-27 16:19:17 +01:00
  • 8849470d05 wip Nathan Panchout 2025-02-27 08:45:52 +01:00
  • a571f9bc6e wip Nathan Panchout 2025-02-21 13:01:24 +01:00
  • 8bc56f0000 wip Nathan Panchout 2025-02-21 08:12:56 +01:00
  • 68b185e49a wip Nathan Panchout 2025-02-20 09:09:25 +01:00
  • 910983ece7 wip Nathan Panchout 2025-02-19 10:14:27 +01:00
  • 9f4c0d2737 🐛(backend) fix numchild when soft deleting/restoring a document Samuel Paccoud - DINUM 2025-02-26 16:33:23 +01:00
  • 668e61019f -backend) add number of direct accesses related to a document Samuel Paccoud - DINUM 2025-02-26 09:27:00 +01:00
  • cc7d4adf65 (backend) limit link reach/role select options depending on ancestors Samuel Paccoud - DINUM 2025-02-18 08:32:49 +01:00
  • 9bf0fa80cd (backend) add new "descendants" action to document API endpoint Samuel Paccoud - DINUM 2025-02-17 10:25:07 +01:00
  • 80ee5b1356 ♻️(backend) refactor list view to allow filtering other views Samuel Paccoud - DINUM 2025-02-17 10:19:06 +01:00
  • 13dd86e8d5 fixup! (backend) add "tree" action on document API endpoint Samuel Paccoud - DINUM 2025-02-19 21:21:41 +01:00
  • 7f6e4cdeff (backend) add "tree" action on document API endpoint Samuel Paccoud - DINUM 2025-02-16 17:26:51 +01:00
  • a3fb229a4f (backend) allow forcing page size within limits Samuel Paccoud - DINUM 2025-02-15 13:16:35 +01:00
  • b2a70ecd36 💄 (frontend) the focus style has been harmonized across all button accessibility-clean Your name 2025-02-25 12:21:26 +01:00
  • 293c30a997 Merge branch 'main' into accessibility-clean MarineM1 2025-02-24 13:18:04 +01:00
  • 73d9a6a243 💄 (frontend) several icon modifications Your name 2025-02-24 11:42:33 +01:00
  • 54a75bc338 ♻️(frontend) update some elements Anthony LC 2025-02-24 10:24:06 +01:00
  • 50d098c777 💄(frontend) adapt language picker design Anthony LC 2025-02-18 12:12:41 +01:00
  • 757c09b189 ♻️(frontend) adapt other error pages to new design Anthony LC 2025-02-24 10:14:44 +01:00
  • 30c5cfab62 💄(frontend) add page 401 Anthony LC 2025-02-17 13:05:20 +01:00
  • f069329e18 💄(frontend) add page 403 Anthony LC 2025-02-17 12:30:27 +01:00
  • 0fb51a2453 fixup! 🐛(backend) race condition create doc fix/create-doc-race-test Anthony LC 2025-02-24 10:01:57 +01:00
  • 042034a9c9 fixup! 🐛(backend) race condition create doc Anthony LC 2025-02-24 09:50:13 +01:00
  • 23864ea563 Merge branch 'accessibility-clean' of https://github.com/suitenumerique/docs into accessibility-clean Your name 2025-02-24 08:51:37 +01:00
  • faf38de099 📝(readme) add changelog entry readme-update virgile-deville 2025-02-21 15:24:15 +01:00
  • c120ad4b84 📝(readme) move front-end local run instructions virgile-deville 2025-02-21 15:21:21 +01:00
  • 22521a1b55 essaie de mise à jour Your name 2025-02-21 11:12:20 +01:00
  • f716c498e5 📝(documentation) add collaboration architecture doc feature/collab-long-polling Anthony LC 2025-02-20 11:16:21 +01:00
  • 29a4147b5e fixup! 🔧(helm) adapt helm nginx Anthony LC 2025-02-20 11:16:13 +01:00
  • 15389156d3 fixup! 🔧(ngnix) adapt nginx development Anthony LC 2025-02-20 11:16:01 +01:00
  • 168904728b for-testing Anthony LC 2025-02-14 20:35:31 +01:00
  • 3ca07e0f4c 🔧(helm) adapt helm nginx Anthony LC 2025-02-13 17:25:08 +01:00
  • 6098fe1e14 🔧(ngnix) adapt nginx development Anthony LC 2025-02-13 17:14:21 +01:00
  • a2f1e32f21 (frontend) create class CollaborationProvider Anthony LC 2025-02-13 17:14:04 +01:00
  • f27e968c15 🚚(frontend) move toBase64 Anthony LC 2025-02-13 16:56:38 +01:00
  • 971b7e099d (y-provider) collaboration polling Anthony LC 2025-02-13 16:45:52 +01:00
  • 6d0ccb15ea 🔧(y-provider) add missing Sentry environment Anthony LC 2025-02-13 16:42:56 +01:00
  • d7d6a8efab Merge branch 'main' into accessibility-clean MarineM1 2025-02-20 11:06:09 +01:00
  • ef8ee67553 ♻️(compose) set compose name in the docker-compose file Manuel Raynaud 2025-02-19 18:32:50 +01:00
  • 1b5af360fb Merge branch 'main' into accessibility-clean MarineM1 2025-02-20 09:47:56 +01:00
  • ad47fc2d60 (e2e) global setup authentication Anthony LC 2025-02-19 12:50:51 +01:00
  • 009f5d6ed4 ♻️(front) improve table pdf rendering Nathan Vasse 2025-02-14 15:28:33 +01:00
  • fe93caaf02 Merge branch 'main' into accessibility-clean MarineM1 2025-02-19 10:00:14 +01:00
  • 64d0072c8d 🐛(front) improve text rendering in pdf Nathan Vasse 2025-02-17 10:56:06 +01:00
  • 5b6bedeb85 💄(frontend) add focus Your name 2025-02-18 10:41:27 +01:00
  • 423f78a13d Merge branch 'main' into accessibility-clean MarineM1 2025-02-18 09:32:09 +01:00