NGPixel
52125eee73
fix: deps update + login gql temp fix
4 years ago
Nicolas Giard
c009cc1392
feat: new login experience ( #2139 )
...
* feat: multiple auth instances
* fix: auth setup + strategy initialization
* feat: admin auth - add strategy
* feat: redirect on login - group setting
* feat: oauth2 generic - props definitions
* feat: new login UI (wip)
* feat: new login UI (wip)
* feat: admin security login settings
* feat: tabset editor indicators + print view improvements
* fix: code styling
4 years ago
Regev Brody
41327dd1e8
feat: support MultiMarkdown tables ( #2126 )
4 years ago
NGPixel
c9f3105997
misc: update dependencies + fix vuetify styles
4 years ago
NGPixel
969e7e2fe6
fix: table styles dark mode
4 years ago
NGPixel
abe86928fb
feat: markdown spellcheck mode
4 years ago
NGPixel
55bea7d48b
fix: enable spellcheck in visual editor
4 years ago
NGPixel
43e73565af
fix: visual editor table styling
4 years ago
NGPixel
4cb7f33dcf
feat: visual editor code + sub/sup + table props
4 years ago
NGPixel
ff4e25d5ca
fix: comments author locale string
4 years ago
NGPixel
98016d3c42
fix: editor saved state
4 years ago
NGPixel
09114524ff
feat: live preview of custom css in editor
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
Regev Brody
0a16929a57
fix: editing buttons showing up even if no action is allowed ( #2043 )
...
* feat: Edit / Page Create Buttons showing up even if no action is allowed #1780
4 years ago
NGPixel
b723d7d626
fix: markdown core props + styles/scripts permissions
4 years ago
Mauro Frischherz
9e4ed7986c
fix: include locale in sidebar browse links ( #1807 )
...
Co-authored-by: Mauro Frischherz <mauro.frischherz@eoscop.ch>
4 years ago
Regev Brody
e03a80dccc
feat: underline markdown support ( #2073 )
...
* fix: no markdown support for underline #2072
4 years ago
NGPixel
330c90229e
fix: admin locale - help button
4 years ago
NGPixel
939fa0dc2e
fix: use quote icon for plain blockquote
4 years ago
NGPixel
deacd80c45
fix: dashboard invalid version on load
4 years ago
DAlperin
ca87f9088a
fix: respect image floating from visual editor ( #1981 )
4 years ago
NGPixel
4c038c4ad6
fix: roboto-mono incorrect path for arabic locales
4 years ago
NGPixel
a75ead44d0
fix: update saved state for page meta
4 years ago
NGPixel
144950ea70
fix: stop search loading when exiting
4 years ago
takumi9942
bcd32d44e9
fix: sidebar base64 decode ( #1975 )
4 years ago
NGPixel
3891816758
fix: setup assets location + mysql migration 2.4.13
4 years ago
NGPixel
d19bf6cce0
fix: hide comment count (wip)
4 years ago
NGPixel
7a946ec0f5
feat: edit comment
4 years ago
NGPixel
e74605501f
feat: comments post min delay
4 years ago
NGPixel
8a74904731
feat: comments delete + refresh on post + formatting
4 years ago
NGPixel
83f7c2867d
fix: admin security UI
4 years ago
NGPixel
1f9e5b3fd0
feat: delete user with replace target
4 years ago
IndieRodo
006dae1221
fix: links to subtitles with special characters ( #1949 )
...
This issue is related to #1006 . The $vuetify.goTo() function expects a UTF-8 ev.target.hash . However, the markdown CRM URIencodes the ev.target.hash (this is great for browser compatibility, not so much for Vuetify)
Adding decodeURIComponent() to ev.target.hash fixes compatibility with Vuetify.
This fixes GitHub issue #1873
4 years ago
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>
5 years ago
NGPixel
1222355046
feat: comments - default provider create (wip) + permissions
5 years ago
NGPixel
a8578c5012
misc: pack twemoji into asar
5 years ago
NGPixel
a0618ee4f6
feat: comments UI improvements
5 years ago
NGPixel
15a45f8b91
fix: admin UI improvements
5 years ago
Reinier van der Leer
d44c9a05cf
fix: make sidebar scrollable if higher than the viewport ( #1829 )
5 years ago
Dan Later
2c83e3bd84
fix: CKEditor RTL locale support ( #1636 )
5 years ago
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.
5 years ago
NGPixel
9bd77a9ccd
feat: confetti during setup success
5 years ago
NGPixel
df246af3bb
fix: remove makefile + update nvmrc version
5 years ago
NGPixel
e1382771cf
feat: extensions check + resolver
5 years ago
NGPixel
abc9e4e1d4
feat: comments UI
5 years ago
NGPixel
fb6c01c538
fix: legacy page view
5 years ago
NGPixel
887e8a0f5a
feat: comments disqus + commento
5 years ago
NGPixel
f6bad765a2
feat: assets move + comments migration + admin users UI
5 years ago
NGPixel
de1d4ca12a
feat: comments side panel
5 years ago
NGPixel
1def5289af
feat: admin comments page
5 years ago
takumi9942
bb21f6ed3e
fix: resize Font Awesome icon ( #1897 )
5 years ago
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>
5 years ago
Seyed Sajad Kahani
1efdd6dd5e
fix bullets position in rtl mode ( #1892 )
5 years ago
NGPixel
d0cd340d7e
feat: admin extensions
5 years ago
NGPixel
d2a5b24b38
fix: css linting missing fallback font
5 years ago
Seyed Sajad Kahani
2698da8216
fix: remove unsuitable fonts for lang-fa ( #1871 )
5 years ago
Seyed Sajad Kahani
4d2d615402
fix: change nextTick to onload for anchor scrolling ( #1870 )
...
* change nextTick to onload for anchor scrolling
* fix: handle anchor scrollTo if page already loaded
Co-authored-by: Nicolas Giard <github@ngpixel.com>
5 years ago
NGPixel
4d14998859
fix: dark theme UI improvements
5 years ago
NGPixel
f362905623
fix: hide write permissions when editing guest group
5 years ago
NGPixel
1a33a43a0d
fix: use semver for latest version check
5 years ago
NGPixel
7508d92f92
feat: redirect editor UI (wip)
5 years ago
NGPixel
85a5af6f06
feat: v-card-info
5 years ago
NGPixel
134f057bb8
feat: uploads config + security admin page
5 years ago
NGPixel
53da387082
feat: plantuml in markdown preview
5 years ago
NGPixel
cc9f022051
fix: nav external blank option
5 years ago
NGPixel
2ff0e42c1d
fix: add verifySSL option to mail settings
5 years ago
Reinier van der Leer
f7f6d266c8
fix: make page TOC sticky ( #1825 )
5 years ago
NGPixel
d2b99a2032
feat: timezone + dateFOrmat + appearance profile settings
5 years ago
NGPixel
e48b816f60
fix: disable browser autocomplete on search form
5 years ago
NGPixel
05e8a71cef
fix: sanitize markdown preview on content change
5 years ago
NGPixel
fd91565e61
fix: ckeditor - beautify html before saving
5 years ago
NGPixel
5d43f6ada1
feat: content tabs
5 years ago
NGPixel
6784dd09f4
fix: add directory page to browse menu
5 years ago
NGPixel
a3a1dc1267
fix: ckeditor - extra ) when insert page link
5 years ago
NGPixel
bbe64ef6b6
feat: static navigation menu option
5 years ago
NGPixel
b2931471c0
fix: remove ssh port param for git module
5 years ago
NGPixel
c15d1a4967
fix: navigation mode change not persisted
5 years ago
NGPixel
a4e5276922
feat: copy navigation from locale
5 years ago
NGPixel
2dd4cf5c08
fix: sidebar nav incorrect scroll color in light mode
5 years ago
NGPixel
c9e7811c55
fix: theme loading optimizations
5 years ago
NGPixel
866cdd59c8
fix: dark mode improvements
5 years ago
NGPixel
0ab9ecfdb2
fix: new nav toolbar dark mode
5 years ago
NGPixel
4b1e2c1988
fix: admin navigation - icon tile
5 years ago
NGPixel
d1dd1f195b
fix: ldap allow disable cert check + icon
5 years ago
NGPixel
ec2d10c7f2
fix: trim and auto-remove trailing slash for Site URL in Admin General
5 years ago
takumi9942
e0a0434622
fix: editor-modal-media action button ( #1736 )
5 years ago
Sebastien
a8344e4e06
fix: default link for new external link is now empty ( #1749 )
...
Default link for new external link is now empty instead of '/'
5 years ago
NGPixel
6bf0261544
fix: new nav show disabled locale bar
5 years ago
NGPixel
bd4263ecb2
feat: HA event handling + emitting
5 years ago
NGPixel
6a00a5dbce
fix: git ssh port incorrect default value
5 years ago
NGPixel
8aba5305d8
feat: sidebar item permissions + admin nav edit
5 years ago
NGPixel
9a93ac28f2
feat: admin dashboard last logins
5 years ago
NGPixel
514d31a46d
feat: hide sidebar option
5 years ago
NGPixel
1c80faa94d
feat: browse nav + pageTree ancestors
5 years ago
NGPixel
3ca72ccc1e
feat: new nav UI (wip)
5 years ago
takumi9942
14beb949d9
fix: media print css ( #1704 )
5 years ago
takumi9942
19361e9da8
fix: header nav grid and padding for mobile ( #1697 )
5 years ago