NGPixel
37ce116dd2
fix: handle headers for all editors ( #1127 )
5 years ago
NGPixel
28fdf14002
fix: export + import tags in storage events
5 years ago
NGPixel
692e5ca0bd
fix: use preferred_username as alternate for Azure AD
5 years ago
NGPixel
118700f38b
fix: setup truncate + autoprefixer rollback
5 years ago
NGPixel
b567413fee
fix: handle failed setup retries
5 years ago
NGPixel
820cc77a83
fix: MSSQL - setup + pageTree + page delete
5 years ago
Phil Cullen
ea5c4ea33d
fix: MSSQL - expand pages.* to prevent duplicate columns ( #1126 )
...
* Expand pages.* to prevent duplicate columns in MSSQL
Replace pages.* in select query with explicit list of columns to avoid multiple identically named columns being returned by MSSQL
* Use global replace for analytics header templates
Replace multiple instances of the same template variable in analytics templates
* Revert "Use global replace for analytics header templates"
This reverts commit 290b53b6e3
.
5 years ago
apif
8badd8fd55
fix: MSSQL - assetFolder getHierarchy query ( #1131 )
5 years ago
AchimHentschel
44a1c8699f
fix: MSSQL - adds IDENTITY_INSERT in rebuild-tree.js #1125 ( #1130 )
...
Fixes issue when tree is being rebuilt with mssql backend
5 years ago
Justin Kromlinger
8000ebec8f
refactor: use dataPath variable as given in file config ( #1118 )
...
* Actually use path variables as given in default config
* Drop paths.content, avoid populating the global WIKI object
5 years ago
Phil Cullen
7db814c7ad
fix: use global replace for analytics header templates ( #1134 )
...
Support replacing multiple instances of the same template variable in analytics templates
5 years ago
NGPixel
ab8391c085
fix: cascade delete pageTree on page delete ( #1119 )
5 years ago
NGPixel
c4303a5659
feat: git sync - process assets
5 years ago
NGPixel
f1668b9ac5
feat: import assets from disk module
5 years ago
NGPixel
186174f8fe
feat: asset upload/move/delete for S3 module
5 years ago
NGPixel
d987058336
feat: asset add/rename/remove + dump action for git and disk modules
5 years ago
NGPixel
f4816d0628
fix: pageHelper getFileExtension missing return
5 years ago
Nicolas Giard
c5ce6bcbaa
fix: prevent duplicate group assignment ( #1081 )
5 years ago
Nicolas Giard
cffd32dee0
feat: local disk import all action + v1 import content ( #1100 )
5 years ago
NGPixel
73c89dfe44
feat: rebuild tree on page update
5 years ago
NGPixel
62d1d7a1df
feat: move page
5 years ago
NGPixel
acb57879dd
feat: SRI security toggle
5 years ago
NGPixel
3de0e1499a
feat: page tree browser
5 years ago
NGPixel
7a3198c306
fix: linting
5 years ago
NGPixel
2a4b89859c
feat: fetch page tree resolver
5 years ago
NGPixel
38c33c58bb
feat: rebuild page tree worker
5 years ago
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