Commit Graph

6258 Commits

Author SHA1 Message Date
renovate[bot]
1ab765f003 update dependency pinia to v2.0.0-rc.3 (#7055)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-09 17:12:00 -04:00
Rijk van Zanten
8558beb07c Handle JSON in labels display (#7292)
Fixes #7278
2021-08-09 22:57:50 +02:00
renovate[bot]
5ad5544bf4 update dependency vue to v3.2.0 (#7289)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-09 16:35:59 -04:00
renovate[bot]
802f7de853 update dependency @vue/compiler-sfc to v3.2.0 (#7288)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-09 20:19:05 +00:00
Jay Cammarano
d8889d777e Only treat tinyint(1) and tinyint(0) as booleans (#7287)
* added an if catch for tinyint(1) and tinyint(0)

* made suggested changes toLowerCase()
2021-08-09 15:36:24 -04:00
renovate[bot]
e1c6bc5ac9 update typescript-eslint monorepo to v4.29.1 (#7283)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-09 14:13:41 -04:00
Rijk van Zanten
82967f7ec2 New Crowdin updates (#7260)
* New translations en-US.yaml (Spanish)

* New translations en-US.yaml (Spanish)

* New translations en-US.yaml (Russian)

* New translations en-US.yaml (Russian)

* New translations en-US.yaml (Russian)

* New translations en-US.yaml (Russian)
2021-08-09 12:39:58 -04:00
Nicola Krumschmidt
e5683e0d0b Fix gitignore file in extension templates being deleted when publishing (#7279) 2021-08-09 12:00:09 -04:00
Nicola Krumschmidt
aca8c1078e Only loads app extensions if SERVE_APP is true (#7275)
This also ensures API/App only load their respective extensions in dev.
2021-08-09 09:44:27 -04:00
renovate[bot]
d1b851e34a update dependency ts-node to v10.2.0 (#7271)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-09 09:38:49 -04:00
renovate[bot]
e43065bc12 update dependency vue-router to v4.0.11 (#7272)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-09 09:38:35 -04:00
renovate[bot]
4449310c1a update dependency rollup to v2.56.1 (#7269)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-09 09:38:24 -04:00
Nicola Krumschmidt
b1f1f6d25b Log error message when registering app extension fails (#7274) 2021-08-09 12:09:20 +00:00
Nicola Krumschmidt
11ba37f6c7 Move p-queue to app dev dependencies (#7273) 2021-08-09 14:06:21 +02:00
renovate[bot]
6eafe0101c update dependency @vitejs/plugin-vue to v1.4.0 (#7263)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-07 09:25:48 -04:00
renovate[bot]
6b7ee361ba update dependency p-queue to v7 (#7255)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-06 19:22:52 -04:00
Rijk van Zanten
f6a7853e7d Rely on RETURNING when possible (#7259)
* WIP use returning clause instead of max from id

* Use returning where applicable, fallback to fetch

Fixes #6279
2021-08-07 00:21:50 +02:00
Rijk van Zanten
90793d5645 Don't use tags interface for CSV filter (#7258)
Fixes #6778
2021-08-06 23:53:15 +02:00
Rijk van Zanten
189c338f83 Rate limit the outgoing requests from the app (#7254)
* Rate limit the outgoing requests from the app

Fixes #7147

* Limit to 5/500 instead of 10/1000
2021-08-06 22:02:21 +02:00
Rijk van Zanten
3acaf82000 Fix formatted-value overflow ellpisis on card layout (#7253)
Fixes #7197
2021-08-06 20:45:20 +02:00
rijkvanzanten
1867489a3e Treat sqlite integerfirst as int 2021-08-06 14:26:00 -04:00
Rijk van Zanten
de0ff6286e New Crowdin updates (#7231)
* Update source file en-US.yaml

* New translations en-US.yaml (Thai)

* New translations en-US.yaml (Italian)

* New translations en-US.yaml (Spanish, Latin America)

* New translations en-US.yaml (Slovenian)

* New translations en-US.yaml (Bulgarian)

* New translations en-US.yaml (Estonian)

* New translations en-US.yaml (Norwegian)

* New translations en-US.yaml (Polish)

* New translations en-US.yaml (Portuguese)

* New translations en-US.yaml (Russian)

* New translations en-US.yaml (Swedish)

* New translations en-US.yaml (Turkish)

* New translations en-US.yaml (Portuguese, Brazilian)

* New translations en-US.yaml (Indonesian)

* New translations en-US.yaml (Spanish, Chile)

* New translations en-US.yaml (Thai)

* New translations en-US.yaml (Serbian (Latin))

* New translations en-US.yaml (Dutch)

* New translations en-US.yaml (Italian)

* New translations en-US.yaml (Lithuanian)

* New translations en-US.yaml (Spanish, Latin America)

* New translations en-US.yaml (Slovenian)

* New translations en-US.yaml (Vietnamese)

* New translations en-US.yaml (Chinese Simplified)

* New translations en-US.yaml (Bulgarian)

* New translations en-US.yaml (French)

* New translations en-US.yaml (Spanish)

* New translations en-US.yaml (Arabic)

* New translations en-US.yaml (German)

* New translations en-US.yaml (Finnish)

* New translations en-US.yaml (Hungarian)

* Update source file en-US.yaml

* New translations en-US.yaml (Catalan)

* New translations en-US.yaml (Italian)

* New translations en-US.yaml (Italian)
2021-08-06 13:57:53 -04:00
Rijk van Zanten
00463fe1bb Handle empty collection group in custom nav (#7252)
Fixes #7250
2021-08-06 19:57:44 +02:00
Bernat Vadell
a9515109f8 smtp set tls ciphers option (#7082)
* smtp set tls ciphers option

* standarize tls config

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-08-06 18:44:45 +02:00
Bernat Vadell
2193339aef Fix internal server error (#7240)
* fix internal server error when create items with special pk and not required other fields

* Only run validation check when validation rules exist

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-08-06 18:43:45 +02:00
Rijk van Zanten
4c074512f6 Fix import of perf hook on node < 16 (#7249)
Fixes #7221
2021-08-06 16:47:38 +02:00
Rijk van Zanten
30eb83dddd Add logger statement on password request failures (#7248)
Closes #7221
2021-08-06 10:04:51 -04:00
renovate[bot]
8711500f5c update dependency lint-staged to v11.1.2 (#7238)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-06 09:33:13 -04:00
Pascal Jufer
bea3794f0a Switch to exifr for image metadata extraction (#6922)
* Switch to exifr for image metadata extraction

* Fix migrations on pg

* Prevent double divider

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-08-05 19:19:18 -04:00
renovate[bot]
f9bf7853c9 update dependency npm to v7.20.5 (#7227)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-05 18:37:21 -04:00
Rijk van Zanten
6f4844846e Fix pino deprecation warning (#7230) 2021-08-06 00:30:36 +02:00
Rijk van Zanten
627d843aed Update/tweak groups (#7229)
* Split detail/raw groups, tweak accordion

* Add update groups migration
2021-08-06 00:27:26 +02:00
Rijk van Zanten
faa71c7595 Add cache connection fallbacks (#7226) 2021-08-05 22:27:10 +02:00
renovate[bot]
6e92b9247e update dependency npm to v7.20.4 (#7225)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-05 16:20:44 -04:00
Rijk van Zanten
78ed041ee1 Warn if a collection includes a space (#7223) 2021-08-05 20:02:38 +02:00
renovate[bot]
4bd5c94669 update dependency rollup to v2.56.0 (#7208)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-05 09:25:32 -04:00
Rijk van Zanten
383b4a4926 New Crowdin updates (#7184)
* New translations en-US.yaml (Italian)

* New translations en-US.yaml (Italian)

* New translations en-US.yaml (Slovenian)

* New translations en-US.yaml (Italian)

* New translations en-US.yaml (Spanish)

* New translations en-US.yaml (Spanish, Chile)
2021-08-04 19:51:30 -04:00
Rijk van Zanten
d0f6cb35e3 Support dynamic variables in conditional fields (#7202)
* Move accountability type to shared

* Rely on shared for parse-filter

* Install date-fns

* Support dynamic variables in conditional fields

Closes #7157
2021-08-05 01:51:15 +02:00
Rijk van Zanten
787adc9ee0 Allow JSON in env variables (#7201) 2021-08-05 01:20:57 +02:00
Rijk van Zanten
ce234f3165 Fix timezone problems in dateTime type (#7200)
* Disable useTZ option from MS SQL by default

* Fix recognition of OracleDB timestamp

* Smoothen out knex default in useTz for datatypes

* Fix timezone parsing for dateTime fields

* Remove unused import
2021-08-05 01:19:24 +02:00
Jay Cammarano
61a994ea4f added .keep to common folder (#7196) 2021-08-04 16:15:02 -04:00
Jay Cammarano
1e16065bb0 Updated routes for SDK Settings, Relations, Collections, and Fields (#7192)
* draft

* enpoints tested(manually) and working

* Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>

* removed optional params

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2021-08-04 16:00:05 -04:00
renovate[bot]
293b655589 update dependency gatsby-source-filesystem to v3.11.0 (#7194)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-04 15:43:08 -04:00
renovate[bot]
6d29ebfd46 update dependency sass to v1.37.5 (#7181)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-04 09:35:10 -04:00
Pascal Jufer
e6bd669c54 Fix eslint warnings (#7183) 2021-08-04 09:24:52 -04:00
renovate[bot]
65bd6dd839 update dependency npm to v7.20.3 (#7187)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-04 09:24:35 -04:00
renovate[bot]
a51699ffee update dependency sass to v1.37.4 (#7179) 2021-08-04 03:41:02 +02:00
Rijk van Zanten
177f6a3275 Refresh token after idle period/background tab (#7177)
Fixes #3940
2021-08-04 02:36:48 +02:00
Rijk van Zanten
e8bb89e05d Don't trigger updates for pre-existing selected items (#7176)
Fixes #4147
2021-08-04 01:47:06 +02:00
Rijk van Zanten
135f6f71f6 Fix export sidebar detail for system collections (#7175)
Fixes #6243
2021-08-04 01:28:06 +02:00