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 fix: resolve admin pages pagination bug (#4280) 2021-09-11 16:59:10 -04:00
common fix: update social-sharing.vue to have proper icons (#4556) 2021-10-09 14:03:24 -04:00
editor fix: prevent malformed paths for pages (#4533) 2021-10-10 14:56:20 -04:00
profile feat: social login providers with dynamic instances 2020-08-30 01:36:37 -04:00
admin.vue refactor: deps update + 2FA setup + verify 2020-08-22 19:37:49 -04:00
comments.vue fix: incorrect cancel button i18n key (#2543) 2020-10-05 22:51:57 -04:00
editor.vue feat: draw.io code insert + preview (wip) 2020-07-12 13:24:25 -04:00
history.vue refactor: deps update + 2FA setup + verify 2020-08-22 19:37:49 -04:00
login.vue fix: bypass auth redirect cookie when set to homepage 2020-10-03 17:11:34 -04:00
new-page.vue feat: assets move + comments migration + admin users UI 2020-05-21 00:20:57 -04:00
not-found.vue feat: assets move + comments migration + admin users UI 2020-05-21 00:20:57 -04:00
profile.vue fix: nav external blank option 2020-05-08 18:48:07 -04:00
register.vue fix: site title check + UI fixes + 2FA setup on account verify 2020-08-23 12:58:56 -04:00
setup.vue refactor: deps update + 2FA setup + verify 2020-08-22 19:37:49 -04:00
source.vue fix: editing buttons showing up even if no action is allowed (#2043) 2020-06-19 18:54:05 -04:00
tags.vue fix: support tags containing special characters (#2743) (#2748) 2020-12-13 14:56:31 -05:00
unauthorized.vue feat: assets move + comments migration + admin users UI 2020-05-21 00:20:57 -04:00
welcome.vue fix: admin UI improvements 2020-05-22 23:29:42 -04:00