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>
2 years ago
Frederic Alix
8d1f752620
feat: add possibility to set PostgreSQL schema other than public ( #4161 )
3 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
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
9762bdc2ce
fix: set enableArithAbort explicit value for tedious driver
4 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
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
3613c73008
fix: mysql 2.2.50 failed migration
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
8eddc4799e
fix: stable db migration + beta migration to stable
5 years ago
Nick
04193dbc6f
feat: database connection retries on start
5 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
6b886b6e3f
feat: image upload + list root assets (wip)
6 years ago
Nick
44e87cb60b
fix: telemetry
6 years ago
Nicolas Giard
658c105ab5
feat: delete page
6 years ago
Nicolas Giard
0b5a4e0c63
feat: content rendering improvements + save fix
6 years ago
Nicolas Giard
92d0925d51
fix: mssql initial migration crash
6 years ago
Nicolas Giard
96f4e89020
fix: mysql + sqlite incompatible queries
6 years ago
NGPixel
2817c72ec3
feat: core improvements + local fs provider + UI fixes
6 years ago
NGPixel
416755f17a
refactor: remove config namespaces
7 years ago
NGPixel
c9b643fbf0
refactor: migrate to objection.js + knex
7 years ago
NGPixel
7793df9bd4
feat: admin groups - list + create, gql refactoring
7 years ago
NGPixel
7acc4e9fed
refactor: global namespace + admin pages UI
7 years ago
NGPixel
3471a7a6f9
refactor: project cleanup + onboarding page
7 years ago