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>
2023-01-29 23:09:33 -05:00
Frederic Alix
8d1f752620
feat: add possibility to set PostgreSQL schema other than public ( #4161 )
2021-09-24 22:56:44 -04:00
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
```
2020-12-13 14:57:20 -05:00
Jafar Akhondali
5ba36ee421
refactor: server code ( #2545 )
...
+ Remove duplicated await
+ Replace some legacy codes with ES6
+ Fix some of eslint problems
2020-10-14 11:16:27 -04:00
NGPixel
9762bdc2ce
fix: set enableArithAbort explicit value for tedious driver
2020-10-03 16:46:30 -04:00
NGPixel
02816b68d0
fix: db inline CA cert reconstruct
2020-04-20 22:00:59 -04:00
NGPixel
81732da709
fix: db inline CA cert mode
2020-04-20 18:47:06 -04:00
NGPixel
d651412d34
fix: pg db connection problem
2020-04-20 17:51:27 -04:00
NGPixel
405187b8e0
fix: HA event publish
2020-04-19 22:47:02 -04:00
NGPixel
bd4263ecb2
feat: HA event handling + emitting
2020-04-19 22:47:02 -04:00
NGPixel
7cd5721ca1
feat: handle event propagation via DB (HA)
2020-04-19 22:47:02 -04:00
NGPixel
8aba5305d8
feat: sidebar item permissions + admin nav edit
2020-04-18 18:33:22 -04:00
NGPixel
3613c73008
fix: mysql 2.2.50 failed migration
2020-03-29 13:42:55 -04:00
NGPixel
3092615c5e
fix: improve db error reporting for pg
2019-12-30 16:45:25 -05:00
NGPixel
f1725159f7
feat: accept db ssl config
2019-12-30 16:18:30 -05:00
NGPixel
8eddc4799e
fix: stable db migration + beta migration to stable
2019-11-03 22:00:03 -05:00
Nick
04193dbc6f
feat: database connection retries on start
2019-09-04 22:23:44 -04:00
Nick
f7ebccbb43
fix: avoid setting db ssl unless explicitly provided
2019-06-04 03:14:07 -04:00
Nick
9f58a08fcb
feat: heroku compatibility
2019-06-01 21:38:36 -04:00
Nick
93c1cb5645
feat: db ssl support
2019-06-01 00:23:07 -04:00
Nick
6b886b6e3f
feat: image upload + list root assets (wip)
2019-05-13 01:15:27 -04:00
Nick
44e87cb60b
fix: telemetry
2019-02-02 12:09:25 -05:00
Nicolas Giard
658c105ab5
feat: delete page
2019-02-02 12:09:25 -05:00
Nicolas Giard
0b5a4e0c63
feat: content rendering improvements + save fix
2018-11-10 23:40:55 -05:00
Nicolas Giard
92d0925d51
fix: mssql initial migration crash
2018-09-08 15:49:36 -04:00
Nicolas Giard
96f4e89020
fix: mysql + sqlite incompatible queries
2018-08-15 21:57:28 -04:00
NGPixel
2817c72ec3
feat: core improvements + local fs provider + UI fixes
2018-07-29 22:23:33 -04:00
NGPixel
416755f17a
refactor: remove config namespaces
2018-05-28 14:46:55 -04:00
NGPixel
c9b643fbf0
refactor: migrate to objection.js + knex
2018-05-19 16:40:07 -04:00
NGPixel
7793df9bd4
feat: admin groups - list + create, gql refactoring
2018-03-24 22:35:47 -04:00
NGPixel
7acc4e9fed
refactor: global namespace + admin pages UI
2018-03-05 15:49:36 -05:00
NGPixel
3471a7a6f9
refactor: project cleanup + onboarding page
2018-02-04 00:53:13 -05:00