f8b6517f | 12-Apr-2023 |
Andreas Gohr <andi@splitbrain.org> |
first go at refactoring the diagrams editor into a class |
31c24a49 | 12-Apr-2023 |
Andreas Gohr <andi@splitbrain.org> |
move media manager scripts to its own file |
d4a12652 | 04-Oct-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Clean up ID
Remove leading colon from diagram id because it makes auth_quickaclcheck() fail
Fixes #25 |
5b98a707 | 07-Apr-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix NS check in media manager popup
Fixes #17 #18 |
190edff2 | 13-Feb-2021 |
githubkoma <ignatius_tg@gmx.de> |
Update helpers.js |
1d68d389 | 13-Feb-2021 |
githubkoma <ignatius_tg@gmx.de> |
Update elements.js |
759326f1 | 23-Jan-2021 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Send fresh data to the diagramming service on every request |
ed9656f5 | 23-Jan-2021 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Properly remove no longer needed editors
Some failed requests used to leave defunct editors listening to messages. In the worst case those zombie editors would receive diagram data not intended for
Properly remove no longer needed editors
Some failed requests used to leave defunct editors listening to messages. In the worst case those zombie editors would receive diagram data not intended for them and overwrite the contents of wrong files.
show more ...
|
95ea9657 | 23-Jan-2021 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix creation of diagrams in root directory |
4e87b757 | 07-Jan-2021 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Rename plugin to diagrams |
c20ca1af | 07-Jan-2021 |
Andreas Gohr <andi@splitbrain.org> |
do not reuse dialog |
c8141226 | 07-Jan-2021 |
Andreas Gohr <andi@splitbrain.org> |
cleanup for ID extraction from images
* No need to support object embeds. All our SVGs are embedded as IMG. * Make use of src attribute to always get a fully qualified URL * use searchParams to acce
cleanup for ID extraction from images
* No need to support object embeds. All our SVGs are embedded as IMG. * Make use of src attribute to always get a fully qualified URL * use searchParams to access media variable * fix for rewriting detection when running from a sub directory * simpler rewrite handling
show more ...
|
445b1fbe | 06-Jan-2021 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Create diagrams in a modal dialog |
b3c964ef | 06-Jan-2021 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Support subnamespaces |
a46a0a9f | 05-Jan-2021 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Handle URL rewriting |
afd75b61 | 05-Jan-2021 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Create diagrams in media selection popup |
f6c13e98 | 04-Jan-2021 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Allow editing only diagram files, respect media ACLs |
2187ba2d | 26-Nov-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Extract language strings |
33c7ab73 | 26-Nov-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Move inserted DOM elements into a separate file |
065c0d69 | 25-Nov-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Create and edit diagrams in media manager |