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
3 years ago
NGPixel
48077fc9e5
feat(admin): make page extensions configurable
3 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
n1xx1
e8d56c28eb
fix: default theme summary and detail ( #4156 )
...
Fix incorrect styling with detail/summary elements when nested together.
4 years ago
François Karman
cc4c2bfcd5
fix: update social-sharing.vue to have proper icons ( #4556 )
...
facebook and linkedin icons were invalid
4 years ago
broxen
3e795777ec
fix: hide keyline when footnotes are preceded by header ( #4529 )
...
Hide key-line created by `markdown-it-footnote` template when footnotes are directly preceded by header.
Examples:
```md
# References
[^1]: Shows no key-line because References header has one already
# New Page
Text goes here and whatever else
[^1]: these footnotes have no preceding header and will show a key-line
```
4 years ago
broxen
8aa02318b5
fix: display of Headers within Details Summary ( #4491 )
...
* Header formatting for Details Summary
Cleaning up Headers within Details Summary
* Fix for TOC Anchor location
Fix for TOC Anchor location within Details Summary
* display: none for the keyline seems smarter
* Fixes to accommodate large summaries
Fixed to accommodate larger summaries containing both headers and phrasing text. Still removing keylines for summaries with ONLY a header.
4 years ago
Иван
14cb17c227
fix: spoiler summary overflows it's parent ( #2502 )
4 years ago
bavis-m
b3d9a183ea
fix: anchor links - use MouseEvent.currentTarget ( #4236 )
...
Co-authored-by: Mark <mark@mhack.io>
4 years ago
Mostafa
9f19543488
fix: add missing decodeURIComponent while page load ( #4244 )
4 years ago
tsh96
7e997aada5
fix: resolve admin pages pagination bug ( #4280 )
4 years ago
NGPixel
84b927915e
fix: convert page - task list + UI fixes
5 years ago
NGPixel
26f1c0f372
feat: convert page
5 years ago
scienceasdf
cfbd3dca00
Fix: in group edit rules, write scripts permission and write styles permission can be configured. ( #2829 )
...
At present, the user that are not in the administrator group have no access to edit scripts and styles in page editor panel. This commit add configuration in group rule manage webpage so that users' permission on writing styles and writing scripts can be modified.
5 years ago
Guillaume Hanotel
e3fd967ad7
feat: ability to open search result in new tab with middle-click ( #2919 )
5 years ago
Marwane Kalam-Alami
b5af931f88
fix: support tags containing special characters ( #2743 ) ( #2748 )
5 years ago
avioral
089b7850d9
fix: broken draw io diagram on rtl mode, improve elasticsearch config ( #2647 )
...
* - Modify elastic settings
- Add tags field to index
- Modify elastic search query
- Remove empty entities from build suggests list
* Fix map parser error
* - Fix broken drawio svg diagram (rtl issue)
* - Restore the spaces in objects to respect the project formatting rules.
- Omit explanation line
5 years ago
takumi9942
d30fa8298b
fix: media print css ( #2593 )
5 years ago
Edoardo Morassutto
a37a73dede
fix: inline math interpreted as attributes ( #2645 )
...
When using inline math ($e^{-x^2}$) the curly braces are interpreted as
attributes by markdown-it-attrs. Since most of the times they are not
valid attributes they simply get removed.
This patch escapes the curly braces (the default attribute delimiter),
fixing the KaTeX rendering errors.
It would be nice to simply skip that rule for `katex_inline` block types
but as far as I know markdown-it-attrs doesn't have such an option.
Fixes #1581
5 years ago
Nicolas Giard
a57d9af34c
Merge pull request from GHSA-pgjv-84m7-62q7
5 years ago
Kaito Minatoya
0a1f0ac9e3
fix: incorrect cancel button i18n key ( #2543 )
5 years ago
NGPixel
63c8a308ba
fix: remove bugsnag + update deps
5 years ago
NGPixel
fe890979af
fix: bypass auth redirect cookie when set to homepage
5 years ago
Иван
5668eea40a
fix: tabset tabs can't be scrolled ( #2442 )
...
* fix: tabset tabs can't be scrolled
Fix for #2091 . The change advised in that issue works brilliantly.
* fix: tabset scrollbar is visible even if unnecessary
* fix: tabset tall headers
Co-authored-by: Nicolas Giard <github@ngpixel.com>
5 years ago
NGPixel
b0f61d6605
feat: rocket.chat auth module
5 years ago
James C
5a9df24f04
fix: markdown editor URL autocompletion ( #2452 )
...
Fix for #2062 . Using token.string only captured the character at the cursor. Now using the cursor location to determine suitable search text. Also corrected syntax issue where suggestion removed opening link parenthesis.
5 years ago
NGPixel
741b99098a
fix: missing localization strings for page select dialog
5 years ago
NGPixel
e782f85a1d
fix: missing localization strings in login screen
5 years ago
NGPixel
a381d4f314
fix: login bg insert from asset not working
5 years ago
NGPixel
6340f21969
fix: some auth icons are monochrome
5 years ago
takumi9942
2d52ba3303
fix: hidden download button in admin locale page on smaller screens ( #2429 )
5 years ago
NGPixel
8f6cba262f
fix: draw.io svgs are no longer removed with linebreaks ( #2415 )
5 years ago
NGPixel
78417524b3
feat: ldap avatar support
5 years ago
NGPixel
dab5dcfbc1
fix: auth strategy order not saved
5 years ago
NGPixel
5534d50b18
fix: remove unused dep in nav-header
...
***NO_CI***
5 years ago
NGPixel
48d93877e3
fix: search autocomplete off
5 years ago
NGPixel
ef739de970
feat: purge history utility
5 years ago
NGPixel
8490fc1267
feat: handle disabled auth strategies
5 years ago
NGPixel
715364de1d
fix: login screen UI on dark mode
5 years ago
NGPixel
062a0b7979
feat: logout by auth strategy + keycloak implementation
5 years ago
NGPixel
ae733392f3
feat: password reset
5 years ago
NGPixel
e319355017
feat: enable/disable TFA per user
5 years ago
NGPixel
32d67adee1
feat: social login providers with dynamic instances
5 years ago
NGPixel
8c205b6950
fix: site title check + UI fixes + 2FA setup on account verify
5 years ago
NGPixel
f72530bf84
refactor: deps update + 2FA setup + verify
5 years ago
Alice Barker
b588e5522c
fix: add overflow scroll to search results ( #2232 )
...
* Add overflow scroll to search results
All search results were not visible on desktop screens beyond the viewport height, adding overflow-y: scroll fixes this
* Update search-results.vue
5 years ago
NGPixel
26af63a80b
fix: login input hints
5 years ago
NGPixel
e9044698c9
feat: new login complete UI (wip)
5 years ago
NGPixel
10f17c5712
feat: redirect on login based on group
5 years ago
NGPixel
be499e5795
fix: auth strategy dependent username label
5 years ago
NGPixel
383dfd3010
feat: edit existing diagram data
5 years ago
NGPixel
f4502ccef7
feat: markdown editor process markers
5 years ago
NGPixel
52d0af19b4
feat: diagram rendering + post-processor (wip)
5 years ago
NGPixel
5f99b30024
feat: code folding + diagram folding
5 years ago
NGPixel
d209a4158f
feat: draw.io code insert + preview (wip)
5 years ago
NGPixel
c8608315e9
feat: draw.io editor dialog (wip)
5 years ago
NGPixel
e5ea4af089
fix: missing aria-label on page view ( #2154 )
5 years ago
NGPixel
1ced9649c7
feat: enforce 2fa admin setting + hide local on login screen
5 years ago
NGPixel
2b560327ff
feat: add 2fa option to admin security
5 years ago
NGPixel
b2f292cc39
fix: MSSQL migration 2.5.1
5 years ago
NGPixel
b475795595
feat: login bg + bypass + hide local option
5 years ago
NGPixel
52125eee73
fix: deps update + login gql temp fix
6 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
6 years ago
Regev Brody
41327dd1e8
feat: support MultiMarkdown tables ( #2126 )
6 years ago
NGPixel
c9f3105997
misc: update dependencies + fix vuetify styles
6 years ago
NGPixel
969e7e2fe6
fix: table styles dark mode
6 years ago