1. 17 Feb, 2023 2 commits
  2. 08 Feb, 2023 1 commit
  3. 24 Dec, 2022 1 commit
  4. 11 Dec, 2022 1 commit
  5. 10 Dec, 2022 3 commits
  6. 19 Nov, 2022 1 commit
  7. 13 Nov, 2022 1 commit
  8. 09 Nov, 2022 1 commit
  9. 27 Oct, 2022 1 commit
  10. 30 Sep, 2022 1 commit
  11. 20 Sep, 2022 1 commit
  12. 19 Sep, 2022 1 commit
  13. 14 Aug, 2022 1 commit
  14. 19 Jul, 2022 1 commit
  15. 25 Jun, 2022 1 commit
  16. 11 Jun, 2022 3 commits
  17. 18 May, 2022 1 commit
  18. 16 May, 2022 1 commit
  19. 15 May, 2022 2 commits
  20. 13 May, 2022 1 commit
  21. 03 Apr, 2022 1 commit
  22. 12 Feb, 2022 2 commits
  23. 23 Jan, 2022 1 commit
  24. 10 Jan, 2022 1 commit
  25. 26 Dec, 2021 1 commit
    • David H's avatar
      fix: add scrollbar for big diagrams (#4120) · 5210e14b
      David H authored
      In case of large DrawIO diagrams, today it is sometimes impossible to display it totally on the screen.
      This quick workaround provides a way to enable a scrollbar if the width of the diagram is higher than the browser/screen width.
      5210e14b
  26. 25 Dec, 2021 2 commits
  27. 18 Dec, 2021 2 commits
  28. 09 Dec, 2021 1 commit
  29. 06 Nov, 2021 1 commit
  30. 10 Oct, 2021 1 commit
    • broxen's avatar
      fix: prevent malformed paths for pages (#4533) · 813df210
      broxen authored
      * First take on removing erroneous path characters
      
      Paths should not accept trailing slashes or hashtags. This is a first attempt at nullifying those.
      
      * Use rules to verify path before acceptance
      
      Use Regex and rules to verify paths before acceptance
      
      * Rules to prevent any leading or trailing slashes
      
      * Complex slug for regex on path, but it elminates special chars
      
      * Added yarn.lock to .gitignore
      
      * Maybe we do want yarn.lock afterall
      
      * Adding yarn.lock
      
      * Move Regex pattern outside of export
      813df210
  31. 09 Oct, 2021 1 commit