• 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
Name
Last commit
Last update
..
admin Loading commit data...
common Loading commit data...
editor Loading commit data...
profile Loading commit data...
admin.vue Loading commit data...
comments.vue Loading commit data...
editor.vue Loading commit data...
history.vue Loading commit data...
login.vue Loading commit data...
new-page.vue Loading commit data...
not-found.vue Loading commit data...
profile.vue Loading commit data...
register.vue Loading commit data...
setup.vue Loading commit data...
source.vue Loading commit data...
tags.vue Loading commit data...
unauthorized.vue Loading commit data...
welcome.vue Loading commit data...