1
0
Fork 0
mirror of synced 2024-08-04 21:02:01 +12:00
Commit graph

7467 commits

Author SHA1 Message Date
Budibase Staging Release Bot
92e64a6399 v0.9.143-alpha.8 2021-09-29 08:27:38 +00:00
Martin McKeaveney
c6d1fd3165
Merge pull request #2716 from mslourens/custom_schema_support
Retrieve all columns from all not internal tables
2021-09-29 09:19:33 +01:00
Budibase Staging Release Bot
9281caa86a v0.9.143-alpha.7 2021-09-28 16:50:47 +00:00
Rory Powell
4d274f79b3
Merge pull request #2769 from Budibase/fix/account-email-clash
Prevent root account users being re-created as internal budibase users
2021-09-28 17:38:34 +01:00
Budibase Staging Release Bot
5e3a888869 v0.9.143-alpha.6 2021-09-28 16:35:28 +00:00
Martin McKeaveney
1ef55a2419 remove company size logic from the code 2021-09-28 17:18:56 +01:00
Budibase Staging Release Bot
2895af8ec1 v0.9.143-alpha.5 2021-09-28 16:04:16 +00:00
Rory Powell
b8e4824154 Set cookie domain to fix logout 2021-09-28 16:35:31 +01:00
Rory Powell
5e286d8de2 Prevent duplicate internal budibase users across tenants 2021-09-28 15:49:03 +01:00
Rory Powell
96698f7e07 Prevent root account users being re-created as internal budibase users 2021-09-28 15:22:19 +01:00
Budibase Staging Release Bot
c9696145e0 v0.9.143-alpha.4 2021-09-28 12:41:39 +00:00
Andrew Kingston
5cd756e762 Fixing issue with refreshing data providers manually due to incorrect action name 2021-09-28 13:33:15 +01:00
Budibase Staging Release Bot
95c01ef20f v0.9.143-alpha.3 2021-09-28 12:21:31 +00:00
Martin McKeaveney
c25cc86937
Merge pull request #2767 from Budibase/revert-2766-temp/account-portal-logging
Revert "Temp account portal logging"
2021-09-28 13:12:08 +01:00
Budibase Staging Release Bot
f003167749 v0.9.143-alpha.2 2021-09-28 10:53:02 +00:00
Rory Powell
a0ba240821
Merge pull request #2757 from Budibase/feature/remove-analytics-platform-url
Remove platform url in the cloud, remove analytics picker completely
2021-09-28 11:42:57 +01:00
Martin McKeaveney
e92c2be577
Revert "Temp account portal logging" 2021-09-28 11:33:07 +01:00
Budibase Staging Release Bot
8578673096 v0.9.143-alpha.1 2021-09-28 09:24:39 +00:00
Rory Powell
aa428881e7 Temp account portal logging 2021-09-28 10:15:48 +01:00
Budibase Staging Release Bot
6a05c9e067 v0.9.143-alpha.0 2021-09-27 21:39:06 +00:00
Martin McKeaveney
55c6d0d159 merge master 2021-09-27 22:31:13 +01:00
Budibase Staging Release Bot
01448b3f66 v0.9.140-alpha.13 2021-09-27 17:39:48 +00:00
Martin McKeaveney
f877244571 abstract usagedoc creation into auth, create the doc if it doesn't exist 2021-09-27 17:35:22 +01:00
Rory Powell
00420b2579 Merge branch 'develop' into feature/remove-analytics-platform-url 2021-09-27 16:39:12 +01:00
Martin McKeaveney
0692263960 tests 2021-09-27 16:39:08 +01:00
Martin McKeaveney
9bbb230aa6 merge with develop 2021-09-27 16:37:55 +01:00
Rory Powell
3160e90b76 Remove platform url in the cloud, remove analytics picker completely 2021-09-27 16:37:26 +01:00
Martin McKeaveney
30f60d9bae prevent SMTP fallback for automations 2021-09-27 16:28:39 +01:00
Budibase Staging Release Bot
4f4e9a9d2b v0.9.140-alpha.12 2021-09-27 14:25:00 +00:00
Michael Drury
106b575c4e
Merge pull request #2729 from Budibase/fix/no-perms-hierarchy
Removing the concept of permissions hierarchy from backend for resources
2021-09-27 15:15:31 +01:00
Michael Drury
20c5753c2f
Merge pull request #2756 from Budibase/fix/sql-fixes
Allow newlines in Postgres JSON inputs
2021-09-27 15:12:02 +01:00
Martin McKeaveney
0b4d6d6052 SMTP config fallback logic 2021-09-27 15:10:06 +01:00
Martin McKeaveney
757fbbc19c re-adding env var controls for cloud limit functionality 2021-09-27 15:03:48 +01:00
Martin McKeaveney
5b1ae778da fallback SMTP configuration for cloud 2021-09-27 14:57:22 +01:00
mike12345567
ba2f6ee120 Fixing issue discovered by test case. 2021-09-27 13:17:31 +01:00
Martin McKeaveney
97cd3756f7 Merge branch 'develop' of github.com:Budibase/budibase into cloud-limits 2021-09-27 12:53:15 +01:00
mike12345567
02a3b7425e Removing useless statement. 2021-09-27 12:17:59 +01:00
Budibase Staging Release Bot
793883ed59 v0.9.140-alpha.11 2021-09-27 10:48:31 +00:00
Andrew Kingston
2406501e11
Merge pull request #2706 from Budibase/ak-fixes
Fix home screen importing + extras
2021-09-27 11:39:48 +01:00
Andrew Kingston
b047376089 Merge branch 'develop' of github.com:Budibase/budibase into ak-fixes 2021-09-27 11:30:51 +01:00
Andrew Kingston
4c47ee9853 Fix check to create default layouts and screens 2021-09-27 11:30:46 +01:00
Martin McKeaveney
9cb20bcda2 ensure automation quotas are not incremented for test runs 2021-09-27 10:32:39 +01:00
mike12345567
1f474ca106 Minimal fix for issue involving JSON views and newlines with postgres, this fix couldn't be more over-arching as it risked breaking new lines across the board. Have included a script for setting up the test scenario as well. This fixes issue #2612. 2021-09-24 18:10:30 +01:00
Andrew Kingston
1bb964ca31 Fix regex binding replacement issue due to not being escaped 2021-09-24 16:24:16 +01:00
Budibase Staging Release Bot
ae0a4a14f8 v0.9.140-alpha.10 2021-09-24 12:27:55 +00:00
Michael Drury
bcbc728ea3
Merge pull request #2724 from Budibase/fix/mysql-issues
Fix MySQL issues
2021-09-24 13:18:23 +01:00
Budibase Staging Release Bot
17e0a381bd v0.9.140-alpha.9 2021-09-24 10:23:39 +00:00
Andrew Kingston
3f2d3edbb0
Merge pull request #2730 from Budibase/manual-dataprovider-refresh
Add button action for manually refreshing a data provider
2021-09-24 11:15:51 +01:00
Martin McKeaveney
93ccea7f06 remove old middleware 2021-09-23 23:26:09 +01:00
Martin McKeaveney
b161be85ae automation runs quotas 2021-09-23 23:25:25 +01:00