Commit Graph

417 Commits

Author SHA1 Message Date
NGPixel
3891816758 fix: setup assets location + mysql migration 2.4.13 2020-05-31 22:39:45 -04:00
NGPixel
7a946ec0f5 feat: edit comment 2020-05-31 18:15:15 -04:00
NGPixel
e74605501f feat: comments post min delay 2020-05-31 15:54:20 -04:00
NGPixel
8a74904731 feat: comments delete + refresh on post + formatting 2020-05-31 02:13:41 -04:00
NGPixel
83f7c2867d fix: admin security UI 2020-05-30 16:42:48 -04:00
NGPixel
1f9e5b3fd0 feat: delete user with replace target 2020-05-30 16:34:09 -04:00
daneallen
20e6bc1a70
fix: Open Redirect Vulnerability Mitigation - CWE 601 (#1963)
* Open redirect vulnerabilty mitigation

* Refacted Open Redirect to user configurable and corrected incorrect security variable names.

Co-authored-by: danallendds <daniel.allen@friends.dds.mil>
2020-05-29 18:24:20 -04:00
NGPixel
1222355046 feat: comments - default provider create (wip) + permissions 2020-05-26 22:56:24 -04:00
NGPixel
a0618ee4f6 feat: comments UI improvements 2020-05-23 18:49:10 -04:00
NGPixel
15a45f8b91 fix: admin UI improvements 2020-05-22 23:29:42 -04:00
Dan Later
2c83e3bd84
fix: CKEditor RTL locale support (#1636) 2020-05-22 13:34:53 -04:00
Louis Meyer
e2935488a3
fix: properly wrap very long words in markdown editor (#1743)
* Fix: Fix word-wrap in markdown editor

Overwrite css-property 'work-break: normal' for '.CodeMirror-wrap
pre.CodeMirror-line', which lead to words not wrapping correctly,
with 'word-break: break-word' to properly wrap words.

* Add rule for 'p.line' under .editor-markdown-preview-content

Add 'overflow-wrap: break-word;' for line in the preview of the markdown editor, so the preview properly wraps and does not overflow.
2020-05-22 13:31:31 -04:00
NGPixel
9bd77a9ccd feat: confetti during setup success 2020-05-21 00:34:24 -04:00
NGPixel
df246af3bb fix: remove makefile + update nvmrc version 2020-05-21 00:20:57 -04:00
NGPixel
e1382771cf feat: extensions check + resolver 2020-05-21 00:20:57 -04:00
NGPixel
abc9e4e1d4 feat: comments UI 2020-05-21 00:20:57 -04:00
NGPixel
fb6c01c538 fix: legacy page view 2020-05-21 00:20:57 -04:00
NGPixel
887e8a0f5a feat: comments disqus + commento 2020-05-21 00:20:57 -04:00
NGPixel
f6bad765a2 feat: assets move + comments migration + admin users UI 2020-05-21 00:20:57 -04:00
NGPixel
1def5289af feat: admin comments page 2020-05-21 00:20:57 -04:00
takumi9942
bb21f6ed3e
fix: resize Font Awesome icon (#1897) 2020-05-21 00:04:15 -04:00
Elliott Shugerman
ab1f93be1b
feat: pages visualize improvements (#1914)
* viz pages | add ctrl-click to open page in new tab

* viz pages | rewrite `hierarchy` method

* viz pages | pan and zoom

* fix: pages visualize height + UI fixes

Co-authored-by: NGPixel <github@ngpixel.com>
2020-05-20 23:54:50 -04:00
NGPixel
d0cd340d7e feat: admin extensions 2020-05-12 23:39:29 -04:00
NGPixel
4d14998859 fix: dark theme UI improvements 2020-05-11 00:40:51 -04:00
NGPixel
f362905623 fix: hide write permissions when editing guest group 2020-05-11 00:18:58 -04:00
NGPixel
1a33a43a0d fix: use semver for latest version check 2020-05-11 00:09:10 -04:00
NGPixel
7508d92f92 feat: redirect editor UI (wip) 2020-05-10 18:43:45 -04:00
NGPixel
85a5af6f06 feat: v-card-info 2020-05-10 18:29:24 -04:00
NGPixel
134f057bb8 feat: uploads config + security admin page 2020-05-10 15:55:28 -04:00
NGPixel
53da387082 feat: plantuml in markdown preview 2020-05-08 22:51:32 -04:00
NGPixel
cc9f022051 fix: nav external blank option 2020-05-08 18:48:07 -04:00
NGPixel
2ff0e42c1d fix: add verifySSL option to mail settings 2020-05-08 14:35:57 -04:00
NGPixel
d2b99a2032 feat: timezone + dateFOrmat + appearance profile settings 2020-05-03 00:38:02 -04:00
NGPixel
e48b816f60 fix: disable browser autocomplete on search form 2020-05-01 21:30:52 -04:00
NGPixel
05e8a71cef fix: sanitize markdown preview on content change 2020-05-01 00:55:31 -04:00
NGPixel
fd91565e61 fix: ckeditor - beautify html before saving 2020-04-30 01:21:31 -04:00
NGPixel
a3a1dc1267 fix: ckeditor - extra ) when insert page link 2020-04-26 14:06:17 -04:00
NGPixel
bbe64ef6b6 feat: static navigation menu option 2020-04-25 17:45:59 -04:00
NGPixel
b2931471c0 fix: remove ssh port param for git module 2020-04-25 14:04:14 -04:00
NGPixel
c15d1a4967 fix: navigation mode change not persisted 2020-04-25 13:58:39 -04:00
NGPixel
a4e5276922 feat: copy navigation from locale 2020-04-25 13:48:05 -04:00
NGPixel
866cdd59c8 fix: dark mode improvements 2020-04-24 15:56:11 -04:00
NGPixel
4b1e2c1988 fix: admin navigation - icon tile 2020-04-24 15:17:47 -04:00
NGPixel
d1dd1f195b fix: ldap allow disable cert check + icon 2020-04-24 00:29:49 -04:00
NGPixel
ec2d10c7f2 fix: trim and auto-remove trailing slash for Site URL in Admin General 2020-04-24 00:17:10 -04:00
takumi9942
e0a0434622
fix: editor-modal-media action button (#1736) 2020-04-23 19:18:53 -04:00
Sebastien
a8344e4e06
fix: default link for new external link is now empty (#1749)
Default link for new external link is now empty instead of '/'
2020-04-23 19:17:47 -04:00
NGPixel
6bf0261544 fix: new nav show disabled locale bar 2020-04-21 23:31:16 -04:00
NGPixel
bd4263ecb2 feat: HA event handling + emitting 2020-04-19 22:47:02 -04:00
NGPixel
6a00a5dbce fix: git ssh port incorrect default value 2020-04-19 22:47:02 -04:00