1
0
Fork 0
mirror of synced 2024-07-04 14:01:27 +12:00
Commit graph

2899 commits

Author SHA1 Message Date
Maurits Lourens 42d5140c7f add a slash before the path and a questionmark before the querystring 2021-10-05 12:20:09 +02:00
Budibase Staging Release Bot e32b0698d0 v0.9.151-alpha.1 2021-10-04 17:25:50 +00:00
Budibase Staging Release Bot ed6491933c v0.9.151-alpha.0 2021-10-04 15:58:42 +00:00
Rory Powell d991563d14 Merge branch 'master' into develop 2021-10-04 16:49:18 +01:00
Rory Powell db5565d03c
Merge pull request #2882 from Budibase/honour-quota
Deny only when usage quota is exceeded
2021-10-04 16:47:53 +01:00
Budibase Staging Release Bot 07097f8fbc v0.9.150-alpha.1 2021-10-04 15:37:08 +00:00
Budibase Release Bot e6833fe06c v0.9.150 2021-10-04 14:02:30 +00:00
Budibase Staging Release Bot e511ff4e22 v0.9.150-alpha.0 2021-10-04 13:30:07 +00:00
Rory Powell b94397a4cf Merge branch 'master' into develop 2021-10-04 14:21:46 +01:00
Rory Powell 421f72c4dc
Merge pull request #2881 from Budibase/api-keys
Add API keys between account portal and budibase
2021-10-04 14:17:17 +01:00
Michael Drury 079b4f4633
Merge pull request #2880 from Budibase/fix/2835
Fix for shorthand app URL not re-directing if the user isn't logged in
2021-10-04 14:09:48 +01:00
Rory Powell f20cc45bc3 Deny only when usage quota is exceeded 2021-10-04 14:07:10 +01:00
Rory Powell 651947bb49 Add API keys between account portal and budibase 2021-10-04 13:40:50 +01:00
mike12345567 b8e968644a Fixing issue with direct app request in self host not working when un-authenticated (doesn't re-direct to login). 2021-10-04 13:31:53 +01:00
Budibase Staging Release Bot 9ae73d7045 v0.9.149-alpha.5 2021-10-04 11:51:19 +00:00
Martin McKeaveney 553bd63842
Merge pull request #2857 from Budibase/fix/2792
Allow SQL many to many relationships to use arbitrarily named columns in junction table
2021-10-04 12:42:56 +01:00
Rory Powell 5e6e3cd123 Fix email link from internal bb onboarding. Prevent account holder from being deleted 2021-10-04 11:30:59 +01:00
mike12345567 a343805fee Fix for many to many relationships where the union table has arbituarily named foreign key constraint columns, an example has been provided in the scripts directory. 2021-10-01 17:16:43 +01:00
Budibase Staging Release Bot a8806244dc v0.9.149-alpha.4 2021-10-01 15:41:08 +00:00
Budibase Release Bot bc3bba3704 v0.9.149 2021-10-01 15:40:26 +00:00
Budibase Staging Release Bot 7d621a36f0 v0.9.149-alpha.3 2021-10-01 15:25:11 +00:00
Budibase Staging Release Bot 544f3f65d2 v0.9.149-alpha.2 2021-10-01 15:10:31 +00:00
Budibase Staging Release Bot 9d802f5d73 v0.9.149-alpha.1 2021-10-01 14:53:11 +00:00
Martin McKeaveney 6a6dac9d3a adding debug log for deployments 2021-10-01 15:36:33 +01:00
Budibase Staging Release Bot efb441b602 v0.9.149-alpha.0 2021-10-01 14:28:01 +00:00
Martin McKeaveney ff34e6fed5 merge 2021-10-01 15:18:37 +01:00
Michael Drury c8260ba4de
Merge pull request #2847 from Budibase/fix/2665
Fix created by/updated by auto columns breaking public forms
2021-10-01 15:16:22 +01:00
Budibase Staging Release Bot e8fd4d461a v0.9.148-alpha.9 2021-10-01 14:10:48 +00:00
Michael Drury 12c0c6a3d6
Merge pull request #2844 from Budibase/fix/smtp-automation
Fixing server -> worker internal comms
2021-10-01 15:01:37 +01:00
mike12345567 f4b57aab1c Fixing issue with created by/updated by on public forms, also fixing a small issue with analytics ping generating a 404. 2021-10-01 15:00:11 +01:00
Budibase Staging Release Bot fef9a29be1 v0.9.148-alpha.8 2021-10-01 13:52:11 +00:00
mike12345567 84252bb368 Merge branch 'develop' of github.com:Budibase/budibase into fix/smtp-automation 2021-10-01 14:46:48 +01:00
Budibase Staging Release Bot 054734fac2 v0.9.148-alpha.7 2021-10-01 13:22:35 +00:00
mike12345567 04acb160a2 Quick fix for worker, API key was not considered good enough to access worker, updated this and added better error to smtp action. 2021-10-01 13:29:08 +01:00
Budibase Staging Release Bot 0d45f8b6b0 v0.9.148-alpha.6 2021-10-01 12:05:19 +00:00
Martin McKeaveney 3029318a9d merge with master 2021-10-01 12:53:28 +01:00
Budibase Staging Release Bot e6914c3cfb v0.9.148-alpha.5 2021-10-01 11:44:53 +00:00
Budibase Staging Release Bot 8cbe39ea58 v0.9.148-alpha.4 2021-10-01 10:56:48 +00:00
Budibase Staging Release Bot c46f419bec v0.9.148-alpha.3 2021-10-01 10:20:06 +00:00
Michael Drury 2b49635a31
Merge pull request #2830 from Budibase/fix/2796
Fix for formula fields in enrich call
2021-10-01 11:10:14 +01:00
Budibase Release Bot 423728a8a6 v0.9.148 2021-10-01 09:13:03 +00:00
mike12345567 53fb8682f9 Fixing formula in enrichment calls, it did not retrieve the correct linked table for output processing, grouping rows for enrichment phase with their correct tables. 2021-09-30 17:54:54 +01:00
Budibase Staging Release Bot a02ef789dd v0.9.148-alpha.2 2021-09-30 16:51:01 +00:00
Martin McKeaveney 443466ca63
Merge pull request #2829 from Budibase/fix/quotas
Fix app creation when there is no app ctx
2021-09-30 17:43:10 +01:00
Rory Powell fda5a52630 Fix app creation when there is no app ctx 2021-09-30 17:35:09 +01:00
Budibase Staging Release Bot ec63adf567 v0.9.148-alpha.1 2021-09-30 16:15:24 +00:00
Martin McKeaveney f0893efc96
Merge pull request #2824 from Budibase/feature/end-user-analytics
end user ping for client apps
2021-09-30 17:05:17 +01:00
Martin McKeaveney bdc004d18e removing optional chain 2021-09-30 17:04:55 +01:00
Budibase Staging Release Bot da6e17a2bf v0.9.148-alpha.0 2021-09-30 15:51:50 +00:00
Martin McKeaveney 665a9620a4 lint 2021-09-30 16:39:10 +01:00