Nicolas Giard
29c8671ab2
fix: breadcrumb path generation
1 week ago
NGPixel
f68d1f60ca
fix: hide unfinished features
1 week ago
StofnerP
077ac97b2d
fix: add locale to home icon breadcrumb nav ( #7825 )
2 weeks ago
Wingqvist
326974cdd5
fix(profile): Prevent autofill on header search bar ( #7688 )
...
This commit resolves the recurring issue where password managers
incorrectly autofill the header search bar when viewing the user
profile page.
This is achieved by wrapping the password change fields in a <form>
element, properly scoping them for browser autofill logic, and using
modern, standard `autocomplete` attributes. This addresses the root
cause of the issue, whereas previous attempts tried to mitigate the
symptom in the search bar.
Fixes #2324
Closes #3327
2 weeks ago
Nicolas Giard
1b6c67ee77
fix: force wrap for code blocks in print view
5 months ago
Karol Rudnikowski (dxdroni)
f54551ee69
fix: page pagination in tags component ( #7061 )
2 years ago
Nicolas Giard
b1e1759f25
fix: set securityTrustProxy to false by default
2 years ago
Jasmine Tai
99e74e8eb2
feat: upgrade markdown-it-emoji to 3.0.0 ( #6945 )
2 years ago
Nicolas Giard
3bf1d9cf28
fix: disable template compilation in source view
3 years ago
José Roberto Sánchez
4de461fe70
fix: make list paragraphs use 100% width ( #6273 )
...
* Adds width 100% for ol paragraph
---------
Co-authored-by: Nicolas Giard <github@ngpixel.com>
3 years ago
NGPixel
b5b1913396
feat: footer override markdown inline parsing
3 years ago
NGPixel
e954b50a7a
feat: footer text override option
3 years ago
Nyxtorm
f972a9c7de
fix: code block styling in blockquotes ( #6108 )
3 years ago
Leangseu Kim
26dcc007e7
fix: sort visualize tree ( #6110 )
...
Co-authored-by: k k <kleangseu@yahoo.com>
3 years ago
Boris
54dbf9ad00
feat: add asciidoc editor module ( #5954 )
...
* feat: add asciidoc editor module
* fix storage file extension for asciidoc pages
* fix: asciidoc editor + rendering improvements
* fix: description list css improvements
Co-authored-by: NGPixel <github@ngpixel.com>
3 years ago
NGPixel
d6d88ed976
fix: edit buttons header alignment when toc sidebar is on the right
3 years ago
NGPixel
c91ff2da7e
feat: add page-ready client boot event
3 years ago
NGPixel
eb99f828b1
fix: edit buttons hidden when toc sidebar is on the right
3 years ago
NGPixel
f3133a72ec
feat: toc sidebar position
3 years ago
NGPixel
ca2f7aaf73
chore: add css classes on page sidebar cards
3 years ago
cannorin
db2ad81a1f
feat: katex persistent macro support ( #5838 )
...
Co-authored-by: cannorin <cannorin@users.noreply.github.com>
3 years ago
NGPixel
9fbc25adb8
feat: improve table rendering + add markdown-it-decorate module
3 years ago
九零
1bb9be0e62
fix: admin contribute link address. ( #5791 )
3 years ago
Evandro Arruda
274ecf4b20
fix: America/Sao_Paulo timezone offset ( #5690 )
3 years ago
NGPixel
8715cd69b2
feat: edit shortcuts
3 years ago
Nicolas Giard
fa35f3a254
fix: footer text overflow on smaller desktop screens
3 years ago
Sandhya Veludandi
4e5da41d35
fix: page cursor and pagination ( #5541 )
...
* fix: search results not displaying on first page
* fix: page cursor position stays the same between page selection
3 years ago
Nicolas Giard
e78953d018
fix(admin): update admin groups page rules write:pages label to match actual permissions
4 years ago
NGPixel
48077fc9e5
feat(admin): make page extensions configurable
4 years ago
Nicolas Giard
18f9165945
fix(graphql): add missing admin mail name variable to save mutation
4 years ago
Nicolas Giard
1e577735c4
fix(mail): typo in admin mail save mutation
4 years ago
David Wheatley
97a744556b
feat(mail): allow setting of mailer identifying name ( #5363 )
4 years ago
myml
89cbb19912
fix: site tree not working because of incorrect variable name ( #5304 )
4 years ago
Nicolas Giard
cd33ff0afb
feat(admin): export tool for full migration / backup ( #5294 )
...
* feat: export content utility (wip)
* feat: export navigation + groups + users
* feat: export comments + navigation + pages + pages history + settings
* feat: export assets
4 years ago
myml
8be88cb273
fix(search): search result display as empty after clearing field ( #5283 )
4 years ago
myml
5590507ef3
fix(nav): add locale to current directory link ( #5286 )
4 years ago
Oleksandr Koltsov
24dbc097cb
fix: change spelling of Kiev to Kyiv ( #5285 )
...
Co-authored-by: Alex Koltsov <alex@slinex.com>
4 years ago
NGPixel
63ecb32494
fix: missing aria attributes + controls on tabset component
4 years ago
Tomas McNamer
fc6e4ab9c4
feat: add link to admin area on welcome page ( #4035 )
...
* feat: Add link to admin area on welcome page
See: #1259
* fix: remove trailing slash from welcome admin button
* fix: welcome page admin button link
Co-authored-by: Nicolas Giard <github@ngpixel.com>
4 years ago
NGPixel
afafb4f4e0
fix: md task list - use same config as client
4 years ago
NGPixel
a04f7bd650
fix: force uploads to use auth headers instead of cookie
4 years ago
NGPixel
92fe9d3e31
fix: view source of page version crash ( #3297 )
4 years ago
David H
5210e14b57
fix: add scrollbar for big diagrams ( #4120 )
...
In case of large DrawIO diagrams, today it is sometimes impossible to display it totally on the screen.
This quick workaround provides a way to enable a scrollbar if the width of the diagram is higher than the browser/screen width.
4 years ago
NGPixel
43cc114ff0
fix: visualeditor font sizes not working in rendered version
4 years ago
NGPixel
79bdd44093
fix: force download of unsafe extensions
4 years ago
NGPixel
e79e591f9e
fix: handle scroll to header in tabset hidden tab
4 years ago
NGPixel
5d3e81496f
fix: sanitize SVG uploads
4 years ago
NGPixel
0d7d95d2ac
fix: markdown checkbox rendering with links
4 years ago
anatawa12
29f173c24c
fix: query parameter on tags page ( #4668 )
4 years ago
broxen
813df21020
fix: prevent malformed paths for pages ( #4533 )
...
* First take on removing erroneous path characters
Paths should not accept trailing slashes or hashtags. This is a first attempt at nullifying those.
* Use rules to verify path before acceptance
Use Regex and rules to verify paths before acceptance
* Rules to prevent any leading or trailing slashes
* Complex slug for regex on path, but it elminates special chars
* Added yarn.lock to .gitignore
* Maybe we do want yarn.lock afterall
* Adding yarn.lock
* Move Regex pattern outside of export
4 years ago