Michael Drury
|
e319c6e3f8
|
Merge branch 'master' into fix/relationship-issue-one-to-many
|
2023-11-02 16:32:15 +00:00 |
Conor Webb
|
c4ff4eb8bb
|
Updated folder name, fixed ui bug.
|
2023-11-02 10:00:40 +00:00 |
Conor Webb
|
9c71ccd2c4
|
Moved DataSourceSelect into related folder. Changed SelectedItem name. Updated DataSourceSelect imports.
|
2023-11-01 09:34:10 +00:00 |
Conor Webb
|
6cf1b13a0c
|
Feedback related amends.
|
2023-11-01 09:30:54 +00:00 |
Conor Webb
|
b2aca0c4a6
|
Merge branch 'master' into add-select-states-to-dropdown-data-provider-select
|
2023-11-01 07:56:32 +00:00 |
Conor Webb
|
df688b0596
|
Fixed linting issues.
|
2023-10-31 14:36:50 +00:00 |
Michael Drury
|
c0b2c9e448
|
Merge branch 'master' into fix/relationship-issue-one-to-many
|
2023-10-31 14:27:52 +00:00 |
Conor Webb
|
bb19e48a6d
|
Added new DataSourceSelect component.
|
2023-10-31 14:22:15 +00:00 |
Peter Clement
|
82c0e3d450
|
Fix issue with directional relationship being swapped
|
2023-10-31 13:43:54 +00:00 |
Andrew Kingston
|
9e18c666ad
|
Restructure user list page a bit
|
2023-10-31 12:10:31 +00:00 |
Conor Webb
|
0dfe520193
|
Merge branch 'master' into add-select-states-to-dropdown-data-provider-select
|
2023-10-31 12:04:50 +00:00 |
Andrew Kingston
|
d5629bb4ec
|
Use proper search structure for users fetch in portal users page
|
2023-10-31 11:51:46 +00:00 |
Andrew Kingston
|
fe60aced31
|
Fix 501 when clearing user search field
|
2023-10-31 11:50:29 +00:00 |
Andrew Kingston
|
560c51aed5
|
Fix button padding
|
2023-10-31 11:47:06 +00:00 |
Conor Webb
|
3d3523b2c0
|
Merge branch 'master' into add-select-states-to-dropdown-data-provider-select
|
2023-10-31 07:31:05 +00:00 |
Michael Drury
|
9643d9c0e2
|
Merge branch 'master' into feature/budi-7607-migrate-user-relationship-columns-to-the-new-user-column
|
2023-10-30 17:41:44 +00:00 |
Sam Rose
|
ca9491ce67
|
Surface error message from attachments API to user.
|
2023-10-30 16:55:57 +00:00 |
Sam Rose
|
436d6a1585
|
Revert frontend changes to filter out file extensions in the upload box.
|
2023-10-30 14:39:12 +00:00 |
Conor Webb
|
e9f0baa12f
|
Added conditional logic to prevent checkmark from appearing on other selects outside of types.
|
2023-10-30 12:17:36 +00:00 |
Conor Webb
|
8f5646a1ed
|
Fixed linting issue.
|
2023-10-30 10:15:53 +00:00 |
Conor Webb
|
0461d86545
|
Refactored select to match designs used elsewhere.
|
2023-10-30 09:57:08 +00:00 |
Sam Rose
|
00aca08741
|
Merge branch 'master' of github.com:Budibase/budibase into bug/budi-7689-cdn-issues-attachment-filtering
|
2023-10-30 09:46:03 +00:00 |
Sam Rose
|
f1aa32e446
|
Truncate file size on the grid, validate extension in the attachment API.
|
2023-10-27 17:19:39 +01:00 |
Sam Rose
|
5539ff9c9c
|
Apply valid file types to RowFieldControl and AttackmentField.
|
2023-10-27 16:53:32 +01:00 |
Michael Drury
|
c0a9b0a678
|
Merge branch 'master' into feature/budi-7607-migrate-user-relationship-columns-to-the-new-user-column
|
2023-10-27 13:36:52 +01:00 |
Michael Drury
|
2bfdd9769e
|
Merge pull request #12177 from Budibase/feature/make-table-source-id-required
Make sourceId property of table required (for all table types)
|
2023-10-27 13:35:47 +01:00 |
Conor Webb
|
2b691c169f
|
Ran Prettier to fix linting issue.
|
2023-10-27 11:13:24 +01:00 |
Conor Webb
|
d0ea6edad3
|
Added selected class to data provider options.
|
2023-10-27 10:55:19 +01:00 |
Dean
|
4b1e7359b0
|
Merge remote-tracking branch 'origin/master' into feature/change-global-admin-to-creator
|
2023-10-27 10:00:02 +01:00 |
Andrew Kingston
|
1d5fc3a175
|
Merge branch 'master' into fix/view1-sortable-column-config
|
2023-10-27 09:19:06 +01:00 |
Dean
|
e7fcd08fc6
|
Merge remote-tracking branch 'origin/master' into feature/buttongroup-component
|
2023-10-27 09:03:46 +01:00 |
Andrew Kingston
|
c61e4fe708
|
Merge branch 'master' into feature/formblock-styles-tab-reflow
|
2023-10-27 08:12:31 +01:00 |
mike12345567
|
d13cc80022
|
Removing update to gitignore.
|
2023-10-26 18:23:39 +01:00 |
mike12345567
|
fd29b8d949
|
PR comments.
|
2023-10-26 17:27:40 +01:00 |
mike12345567
|
ed0670a008
|
Major update to make the table.type always 'table' and then adding a new sourceType which states what source the table came from, external or internal. Don't want to keep using a type that should be static as two different things.
|
2023-10-26 13:19:09 +01:00 |
Gerard Burns
|
44f9c64ed7
|
Prevent the key user being used in rest queries (#12072)
* Add warning about unusable user binding
* linting
* remove unnecessary safe nav operators
* change regex to capture property access of user binding
|
2023-10-26 13:06:25 +01:00 |
Adria Navarro
|
3b3586d2bd
|
Merge branch 'master' into feature/change-global-admin-to-creator
|
2023-10-26 12:58:35 +02:00 |
Gerard Burns
|
5909b4a7c7
|
Add template for grid blocks (#12086)
* wip
* linting
---------
Co-authored-by: Mihail Hadzhiev <102024164+MihailHadzhiev2022@users.noreply.github.com>
|
2023-10-26 11:24:43 +01:00 |
Mihail Hadzhiev
|
3473aa61ff
|
Merge branch 'master' into feature/change-global-admin-to-creator
|
2023-10-26 12:58:52 +03:00 |
Mihail Hadzhiev
|
e5ff023881
|
Merge branch 'master' into feature/buttongroup-component
|
2023-10-26 12:50:47 +03:00 |
Dean
|
6032216e2f
|
Added fix for scenario where componentdefinition was queried befor it existed. Fix to ensure an empty general settings block is not shown
|
2023-10-26 10:13:22 +01:00 |
Dean
|
3b7ed3a7f2
|
Merge remote-tracking branch 'origin/master' into feature/formblock-styles-tab-reflow
|
2023-10-26 09:56:17 +01:00 |
Andrew Kingston
|
a74f78f31b
|
Merge branch 'master' into feature/buttongroup-component
|
2023-10-26 09:14:40 +01:00 |
Andrew Kingston
|
0d9e9caff6
|
Merge branch 'master' into refactor-grid-columns
|
2023-10-26 08:53:17 +01:00 |
Sam Rose
|
c9e3b7a348
|
Remove the previous attempt at syncing grid state, it is no longer needed.
|
2023-10-25 16:00:14 +01:00 |
Sam Rose
|
0ac6b17ff0
|
Remove stray console.log
|
2023-10-25 15:33:53 +01:00 |
Sam Rose
|
5779e97e6e
|
Add column name input validation.
|
2023-10-25 15:29:56 +01:00 |
Sam Rose
|
fbf60ece4f
|
Merge base branch.
|
2023-10-25 14:58:37 +01:00 |
Andrew Kingston
|
a3226bc905
|
Merge branch 'master' into enable-collapsing-settings-sections
|
2023-10-25 14:43:05 +01:00 |
Sam Rose
|
70f39b6b6b
|
Fix missing sourceId on Table sent to the websocket.
|
2023-10-25 14:41:23 +01:00 |