lucaci32u4
ed9ac9ac5d
Fix page rule evaluation
...
Squashed commit of the following, omitting all environment-related
setups:
commit e0c04f8d47db8b7589cef9acfc5633835624ea24
Author: lucaci32u4 <lucaci32u4@gmail.com>
Date: Sat May 16 02:36:04 2026 +0300
Fix forking release again
commit 4b21b8229c58bc59263f074b72326f297dd6e115
Author: lucaci32u4 <lucaci32u4@gmail.com>
Date: Sat May 16 02:19:46 2026 +0300
Fix forking release
commit cac209b0afe897a83d3c8f8094d5085d28d27335
Author: lucaci32u4 <lucaci32u4@gmail.com>
Date: Sat May 16 01:57:19 2026 +0300
Remove windows build
commit b3e6b37d077ec1ca0895a6f3e8ae278049092035
Author: lucaci32u4 <lucaci32u4@gmail.com>
Date: Sat May 16 01:42:21 2026 +0300
Fix page tree responding to all permissions rules
commit 7606393de6f074fedd1b36acb7f085307304e8e1
Author: lucaci32u4 <lucaci32u4@gmail.com>
Date: Tue May 12 05:12:42 2026 +0300
Fix build process and improve permission handling
commit 1b6dbed46b6eaa9f34e22b1b222fd3bd7a021575
Author: lucaci32u4 <lucaci32u4@gmail.com>
Date: Tue May 12 05:00:51 2026 +0300
Add explanation of fork reason to README
commit a7a7460f8b7a7053e2e8145ea2852989a3ead99f
Merge: 3d63b55d 67d69fe9
Author: lucaci32u4 <lucaci32u4@gmail.com>
Date: Tue May 12 04:54:13 2026 +0300
Merge branch 'feat-permissions'
commit 67d69fe90453c2d3998bf4d204eed3a4fe801157
Author: lucaci32u4 <lucaci32u4@gmail.com>
Date: Tue May 12 04:53:39 2026 +0300
Update inline hint about permission evaluation
commit 64d20cb58c713df517d4f92b79cbceb900ae90e9
Author: lucaci32u4 <lucaci32u4@gmail.com>
Date: Tue May 12 04:04:40 2026 +0300
Rework permissions path matching to better support tags
commit 3d63b55d257309b97ef2ba787c5d62980a065b33
Author: lucaci32u4 <lucaci32u4@gmail.com>
Date: Tue May 12 04:03:17 2026 +0300
Publish to form repo
2 weeks ago
NGPixel
34cd445a46
fix: users + groups permissions assign logic + text hints
1 month ago
NGPixel
188d36e6bb
fix: prevent user assignment to elevated groups
1 month ago
Kolega.dev
d14b0a5509
fix: authenticate GraphQL subscription WebSocket connections ( #7922 )
...
The onConnect handler for GraphQL subscriptions was empty, allowing any
client to establish a WebSocket connection and subscribe to loggingLiveTrail
without authentication. Added JWT verification in onConnect using the same
RS256 credentials and permission checks (manage:system) used elsewhere.
Co-authored-by: kolega.dev <faizan@kolega.ai>
4 months ago
NGPixel
1d0d87af6e
fix: add cookie secure flag when site is using https
5 months ago
NGPixel
028dcd5656
fix: use promisified pipeline from stream
5 months ago
NGPixel
4eb9dabb63
refactor: update docker images to Node 24 and fix promisify calls
5 months ago
Karl Berggren
5c80184a1d
feat: add support for database connection via socketPath when using mysql2 driver ( #7839 )
...
* Added support for database socketPath in configure file when using dbClient mysql2 (mysql or mariadb)
* refactor: mysql dbConfig to conditionally set socketPath
Updated database configuration to conditionally include socketPath from WIKI.config.
* fix: socketPath assignment typo
---------
Co-authored-by: Nicolas Giard <github@ngpixel.com>
5 months ago
Vasily Fedoseyev
abc8dce9cc
fix: Allow HA_ACTIVE: True to enable HA mode ( #7493 )
...
---------
Co-authored-by: Nicolas Giard <github@ngpixel.com>
1 year ago
Nicolas Giard
904260fd44
fix: set no-store cache control on jwt renew response
2 years ago
Eric Knibbe
2e8585478f
fix(git): handle file renames between folders ( #6020 )
...
* git storage: handle file renames between folders
---------
Co-authored-by: Nicolas Giard <github@ngpixel.com>
3 years ago
topdev-spetermann
eadefb8827
fix: sideloading locales should import availabilities ( #5973 )
3 years ago
cleaverm
17c11b3f4e
fix: typo in letsencrypt.js logging output ( #5712 )
4 years ago
David Wheatley
97a744556b
feat(mail): allow setting of mailer identifying name ( #5363 )
4 years ago
Nicolas Giard
cd33ff0afb
feat(admin): export tool for full migration / backup ( #5294 )
...
* feat: export content utility (wip)
* feat: export navigation + groups + users
* feat: export comments + navigation + pages + pages history + settings
* feat: export assets
4 years ago
Ivan Fedorov
3407ac8829
feat: add X-Mailer header to outgoing emails ( #5238 )
...
Co-authored-by: Nicolas Giard <github@ngpixel.com>
4 years ago
Manuel
1f489a3d8e
fix: handle multiple LDAP strategies ( #5116 )
4 years ago
NGPixel
a3bf1f7916
fix: apply locale restrictions to page rules
4 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>
4 years ago
Frederic Alix
8d1f752620
feat: add possibility to set PostgreSQL schema other than public ( #4161 )
5 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>
5 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
5 years ago
LK HO
71aa0c9346
fix: jobs/worker - pass through job error from worker process ( #3822 )
5 years ago
NGPixel
c57c9d9018
fix: disable cors
5 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
```
6 years ago
Eric Knibbe
d04e33eb6b
fix: use absolute URL for logo in email if path relative ( #2628 )
6 years ago
Jafar Akhondali
5ba36ee421
refactor: server code ( #2545 )
...
+ Remove duplicated await
+ Replace some legacy codes with ES6
+ Fix some of eslint problems
6 years ago
NGPixel
63c8a308ba
fix: remove bugsnag + update deps
6 years ago
NGPixel
9762bdc2ce
fix: set enableArithAbort explicit value for tedious driver
6 years ago
NGPixel
1404d6343e
fix: API key incorrectly forces token revalidation
6 years ago
NGPixel
02c3c66084
fix: checkExclusiveAccess incorrectly includes root admin
6 years ago
NGPixel
7c0d6e2883
fix: prevent write:groups from self-promoting
6 years ago
NGPixel
5295e413be
fix: bypass page rule check for global permission check + handle missing page extra field
6 years ago
NGPixel
ae733392f3
feat: password reset
6 years ago
NGPixel
31661b2cb3
fix: token renewal date
6 years ago
NGPixel
5282a82afe
fix: wait for sideload locales before server start ( #1248 )
6 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
6 years ago
NGPixel
1c18f3a4c2
fix: revoke typo
6 years ago
NGPixel
98f21b9f6a
fix: revalidate tokens created prior to server startup
6 years ago
NGPixel
92b29d1f06
fix: check revalidation timestamp
6 years ago
NGPixel
c37b0ad1d7
fix: remove console log from authenticate func
6 years ago
NGPixel
a25431bcf8
fix: token revocation incorrect TTL
6 years ago
NGPixel
a690e5597f
fix: revocation token list for users + groups
6 years ago
NGPixel
4855051d87
feat: page published state + comments localization
6 years ago
Regev Brody
0e6340f51e
fix: use config value for tokenRenewal expiration ( #2042 )
...
* fix: tokenRenewal seems to be hard coded #1540
6 years ago
Regev Brody
4ffd1325bd
fix: sidebar is empty when the jwt token is expired ( #2037 )
6 years ago
NGPixel
2013ee4fa2
fix: failed auth strategy prevent local auth from initializing
6 years ago
NGPixel
8205faca53
feat: use asar for twemoji assets
6 years ago
NGPixel
e1382771cf
feat: extensions check + resolver
6 years ago
NGPixel
887e8a0f5a
feat: comments disqus + commento
6 years ago