Eric Knibbe
c5a45e578e
fix: git storage - handle renamed files & assets ( #4307 )
3 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
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
19e4ab69d2
fix: add missing EOL for git key contents
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
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
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 )
6 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
10df1b4b0c
feat: storage actions + git module actions
6 years ago
Nick
7bbf683902
fix: HTTPS server ( #784 ) + custom git path ( #783 )
6 years ago
Nick
c236cfdff9
fix: aws cloudsearch empty fields query
6 years ago
Nick
e6f1f3add4
feat: git changes processing
6 years ago
Nick
37556399b6
fix: use frontmatter format for metadata in storage
6 years ago
Nick
f74c0caac2
feat: storage modes + git improvements
6 years ago
Nick
d5028b1bce
feat: git init + commands
6 years ago
Nick
a113d1199d
feat: (WIP) git storage module
6 years ago
NGPixel
076e923d48
feat: save page + create event for storage targets
6 years ago
NGPixel
9e2f1caaf7
feat: storage module refactor + UI fixes
6 years ago