Azri Kahar
ffc7450687
add letterbox to videos
2022-07-25 17:46:29 +08:00
Azri Kahar
ea5d3e6015
Merge branch 'main' into issue/14546
2022-07-25 17:20:33 +08:00
Rijk van Zanten
16fbe743fe
New translations en-US.yaml (French) ( #14612 )
2022-07-24 19:07:58 +00:00
Rijk van Zanten
cf10b17e57
New translations en-US.yaml (French) ( #14604 )
2022-07-24 03:06:04 +00:00
Rijk van Zanten
3018f90420
New translations en-US.yaml (French) ( #14601 )
2022-07-24 01:51:38 +00:00
Rijk van Zanten
e3850deafa
New translations en-US.yaml (French) ( #14593 )
2022-07-23 17:33:38 +00:00
Sidarta Veloso
67cea310fb
Update pt-BR.yaml ( #14584 )
...
Save as copy means 'Salvar como cópia' and not 'Salvar e Copiar'.
2022-07-22 16:45:49 -04:00
Rijk van Zanten
d6846d74eb
Refactor unnecessary nested app folders ( #14580 )
...
* Remove unused nested folders from components
* Remove nested folders
* Standardize composables output
* Fix import inconsistencies
* Same trick for directives
* Same for routes
* Replace reliance root grouped export in favor of explicit imports
* Replace reliance on implicit imports
* Remove nested folder structure
* Consistent use of non-default exports in utils
* Remove nested folder structure from private components
* Fix test mock
* Remove extraneous component registration for valuenull
* Fix stores provider
* Fix logo sprite
2022-07-22 15:10:28 -04:00
rijkvanzanten
6e4738e4c0
v9.14.5
v9.14.5
2022-07-22 14:45:15 -04:00
rijkvanzanten
aec37f6198
v9.14.4
2022-07-22 10:38:33 -04:00
ian
1b368291eb
Revert to <img> for image editor ( #14576 )
...
* Revert to <img> for image editor
* Fix typings
v9.14.4
2022-07-22 10:17:14 -04:00
Azri Kahar
7d62a70007
Fix GraphQL aggregate query ( #14560 )
...
* FIx aggregate query in GraphQL
* change type to Query and alter previous logic
* test
2022-07-22 09:55:51 -04:00
Brainslug
3ceec97f66
Using formFields which is filtered over the fields property ( #14569 )
2022-07-22 09:30:25 -04:00
Azri Kahar
9326399ba6
Center horizontally for small width videos
2022-07-22 18:10:11 +08:00
Azri Kahar
bec3d0e16e
fix audio player not showing up
2022-07-22 17:09:48 +08:00
rijkvanzanten
3d03291c31
Rerun workflow on workflow change
2022-07-21 16:23:36 -04:00
rijkvanzanten
2910ee286b
Try with pnpm
2022-07-21 16:22:16 -04:00
rijkvanzanten
cf41b07100
v9.14.3
v9.14.3
2022-07-21 16:16:14 -04:00
rijkvanzanten
9833294743
Oracle (╯°□°)╯︵ ┻━┻
2022-07-21 16:03:30 -04:00
Rijk van Zanten
e223a9d1cd
Remove oracledb from package.json ( #14556 )
2022-07-21 15:55:51 -04:00
rijkvanzanten
54f80376c8
Don't cache npm in node checkout
2022-07-21 15:30:26 -04:00
rijkvanzanten
eb1a4e6897
v9.14.2
2022-07-21 15:25:47 -04:00
rijkvanzanten
0890bfc9a5
Update docs
v9.14.2
2022-07-21 15:23:25 -04:00
rijkvanzanten
6d1e5b3432
v9.14.2
2022-07-21 15:17:56 -04:00
ian
9f9ef45846
Disable foreign check on SQLite when deleting fields ( #14512 )
...
* Disable foreign check on SQLite when deleting fields
* Add default on_delete constraint
* Add test
* Rename methods
* Fix test sequence
2022-07-21 14:44:05 -04:00
ian
8d9991abe3
Process relational collection's permissions in functions ( #13870 )
...
* Process relational collection's permissions in functions
* Fix deep usage of functions in GraphQL
* Add unit test for updated SQL query with permissions
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2022-07-21 14:42:22 -04:00
Brainslug
8bc098c337
Conditions not working (partially) ( #14488 )
...
* changed way of storing the formfield data in v-form
* hacky translation implementation
* updated translations without bombing the performance
* removed debug code and refactored initial implementation
* removed redundant useFormFields in users route
* making proper use of useFormField results to not break the grid layout
* removed limitation for conditions
* Fix selection of foreign keys for value field in time series panel
* Revert "removed redundant useFormFields in users route"
This reverts commit c6f4f23cf8 .
Co-authored-by: ian <licitdev@gmail.com >
Co-authored-by: Azri Kahar <42867097+azrikahar@users.noreply.github.com >
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2022-07-21 14:39:43 -04:00
ian
40d71f309b
Fix filter column aliasing ( #14423 )
...
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2022-07-21 14:37:08 -04:00
Rijk van Zanten
600f55e4a2
Resolve lintw arnings ( #14555 )
2022-07-21 12:44:16 -04:00
Boris
572952b605
Fix the preview not being updated after editing the image ( #14511 )
...
* Fetch latest changes and make the refresh function async
* Make the image-editor refresh call cleaner
* add missing await
2022-07-21 11:58:49 -04:00
rijkvanzanten
141501ac66
Fix pk typing
2022-07-21 11:50:21 -04:00
rijkvanzanten
ab36a31e29
Remove warnings re revisions sidebar detail
2022-07-21 10:55:27 -04:00
Rijk van Zanten
73b30190cb
New translations en-US.yaml (Russian) ( #14552 )
2022-07-21 14:36:40 +00:00
Rijk van Zanten
aa24522a3b
New translations en-US.yaml (Italian) ( #14551 )
2022-07-21 12:43:58 +00:00
Ian Pirro
23912e5232
Fix: Error applying schemas with nested collection(s) ( #13949 )
...
* Fix nested collection creation when parent exists
* tests
* desc | comments
* typo
* minor tweak
Co-authored-by: Azri Kahar <42867097+azrikahar@users.noreply.github.com >
2022-07-21 15:29:12 +08:00
Rijk van Zanten
53168f75ad
New translations en-US.yaml (Italian) ( #14545 )
2022-07-20 21:31:56 +00:00
Rijk van Zanten
b6a0f0b216
Fix map layout not rendering items on search ( #14543 )
...
Fixes #13941
2022-07-20 17:17:33 -04:00
Rijk van Zanten
353d01d620
Fix singleton navigation temporarily using wrong ID ( #14542 )
...
* Convert content/items.vue to script[setup]
* Don't rely on outdated primary key while loading in singleton navigation
Fixes #13856
2022-07-20 17:08:48 -04:00
Rijk van Zanten
5719d1dceb
Select multiple dropdown preview threshold ( #14541 )
...
* Allow specify custom preview threshold for select-multiple-dropdown
* Move to advanced options
Co-authored-by: Tien Tran <tien@transfamily.info >
2022-07-20 16:54:03 -04:00
Danilo Polani
8b116f6deb
Add "security" commands to api CLI ( #9400 )
...
* add command to generate app key
* add command to generate secret
* group security commands under the security group
* add new security commands to cli docs
* add disclaimer on deploy secret generation
* remove duplicate hubspot embed code
* remove .env overwrite feature to security commands
* update the cli docs for security commands
* return key generation directly in output
* restore package-lock.json
* Write secret directly
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2022-07-20 16:44:35 -04:00
Rijk van Zanten
931a7bde46
Add missing _between/_nbetween filter operators to GQL ( #14540 )
...
Fixes #13782
2022-07-20 16:42:59 -04:00
Rijk van Zanten
bccb4db791
Don't render explicit null values in md custom blocks ( #14539 )
...
Fixes #14383
2022-07-20 16:37:45 -04:00
Rijk van Zanten
232e8e13d5
Add max height to folder picker ( #14538 )
...
Fixes #14399
2022-07-20 16:33:14 -04:00
Rijk van Zanten
eba0a8dd97
Don't disable distinct count based on integer type ( #14537 )
...
Fixes #14420
2022-07-20 16:28:00 -04:00
Rijk van Zanten
c9a9fb7a8b
Default auth provider to first configured one if default is disabled ( #14536 )
...
Fixes #14428
2022-07-20 16:25:29 -04:00
rijkvanzanten
5c85bfdfe7
Fix wrong check
2022-07-20 16:10:12 -04:00
Gerard Lamusse
7d71f1f693
Improve extension create onboarding ( #14475 )
...
* Improve extension create onboarding
* Remove proprietary message
* Undo dist change
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2022-07-20 16:06:48 -04:00
Jay Cammarano
820457690f
Optimize media loading across app ( #10592 )
...
* v-image and "lazy load" working
* fixed vars
* all the other img uses
* No longer require access token in url for files
* Add lazy loading and size limits
* Rename map-component source prop
* Fix lint warning
* Update app/src/views/public/public-view.vue
Co-authored-by: ian <licitdev@gmail.com >
* Fix lint
* Fix missing file type icon
* Fix null imageInfo error
* Use video.js for media playback
* Fix .js file display
* Update package-lock.json
* Update package-lock.json
* update package.json
* Update pnpm-lock.yaml
* Remove unrelated addition on VDatePicker
* Remove folder abstraction
* Use image data based aspect ratio on preview
* Base app rate throttle on API rate limit config
* Configure app rate limit throttle based on api config
* Convert v-image to script[setup]
* Convert v-media to script[setup]
* Cleanup v-media
* Remove unneeded addTokenToUrl usages
* Remove video.js
It doesn't do authorization headers for mp4/mp3, so it's pointless
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
Co-authored-by: ian <licitdev@gmail.com >
2022-07-20 15:52:38 -04:00
ian
9d738d12ce
Fix incorrect cancel workflow version ( #14533 )
2022-07-20 13:05:43 -04:00
Rijk van Zanten
254ba38a5a
Skip disabled field check when using set-field-value event ( #14532 )
...
Fixes #14531
2022-07-20 11:31:49 -04:00