wikijs-fork/client/components
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
2021-10-10 14:56:20 -04:00
..
admin
common fix: update social-sharing.vue to have proper icons (#4556) 2021-10-09 14:03:24 -04:00
editor
profile
admin.vue refactor: deps update + 2FA setup + verify 2020-08-22 19:37:49 -04:00
comments.vue
editor.vue
history.vue
login.vue
new-page.vue
not-found.vue
profile.vue
register.vue
setup.vue
source.vue
tags.vue
unauthorized.vue
welcome.vue