Nicolas Giard
6ce29bdb77
feat: add scheduler
2 years ago
Nicolas Giard
33547ddce9
feat: site logo upload + extensions fix
2 years ago
Nicolas Giard
3ebbbc8b5e
feat: admin terminal + legacy code cleanup
2 years ago
Nicolas Giard
05797652a0
feat: welcome page - fix jwt auth
2 years ago
Nicolas Giard
097833d77a
feat: login page + auth panel + various improvements
2 years ago
Nicolas Giard
d9dbd0f62f
feat: login screen UI + server code cleanup
2 years ago
Nicolas Giard
d87e94abac
chore: v2 and v3 interopability + various fixes
2 years ago
Nicolas Giard
4bfd9f5280
feat(mail): allow setting of mailer identifying name
2 years ago
Nicolas Giard
36ba1eb192
feat(admin): migrate locale + login + storage views to vue 3 composable
2 years ago
Ivan Fedorov
d45d40e12e
feat: add X-Mailer header to outgoing emails ( #5238 )
...
Co-authored-by: Nicolas Giard <github@ngpixel.com>
3 years ago
NGPixel
edb529378e
refactor: fix models + storage modules
3 years ago
NGPixel
027b1614ff
refactor: admin editors + flags page to comp api, server cleanup
3 years ago
NGPixel
7b060bec5f
fix: db connection
3 years ago
NGPixel
3a57145e3d
refactor: initial import from v3 prototype
3 years ago
Manuel
1f489a3d8e
fix: handle multiple LDAP strategies ( #5116 )
3 years ago
NGPixel
a3bf1f7916
fix: apply locale restrictions to page rules
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
Frederic Alix
8d1f752620
feat: add possibility to set PostgreSQL schema other than public ( #4161 )
3 years ago
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