bavis-m
b3d9a183ea
fix: anchor links - use MouseEvent.currentTarget ( #4236 )
...
Co-authored-by: Mark <mark@mhack.io>
2021-09-11 17:05:14 -04:00
Mostafa
9f19543488
fix: add missing decodeURIComponent while page load ( #4244 )
2021-09-11 17:04:17 -04:00
NGPixel
26f1c0f372
feat: convert page
2021-04-02 00:39:11 -04:00
NGPixel
e5ea4af089
fix: missing aria-label on page view ( #2154 )
2020-07-07 23:01:44 -04:00
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
2020-07-03 19:36:33 -04:00
NGPixel
c9f3105997
misc: update dependencies + fix vuetify styles
2020-06-24 23:57:06 -04:00
NGPixel
4855051d87
feat: page published state + comments localization
2020-06-20 22:08:59 -04:00
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
2020-06-19 18:54:05 -04:00
takumi9942
bcd32d44e9
fix: sidebar base64 decode ( #1975 )
2020-06-01 10:54:02 -04:00
NGPixel
d19bf6cce0
fix: hide comment count (wip)
2020-05-31 18:28:53 -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
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
Reinier van der Leer
d44c9a05cf
fix: make sidebar scrollable if higher than the viewport ( #1829 )
2020-05-22 15:55:47 -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
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
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
cc9f022051
fix: nav external blank option
2020-05-08 18:48:07 -04:00
Reinier van der Leer
f7f6d266c8
fix: make page TOC sticky ( #1825 )
2020-05-03 20:21:08 -04:00
NGPixel
5d43f6ada1
feat: content tabs
2020-04-26 21:04:08 -04:00
NGPixel
2dd4cf5c08
fix: sidebar nav incorrect scroll color in light mode
2020-04-24 21:28:48 -04:00
NGPixel
866cdd59c8
fix: dark mode improvements
2020-04-24 15:56:11 -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
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
dd3699b501
fix: sidebar overlay bug on smaller screens
2020-03-14 18:59:27 -04:00
NGPixel
4bf94a1d30
feat: social sharing menu
2020-02-09 14:10:39 -05:00
NGPixel
14c842ff9d
fix: rtl offset + list indent ( #1326 , #1327 )
2019-12-22 18:49:17 -05:00
NGPixel
a72a7b1cdf
fix: disable code block line break + copy button
2019-11-22 16:16:37 -05:00
Zhiming Wang
b19fb2a08c
fix: wrong page title positioning in Safari ( #1233 )
...
Fixes #1221 .
2019-11-19 12:32:29 -05:00
NGPixel
d69dde1df5
fix: UI fixes + search crash ( #1086 )
2019-11-02 16:04:43 -04:00
NGPixel
c83eb25514
fix: breadcrumbs url formatting on 3rd level and higher + missing locale ( #930 )
2019-10-27 17:39:55 -04:00
Nick
6a5bc2e273
refactor: plantuml module
2019-09-27 13:43:14 -04:00
Nick
c7d6473401
feat: edit menu speed-dial UX
2019-09-27 00:02:26 -04:00
Nick
69e644e18f
fix: code linting
2019-09-08 12:39:05 -04:00
Nick
ab463fcae1
feat: tags on page fetch + pageLinks table schema
2019-09-02 18:32:33 -04:00
Nick
cc469d8785
fix: handle anchor links within the page contents ( #1006 )
2019-08-31 21:59:14 -04:00
Nick
518602b0d4
fix: hide incomplete ratings panel
2019-08-26 23:11:21 -04:00
Nick
c29d11f775
fix: scroll anchor preventing text selection
2019-08-25 17:12:38 -04:00
Nick
10e19700e5
fix: UI improvements
2019-08-25 14:23:56 -04:00
Nick
d3e693ab46
feat: mandatory password change on login + UI fixes
2019-08-24 22:19:54 -04:00
Nick
823ff1bc61
feat: update user
2019-08-17 18:29:58 -04:00
Nick
0d9c7be909
fix: arabic UI improvements
2019-08-11 00:12:07 -04:00
Nick
c4629419d3
fix: admin rendering UI + dark mode
2019-08-04 23:53:21 -04:00
Nick
e1f8bf59f5
fix: sidebar display
2019-08-04 13:54:23 -04:00
Nick
065c1bb12e
misc: migrate to vuetify 2.0 (wip)
2019-08-03 22:51:29 -04:00