Jared Brogan
31bd327487
fix: correct azure blob storage typo ( #5591 )
2 years ago
El Gato da Great
e3d94f7177
fix: don't push files to git if ignored ( #5334 )
...
* fix: don't push files to git if ignored
* tweak: change gitPath var to gitFilePath
* fix: "update" instead of "create" of updated file
Co-authored-by: Jacob Parker <blocckba5her@gmail.com>
Co-authored-by: DevBlocky <16978528+DevBlocky@users.noreply.github.com>
2 years ago
myml
b3731dd26e
fix: handle unicode chars when syncing files using git storage ( #5272 )
...
git has the quotopath option enabled by default,
filepaths with unicode characters will be escaped,
causing the wiki to not handle changes.
3 years ago
Nicolas Giard
485aa765d0
fix: add sfo3 to digitalocean spaces module
3 years ago
Marián Skrip
2815f38c52
feat(logging): add option to configure JSON logging ( #5022 )
...
* fix: Use logger for logs using console logging
* feat: Add option to configure JSON logging
* fix: use generic logFormat instead of json specific
* fix: use logFormat for docker config
* fix: use logFormat to build winston formatters
Co-authored-by: Nicolas Giard <github@ngpixel.com>
3 years ago
mordini
d93bd1ad5a
fix: git storage - 'import everything' feature restored ( #4559 ) ( #4572 )
3 years ago
Rainshaw
1dc974245f
fix: sftp error when dir already exists ( #4024 )
...
when the dir exists, sftp.mkdir() would raise an error and ends the for loop.
3 years ago
Eric Knibbe
c5a45e578e
fix: git storage - handle renamed files & assets ( #4307 )
3 years ago
Max
033b8e6b21
fix: S3 copyObject usage - Missing bucket name ( #3745 )
...
* Fix copyObject usage: supply bucket name
* No semicolon
* Assign empty string on initialization
* Remove empty line
4 years ago
Adrián Martínez Interactiv4
52304a8149
fix: update storage.js to match pageHelper.injectPageMetadata ( #2832 )
...
* Update storage.js to match pageHelper.injectPageMetadata
At pageHelper.injectPageMetadata references editorKey and tags to build metadata, but this data seems not to be supplied to this function, since page object is only built from specified columns.
As a result, tags are always empty when exporting pages, and editor key appears as undefined.
It happens also with git storage, but may happen with another storage providers.
I run into this issue running Wiki.js 2.5.170 with the following Docker stack:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
39373979b693 requarks/wiki:2 "docker-entrypoint.s…" 44 minutes ago Up 9 minutes 0.0.0.0:80->3000/tcp, 0.0.0.0:443->3443/tcp wiki
608de6278aaa requarks/wiki-update-companion:latest "dotnet wiki-update-…" 5 months ago Up 6 hours 80/tcp wiki-update-companion
12c7b35ba295 postgres:11 "docker-entrypoint.s…" 5 months ago Up 6 hours 5432/tcp db
* Provide id to allow to query for tags
* Update git storage to provide editorKey and tags
4 years ago
jaljo
cda1f1e805
feat: export creation date in dumped content ( #2345 )
...
* Export creation date in dumped content
* date_creation -> dateCreated
Co-authored-by: Joris Langlois <joris.langlois@knplabs.com>
4 years ago
Regev Brody
b2ff064d34
fix: stream assets from storage local locations ( #2087 )
4 years ago
TakeruDMC
cf3a48a6fa
fix: "undefined" error on deletePage by git storage ( #2132 )
4 years ago
NGPixel
ca0708ea75
feat: extra options for generic S3 module
4 years ago
NGPixel
e45145986a
feat: generic S3 module
4 years ago
NGPixel
b2931471c0
fix: remove ssh port param for git module
5 years ago
NGPixel
566043ec43
fix: perform git move manually to prevent bad source
5 years ago
NGPixel
4308152a08
fix: uriencode git user/pass for http remote
5 years ago
NGPixel
2213ba2c81
fix: git custom ssh port not handled
5 years ago
NGPixel
6a00a5dbce
fix: git ssh port incorrect default value
5 years ago
NGPixel
e68932aa40
feat: purge local repo action for git module
5 years ago
wallrick
b1c7edac90
feat: add ssh port override option for git module ( #1432 )
...
* Adding an override for the ssh port
* fix: git module - ssh custom port
Co-authored-by: Nicolas Giard <github@ngpixel.com>
5 years ago
NGPixel
6920a35d80
feat: visualize pages (dendograms)
5 years ago
NGPixel
0d6676c19b
feat: SFTP storage module + sensitive field option
5 years ago
NGPixel
4a2f1d045b
feat: azure blob storage provider + s3 rename fix
5 years ago
NGPixel
19e4ab69d2
fix: add missing EOL for git key contents
5 years ago
NGPixel
28fdf14002
fix: export + import tags in storage events
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
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
cffd32dee0
feat: local disk import all action + v1 import content ( #1100 )
5 years ago
NGPixel
62d1d7a1df
feat: move page
5 years ago
NGPixel
7a3198c306
fix: linting
5 years ago
NGPixel
38c33c58bb
feat: rebuild page tree worker
5 years ago
Nick
454da698a1
fix: git sync untracked
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
Nick
eac12121bb
fix: always prefix lang for non-default language in disk storage module ( #1000 )
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
Nick
fd8d358b63
fix: git private key alt paste mode
5 years ago
Nick
604941fe6a
feat: utilities section (wip) + auth utilities
5 years ago
NGPixel
4e990d50eb
feat: gitlab auth module + storage locale namespacing fix
5 years ago
Karol Herbst
624297bc96
fix: setting git URL in git storage module if repository starts with http ( #861 )
5 years ago
Nick
bdfac22876
feat: SAML auth module
6 years ago
Nick
438f1485fa
fix: handle git basic auth URl format ( #814 )
6 years ago
Nick
e2518c7a8d
feat: storage disk - actions + daily backup
6 years ago
Nick
10df1b4b0c
feat: storage actions + git module actions
6 years ago
Nick
7bbf683902
fix: HTTPS server ( #784 ) + custom git path ( #783 )
6 years ago