Carl Richter
07893b0fa9
misc: fix typo in docker.yml
4 years ago
Carl Richter
4e28d821a5
misc: refactor build workflow using GitHub Actions
4 years ago
Carl Richter
9082a54c43
misc: remove test job, add permissions to push job
4 years ago
Carl Richter
5696a6ea1a
fix: add missing 'graphql-upload' library to package.json
4 years ago
Carl Richter
f5f2f5edb4
fix: change branch names in docker.yml
4 years ago
Carl Richter
820f3a255b
fix: remove dependency on lint in test job
4 years ago
Carl Richter
8b42575159
feat: add github docker workflow
4 years ago
Carl Richter
29016ed13c
fix: replace usage of getComputedStyle to calculate margins of content container
4 years ago
Carl Richter
1b5c170cca
fix: refactor 'open-in-new' button, display image wrapper properly on images below content-size and in lists
4 years ago
Carl Richter
eae23957d6
feat: add styling for dark theme
4 years ago
Carl Richter
b6c8cdfb0c
feat: add new button for copying anchor links
4 years ago
Carl Richter
a197cf7ca9
feat: add styling for tables
4 years ago
Carl Richter
4faf8a44db
fix: refactor code block resizing to support window resizing
4 years ago
Carl Richter
bccc39119a
feat: add expand and collapse button, reduce size of 'open in new tab' button on images
4 years ago
Carl Richter
bc9924c0f4
feat: add overlay to content images via renderer
4 years ago
Carl Richter
c47005c4e3
Merge remote-tracking branch 'origin/feature/tyclipso-theme' into feature/tyclipso-theme
4 years ago
Carl Richter
52163c28f1
feat: add tyclipso html post processor
4 years ago
Carl Richter
53b2adaba8
improvement: customize styling for code blocks
4 years ago
Carl Richter
e6ca58831f
feat: add styles for content wrapper, headlines and code
4 years ago
Carl Richter
52ef4b6240
feat: add 'tyclipso' theme
4 years ago
NGPixel
f55caab359
fix: convert page - handle tabsets
5 years ago
NGPixel
84b927915e
fix: convert page - task list + UI fixes
5 years ago
NGPixel
26f1c0f372
feat: convert page
5 years ago
NGPixel
d75c5532d1
fix: handle raw mustache expressions over multiple lines
5 years ago
NGPixel
c57c9d9018
fix: disable cors
5 years ago
Matt
05aad5b9c6
docs: added DB_SSL and DB_SSL_CA to helm chart ( #2492 )
...
***NO_CI***
* Update deployment.yaml
added DB_SSL option for postgres
* Update README.md
added note about `postgresql.ssl`
* added DB_SSL_CA
* added postgressql.ca note
* Update values.yaml
added more PostgresSQL details to values.yml
* Update values.yaml
* Update values.yaml
removed whitespace
* Update README.md
added ssl and ca notes
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* docs: update README
Co-authored-by: Nicolas Giard <github@ngpixel.com>
5 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
5 years ago
Nicolas Giard
9c3cb1aa90
docs: update readme links
...
***NO_CI***
5 years ago
Nicolas Giard
c9f4d238eb
misc: update issue templates
...
***NO_CI***
5 years ago
Nicolas Giard
36e7b8b919
misc: change gh issue types
...
***NO_CI***
5 years ago
PaulD987
3f001dca2c
fix: loginRedirect doesn't work for non local strategies ( #3222 )
5 years ago
pylr
e87d511978
fix: HSTS header max-age value ( #3225 )
5 years ago
NGPixel
5ffa189383
fix: add v-pre to pre tags at render time
5 years ago
Thomas Nilefalk
919d7c12a1
fix: syntax error in rebuild-tree.js ( #3048 )
5 years ago
Nicolas Giard
5e0236ca2d
docs: clarify helm postgres deploy
...
***NO_CI***
5 years ago
Nicolas Giard
2de0a74c8e
docs: update BACKERS
...
***NO_CI***
5 years ago
Nicolas Giard
5123c3f77b
docs: update BACKERS
...
***NO_CI***
5 years ago
Paul
806e4e8f11
fix: get syncInterval from model instead of module data ( #3003 )
5 years ago
Kevyn Bruyere
b106018029
fix: LDAP - avoid reading empty tls cert file ( #2980 )
...
Co-authored-by: Kevyn Bruyere <kevyn@inovasi.fr>
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
scienceasdf
4b80bab88e
fix: rebuilding tree error when the page number is large enough in sqlite ( #2830 )
...
When the total page number is large enough (usually about 80+), sqlite will throw error: "Too many variables". This commit reduces the chunk size for sqlite configuration.
5 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
5 years ago
Guillaume Hanotel
e3fd967ad7
feat: ability to open search result in new tab with middle-click ( #2919 )
5 years ago
Nicolas Giard
a7b9be3bf7
docs: update BACKERS
...
***NO_CI***
5 years ago
Nicolas Giard
0eba201280
docs: update BACKERS
...
***NO_CI***
5 years ago
Nicolas Giard
804ed9d114
docs: update BACKERS
...
***NO_CI***
5 years ago
Nicolas Giard
1f1a3700ca
docs: update BACKERS
...
***NO_CI***
5 years ago
Carl Richter
bfe30b73ea
feat: add tyclipso html post processor
5 years ago
Carl Richter
135530894a
improvement: customize styling for code blocks
5 years ago
Nicolas Giard
6567415a0d
docs: update BACKERS
...
***NO_CI***
5 years ago