8820 Commits

Author SHA1 Message Date
rijkvanzanten
7e9812d04a v9.11.1 v9.11.1 2022-05-24 17:50:37 -04:00
rijkvanzanten
b764d5ef92 My favorite 2022-05-24 17:50:25 -04:00
Rijk van Zanten
9c198a2b00 New translations en-US.yaml (Polish) (#13524) 2022-05-24 21:37:19 +00:00
rijkvanzanten
8d391ea11b Remove unused prop 2022-05-24 17:29:00 -04:00
Nicola Krumschmidt
d5d5692099 Remove unnecessary ampersand from URLs in filter tests (#13523) 2022-05-24 17:26:09 -04:00
rijkvanzanten
fb6faa2a97 Add missing key 2022-05-24 17:25:41 -04:00
Brainslug
3f4ad0fe87 Environment variable with _FILE suffix containing invalid path throws error on start (#13274)
* opt-in for reading of files from environment variables suffixed with _FILE

* updated docs for new environment variable

* [WIP] allow list

* moved allow list to constants file

* updated whitelist logic for regex matches

* Revert "updated docs for new environment variable"

This reverts commit 584966df38.

* moved allow list back to env.ts to prevent circular dependency
2022-05-24 15:19:52 -04:00
Eron Donevan Powell
d46886d5ac Docs: re-edited user-directory + users-roles-permissions (#13424)
* re-edited user-directory and users-roles-permissions

* added Overview
2022-05-24 14:14:46 -04:00
Rijk van Zanten
1187ef8565 Don't require default connection params when using non default type (#13518) 2022-05-24 14:11:43 -04:00
Rijk van Zanten
6bffe80fab New translations en-US.yaml (Polish) (#13517) 2022-05-24 17:45:34 +00:00
Rijk van Zanten
ae7a5de480 New Crowdin updates (#13513)
* Update source file en-US.yaml

* New translations en-US.yaml (Polish)

* New translations en-US.yaml (Italian)
2022-05-24 16:04:51 +00:00
Eron Donevan Powell
e843d1a775 Docs: Display Templates Page (#13494)
* created new display templates page

* first draft complete, should be fully ready to go live
2022-05-24 11:22:34 -04:00
Azri Kahar
522b7d8a9a Add "No Translated Strings" empty state (#13501) 2022-05-24 11:19:29 -04:00
ian
8f52fdf1f9 Validate type of items' primary keys (#13276)
* Validate type of items' primary keys

* Update tests

* Update validations

* Remove DB specific check for statusCode in existing e2e test

* Extract as util function

* Add unit test

* Refactor to generic validateKeys
2022-05-24 11:11:28 -04:00
Rijk van Zanten
fb559a09a5 Don't show regex on permissions configuration (#13511)
It's only valid for validation. This makes sure it's only configurable for validation.
2022-05-24 11:10:21 -04:00
Rijk van Zanten
b855eb7874 New Crowdin updates (#13507)
* New translations en-US.yaml (Polish)

* New translations en-US.yaml (French)

* New translations en-US.yaml (Italian)

* New translations en-US.yaml (French, Canada)
2022-05-24 13:56:10 +00:00
Nicola Krumschmidt
79b7fc9d4c Fix applyFilter (#13497)
* Revert changes from #11737 to applyFilter

* Add case insensitive operators

* Improve ordering of operators

* Make filters test values more generic and improve structure
2022-05-24 09:37:13 -04:00
Rijk van Zanten
fd62fa2954 New translations en-US.yaml (Persian) (#13499) 2022-05-24 04:48:15 +00:00
Nicola Krumschmidt
6bca482fe5 Improve dashboard saving experience (#13462)
* Don't show edits guard after saving when panels were deleted

* Use useEditsGuard composable in dashboard component
2022-05-23 16:57:20 -04:00
Azri Kahar
0c09c79b2e Allow selecting primary key when aggregating count (#13479) 2022-05-23 16:06:22 -04:00
Rijk van Zanten
4bcf671f84 Allow floats in number validation (#13492) 2022-05-23 15:49:47 -04:00
Eron Donevan Powell
bf752856d0 how to work with nested data (#13489) 2022-05-23 14:17:51 -04:00
Eron Donevan Powell
8a63619362 clarified data, schema, and permissions caching (#13486) 2022-05-23 12:27:00 -04:00
Brainslug
eec2c087db Adds _none and _some operators (#13453)
* re-introducing the _none and _some operators

* abstracted subQuery function out of the loop
2022-05-23 10:57:48 -04:00
Azri Kahar
a7534c1211 fix field conditions when null (#13474) 2022-05-23 03:29:05 +00:00
ian
fa6d9cde22 Add cast-timestamp field flag to system tables (#13429) 2022-05-20 11:16:46 -04:00
Eron Donevan Powell
7af7bb1a8f no composite key support warning added (#13445)
* no composite key support warning added

* Update docs/configuration/data-model.md

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2022-05-20 10:51:32 -04:00
Rijk van Zanten
e2945ca81d New translations en-US.yaml (French) (#13432) 2022-05-20 08:03:45 +00:00
Rijk van Zanten
fa35a6b8dd New translations en-US.yaml (Italian) (#13420) 2022-05-19 17:41:17 +00:00
rijkvanzanten
9a3252fa50 v9.11.0 2022-05-19 13:10:31 -04:00
rijkvanzanten
f52da51925 v9.11.0 v9.11.0 2022-05-19 13:09:50 -04:00
José Varela
999bb85539 Assets: Fix range requests (#13391)
* Return chunk even if range is greater than filesize

* Allow range.start or range.end to not be defined
Examples:
bytes=-300
bytes=300-
bytes=-300- (negative start)

* Make expression lazy instead of greedy
Fix CodeQL "Polynomial regular expression used on uncontrolled data"

* Improve checks readability

* Show proper range in case of failure

* Fix compare falsy values vs zero values

* replace regex

* Handle range validation in a single place

* Clean validation

* Use range object for exception

* Resolve range undefined check

* Prefer strict equality checks

* Cleanup

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2022-05-19 17:01:18 +00:00
Azri Kahar
d6a7b566c5 Hide Save as Copy when creating new item (#13409) 2022-05-19 10:01:02 -04:00
ian
d51240d03f Fix parsing of time and dates when filtering in SQLite (#13410) 2022-05-19 10:00:20 -04:00
Rijk van Zanten
966bdfc655 New translations en-US.yaml (English, United Kingdom) (#13400) 2022-05-19 07:07:21 +00:00
ian
ba3fcb8247 Fix compareValue check for _null and _empty type of operators (#13388) 2022-05-18 13:38:38 -04:00
Rijk van Zanten
01d043252e New translations en-US.yaml (Polish) (#13385) 2022-05-18 15:42:38 +00:00
Jesper
b2d8b2319a GraphQL count aggregation for all fields and * (#11871)
* GraphQL count aggregation for all fields

Fixes #11792

* Rename countRows to countAll

* moved function to new apply-query folder

Co-authored-by: jaycammarano <jay.cammarano@gmail.com>
2022-05-18 15:34:12 +00:00
Rijk van Zanten
11c303fce1 New Crowdin updates (#13384)
* New translations en-US.yaml (Polish)

* New translations en-US.yaml (Italian)

* New translations en-US.yaml (French, Canada)
2022-05-18 14:22:07 +00:00
Bernat Vadell
7e1b946b20 Add support to insensitive case operators (#11737)
* feat: refactor apply-query & implements icontains

* feat: implements icontains in app

* New translations en-US.yaml

* tests: fix returns the filter operators for binary

* implement rest insensitive operators

* fix: proposal to fix #5996 (convert "in" into "exists")

* delete unused imports

* fix: prevent error when operator filter value is null

* fix: apply-query imports

* some tests

* fix: _nstarts_with not applied correctly

* tests: add some filter mathematical tests
2022-05-18 09:58:53 -04:00
Azri Kahar
79ddd35fe0 fix user update without status in payload issue (#13375) 2022-05-18 06:59:53 +00:00
Dominic Marcelino
a64bfa3796 Update hooks.md (#13367) 2022-05-17 13:02:55 -04:00
Rijk van Zanten
726af0c57c New Crowdin updates (#13340)
* New translations en-US.yaml (French)

* New translations en-US.yaml (Polish)
2022-05-16 18:42:17 +00:00
Rijk van Zanten
f26d862a35 New translations en-US.yaml (Catalan) (#13336) 2022-05-16 17:33:23 +00:00
ian
72a19477a7 Fix inconsistent revisions after batch update (#13250)
* Sort keys to ensure order

* Set query limit as the number of keys

* Add query limit only when reading by keys

* Update test

* Check if keys is of array type
2022-05-16 13:10:31 -04:00
ian
b7ece763d7 Fix docs homepage sidebar (#13270)
* Fix docs homepage sidebar

* Update progress indicator's color

* Apply style to homepage sidebar only

* Set different progress indicator color for light mode
2022-05-16 13:06:30 -04:00
Rijk van Zanten
fb8a980a44 New translations en-US.yaml (Catalan) (#13335) 2022-05-16 16:57:52 +00:00
Eron Donevan Powell
5af5c92c0e replaced video (#13333) 2022-05-16 12:35:13 -04:00
Rijk van Zanten
5d15eb441b New translations en-US.yaml (Catalan) (#13332) 2022-05-16 16:24:16 +00:00
Rijk van Zanten
6e33112a97 New translations en-US.yaml (Italian) (#13330) 2022-05-16 15:51:03 +00:00