unknown
5438aad637
fix: add site url field to setup page
5 years ago
Nick
5b9dd43e96
feat: import content + x-forwarded toggle
5 years ago
Lawrence Ching
922b7bd1bd
feat: Baidu Tongji analytics module ( #1087 )
* Support Baidu Tongji analytics module
* fix: baidutongji logo + props
5 years ago
Nick
329e9872a1
fix: set minimum db pool size ( #1071 )
5 years ago
Nick
95535aa3b0
fix: prevent dots and spaces in page path during create
5 years ago
Nick
2e0f861fb2
feat: import users group creation logic
5 years ago
Nick
82ba7d0a36
feat: import users from v1 - db + create users
5 years ago
Nick
454da698a1
fix: git sync untracked
5 years ago
Nick
6a5bc2e273
refactor: plantuml module
5 years ago
Nick
f9e10d5107
fix: force user ids during setup
5 years ago
Ethan Davidson
4f8a28f617
feat: PlantUML markdown module ( #1066 )
* initial plantuml work
* got plantuml rendering working
* fix: added plantuml module config order
5 years ago
Nick
7b46d2a4fc
fix: use companion agent for docker upgrade
5 years ago
Nick
1a7ace5107
feat: CONFIG_FILE env param
5 years ago
Nick
d0dc300a59
feat: docker auto upgrade
5 years ago
Nick
766eebbe2f
fix: editor selection UI + config trim DB_PASS_FILE
5 years ago
Nick
53cdb11239
fix: replace mail pass unless changed ( #1053 )
5 years ago
Nick
06250c4f03
fix: ignore mailto links from processing ( #1041 )
5 years ago
Nick
744e6e3248
fix: restore unicode chars for search content
5 years ago
Nick
89754ca7fc
feat: DB_PASS_FILE argument support
5 years ago
Nick
309de5bc17
misc: deps cleanup + form validation fixes
5 years ago
Nick
26842ab62b
feat: reconnect links after page update
5 years ago
Nick
b6fd070b0b
feat: list pages by tags + fix search permissions
5 years ago
Andrew Sim
5202eadebb
feat: AWS S3 + Digitalocean Spaces storage modules ( #1015 )
* Provide basic implementation of AWS S3 storage module
* Abstract S3 Compatible Storage Module logic
* Refactor `getFileExtension()` into the `page` object
* Add implementation for Digitalocean storage module
* Remove accidental `async`/`await` in S3 Storage Module
* Remove argument from the call to `page.getFileExtension()`
https://github.com/Requarks/wiki/pull/1015#discussion_r321990073
5 years ago
Juan Baez
3ab7bcf8ea
fix: host ref in html-core renderer ( #1021 )
Fixing typo on: "server\modules\rendering\html-core\renderer.js"
Lines 40 and 41. Invalid reference to "WIKI.config.site.host" -- should be: "WIKI.config.host"
This was causing rendering issues when attempting to create some sample pages; such as: https://github.com/jbaez001/markdown-cheatsheet
5 years ago
Nick
69e644e18f
fix: code linting
5 years ago
Nick
7634bd266d
feat: ckeditor
5 years ago
Nick
04193dbc6f
feat: database connection retries on start
5 years ago
Nick
33e31a9901
feat: page links table
5 years ago
Nick
ab463fcae1
feat: tags on page fetch + pageLinks table schema
5 years ago
Nick
efab00fa0c
feat: content link states
5 years ago
Nick
22e51c9862
fix: tags load from editor
5 years ago
Nick
5a7fd2d73e
feat: tags UI (wip) + save tags from page
5 years ago
Nick
eac12121bb
fix: always prefix lang for non-default language in disk storage module ( #1000 )
5 years ago
Nick
28c443c356
feat: admin dashboard recent pages + update deps
5 years ago
Nick
7b2c35d2dc
fix: page not found component ( #990 )
5 years ago
D4uS1
94b0121efa
feat: add keycloak auth provider ( #1004 )
* added custom keycloak authentication.
* update readme.
* updated readme.
* reverted README for PR.
* fix: use async/await
* changed callback parameter name from done to cb.
* fix: keycloak description + website
* fix: keycloak logo
5 years ago
Nick
1d8f1f50e1
fix: prevent empty page content
5 years ago
Nick
13358b26b0
fix: auto redirect to login from homepage
5 years ago
Nick
93237cdaeb
fix: broken unauthorized page
5 years ago
Nick
ca25661f81
fix: remove generated view files
5 years ago
Nick
1419e9613a
fix: welcome page crash
5 years ago
Nick
10e19700e5
fix: UI improvements
5 years ago
Nick
7f67c72757
fix: missing vuetify-loader in webpack prod
5 years ago
Nick
d3e693ab46
feat: mandatory password change on login + UI fixes
5 years ago
Nick
823ff1bc61
feat: update user
5 years ago
Nick
a6fa4fb4ac
feat: admin edit user (wip)
5 years ago
Nick
2d2cf90514
feat: admin create user + markdown help fix
5 years ago
Nick
577a061033
misc: admin vuetify 2.0 UI + arabic display improvements
5 years ago
Nick
c4629419d3
fix: admin rendering UI + dark mode
5 years ago
rbtprograms
0f9ddf1e5d
fix: Switch converted to Object Literal ( #940 )
* updating a switch into object literal and fixed a couple linter errors
* added a comment about weird formatting
* style: use lodash get
* fix: pass eslint + puglint + jest
5 years ago