Rijk van Zanten
|
c2e1aca63b
|
Make sure every DB returns time as HH:mm:ss (#6847)
Fixes #6492
|
2021-07-16 00:21:19 +02:00 |
|
Rijk van Zanten
|
70bb6d70dd
|
Improve default value extraction in MS SQL (#6843)
Fixes #6666
|
2021-07-15 23:57:08 +02:00 |
|
Rijk van Zanten
|
f360a2d445
|
Fixed issue that would cause the wrong field to be extracted when using "detailed" updates in o2m with non-"id" primary keys (#6841)
Fixes #6817
|
2021-07-15 23:40:04 +02:00 |
|
Rijk van Zanten
|
262e8cdbb8
|
Show warning when PUBLIC_URL isn't correctly configured (#6840)
Closes #6539
|
2021-07-15 23:20:35 +02:00 |
|
Nicola Krumschmidt
|
f96eeb2c83
|
v9.0.0-rc.85
|
2021-07-15 21:22:54 +02:00 |
|
rijkvanzanten
|
f60deb9ca2
|
Remove prepublish build step, handled in CI
|
2021-07-15 14:23:48 -04:00 |
|
rijkvanzanten
|
ddab55d190
|
v9.0.0-rc.84
|
2021-07-15 14:10:01 -04:00 |
|
rijkvanzanten
|
2a60a0fd88
|
Revert "v9.0.0-rc.84"
This reverts commit a4945a64fd.
|
2021-07-15 10:29:18 -04:00 |
|
Rijk van Zanten
|
be60fa9f31
|
Use [String] for CSV type in GraphQL (#6808)
Fixes #6653
|
2021-07-15 02:34:40 +02:00 |
|
Rijk van Zanten
|
1713f0cbf2
|
Allow setting a custom mailgun host (#6804)
Fixes #6787
|
2021-07-15 01:28:50 +02:00 |
|
rijkvanzanten
|
6d7dc17852
|
Remove oracle from optionaldependencies
|
2021-07-14 18:18:16 -04:00 |
|
rijkvanzanten
|
a4945a64fd
|
v9.0.0-rc.84
|
2021-07-14 17:26:35 -04:00 |
|
rijkvanzanten
|
628b4efc29
|
Revert "v9.0.0-rc.84"
This reverts commit 18e62086f7.
|
2021-07-14 17:25:52 -04:00 |
|
rijkvanzanten
|
18e62086f7
|
v9.0.0-rc.84
|
2021-07-14 16:57:41 -04:00 |
|
Rijk van Zanten
|
ea19390f11
|
Add encrypt option to MS SQL questions (#6746)
|
2021-07-14 00:02:00 +02:00 |
|
Rijk van Zanten
|
5abfd96a99
|
Account for primary keys in A2O processing (#6783)
Fixes #6782
|
2021-07-13 16:26:56 -04:00 |
|
rijkvanzanten
|
f512ba5c1d
|
Fix typo in asset cache default value
|
2021-07-13 16:10:57 -04:00 |
|
renovate[bot]
|
057f277b6c
|
update dependency @types/lodash to v4.14.171 (#6704)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2021-07-12 13:20:52 +00:00 |
|
Aiden Foxx
|
2f3db645ef
|
Fixed migration changing filesize failing on Oracle (#6722)
|
2021-07-12 14:09:50 +02:00 |
|
renovate[bot]
|
0658746e1f
|
update dependency @types/node-cron to v2.0.4 (#6708)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2021-07-12 14:08:23 +02:00 |
|
renovate[bot]
|
52d427a5de
|
update dependency @types/qs to v6.9.7 (#6716)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2021-07-12 14:08:11 +02:00 |
|
Sean Goff
|
f4177be18b
|
fix shared deps constant naming (#6758)
|
2021-07-11 22:11:15 +02:00 |
|
renovate[bot]
|
0cb1d3f72a
|
update dependency @types/nodemailer to v6.4.4 (#6712)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2021-07-11 10:07:22 +02:00 |
|
renovate[bot]
|
dc1c115014
|
update dependency @types/cors to v2.8.12 (#6727)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2021-07-11 10:06:31 +02:00 |
|
Danny Coulombe
|
d1b4109f0d
|
No error message from password reset request #6658 (#6734)
Co-authored-by: dannycoulombe <B!ahrk65>
|
2021-07-11 08:05:58 +00:00 |
|
Pascal Jufer
|
fb0e02cd4b
|
Fix "Duplicate environment variable" error message never showing up (#6740)
|
2021-07-11 09:52:57 +02:00 |
|
Nicola Krumschmidt
|
b7a50c5012
|
Optimize extension-sdk CLI types (#6718)
* Add extension type guards
* Rename validate-extension-package util
* Optimize extension-sdk CLI types
|
2021-07-09 12:32:07 +02:00 |
|
renovate[bot]
|
9967e59f67
|
update dependency @types/keyv to v3.1.2 (#6701)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2021-07-07 12:11:51 +00:00 |
|
renovate[bot]
|
f8dd7c20d4
|
update dependency @types/json2csv to v5.0.3 (#6696)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2021-07-07 10:23:23 +00:00 |
|
renovate[bot]
|
0655087f9c
|
update dependency @types/jsonwebtoken to v8.5.4 (#6697)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2021-07-07 10:13:53 +00:00 |
|
Thijs-Jan
|
18ef097402
|
Fix item.read hook not firing for readByQuery (#6645)
* Move read hook to readByQuery method
* Return query to items.read hook, update docs accordingly
|
2021-07-07 12:13:38 +02:00 |
|
renovate[bot]
|
bf61042d9c
|
update dependency @types/js-yaml to v4.0.2 (#6694)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2021-07-07 11:44:20 +02:00 |
|
renovate[bot]
|
3d1a843559
|
update dependency @types/fs-extra to v9.0.12 (#6689)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2021-07-07 09:37:02 +00:00 |
|
renovate[bot]
|
5760b177c3
|
update dependency @types/body-parser to v1.19.1 (#6677)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2021-07-07 09:24:06 +00:00 |
|
renovate[bot]
|
6919571bcc
|
update dependency @types/sharp to v0.28.4 (#6675)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2021-07-07 11:17:59 +02:00 |
|
rijkvanzanten
|
e56309a91a
|
Bump knex-schema-inspector
|
2021-07-07 11:17:30 +02:00 |
|
renovate[bot]
|
55f14866a9
|
update dependency @types/async to v3.2.7 (#6676)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2021-07-07 11:13:48 +02:00 |
|
renovate[bot]
|
942ade0209
|
update dependency @types/busboy to v0.2.4 (#6678)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2021-07-07 11:11:20 +02:00 |
|
renovate[bot]
|
205235d2c4
|
update dependency @types/cors to v2.8.11 (#6682)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2021-07-07 11:08:05 +02:00 |
|
renovate[bot]
|
ffdb5da440
|
update dependency @types/express to v4.17.13 (#6686)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2021-07-07 11:03:46 +02:00 |
|
renovate[bot]
|
5bb678baec
|
update dependency @types/express-session to v1.17.4 (#6687)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2021-07-07 11:03:35 +02:00 |
|
renovate[bot]
|
81bde51e86
|
update dependency @types/inquirer to v7.3.3 (#6690)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2021-07-07 11:02:53 +02:00 |
|
rijkvanzanten
|
e753e37cef
|
Fix type warning
|
2021-07-05 11:51:39 +02:00 |
|
renovate[bot]
|
1c73c7de62
|
update dependency @types/uuid to v8.3.1 (#6627)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2021-07-04 11:54:11 +00:00 |
|
renovate[bot]
|
0f34129690
|
update dependency @types/stream-json to v1.7.1 (#6634)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2021-07-04 13:34:36 +02:00 |
|
renovate[bot]
|
585e36c8d2
|
update dependency ts-node-dev to v1.1.8 (#6607)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2021-07-02 11:54:19 +02:00 |
|
renovate[bot]
|
f88b1f4252
|
update dependency @types/jsonwebtoken to v8.5.3 (#6606)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2021-07-02 11:54:01 +02:00 |
|
renovate[bot]
|
18d6c0edbe
|
update dependency typescript to v4.3.5 (#6592)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2021-06-30 20:02:38 -04:00 |
|
Alexander Krantz
|
43c4a49186
|
Fix extra dots being added (#6584)
|
2021-06-30 16:54:47 +00:00 |
|
Tommaso Bartolucci
|
0cca732f2f
|
Add skip admin init flag (#6576)
* adds skipAdminInit flag to bootstrap
* checks for skipAdminInit flag
* update docs for skipAdminInit
|
2021-06-30 09:31:59 -04:00 |
|