Commit Graph

4486 Commits

Author SHA1 Message Date
Brainslug
78541d35dc Big Integer fields sort as strings (#13904)
* inelegant solution for BigInt sorting

* Revert "inelegant solution for BigInt sorting"

This reverts commit e804588140.

* always use server sorting in the tabular layout

* Update app/src/layouts/tabular/tabular.vue

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2022-06-16 13:49:22 +00:00
Azri Kahar
9c77c29e6c Enable header resize for Insights & Flows overview (#13929) 2022-06-16 09:38:36 -04:00
Azri Kahar
c82cc47d36 Improve Flows drawer editing experience (#13934) 2022-06-16 09:25:56 -04:00
Rijk van Zanten
9898175f28 New translations en-US.yaml (Italian) (#13913) 2022-06-15 18:47:07 +00:00
Rijk van Zanten
352aa94a7d New Crowdin updates (#13910)
* Update source file en-US.yaml

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

* New translations en-US.yaml (Italian)

* New translations en-US.yaml (Spanish, Latin America)
2022-06-15 17:44:02 +00:00
Nitwel
37762358fc Add tfa enforce flow (#7805)
* add tfa enforce flow

* add 'tfa-secret' to recommended permissions

* fix if theme if user has dark mode

* oas: rename 'enable-2fa' to 'enable-tfa'

* Add required user fields

* Uniformize styling

* Fix direct and invalid routing

* Add required permission docs

* Fix typescript warnings

* Fix typescript warnings 2

* Allow auto theme

* Nest duplicate condition check

* Fix routing for users without role

* Follow page redirects

* Reduce the use of redirect query

* Improve error UX

* Allow admins to disable 2FA

* Improve autofocus UX

* Override update permission for 'tfa_secret' when role enforces TFA

* Remove permission requirements from docs

Co-authored-by: Jose Varela <joselcvarela@gmail.com>
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
Co-authored-by: ian <licitdev@gmail.com>
2022-06-16 01:27:59 +08:00
Rijk van Zanten
2fac6c0db6 New translations en-US.yaml (Italian) (#13909) 2022-06-15 16:29:10 +00:00
Azri Kahar
bd18b2e781 Redirect to page not found for non-existent flows (#13905) 2022-06-15 09:50:17 -04:00
Rijk van Zanten
e435c56a99 New translations en-US.yaml (Bulgarian) (#13902) 2022-06-15 08:11:05 +00:00
Rijk van Zanten
e085228f70 New translations en-US.yaml (Bulgarian) (#13898) 2022-06-15 07:03:02 +00:00
Rijk van Zanten
6274ee07d0 New Crowdin updates (#13857)
* New translations en-US.yaml (Arabic)

* New translations en-US.yaml (Spanish)
2022-06-14 15:39:52 -04:00
Brainslug
a88a80d6b9 O2M relation does not display correctly (#13866)
* fix for o2m displaying item count

* fixes value structure for multi relations

* removed debugging code and comments and improved data mapping

* fix aliased fields for single relations

* removed unneeded fixes
2022-06-14 14:30:49 -04:00
Brainslug
7fa40b07fa Labels with v-chips are not rendered side-by-side (#13890)
* fix form field label with locale badges

* added a little spacing for the form label badge

Co-authored-by: Azri Kahar <42867097+azrikahar@users.noreply.github.com>
Co-authored-by: jaycammarano <jay.cammarano@gmail.com>
2022-06-14 11:01:48 -04:00
Rijk van Zanten
e54af6b1dd Fix insights panel configuration not persisting to tiles (#13874)
* Make sure panel configuration props are passed camelCased

* Make sure edit still uses underscore prefixed panels
2022-06-13 14:38:12 -04:00
ian
e0730af281 Trigger focus event to ensure observable exists in WYSIWYG (#13829)
* Trigger focus event to ensure observable exists in WYSIWYG

* Remove unused init event
2022-06-13 11:11:43 -04:00
rijkvanzanten
e7b9d3f49d Fix missing options crashing displays 2022-06-13 11:04:53 -04:00
Azri Kahar
320590a0fc Use translate in render-display (#13861)
* fix translations in boolean display

* Revert "fix translations in boolean display"

This reverts commit bd4768773c.

* translate in render-display

* remove translate from labels display
2022-06-13 10:04:00 -04:00
Azri Kahar
c44c0e7f8f use parsePreset in App side (#13830) 2022-06-10 16:41:52 -04:00
Jay Cammarano
0a4f1f7e5c Fix: Time Series panel crashes when setting a max value with no min value (#13846)
* no min? no problem

* more explicit undefined + return
2022-06-10 16:25:56 -04:00
Rijk van Zanten
2804b55875 New translations en-US.yaml (Polish) (#13817) 2022-06-10 16:20:58 +00:00
rijkvanzanten
bce19abf6f v9.12.2 2022-06-09 17:12:27 -04:00
Jay Cammarano
c6cdfb73e9 Fix preset layouts not persisting. (#13821)
* preset layout persisting

* persist more

* removed unused type
2022-06-09 16:54:31 -04:00
ian
50e1993bb8 Emit input whenever WYSIWYG content is updated (#13802)
* Emit input whenever WYSIWYG content is updated

* Update value when initialized for direct page loads

* Remove emit value on init

* Emit only when the observer exists

* Set count before observer check

* Remove extraneous init call

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2022-06-09 15:43:33 -04:00
Rijk van Zanten
008e9d50e0 Set count on fresh init of defered tinymce (#13789)
Fixes #13235 a little more
2022-06-09 15:32:24 -04:00
Gerard Lamusse
58c94a71f8 Take into account the format option when displaying dates relative. (#12804)
* Take into account the format option when displaying dates relative.

* Add additional strict and suffix options

* Toggle showing options

Based on relative being selected, toggle suffix, strict and format from showing or not

* Fix linting and logic in options

* Fix linting and logic in options

* Fix more lint stuff :/

Co-authored-by: Jay Cammarano <67079013+jaycammarano@users.noreply.github.com>
2022-06-09 16:17:40 +00:00
Azri Kahar
ce0d53fd2d make UUID/manual primary key selectable with count (#13799) 2022-06-09 08:04:11 -04:00
Rijk van Zanten
029d1f02f1 New Crowdin updates (#13790)
* Update source file en-US.yaml

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

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

* New translations en-US.yaml (Bulgarian)

* New translations en-US.yaml (Bulgarian)

* New translations en-US.yaml (Italian)

* New translations en-US.yaml (Italian)
2022-06-09 11:08:54 +00:00
ian
6c1b43b716 Allow selection of image transformation in the WYSIWYG interface (#13777)
* Allow selection of image transformation in the WYSIWYG interface

* Fix warnings

* Disable width & height fields instead of hiding

* Cast to boolean

* Display preset width and height
2022-06-08 12:25:20 -04:00
Azri Kahar
524cd00de7 Fix form field label responsiveness (#13141)
* fix form field label responsiveness

* tweaks

* conditionally prepend value edited tooltip

* use new translation key

* add key

* apply suggested changes

* revert text overflow props change

* use span edited dot for form field label

* update edit dot for group detail & accordion

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2022-06-08 10:39:41 -04:00
Azri Kahar
ef2b629c9b Fix clear value for relational interfaces (#13224)
* Fix clear values for relational interfaces

* fix clearing of existing items

* revert o2m tree view changes

* remove unused variables

* full clear
2022-06-08 10:16:06 -04:00
ian
8f131b5156 Fix range to be based on current time (#13701)
* Fix range to be based on current time

* Parse using localtime for fields without timezone data on SQLite

* Add tests

* Parse test response to int

* Refactor to options object

* Read timestamps as UTC for Oracle

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2022-06-08 13:12:42 +02:00
Rijk van Zanten
887601520b Add configurable page-size to files/o2m/m2m/m2a interfaces (#13772)
* Add configurable page-size to o2m/m2m/m2a interfaces

Ref #12818

* Add configurable page-size to files interface

* Update limit option to occupy half width

Co-authored-by: ian <licitdev@gmail.com>
2022-06-08 16:10:16 +08:00
Azri Kahar
0922627632 Use aliases for relational fields (#12759)
* Use aliases for relational fields

* Fix value for extra fields fetched by displays

* fix faulty spread syntax
2022-06-08 09:57:31 +02:00
Brainslug
31d187197c Searching the top level bug (#13750)
* Getting the search filter to show parent level results (when no children match the search query)

* only render checkboxes as a group when it has visible children and don't render single checkboxes when hidden
2022-06-07 15:52:05 -04:00
Brainslug
e5466a1e12 Show fields inside groups correctly in display templates for relational interfaces (#13187)
* added a tree with the groups filtered out for rendering the display templates

* don't walk the tree unnecessarily

* fix for groups after nested relations as often seen in M2M

* moved the tree function to utils and updated references

* [WIP] writing tests for the flatten-field-groups utility

* tests for the flatten-field-groups utility
2022-06-07 15:46:21 -04:00
Azri Kahar
694c664401 fix nested array updates for relational interfaces (#13574)
* fix nested array updates for relational interfaces

* skip fetchedItem merge for edits in displayitem
2022-06-07 15:43:19 -04:00
Rijk van Zanten
c7bb93a302 New Crowdin updates (#13773)
* New translations en-US.yaml (French)

* New translations en-US.yaml (Italian)

* New translations en-US.yaml (French, Canada)
2022-06-07 15:39:27 -04:00
Azri Kahar
f4c1a5745f Fix filter error when switching between collections with map layout (#13768)
* use computed locationFilter

* type fix
2022-06-07 15:34:59 -04:00
Yuriy Belenko
4d21d8d2a3 Enable activity tracking at password reset (#12044)
* Enable activity tracking at password reset

* Override admin prop only

Suggestion from Rijk

* Add required accountability role

* Fix missing concealed field in revisions drawer

* Fix typings

* Display updated message for concealed fields

* Update message

* Refactor CSS to increase selector specificity

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
Co-authored-by: ian <licitdev@gmail.com>
2022-06-08 03:19:40 +08:00
Rijk van Zanten
ce54bafa4b New Crowdin updates (#13756)
* New translations en-US.yaml (Italian)

* New translations en-US.yaml (German)

* New translations en-US.yaml (Italian)

* New translations en-US.yaml (Polish)
2022-06-06 18:16:28 -04:00
Jay Cammarano
7d48be7531 header bar icon color: var(--primary) (#13757)
* header bar icon color: var(--primary)

* project page working

* other pages working

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2022-06-06 17:03:04 -04:00
rijkvanzanten
7bb9edbcd6 Resolve vue warning 2022-06-06 15:16:13 -04:00
Rijk van Zanten
658d3332f9 Fix various linter warnings, disable new rule (#13755)
A eslint vue update introduced a new rule that we don't want to use yet. This PR is disabling that rule
2022-06-06 11:34:00 -04:00
Rijk van Zanten
28b2519012 Serve robots.txt from root (#13754)
Fixes #13734
2022-06-06 11:09:24 -04:00
Rijk van Zanten
b6a33891ab New Crowdin updates (#13722)
* New translations en-US.yaml (Polish)

* Update source file en-US.yaml

* New translations en-US.yaml (Russian)

* New translations en-US.yaml (French)

* New translations en-US.yaml (French)

* New translations en-US.yaml (French)

* New translations en-US.yaml (French)

* New translations en-US.yaml (French)

* New translations en-US.yaml (French)

* New translations en-US.yaml (Korean)

* New translations en-US.yaml (French)

* New translations en-US.yaml (Bulgarian)

* New translations en-US.yaml (Bulgarian)

* New translations en-US.yaml (Bulgarian)

* New translations en-US.yaml (Bulgarian)
2022-06-06 09:14:21 +00:00
rijkvanzanten
cd58611aa7 v9.12.1 2022-06-03 17:52:57 -04:00
Rijk van Zanten
3a614d0058 Only render first 10000 items on calendar layout view (#13724)
* Update fullcalendar

* Update eslint
2022-06-03 17:49:54 -04:00
Rijk van Zanten
3ca5d970dc Don't crash on misconfigured scope trigger (#13723)
Fixes #13697
2022-06-03 17:20:11 -04:00
Azri Kahar
d2d59903af Add Locale labels to groups (#13635)
* Show translations badge for detail groups

* fix translations changing nested divider color

* add badge to raw group

* retain empty line for props

* add badge to accordion group

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2022-06-03 17:05:32 -04:00
Rijk van Zanten
9400d293f9 New Crowdin updates (#13705)
* New translations en-US.yaml (Spanish, Mexico)

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

* New translations en-US.yaml (Polish)
2022-06-03 20:45:13 +00:00