Paul Saunders
66bf914725
fix: scheduled git sync task ( #4481 )
...
Signed-off-by: Paul Saunders <paul.saunders@finbourne.com>
Co-authored-by: Rainshaw <rxg@live.com>
3 years ago
LK HO
a103127545
fix: graceful shutdown ( #3821 )
...
* fix: missing graceful shutdown handler
* fix: asar - use async fs operation
* fix: scheduler - graceful shutdown and wait for running jobs to complete
4 years ago
LK HO
71aa0c9346
fix: jobs/worker - pass through job error from worker process ( #3822 )
4 years ago
NGPixel
c57c9d9018
fix: disable cors
4 years ago
drewblin
063251248c
fix: set autocommit for mysql ( #2638 )
...
If in server config mysql has autocommit = 0, then wikijs fails with locks like this:
```
2020-10-30T12:56:51.725Z [JOB] error: Rebuilding page tree: [ FAILED ]
2020-10-30T12:56:51.726Z [JOB] error: truncate `pageTree` - Lock wait timeout exceeded; try restarting transaction
```
4 years ago
Eric Knibbe
d04e33eb6b
fix: use absolute URL for logo in email if path relative ( #2628 )
4 years ago
Jafar Akhondali
5ba36ee421
refactor: server code ( #2545 )
...
+ Remove duplicated await
+ Replace some legacy codes with ES6
+ Fix some of eslint problems
4 years ago
NGPixel
63c8a308ba
fix: remove bugsnag + update deps
4 years ago
NGPixel
9762bdc2ce
fix: set enableArithAbort explicit value for tedious driver
4 years ago
NGPixel
1404d6343e
fix: API key incorrectly forces token revalidation
4 years ago
NGPixel
02c3c66084
fix: checkExclusiveAccess incorrectly includes root admin
4 years ago
NGPixel
7c0d6e2883
fix: prevent write:groups from self-promoting
4 years ago
NGPixel
5295e413be
fix: bypass page rule check for global permission check + handle missing page extra field
4 years ago
NGPixel
ae733392f3
feat: password reset
4 years ago
NGPixel
31661b2cb3
fix: token renewal date
4 years ago
NGPixel
5282a82afe
fix: wait for sideload locales before server start ( #1248 )
4 years ago
Nicolas Giard
c009cc1392
feat: new login experience ( #2139 )
...
* feat: multiple auth instances
* fix: auth setup + strategy initialization
* feat: admin auth - add strategy
* feat: redirect on login - group setting
* feat: oauth2 generic - props definitions
* feat: new login UI (wip)
* feat: new login UI (wip)
* feat: admin security login settings
* feat: tabset editor indicators + print view improvements
* fix: code styling
4 years ago
NGPixel
1c18f3a4c2
fix: revoke typo
4 years ago
NGPixel
98f21b9f6a
fix: revalidate tokens created prior to server startup
4 years ago
NGPixel
92b29d1f06
fix: check revalidation timestamp
4 years ago
NGPixel
c37b0ad1d7
fix: remove console log from authenticate func
4 years ago
NGPixel
a25431bcf8
fix: token revocation incorrect TTL
4 years ago
NGPixel
a690e5597f
fix: revocation token list for users + groups
4 years ago
NGPixel
4855051d87
feat: page published state + comments localization
4 years ago
Regev Brody
0e6340f51e
fix: use config value for tokenRenewal expiration ( #2042 )
...
* fix: tokenRenewal seems to be hard coded #1540
4 years ago
Regev Brody
4ffd1325bd
fix: sidebar is empty when the jwt token is expired ( #2037 )
4 years ago
NGPixel
2013ee4fa2
fix: failed auth strategy prevent local auth from initializing
4 years ago
NGPixel
8205faca53
feat: use asar for twemoji assets
5 years ago
NGPixel
e1382771cf
feat: extensions check + resolver
5 years ago
NGPixel
887e8a0f5a
feat: comments disqus + commento
5 years ago
NGPixel
1def5289af
feat: admin comments page
5 years ago
NGPixel
2ff0e42c1d
fix: add verifySSL option to mail settings
5 years ago
NGPixel
02816b68d0
fix: db inline CA cert reconstruct
5 years ago
NGPixel
81732da709
fix: db inline CA cert mode
5 years ago
NGPixel
d651412d34
fix: pg db connection problem
5 years ago
NGPixel
cf81ad910d
fix: HA reload group guest expiration
5 years ago
NGPixel
405187b8e0
fix: HA event publish
5 years ago
NGPixel
bd4263ecb2
feat: HA event handling + emitting
5 years ago
NGPixel
7cd5721ca1
feat: handle event propagation via DB (HA)
5 years ago
NGPixel
8aba5305d8
feat: sidebar item permissions + admin nav edit
5 years ago
NGPixel
53ceea74f1
fix: skip telemetry if devmode
5 years ago
NGPixel
71be4660bf
fix: use new telemetry endpoint
5 years ago
NGPixel
3613c73008
fix: mysql 2.2.50 failed migration
5 years ago
NGPixel
b529ad21c9
fix: code blocks incorrect escaping + deps update
5 years ago
Lukas Frischknecht
ee0eb55522
fix: update docker configuration file location ( #1570 )
5 years ago
NGPixel
df933f5dc4
fix: reject API tokens if API is disabled
5 years ago
Nicolas Giard
f72cf664eb
feat: manage / create API keys ( #1516 )
...
* fix: admin api UI update
* feat: admin api - create dialog UI
* feat: admin api - create + list keys
* feat: admin api localization (wip)
* feat: admin api localization
* feat: admin api - toggle state
* feat: process API keys + format gql request errors to json
5 years ago
NGPixel
1b4d8142f3
fix: code linting auth.js
5 years ago
BobbyB
7d23344c7a
fix: page rules role check ( #1447 )
...
* Check rule.roles against permissions
* Added Role Check to EXACT matching
* Code Review Fixes
5 years ago
BobbyB
b82c788e5c
feat: add Page Rules For Matching Tags ( #1418 )
...
* Added Page Rules For Matching Tags
* fix: use T as Tag Match icon
* fix: reorder page rules in checkAccess
* fix: common controller tags code refactor
Co-authored-by: Nicolas Giard <github@ngpixel.com>
5 years ago
NGPixel
988ba3f616
fix: objection 2 changes
5 years ago
NGPixel
ae53484abd
feat: admin ssl - renew cert + toggle redirection btn
5 years ago
NGPixel
b18dd29fa0
feat: browse page by ID
5 years ago
NGPixel
1b749e7bf2
fix: letsencrypt maintainerEmail
5 years ago
NGPixel
c6933a2d20
feat: let's encrypt
5 years ago
NGPixel
3092615c5e
fix: improve db error reporting for pg
5 years ago
NGPixel
f1725159f7
feat: accept db ssl config
5 years ago
NGPixel
aa5368b2a1
feat: katex + admin SSL UI (wip) + dev warning
5 years ago
NGPixel
8eddc4799e
fix: stable db migration + beta migration to stable
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
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
38c33c58bb
feat: rebuild page tree worker
5 years ago
Nick
1a7ace5107
feat: CONFIG_FILE env param
5 years ago
Nick
766eebbe2f
fix: editor selection UI + config trim DB_PASS_FILE
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
69e644e18f
fix: code linting
5 years ago
Nick
04193dbc6f
feat: database connection retries on start
5 years ago
Nick
604941fe6a
feat: utilities section (wip) + auth utilities
5 years ago
Nick
537551874b
feat: analytics modules backend + admin panel
5 years ago
Nick
28cf67cdaa
feat: sideloading + locales nav menu
5 years ago
Comran Morshed
b690603412
fix: locale override not loading ( #880 )
5 years ago
Nick
40d224e8c0
feat: admin mail - send test email
5 years ago
Nick
922f179a90
feat: LDAP debug flag
6 years ago
Nick
f7ebccbb43
fix: avoid setting db ssl unless explicitly provided
6 years ago
Nick
9f58a08fcb
feat: heroku compatibility
6 years ago
Nick
93c1cb5645
feat: db ssl support
6 years ago
Nick
c0d7e16ef7
fix: asset data type for mysql + mariadb
6 years ago
Nick
6b886b6e3f
feat: image upload + list root assets (wip)
6 years ago
Nick
d7676513ac
feat: auth0 + discord + github + slack auth modules
6 years ago
Nick
e597a7df1a
fix: auth token refresh missing permissions field
6 years ago
Nick
0fd681c1a5
fix: code lint
6 years ago
Nick
358e79d7f5
fix: setup https support + various fixes
6 years ago
Nick
b5db531234
feat: search + basic engine (wip)
6 years ago
Nick
2141366335
feat: dev flags
6 years ago
Nick
3743777b97
fix: sqlite migrations
6 years ago
Nick
7e458f98b4
feat: scheduler storage sync
6 years ago
Nick
aa27554bc7
feat: storage schedule + status
6 years ago
Nick
cd3f88bad0
refactor: removed redis + new scheduler engine
6 years ago
Nick
b1dd54768f
fix: JSON fields handling for MariaDB
6 years ago
Nick
a8c7710412
feat: load dev locale files
6 years ago
Nick
f74c0caac2
feat: storage modes + git improvements
6 years ago
Nick
44e87cb60b
fix: telemetry
6 years ago
Nicolas Giard
658c105ab5
feat: delete page
6 years ago
Nicolas Giard
72253f9cb5
fix: root admin access deny bug + patreon link
6 years ago
Nicolas Giard
86c6aabebd
fix: missing apollo-fetch module
6 years ago
Nicolas Giard
63c044a09b
feat: check for updates
6 years ago
Nicolas Giard
7e62c01ed1
feat: page Rules access check
6 years ago
Nicolas Giard
75eb277401
feat: guest + user permissions
6 years ago