broxen
813df21020
fix: prevent malformed paths for pages ( #4533 )
* 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
3 years ago
NGPixel
98016d3c42
fix: editor saved state
4 years ago
NGPixel
4855051d87
feat: page published state + comments localization
4 years ago
NGPixel
83b83a7510
feat: page css + scripts
4 years ago
NGPixel
53ddb50b51
feat: save page scripts + styles
4 years ago
NGPixel
718c14dd74
feat: editor props scripts + styles code editor
4 years ago
NGPixel
cc9f022051
fix: nav external blank option
4 years ago
NGPixel
77548c8778
fix: tags input normalization
4 years ago
NGPixel
f4e3fd0954
feat: tags autocomplete in page properties
4 years ago
NGPixel
6920a35d80
feat: visualize pages (dendograms)
4 years ago
NGPixel
62d1d7a1df
feat: move page
5 years ago
Nick
8f7fdab771
fix: code tag styling
5 years ago
Nick
7634bd266d
feat: ckeditor
5 years ago
Nick
5a7fd2d73e
feat: tags UI (wip) + save tags from page
5 years ago
Nick
8e80b7471d
feat: editor page props UI improvements + codemirror fix
5 years ago
Nick
10e19700e5
fix: UI improvements
5 years ago
Nick
065c1bb12e
misc: migrate to vuetify 2.0 (wip)
5 years ago
NGPixel
27e0a37dbe
misc: migrate to vuetify 2.0 (wip)
5 years ago
Nick
d0b73c5a9b
fix: UI localization on load + update all namespaced locales
5 years ago
Nick
1dfb55e803
feat: default locale with namespacing
5 years ago
Nick
a3be2a772a
feat: editor modals translations
5 years ago
Nick
4c34ce7aff
fix: editor media modal - dark
5 years ago
Nick
965f0ad2cd
feat: serve asset from db + editor mobile improvements
5 years ago
Nicolas Giard
17244a0cb3
feat: user edit UI + admin UI improvements + fixes
5 years ago
Nicolas Giard
366a835278
fix: editor flow
5 years ago
Nicolas Giard
f856da074e
feat: user menu + jwt certs + UI fixes
6 years ago
Nicolas Giard
74aa09f39c
fix: dark mode handling
6 years ago
Nicolas Giard
0b5a4e0c63
feat: content rendering improvements + save fix
6 years ago
NGPixel
2817c72ec3
feat: core improvements + local fs provider + UI fixes
6 years ago
NGPixel
803d86ff63
feat: save page - updated + page history
6 years ago
NGPixel
cb84df7a53
feat: save page
6 years ago
NGPixel
c7b675bb1c
fix: editor properties UI
6 years ago
NGPixel
760939f808
feat: editor page properties
6 years ago
NGPixel
e79dfc0822
feat: admin - groups single view
6 years ago
NGPixel
3f0adc5daf
feat: navigation, editor improvements + graphql refactor
6 years ago
NGPixel
4fa7ed4e93
refactor: client structure + editor preview logic
6 years ago
NGPixel
ce7063ea91
feat: editor - progress dialog + modal single component
6 years ago
NGPixel
218fe02e45
feat: editor-modal-access UI + editor toolbar
6 years ago
NGPixel
beb3fe128b
feat: editor-modal-document UI (2)
6 years ago
NGPixel
f27c1e86b1
feat: editor-modal-document UI
6 years ago