Commit Graph

786 Commits

Author SHA1 Message Date
NGPixel
144950ea70 fix: stop search loading when exiting 2020-06-01 21:35:10 -04:00
takumi9942
bcd32d44e9
fix: sidebar base64 decode (#1975) 2020-06-01 10:54:02 -04:00
NGPixel
3891816758 fix: setup assets location + mysql migration 2.4.13 2020-05-31 22:39:45 -04:00
NGPixel
d19bf6cce0 fix: hide comment count (wip) 2020-05-31 18:28:53 -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
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
2020-05-30 13:10:44 -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
a8578c5012 misc: pack twemoji into asar 2020-05-24 15:17:36 -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
Reinier van der Leer
d44c9a05cf
fix: make sidebar scrollable if higher than the viewport (#1829) 2020-05-22 15:55:47 -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
de1d4ca12a feat: comments side panel 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
Seyed Sajad Kahani
1efdd6dd5e
fix bullets position in rtl mode (#1892) 2020-05-15 13:28:10 -04:00
NGPixel
d0cd340d7e feat: admin extensions 2020-05-12 23:39:29 -04:00
NGPixel
d2a5b24b38 fix: css linting missing fallback font 2020-05-11 19:49:53 -04:00
Seyed Sajad Kahani
2698da8216
fix: remove unsuitable fonts for lang-fa (#1871) 2020-05-11 13:38:42 -04:00
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>
2020-05-11 13:03:47 -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
Reinier van der Leer
f7f6d266c8
fix: make page TOC sticky (#1825) 2020-05-03 20:21:08 -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
5d43f6ada1 feat: content tabs 2020-04-26 21:04:08 -04:00
NGPixel
6784dd09f4 fix: add directory page to browse menu 2020-04-26 14:19:44 -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
2dd4cf5c08 fix: sidebar nav incorrect scroll color in light mode 2020-04-24 21:28:48 -04:00
NGPixel
c9e7811c55 fix: theme loading optimizations 2020-04-24 17:40:41 -04:00
NGPixel
866cdd59c8 fix: dark mode improvements 2020-04-24 15:56:11 -04:00
NGPixel
0ab9ecfdb2 fix: new nav toolbar dark mode 2020-04-24 15:46:38 -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
NGPixel
8aba5305d8 feat: sidebar item permissions + admin nav edit 2020-04-18 18:33:22 -04:00
NGPixel
9a93ac28f2 feat: admin dashboard last logins 2020-04-18 18:33:22 -04:00
NGPixel
514d31a46d feat: hide sidebar option 2020-04-18 18:33:22 -04:00
NGPixel
1c80faa94d feat: browse nav + pageTree ancestors 2020-04-18 18:33:22 -04:00
NGPixel
3ca72ccc1e feat: new nav UI (wip) 2020-04-18 18:33:22 -04:00
takumi9942
14beb949d9
fix: media print css (#1704) 2020-04-12 13:19:16 -04:00
takumi9942
19361e9da8
fix: header nav grid and padding for mobile (#1697) 2020-04-11 15:47:50 -04:00
NGPixel
b2115143e3 feat: visual editor - link to page 2020-04-11 14:51:51 -04:00
NGPixel
76ade8df53 feat: link autocomplete + insert link modal (markdown) 2020-04-11 00:19:23 -04:00
NGPixel
77548c8778 fix: tags input normalization 2020-04-09 21:56:24 -04:00
NGPixel
d959ef7e5c feat: profile - pages 2020-04-05 23:49:26 -04:00
NGPixel
80ee45ae4f feat: admin edit user - activity panel 2020-04-05 23:49:26 -04:00
NGPixel
1e4d513252 feat: user profile page - save info + change pwd 2020-04-05 23:49:26 -04:00
NGPixel
c7f3c9d908 feat: user profile fetch info + groups 2020-04-05 23:49:26 -04:00
NGPixel
8ea699ac7a fix: user profile UI
fix: user profile UI
2020-04-05 23:49:26 -04:00
NGPixel
283bd7cf58 fix: editor save exact handler 2020-03-30 21:37:18 -04:00
NGPixel
1d16a3fc71 feat: mermaid support for markdown 2020-03-29 20:54:39 -04:00
NGPixel
951ebb6b61 feat: duplicate page 2020-03-29 17:48:45 -04:00
NGPixel
44a0f69a78 feat: katex chemical equations support 2020-03-29 17:06:32 -04:00
NGPixel
dba4ad138b fix: dashboard icon display 2020-03-28 18:58:33 -04:00
Sebastien
c460a365a6
fix: images on top of headers lines #1487 (#1588)
Images on top of headers lines
#1487
2020-03-28 14:37:12 -04:00
NGPixel
58b08e54b4 fix: missing footnote module in markdown editor preview 2020-03-28 14:28:08 -04:00
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>
2020-03-28 14:23:31 -04:00
NGPixel
d3b4c64554 fix: save timeout failsafe 2020-03-28 14:08:57 -04:00
NGPixel
21f19d3ae6 fix: duplicate page selector items 2020-03-27 20:56:09 -04:00
NGPixel
e413f3e420 fix: external link icon 2020-03-27 18:51:51 -04:00
NGPixel
934842ab9b fix: history - handle path move between live and latest versions 2020-03-22 22:48:20 -04:00
NGPixel
507928730a feat: editor save conflict localization 2020-03-22 18:58:27 -04:00
NGPixel
4b0e3d1c43 feat: save conflict resolution 2020-03-21 19:18:08 -04:00
NGPixel
b529ad21c9 fix: code blocks incorrect escaping + deps update 2020-03-20 23:23:13 -04:00
NGPixel
2810f7b5af feat: use local assets for twemoji 2020-03-15 22:34:42 -04:00
NGPixel
2e804a467e fix: tags page missing any locale translation 2020-03-15 19:33:21 -04:00
NGPixel
bf9c6dda1c fix: missing code highlighting when toggling markdown preview (#1484) 2020-03-15 19:32:12 -04:00
Sebastien
88f707b7c1
fix: sort assets by ID and desc (#1501)
* sort assets by ID and desc

* Update editor-modal-media.vue
2020-03-15 18:57:18 -04:00
NGPixel
dd3699b501 fix: sidebar overlay bug on smaller screens 2020-03-14 18:59:27 -04:00
NGPixel
830f51664c feat: katex in markdown preview + xss fix for svg 2020-03-06 14:31:05 -05:00
NGPixel
4398573645 feat: save conflict check polling 2020-03-02 00:43:19 -05:00
NGPixel
6890d9e04e feat: edit title from header in editors 2020-03-01 20:20:37 -05:00
NGPixel
13a995133b feat: branch off / create from template 2020-03-01 18:25:43 -05:00
NGPixel
e85de92715 feat: restore page version 2020-03-01 18:25:43 -05:00
NGPixel
e50dc89519 feat: view version of page source 2020-03-01 18:25:43 -05:00
NGPixel
2ac9131244 feat: page history - download version 2020-03-01 18:25:43 -05:00
NGPixel
95f01cdeb8 feat: history version diff 2020-03-01 18:25:43 -05:00
NGPixel
27ff329d16 feat: history UI 2020-03-01 18:25:43 -05:00
NGPixel
f7c0daec9a feat: content license notice option 2020-02-23 15:20:55 -05:00
NGPixel
c5a22f6d13 fix: editor - show save button as saved when no modif 2020-02-23 12:49:34 -05:00
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
2020-02-22 17:38:06 -05:00
NGPixel
ea5027cb2e fix: admin tags - persist close confirm dialog state 2020-02-14 21:50:17 -05:00
NGPixel
9384ce14d5 fix: square nav icons 2020-02-09 22:55:53 -05:00
NGPixel
4bf94a1d30 feat: social sharing menu 2020-02-09 14:10:39 -05:00
Nicolas Giard
5c20f585a4
feat: admin tags (#1452) 2020-02-09 00:49:32 -05:00
NGPixel
a7b2b31314 fix: disable API docs editor for 2.1 2020-02-07 22:39:18 -05:00
NGPixel
966da1f092 fix: hide renew cert button if https inactive 2020-02-07 22:05:44 -05:00
NGPixel
48ea692afe fix: list items spacing + lang menu max-height 2020-02-07 21:54:59 -05:00
NGPixel
ff5acba358 fix: redirect to previous path after login 2020-02-07 14:51:11 -05:00
NGPixel
a694d26290 fix: hide new nav for 2.1 2020-02-07 14:23:38 -05:00
NGPixel
f4e3fd0954 feat: tags autocomplete in page properties 2020-02-02 16:24:27 -05:00
NGPixel
a1e0e4f27a fix: hide new page button when path not available (#1394) 2020-02-01 16:26:33 -05:00
NGPixel
7ab16e2bf3 fix: disable SRI at build time 2020-02-01 16:14:25 -05:00
NGPixel
9c40975aeb fix: missing pagination on search results (#942) 2020-02-01 15:17:29 -05:00
NGPixel
9f16d3e3fa fix: code linting 2020-01-31 22:41:14 -05:00
NGPixel
ad3a6e15f9 fix: rtl list bullet symbol 2020-01-31 22:34:38 -05:00
NGPixel
1914d40574 fix: set rtl correctly if default lang is non-rtl 2020-01-31 22:29:40 -05:00
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>
2020-01-31 22:22:27 -05:00
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>
2020-01-31 16:57:35 -05:00
NGPixel
4e9d4071fd fix: clear new password in admin user edit 2020-01-31 13:45:30 -05:00
NGPixel
1a4e96d074 fix: use monospaced font for code injection textareas 2020-01-26 17:27:04 -05:00
NGPixel
d0706b376b feat: ctrl + click save in editor to save and close 2020-01-26 13:29:17 -05:00
NGPixel
3e991fa590 misc: dev mode warning on setup 2020-01-25 23:12:57 -05:00
NGPixel
ae53484abd feat: admin ssl - renew cert + toggle redirection btn 2020-01-19 21:30:25 -05:00
NGPixel
59a8e9929c fix: diff2html css path 2020-01-18 15:26:02 -05:00
NGPixel
91e897ccd9 fix: admin contribute list + source permission 2020-01-18 15:19:03 -05:00
NGPixel
18b2f60b84 fix: unescaped code in markdown preview panel 2020-01-14 22:41:26 -05:00
alancnet
e836a49776 fix: light background in nested ckeditor unless dark mode (#1372) 2020-01-13 12:23:44 -05:00
NGPixel
1b749e7bf2 fix: letsencrypt maintainerEmail 2020-01-12 13:23:01 -05:00
NGPixel
c6933a2d20 feat: let's encrypt 2020-01-11 22:33:27 -05:00
NGPixel
0d6562cca4 feat: admin utilities - rerender all pages 2020-01-05 17:40:28 -05:00
NGPixel
6920a35d80 feat: visualize pages (dendograms) 2020-01-05 15:04:16 -05:00
NGPixel
661b6044fa feat: verify + activate + deactivate user from admin 2020-01-02 14:19:27 -05:00
NGPixel
0d6676c19b feat: SFTP storage module + sensitive field option 2019-12-25 01:47:19 -05:00
NGPixel
14c842ff9d fix: rtl offset + list indent (#1326, #1327) 2019-12-22 18:49:17 -05:00
NGPixel
f09f1f4f1e feat: delete a user 2019-12-22 16:08:18 -05:00
NGPixel
3b347f262c feat: save rendering configuration 2019-12-21 16:41:03 -05:00