1
0
Fork 0
mirror of synced 2024-08-22 13:31:37 +12:00
Commit graph

23378 commits

Author SHA1 Message Date
Andrew Kingston
39a3a478b7 Make portal text consistent and hide upgrade prompts when you already have access 2022-09-23 16:10:40 +01:00
Andrew Kingston
9539b5fc35 Update nord color overrides 2022-09-23 15:57:57 +01:00
Rory Powell
9dc2eac580 Support deleting license key from self host install 2022-09-23 15:54:59 +01:00
Andrew Kingston
7bf6e5c1ee Fix padding on usage page 2022-09-23 15:46:26 +01:00
Andrew Kingston
44944c99a2 Merge branch 'group-fixes' of github.com:Budibase/budibase into group-fixes 2022-09-23 15:42:56 +01:00
Andrew Kingston
5282bb29a3 Fix user groups already assigned to an app not being filtered out 2022-09-23 15:42:44 +01:00
mike12345567
719f8d6578 Merge branch 'group-fixes' of github.com:Budibase/budibase into group-fixes 2022-09-23 15:42:11 +01:00
Andrew Kingston
f6b52cf3f0 Update app overview tile size and wrapping 2022-09-23 15:40:58 +01:00
mike12345567
3b0fa9b15a Removing un-unsed broken import, which was breaking build. 2022-09-23 15:38:51 +01:00
Peter Clement
cd2d5a7c7c Merge remote-tracking branch 'origin/master' into pc/automation-fix 2022-09-23 15:37:04 +01:00
Andrew Kingston
04c307a406 Merge branch 'group-fixes' of github.com:Budibase/budibase into group-fixes 2022-09-23 15:13:14 +01:00
Andrew Kingston
3479176021 Add group icons to access tile and reduce API calls 2022-09-23 15:13:02 +01:00
Dean
f7dd6864bc Fix to ensure licensing flags display correctly 2022-09-23 14:45:44 +01:00
Andrew Kingston
d30353326b Update text in app overview access tab 2022-09-23 14:44:10 +01:00
Andrew Kingston
46863904ec Fix app list on group details page 2022-09-23 14:43:57 +01:00
Andrew Kingston
e86b9671e4 Fix group app number count in group list table 2022-09-23 14:43:41 +01:00
mike12345567
8830ba1827 Merge branch 'develop' of github.com:Budibase/budibase into group-fixes 2022-09-23 14:37:50 +01:00
Budibase Staging Release Bot
3de6eef766 Update pro version to 1.4.8-alpha.5 2022-09-23 12:56:29 +00:00
Budibase Staging Release Bot
e20ff9919d v1.4.8-alpha.5 2022-09-23 12:53:06 +00:00
Rory Powell
5bfd2f787c Add TENANT_FEATURE_FLAGS to default dev environment 2022-09-23 13:48:19 +01:00
Rory Powell
8daa4f5118 Add ACCOUNT_PORTAL_URL to images default environment 2022-09-23 13:40:00 +01:00
Peter Clement
334ac0d512 Automation fixes 2022-09-23 13:35:27 +01:00
Rory Powell
991b65c354 default quotaUsage in licensing store to undefined - some checks rely on this field being undefined, however in the current intialisation flow it is always set to the full object by the time the inspections are made. set to undefined for additional safety 2022-09-23 13:30:47 +01:00
mike12345567
d749286f3e Minor update to feature flag name. 2022-09-23 13:08:18 +01:00
Budibase Staging Release Bot
7a1adda1ec Update pro version to 1.4.8-alpha.4 2022-09-23 11:22:41 +00:00
Budibase Staging Release Bot
7f10ab5537 v1.4.8-alpha.4 2022-09-23 11:18:55 +00:00
Andrew Kingston
44a9b49efe Rename some usages of feature flags to tenant feature flags 2022-09-23 12:13:15 +01:00
Rory Powell
3a5557a437 Update group upgrade UX 2022-09-23 11:40:19 +01:00
Dean
3c04dc82b3 Minor fix to ensure the app name neatly truncates and a general layout fix for apps in smaller resolutions 2022-09-23 10:40:55 +01:00
Mel O'Hagan
900050fe55 Sort type can change. Removed falsey check. 2022-09-23 09:30:05 +01:00
mike12345567
76114aa621 Merge branch 'develop' of github.com:Budibase/budibase into group-fixes 2022-09-22 18:44:16 +01:00
mike12345567
4a6941dce7 Fixing pm2 config. 2022-09-22 18:28:50 +01:00
mike12345567
fa8fb88f82 Updating a few core endpoints to better integrate the groups system and make sure users always have the correct role ID updated onto them. 2022-09-22 18:27:43 +01:00
Budibase Release Bot
1959acd4c1 Update pro version to 1.4.10 2022-09-22 16:09:28 +00:00
Budibase Release Bot
f0325eb54a v1.4.10 2022-09-22 16:06:01 +00:00
Dean
f30a679669 Added category and icon for table configuration binding drawer 2022-09-22 17:04:58 +01:00
Mel O'Hagan
76f6f9e9b9 Support multiple statements 2022-09-22 16:36:19 +01:00
Andrew Kingston
249c673a5e Reduce websocket polling frequency and cap reconnection attemps 2022-09-22 15:52:46 +01:00
Budibase Staging Release Bot
e2c8d0e55e Update pro version to 1.4.8-alpha.3 2022-09-22 14:40:40 +00:00
Budibase Staging Release Bot
5a895e48e0 v1.4.8-alpha.3 2022-09-22 14:37:09 +00:00
Budibase Release Bot
aebcea3bea Update pro version to 1.4.9 2022-09-22 14:31:55 +00:00
Budibase Release Bot
e15f083445 v1.4.9 2022-09-22 14:28:02 +00:00
mike12345567
7a732b8155 Fixing issue that refactoring file caused (some strings renamed to ts rather than js). 2022-09-22 15:18:10 +01:00
Martin McKeaveney
6f7b661cdf turn off websockets in client lib in cloud 2022-09-22 15:04:20 +01:00
mike12345567
a461c25cef Some updates, typescripting some more APIs, as well as fixing a lot of Router creation which did not specify the 'new' operator. 2022-09-22 14:59:28 +01:00
Rory Powell
17283b54b0 Enable feature flags selfhost 2022-09-22 14:41:41 +01:00
mike12345567
141c0a447d Self API in worker conversion to typescript. 2022-09-22 14:09:20 +01:00
mike12345567
6f24c7c6c3 Renaming function to more accurately reflect its group app ID lookup purpose. 2022-09-22 13:57:44 +01:00
mike12345567
99b8c269ea Updating group types to accurately reflect the state of the documents, as well as centralising the logic for getting the app IDs in a group. 2022-09-22 13:55:52 +01:00
Budibase Staging Release Bot
ad5846b35f Update pro version to 1.4.8-alpha.2 2022-09-22 09:10:26 +00:00
Budibase Staging Release Bot
d723cf5635 v1.4.8-alpha.2 2022-09-22 09:07:01 +00:00
Rory Powell
f9d8ffa742 Re-enable logo 2022-09-22 09:49:39 +01:00
Dean
0140c9455a Merge remote-tracking branch 'origin/master' into fix/table-cell-attachment-click-propagation 2022-09-22 09:22:48 +01:00
Budibase Release Bot
c1f4947816 Update pro version to 1.4.8 2022-09-22 08:19:42 +00:00
Budibase Release Bot
860d7e15d3 v1.4.8 2022-09-22 08:15:50 +00:00
deanhannigan
7f845210c4
Merge pull request #7876 from Budibase/fix/hide-disabled-attachment-dropzone
Fix/hide disabled attachment dropzone
2022-09-22 09:01:16 +01:00
Mel O'Hagan
e40349a05f Allow null values for cc, bcc 2022-09-22 08:09:54 +01:00
mike12345567
d80cd5042d Adding group app cleanup. 2022-09-21 23:12:38 +01:00
mike12345567
2c5d2f7b12 Switching over app role assignment to use the new backend rather than being performed in the frontend. 2022-09-21 22:58:06 +01:00
Budibase Staging Release Bot
62ce870330 Update pro version to 1.4.8-alpha.1 2022-09-21 21:25:42 +00:00
Budibase Staging Release Bot
085d733b47 v1.4.8-alpha.1 2022-09-21 21:22:04 +00:00
Budibase Staging Release Bot
54366b8758 Update pro version to 1.4.8-alpha.0 2022-09-21 19:39:02 +00:00
Budibase Staging Release Bot
b7667257eb v1.4.8-alpha.0 2022-09-21 19:35:13 +00:00
Rory Powell
f324e1b729
Merge pull request #7859 from Budibase/feature/enterprise
Enterprise / license override support
2022-09-21 20:18:54 +01:00
Rory Powell
e564226f77 Merge branch 'master' into develop 2022-09-21 20:16:54 +01:00
Andrew Kingston
96685f3258 Export SDK as a class to allow multiple instances 2022-09-21 19:12:25 +01:00
Andrew Kingston
2ccdf4b10b Update public API operation IDs to be shorter 2022-09-21 19:11:47 +01:00
mike12345567
39689d27f6 Updating user API to user a single bulk endpoint rather than case sensitive named endpoints. 2022-09-21 18:05:45 +01:00
Budibase Release Bot
8381368337 Update pro version to 1.4.7 2022-09-21 16:18:17 +00:00
Budibase Release Bot
383b163b12 v1.4.7 2022-09-21 16:14:11 +00:00
mike12345567
120ea88aff Updates to use new backend API for adding/removing users from groups. 2022-09-21 16:58:47 +01:00
Martin McKeaveney
82301082e3 Merge branch 'master' of github.com:Budibase/budibase 2022-09-21 16:52:01 +01:00
Martin McKeaveney
5b599952b6 re-add missing deps 2022-09-21 16:51:12 +01:00
Budibase Release Bot
5bae4aea8a Update pro version to 1.4.6 2022-09-21 15:49:41 +00:00
Martin McKeaveney
666457ea49 installing cli packages 2022-09-21 16:48:01 +01:00
Budibase Release Bot
ca67234670 v1.4.6 2022-09-21 15:46:23 +00:00
Peter Clement
002086a0ee
Merge pull request #7883 from Budibase/fix/plugin-upload-error
Fix for error when adding a plugin
2022-09-21 16:35:45 +01:00
Peter Clement
885a4186d6 Fix error when plugin is added 2022-09-21 16:19:07 +01:00
Mel O'Hagan
a0a87e0b1d Send CC and BCC 2022-09-21 16:07:54 +01:00
Dean
6fd181418a Stop click propagation on attachment links in tables 2022-09-21 16:01:18 +01:00
Budibase Staging Release Bot
dc86340a70 Update pro version to 1.4.3-alpha.3 2022-09-21 15:00:32 +00:00
Mel O'Hagan
a5571fc59a CC and BCC interface 2022-09-21 15:58:04 +01:00
Budibase Staging Release Bot
856c7f07a7 v1.4.3-alpha.3 2022-09-21 14:57:19 +00:00
Budibase Release Bot
66ba8ff08e Update pro version to 1.4.5 2022-09-21 14:48:19 +00:00
Rory Powell
903808c0d3 License analytics 2022-09-21 15:45:29 +01:00
Budibase Release Bot
b5059559ff v1.4.5 2022-09-21 14:45:11 +00:00
Martin McKeaveney
b82f761027
Merge pull request #7644 from Budibase/custom-css-upgrades
Custom CSS upgrades
2022-09-21 15:35:42 +01:00
Martin McKeaveney
caab57f585
Merge pull request #7869 from Budibase/fix/map-button-icon-alignment
Minor alignment fix for the embedded map button icons
2022-09-21 15:35:09 +01:00
Martin McKeaveney
f1d5f37e9c
Merge pull request #7809 from Budibase/fix/missing-rest-binding-category-names
Fix/missing rest binding category names
2022-09-21 15:33:59 +01:00
Dean
3325f78070 Merge remote-tracking branch 'origin/master' into fix/hide-disabled-attachment-dropzone 2022-09-21 14:14:43 +01:00
Dean
b1797627ce Hide the file attachment dropzone when the picker is disabled 2022-09-21 14:11:04 +01:00
Budibase Release Bot
5e14479a8e Update pro version to 1.4.4 2022-09-21 12:59:54 +00:00
Budibase Release Bot
0263a24eea v1.4.4 2022-09-21 12:56:47 +00:00
mike12345567
a1c7e60dfa Adding a user core bulk update function. 2022-09-21 13:55:10 +01:00
mike12345567
9466592663 Adding group cleanup, removing group IDs from users when group is deleted. 2022-09-21 12:43:09 +01:00
Dean
e0f0563c7a Minor alignment fix for the embedded map button icons 2022-09-21 11:58:57 +01:00
Andrew Kingston
65a6cb6b4b Bump version 2022-09-21 09:49:40 +01:00
Andrew Kingston
5f3acec8e6 Add helper util for authenticating the public API SDK in component plugins 2022-09-21 09:49:33 +01:00
Andrew Kingston
b1ec1fafb4 Fix incorrect event name being sent down websocket when hot reloading component plugins 2022-09-21 09:11:23 +01:00
Mel O'Hagan
9cc931acc4 Do not allow non-match type primary foreign keys 2022-09-21 09:10:31 +01:00
Andrew Kingston
b9bee3aede Merge branch 'develop' of github.com:Budibase/budibase into public-api-sdk 2022-09-21 09:09:27 +01:00
Andrew Kingston
b79e11fd85 Add unique srcript for generating SDK to avoid unnecessarily building it 2022-09-21 09:08:52 +01:00
Budibase Staging Release Bot
2787b5498a Update pro version to 1.4.3-alpha.2 2022-09-21 07:02:57 +00:00
Budibase Staging Release Bot
a409383b0a v1.4.3-alpha.2 2022-09-21 06:59:46 +00:00
melohagan
650e5a1f4a
Merge pull request #7857 from Budibase/feature/custom-datasource-support-extra
Add 'extra' validation for plugin datasource
2022-09-21 07:49:46 +01:00
mike12345567
e22f4ab7d7 Removing un-necessary code now that groups automatically enrich from users. 2022-09-20 19:33:54 +01:00
mike12345567
49fc65b584 Updates to improve the view development experience. 2022-09-20 19:12:48 +01:00
Rory Powell
0628cf1684 Merging 2022-09-20 16:17:55 +01:00
Budibase Staging Release Bot
836aa76831 Update pro version to 1.4.3-alpha.1 2022-09-20 15:08:58 +00:00
Budibase Staging Release Bot
ea1492ac18 v1.4.3-alpha.1 2022-09-20 15:04:46 +00:00
Rory Powell
c3248421d5 Merge branch 'develop' into feature/enterprise 2022-09-20 16:01:28 +01:00
melohagan
59724fb61b
Merge pull request #7816 from vevedh/smtp-multi-sendto
multi mail send to
2022-09-20 15:50:44 +01:00
Mel O'Hagan
3a6d009114 Add 'extra' validation for plugin datasource 2022-09-20 15:47:17 +01:00
Andrew Kingston
3024a54cd1 Merge branch 'develop' of github.com:Budibase/budibase into public-api-sdk 2022-09-20 15:29:39 +01:00
Budibase Staging Release Bot
ddc299b289 Update pro version to 1.4.3-alpha.0 2022-09-20 14:25:15 +00:00
Budibase Staging Release Bot
d95e755585 v1.4.3-alpha.0 2022-09-20 14:21:27 +00:00
Budibase Release Bot
f62888d0f8 Update pro version to 1.4.3 2022-09-20 14:11:12 +00:00
Budibase Release Bot
871ac84223 v1.4.3 2022-09-20 14:07:55 +00:00
Rory Powell
075ebdbc2a
Merge pull request #7854 from Budibase/remove-datasource-filter
Remove plugin datasource filter in cloud
2022-09-20 14:56:33 +01:00
Rory Powell
f06b1cc270 Remove plugin datasource filter in cloud 2022-09-20 14:52:16 +01:00
Budibase Release Bot
15b5df0e64 Update pro version to 1.4.2 2022-09-20 13:28:28 +00:00
Budibase Release Bot
0f050250e2 v1.4.2 2022-09-20 13:25:12 +00:00
Budibase Release Bot
195c058503 v1.4.1 2022-09-20 13:10:51 +00:00
Budibase Release Bot
a1cb45dc38 v1.4.0 2022-09-20 12:49:14 +00:00
Budibase Staging Release Bot
d4c4ed0df4 Update pro version to 1.3.22-alpha.5 2022-09-20 12:32:31 +00:00
Dean
42c4daf8ea Merge remote-tracking branch 'origin/develop' into fix/missing-rest-binding-category-names 2022-09-20 13:32:25 +01:00
Budibase Release Bot
02fc6ac086 v1.3.22 2022-09-20 12:29:11 +00:00
Budibase Staging Release Bot
af8e0cba88 v1.3.22-alpha.5 2022-09-20 12:28:59 +00:00
Dean
9271f1e7c4 Merge remote-tracking branch 'origin/develop' into fix/missing-rest-binding-category-names 2022-09-20 13:26:39 +01:00
Rory Powell
a340bedbb0 Merge branch 'develop' into release-fixes 2022-09-20 12:29:29 +01:00
Dean
6aa87fdacb Merge remote-tracking branch 'origin/develop' into fix/missing-rest-binding-category-names 2022-09-20 12:17:31 +01:00
Budibase Staging Release Bot
f826a68b51 Update pro version to 1.3.22-alpha.4 2022-09-20 11:13:44 +00:00
Budibase Staging Release Bot
622c2c4896 v1.3.22-alpha.4 2022-09-20 11:09:59 +00:00
Dean
f107d79b84 Merge remote-tracking branch 'origin/develop' into fix/missing-rest-binding-category-names 2022-09-20 12:08:15 +01:00
Martin McKeaveney
dd34f8184f set pro to previous version 2022-09-20 11:55:35 +01:00
Andrew Kingston
48d14d9cb3 Merge branch 'develop' of github.com:Budibase/budibase into public-api-sdk 2022-09-20 11:25:54 +01:00
Andrew Kingston
ebc963eb6c Update sdk version 2022-09-20 11:25:11 +01:00
Andrew Kingston
3e050e965f Add operationIds to public API 2022-09-20 11:24:54 +01:00
Dean
5f7cfb5731 Filter 'link' fields from the Current User bindings 2022-09-20 11:09:58 +01:00
Rory Powell
e62094c8c8 Merge branch 'develop' into release-fixes 2022-09-20 11:08:54 +01:00
Rory Powell
b8d493a65c Invert template display logic to fix cypress 2022-09-20 10:59:12 +01:00
Dean
e387ee2591 Merge remote-tracking branch 'origin/develop' into fix/missing-rest-binding-category-names 2022-09-20 10:58:12 +01:00
Budibase Staging Release Bot
e71197d8d8 Update pro version to 1.3.22-alpha.3 2022-09-20 09:54:59 +00:00
Budibase Staging Release Bot
9a6670cc54 v1.3.22-alpha.3 2022-09-20 09:52:49 +00:00
Rory Powell
bcfb491858 Move tenancy/utils to db/tenancy to resolve circular imports between tenancy and db package. This should remove all reliance on the tenancy package from the db package 2022-09-20 10:20:36 +01:00
Rory Powell
380542d128 Wrap licensing banners and modals in feature flag, disable logo 2022-09-20 10:15:28 +01:00
Dean
5354231e04 Removed redundant display variable from user bindings 2022-09-20 10:15:23 +01:00
Rory Powell
e408692647 Change 'Plugins' nav item badge to 'Beta' 2022-09-20 10:13:40 +01:00
Dean
15818d9d62 Minor change to ensure correct labelling for OAuthToken binding 2022-09-20 10:07:07 +01:00
Dean
674263fe9f Merge remote-tracking branch 'origin/develop' into fix/missing-rest-binding-category-names 2022-09-20 09:16:40 +01:00