NGPixel
d19bf6cce0
fix: hide comment count (wip)
5 years ago
NGPixel
7a946ec0f5
feat: edit comment
5 years ago
NGPixel
e74605501f
feat: comments post min delay
5 years ago
NGPixel
8a74904731
feat: comments delete + refresh on post + formatting
5 years ago
NGPixel
83f7c2867d
fix: admin security UI
5 years ago
NGPixel
1f9e5b3fd0
feat: delete user with replace target
5 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
5 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
NGPixel
b2115143e3
feat: visual editor - link to page
5 years ago
NGPixel
76ade8df53
feat: link autocomplete + insert link modal (markdown)
5 years ago
NGPixel
77548c8778
fix: tags input normalization
5 years ago
NGPixel
d959ef7e5c
feat: profile - pages
5 years ago
NGPixel
80ee45ae4f
feat: admin edit user - activity panel
5 years ago
NGPixel
1e4d513252
feat: user profile page - save info + change pwd
5 years ago
NGPixel
c7f3c9d908
feat: user profile fetch info + groups
5 years ago
NGPixel
8ea699ac7a
fix: user profile UI
...
fix: user profile UI
5 years ago
NGPixel
283bd7cf58
fix: editor save exact handler
5 years ago
NGPixel
1d16a3fc71
feat: mermaid support for markdown
5 years ago
NGPixel
951ebb6b61
feat: duplicate page
5 years ago
NGPixel
44a0f69a78
feat: katex chemical equations support
5 years ago
NGPixel
dba4ad138b
fix: dashboard icon display
5 years ago
Sebastien
c460a365a6
fix: images on top of headers lines #1487 ( #1588 )
...
Images on top of headers lines
#1487
5 years ago
NGPixel
58b08e54b4
fix: missing footnote module in markdown editor preview
5 years ago
Dragan Espenschied
3402afa03c
fix: rendering of unordered lists and footnotes ( #1609 )
...
* Fix rendering of lists and footnotes
* Fix rendering of lists and footnotes
* fix: restore list arrow symbols
Co-authored-by: Nicolas Giard <github@ngpixel.com>
5 years ago
NGPixel
d3b4c64554
fix: save timeout failsafe
5 years ago
NGPixel
21f19d3ae6
fix: duplicate page selector items
5 years ago
NGPixel
e413f3e420
fix: external link icon
5 years ago
NGPixel
934842ab9b
fix: history - handle path move between live and latest versions
5 years ago
NGPixel
507928730a
feat: editor save conflict localization
5 years ago
NGPixel
4b0e3d1c43
feat: save conflict resolution
5 years ago
NGPixel
b529ad21c9
fix: code blocks incorrect escaping + deps update
5 years ago
NGPixel
2810f7b5af
feat: use local assets for twemoji
5 years ago
NGPixel
2e804a467e
fix: tags page missing any locale translation
5 years ago
NGPixel
bf9c6dda1c
fix: missing code highlighting when toggling markdown preview ( #1484 )
5 years ago
Sebastien
88f707b7c1
fix: sort assets by ID and desc ( #1501 )
...
* sort assets by ID and desc
* Update editor-modal-media.vue
5 years ago
NGPixel
dd3699b501
fix: sidebar overlay bug on smaller screens
5 years ago
NGPixel
830f51664c
feat: katex in markdown preview + xss fix for svg
5 years ago
NGPixel
4398573645
feat: save conflict check polling
5 years ago
NGPixel
6890d9e04e
feat: edit title from header in editors
5 years ago
NGPixel
13a995133b
feat: branch off / create from template
5 years ago
NGPixel
e85de92715
feat: restore page version
5 years ago
NGPixel
e50dc89519
feat: view version of page source
5 years ago
NGPixel
2ac9131244
feat: page history - download version
5 years ago
NGPixel
95f01cdeb8
feat: history version diff
5 years ago
NGPixel
27ff329d16
feat: history UI
5 years ago
NGPixel
f7c0daec9a
feat: content license notice option
5 years ago
NGPixel
c5a22f6d13
fix: editor - show save button as saved when no modif
5 years ago
Nicolas Giard
f72cf664eb
feat: manage / create API keys ( #1516 )
...
* fix: admin api UI update
* feat: admin api - create dialog UI
* feat: admin api - create + list keys
* feat: admin api localization (wip)
* feat: admin api localization
* feat: admin api - toggle state
* feat: process API keys + format gql request errors to json
5 years ago
NGPixel
ea5027cb2e
fix: admin tags - persist close confirm dialog state
5 years ago
NGPixel
9384ce14d5
fix: square nav icons
5 years ago
NGPixel
4bf94a1d30
feat: social sharing menu
5 years ago
Nicolas Giard
5c20f585a4
feat: admin tags ( #1452 )
5 years ago
NGPixel
a7b2b31314
fix: disable API docs editor for 2.1
5 years ago
NGPixel
966da1f092
fix: hide renew cert button if https inactive
5 years ago
NGPixel
48ea692afe
fix: list items spacing + lang menu max-height
5 years ago
NGPixel
ff5acba358
fix: redirect to previous path after login
5 years ago
NGPixel
a694d26290
fix: hide new nav for 2.1
5 years ago
NGPixel
f4e3fd0954
feat: tags autocomplete in page properties
5 years ago
NGPixel
a1e0e4f27a
fix: hide new page button when path not available ( #1394 )
5 years ago
NGPixel
7ab16e2bf3
fix: disable SRI at build time
5 years ago
NGPixel
9c40975aeb
fix: missing pagination on search results ( #942 )
5 years ago
NGPixel
9f16d3e3fa
fix: code linting
5 years ago
NGPixel
ad3a6e15f9
fix: rtl list bullet symbol
5 years ago
NGPixel
1914d40574
fix: set rtl correctly if default lang is non-rtl
5 years ago
Aitor Rosell Torralba
429c2673ca
fix: list formatting multiline with fancy bullets ( #1406 )
...
* Fix list formatting multiline with fancy bullets
In kinda response to: https://github.com/Requarks/wiki/pull/1283
Solves the problem with the list having issues with p elements and with multi lines but keeping the fancy css bullets.
Tested on Chrome, Firefox, Opera and Edge.
* remove important
* fix: bullet symbol for RTL
Co-authored-by: Nicolas Giard <github@ngpixel.com>
5 years ago
BobbyB
b82c788e5c
feat: add Page Rules For Matching Tags ( #1418 )
...
* Added Page Rules For Matching Tags
* fix: use T as Tag Match icon
* fix: reorder page rules in checkAccess
* fix: common controller tags code refactor
Co-authored-by: Nicolas Giard <github@ngpixel.com>
5 years ago
NGPixel
4e9d4071fd
fix: clear new password in admin user edit
5 years ago
NGPixel
1a4e96d074
fix: use monospaced font for code injection textareas
5 years ago
NGPixel
d0706b376b
feat: ctrl + click save in editor to save and close
5 years ago
NGPixel
3e991fa590
misc: dev mode warning on setup
5 years ago
NGPixel
ae53484abd
feat: admin ssl - renew cert + toggle redirection btn
5 years ago
NGPixel
59a8e9929c
fix: diff2html css path
5 years ago
NGPixel
91e897ccd9
fix: admin contribute list + source permission
5 years ago
NGPixel
18b2f60b84
fix: unescaped code in markdown preview panel
5 years ago
alancnet
e836a49776
fix: light background in nested ckeditor unless dark mode ( #1372 )
5 years ago
NGPixel
1b749e7bf2
fix: letsencrypt maintainerEmail
5 years ago
NGPixel
c6933a2d20
feat: let's encrypt
5 years ago
NGPixel
0d6562cca4
feat: admin utilities - rerender all pages
5 years ago
NGPixel
6920a35d80
feat: visualize pages (dendograms)
5 years ago
NGPixel
661b6044fa
feat: verify + activate + deactivate user from admin
5 years ago
NGPixel
0d6676c19b
feat: SFTP storage module + sensitive field option
5 years ago
NGPixel
14c842ff9d
fix: rtl offset + list indent ( #1326 , #1327 )
5 years ago
NGPixel
f09f1f4f1e
feat: delete a user
5 years ago
NGPixel
3b347f262c
feat: save rendering configuration
5 years ago
NGPixel
cb5264e42b
fix: hide bullet on links and grid lists
5 years ago
NGPixel
aa5368b2a1
feat: katex + admin SSL UI (wip) + dev warning
5 years ago
Noel Cower
d407312caa
fix: list item formatting for lists with paragraphs ( #1283 )
...
This removes the fancy tick-mark next to unordered list items, which is
a little depressing, but fixes formatting for them when they contain
paragraphs (`<p>` elements). The tick-mark has been replaced with
a square mark. Both ordered and unordered lists have grown 1rem of left
padding to compensate for their position.
Considered using disclosure-closed as a similar triangle replacement,
but it's not regarded as something that should be used in production
(per MDN). Using a simple string is unsupported because it's only in
a CSS working draft, so a square is the least controversial option,
I think.
Closes #1282 .
5 years ago