Andrew Kingston
|
16e42dc5a1
|
Add full PoC of using a custom component inside the builder, with children and bindings
|
2022-08-10 16:54:13 +01:00 |
Martin McKeaveney
|
c44ae30721
|
merge from master
|
2022-08-09 11:52:48 +01:00 |
Michael Drury
|
f8e978f321
|
Merge pull request #7049 from Budibase/fix/2585
Updating filters to allow multiple uses of the same property and exposing allOr option
|
2022-08-09 11:00:38 +01:00 |
Andrew Kingston
|
026fd13b41
|
Set errors to null rather than deleting when validating user email addresses
|
2022-08-09 10:16:22 +01:00 |
Rory Powell
|
a5db53c539
|
Disable pageview event
|
2022-08-08 12:28:39 +01:00 |
Rory Powell
|
cc9bc937b6
|
Reduce event frequency
|
2022-08-08 10:47:39 +01:00 |
Michael Drury
|
baa7fc54fe
|
Merge pull request #6986 from Budibase/labday/transpiler
JS helpers, development only HBS -> JS conversion
|
2022-08-05 11:40:37 +01:00 |
mike12345567
|
44a6aa85a9
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2022-08-04 21:35:55 +01:00 |
mike12345567
|
26c3f8a486
|
Switching variable name to make it more obvious value isn't being set directly.
|
2022-08-04 12:56:08 +01:00 |
mike12345567
|
b7f63aed03
|
Merge branch 'develop' of github.com:Budibase/budibase into labday/transpiler
|
2022-08-04 12:41:10 +01:00 |
mike12345567
|
dee15b6415
|
Switching to an explicit select for the OR/AND options in the filter.
|
2022-08-03 17:44:44 +01:00 |
Andrew Kingston
|
c2fb17e948
|
Fix users invited by email not being able to take priveleged roles
|
2022-08-03 15:16:26 +01:00 |
Andrew Kingston
|
1d60c62b7c
|
Allow removing users from user assignment modal and add validation to prevent invalid submissions
|
2022-08-03 14:27:44 +01:00 |
Andrew Kingston
|
9e90180c9d
|
Fix picker dropdown UX issues. Rename some usages of groups to user groups.
|
2022-08-03 13:47:55 +01:00 |
Andrew Kingston
|
ad65bcaedc
|
Make user assignment picker readonly and prevent adding same user multiple times
|
2022-08-03 09:58:41 +01:00 |
Andrew Kingston
|
96e239c66c
|
Prevent showing any mention of groups when groups are not enabled both the platform and license level
|
2022-08-02 20:03:39 +01:00 |
Andrew Kingston
|
1f7784c6c0
|
More improvements to user pages
|
2022-08-02 19:49:15 +01:00 |
Andrew Kingston
|
c2bad6133d
|
Fix typo
|
2022-08-02 19:43:01 +01:00 |
Andrew Kingston
|
ab4e6584c2
|
Improve add new user modal so that validation doesn't fire immediately
|
2022-08-02 19:41:58 +01:00 |
Andrew Kingston
|
3817d117f2
|
Update styles of user details page and user list page to match new designs
|
2022-08-02 19:22:14 +01:00 |
Andrew Kingston
|
d79b95b710
|
Update users page to be narrow and remove name column
|
2022-08-02 18:47:00 +01:00 |
mike12345567
|
129c966226
|
Updating the filter system to allow adding multiple filter properties of the same name at once, as well as enabling the use of the allOr property from within the UI - resolves an old issue #2585.
|
2022-08-02 18:34:58 +01:00 |
deanhannigan
|
1dd236da48
|
Merge pull request #7039 from Budibase/fix/app-row-render
Fix/app row render
|
2022-08-02 17:55:09 +01:00 |
Andrew Kingston
|
4f84fb069b
|
Fix type in import users modal
|
2022-08-02 16:46:00 +01:00 |
Andrew Kingston
|
e9df049e01
|
Update delete rows button to be configurable
|
2022-08-02 16:44:37 +01:00 |
Andrew Kingston
|
b838a66954
|
Update styles in user details page and user list page
|
2022-08-02 16:41:15 +01:00 |
Andrew Kingston
|
074f0b4a51
|
Tidy styles on user details page
|
2022-08-02 16:15:09 +01:00 |
Andrew Kingston
|
f5892b4491
|
Fix icon size in user details page
|
2022-08-02 16:08:09 +01:00 |
Andrew Kingston
|
a6a1d2226c
|
Fix app list in user details page styles
|
2022-08-02 16:06:20 +01:00 |
Dean
|
66ca438c98
|
Code review updates
|
2022-08-02 15:20:53 +01:00 |
Andrew Kingston
|
9c78ae349d
|
Prevent deleting yourself or resetting your own password from user details page
|
2022-08-02 14:37:18 +01:00 |
Andrew Kingston
|
ad83d5ef26
|
Prevent deleting yourself from users list page
|
2022-08-02 14:35:32 +01:00 |
Dean
|
4b0e89b841
|
Removed unused class
|
2022-08-02 11:41:24 +01:00 |
Dean
|
028e6d2bf9
|
Removed debugging line
|
2022-08-02 11:20:22 +01:00 |
Dean
|
31af7b9c69
|
Ensure the row key is unique even when the rows are sorted.
|
2022-08-02 11:16:35 +01:00 |
Rory Powell
|
6102ace3a9
|
Reduce event frequency
|
2022-08-02 10:52:09 +01:00 |
mike12345567
|
4f01a7fb80
|
Merge branch 'master' of github.com:Budibase/budibase into fix/6737
|
2022-08-01 19:00:17 +01:00 |
mike12345567
|
de3ceeb119
|
Adding mechanism to allow displaying an error on data retrieval for tables.
|
2022-08-01 18:56:59 +01:00 |
Martin McKeaveney
|
11579597dd
|
adding data-cy to component list
|
2022-08-01 17:55:30 +01:00 |
Martin McKeaveney
|
01bd88474b
|
Merge pull request #7023 from Budibase/cheeks-fixes-2
Fix add component button in empty screens
|
2022-08-01 16:33:03 +01:00 |
Andrew Kingston
|
6c73d46449
|
Remove unused dependency
|
2022-08-01 15:54:25 +01:00 |
Andrew Kingston
|
9693f20043
|
Fix add component button in empty screens
|
2022-08-01 15:52:01 +01:00 |
Peter Clement
|
0b0c358459
|
use correct appId when searching for users by app
|
2022-08-01 15:16:00 +01:00 |
Peter Clement
|
3e0d225d8b
|
fix add all functionality within groupId screen
|
2022-08-01 15:14:49 +01:00 |
Peter Clement
|
c817b03486
|
add user groups tab in correct location
|
2022-08-01 15:10:18 +01:00 |
Andrew Kingston
|
d6a02e7da1
|
Prevent adding the same group to an app multiple times
|
2022-08-01 13:21:45 +01:00 |
Andrew Kingston
|
01b81b40bf
|
Update button casing
|
2022-08-01 13:13:55 +01:00 |
Andrew Kingston
|
9ae11bcb49
|
Fix stale data in group details page, fix role colour in group app access
|
2022-08-01 13:04:58 +01:00 |
Andrew Kingston
|
08849395f1
|
Fix role display for groups and update status light
|
2022-08-01 13:00:16 +01:00 |
Andrew Kingston
|
6e31e69528
|
Improve name and email display on user details page
|
2022-08-01 12:04:44 +01:00 |