Gerard Lamusse
394e577668
Fix searching custom value and text property on v-select ( #15148 )
2022-08-18 15:07:09 -04:00
Pascal Jufer
de2d81082c
Revert "Fix "Unrestricted file system access to" messages" ( #15146 )
2022-08-18 15:06:27 -04:00
ian
6c0e60a7f7
Hide item link for delete action in activity feed ( #15131 )
...
* Hide item link for delete action in activity feed
* Store translated action separately
2022-08-19 01:19:31 +08:00
Azri Kahar
b2683e6d75
fix name removal in Presets & Bookmarks ( #15141 )
2022-08-18 08:55:42 -04:00
Lukas Schätzle
a803331b4a
Unify download icon ( #15132 )
2022-08-17 16:44:41 -04:00
Rijk van Zanten
19ddd89d8d
Move unit tests to files they apply to ( #15130 )
...
* Move unit tests to files they apply to
* Remove tests root
2022-08-17 16:01:16 -04:00
ian
122f8cfed0
Fix URL for subfolder assets ( #15126 )
...
* Prevent duplicate rootPath for image in file-preview
* Add rootPath to file and file-image for downloading
* Revert change to v-image
* Patch rootPaths accordingly
* Fix missing file name on download
2022-08-17 14:03:29 -04:00
Azri Kahar
d6bfef40cc
Fix v-image's intersection observer sometimes preventing image load ( #15082 )
...
* Fix v-image's intersection observer
* check the last entry instead
* clean up
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2022-08-17 11:44:18 -04:00
ian
f8ea4fdcd2
Remove limit when loading flows ( #15106 )
2022-08-17 11:41:04 -04:00
ian
dca0290d1f
Remove check button when displaying activity log item ( #15107 )
2022-08-17 11:40:38 -04:00
ian
191a70d746
Use img for user placeholder image in activity feed ( #15109 )
2022-08-17 11:36:14 -04:00
Azri Kahar
5297c56422
Fix translations interface and use-relation-multiple empty edits ( #15111 )
...
* fix translations interface empty edits
* fix use-relation-multiple empty edits
2022-08-17 11:35:09 -04:00
Azri Kahar
86a8134a37
Reinstate language direction translations keys ( #15113 )
2022-08-17 11:32:12 -04:00
Azri Kahar
608596f382
Fix margin for tree view buttons ( #15117 )
2022-08-17 10:14:26 -04:00
Gerard Lamusse
b1449dd1cc
Show sub fields if parent exists ( #15041 )
...
* Show sub fields if parent exists
Search relationship fields
* Revert back to 20
2022-08-17 10:02:33 -04:00
Gerard Lamusse
1fedc5bdfd
Fix validatePayload for _or containing _and ( #14951 )
...
* Fix validatePayload for _or containing _and
* Remove comment
* Update unit test
Co-authored-by: ian <licitdev@gmail.com >
2022-08-17 16:53:31 +08:00
ian
a520b66c50
Add M2M base tests ( #15093 )
...
* Add M2M base tests
* Test if working for all vendors
* Revert triggering for all vendors
2022-08-16 14:47:58 -04:00
ian
24b49a9662
Remove usage of .send() when ending stream ( #15097 )
2022-08-16 14:35:47 -04:00
Azri Kahar
8559d37df5
Add messenger env variables to allow list ( #15081 )
2022-08-16 11:52:59 -04:00
ian
75ef3e94a4
Skip seeding of excluded tests when running "only" in blackbox ( #15083 )
2022-08-16 11:38:26 -04:00
Azri Kahar
e255bf80e4
Fix schema apply when deleting interrelated collections ( #15072 )
...
* Fix apply when deleting interrelated collections
* test
* fix unit test
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com >
2022-08-16 11:30:42 -04:00
Azri Kahar
91a36120fa
fix operations foreign key errors on Flow deletion ( #15087 )
2022-08-16 11:00:01 -04:00
Anh Le
9c0f806ed8
Add allow duplicates option to M2A and M2M interfaces ( #14987 )
...
* Add allow duplicates option to M2A and M2M interfaces
* add allow duplicates translation
Co-authored-by: Anh Le <anh.le@hybridheroes.de >
2022-08-16 21:19:55 +08:00
Azri Kahar
14f0acbcc6
Fix manually typed o2m sort field ( #15065 )
2022-08-15 10:13:18 -04:00
José Varela
5087fcd1e4
Graphql: Fix geometry type in arguments ( #15050 )
...
* Handle matrixes as args
This was the less intrusive way I figure out.
We may need to refactor this parseArgs properly in order to handle this types
* App/Graphql: Send filter query as proper JSON instead of escaped string
* Make panel variables readonly when no-editing
Prevents Geometry type mismatch error
* Fix proper way to parse args
2022-08-15 09:58:43 -04:00
ian
1514b0c204
Enable schema caching for blackbox tests ( #15070 )
...
* Enable schema caching for blackbox tests
* Test if working for all vendors
* Undo triggering of all vendors
2022-08-15 09:56:41 -04:00
Brainslug
bd55ebcc83
Workaround preventing the drawer to render with an empty collection ( #14824 )
2022-08-15 09:40:15 -04:00
Azri Kahar
edc431764e
fix filter by folder for file and files interface ( #15073 )
2022-08-15 09:38:41 -04:00
Rijk van Zanten
0bffb2b0f5
Update readme.md
2022-08-12 11:58:43 -04:00
Rijk van Zanten
6d08672c88
Update knex-schema-inspector to 2.0.4 ( #15047 )
2022-08-12 11:02:17 -04:00
ian
225822541e
Allow fields nested in groups to be visible ( #15044 )
2022-08-12 10:39:20 -04:00
Azri Kahar
8fc7218c55
Add Content-Type header when applicable ( #15029 )
2022-08-11 11:23:16 -04:00
Piotr
d3edacd3df
Fix date-fns format to use hours (HH) instead of era (GG) ( #15032 )
2022-08-11 11:20:50 -04:00
ian
33a2444611
Skip fetching items when id = '+' ( #15023 )
2022-08-11 09:16:05 -04:00
Pascal Jufer
55ec5f87d0
Submit Crowdin PRs without "Automerge" label ( #15013 )
2022-08-10 12:52:52 -04:00
ian
3586409a0b
Only allow null filter operators for fields with "conceal" special ( #15010 )
...
* Only allow null filter operators for fields with "conceal" special
* Add tests
* Use GraphQLHash type for fields with "conceal" special
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com >
2022-08-10 11:19:04 -04:00
José Varela
273e0edfa9
Do not validate circular fields ( #14996 )
2022-08-10 10:42:11 -04:00
ian
de7ac8ff14
Prevent clearing of trigger options when initialising ( #15005 )
2022-08-10 10:22:19 -04:00
Azri Kahar
50963747f1
fix map interface for non-native geometry types ( #15008 )
2022-08-10 10:20:09 -04:00
ian
d29536208c
Encode webhook url only if it does not contain encoded values ( #15009 )
2022-08-10 10:17:27 -04:00
Azri Kahar
94393be968
fix Flow operations update bug ( #14998 )
2022-08-10 09:33:23 -04:00
ian
0fd492cdd2
Send error status only if no data is written ( #15007 )
2022-08-10 09:28:08 -04:00
Rijk van Zanten
e9a02cdf85
New Crowdin updates ( #14993 )
2022-08-10 11:44:35 +08:00
Rijk van Zanten
650188c401
New Crowdin updates ( #14991 )
...
* New translations en-US.yaml (Sorani (Kurdish))
* New translations en-US.yaml (Sorani (Kurdish))
* New translations en-US.yaml (Chinese Traditional)
2022-08-10 10:22:00 +08:00
Rijk van Zanten
019aa7b39d
Delete .kodiak.toml
...
Kill it!
@paescuj Crowdin is syncing multiple times a day now, which means that kodiak is merging the PRs multiple times a day. This is starting to create a _huge_ amount of additional PRs that's crowding (pun intended) up the PR list quite a bit. Instead of auto-merging it through, I'm gonna make it part of the release flow to just merge the language updates all at once in a single PR per release to ensure that we don't end up with 500 PRs per release 🙂
2022-08-09 17:24:27 -04:00
Rijk van Zanten
ebcadaa9b9
New translations en-US.yaml (Sorani (Kurdish)) ( #14990 )
2022-08-09 20:35:10 +00:00
Rijk van Zanten
42f5f61cd0
Fix decompression when floats are used, but no integers are present ( #14985 )
...
Fixes #14980
2022-08-09 12:10:21 -04:00
Rijk van Zanten
44fa87a234
New Crowdin updates ( #14984 )
...
* New translations en-US.yaml (French)
* New translations en-US.yaml (Bulgarian)
* New translations en-US.yaml (Italian)
* New translations en-US.yaml (French, Canada)
2022-08-09 15:57:49 +00:00
Rijk van Zanten
de91c1b468
New Crowdin updates ( #14983 )
...
* Update source file en-US.yaml
* New translations en-US.yaml (French)
* New translations en-US.yaml (Bulgarian)
* New translations en-US.yaml (Italian)
* New translations en-US.yaml (French, Canada)
* New translations en-US.yaml (Sorani (Kurdish))
2022-08-09 13:54:52 +00:00
Ramon van Bezouw
df054f294d
RTL support in translation interface ( #14665 )
...
* first draft for translations rtl implementation
* make direction field dybamic
* Fixed default direction field
* added directionality to: tags, input-multiline, repeater (list)
* added directionality for wysiwyg, input-autocomplete, groups
* reverted directionality in wysiwyg-editor
* removed hardcoded rtl, ltr buttons from wysiwyg toolbar
* working directionality in wysiwyg editor
* also add v-if to await language for second language (split-view) in translations.vue
* added watcher for changing wysiwyg directionality on language change
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com >
Co-authored-by: Martijn de Voogd <devoogd@kissthefrog.nl >
Co-authored-by: Martijn <73393707+martijn-dev@users.noreply.github.com >
Co-authored-by: Brainslug <br41nslug@users.noreply.github.com >
2022-08-09 15:23:05 +02:00