1
0
Fork 0
mirror of synced 2024-07-07 07:15:43 +12:00
Commit graph

4437 commits

Author SHA1 Message Date
Andrew Kingston 0b64a81242 Automatically make forms use latest data context if it matches 2021-01-29 16:40:19 +00:00
Andrew Kingston ea1ca745d1 Merge pull request #1039 from Budibase/feature/current-user-datasource
Add current user relationships as a data source, and current user bindings
2021-01-29 16:21:12 +00:00
Martin McKeaveney ff490ef843 Merge branch 'master' of github.com:Budibase/budibase into qol-updates 2021-01-29 15:46:50 +00:00
mike12345567 df1248f155 Merge branch 'master' of github.com:Budibase/budibase into feature/handlebars-helpers 2021-01-29 14:36:26 +00:00
mike12345567 d5b8ffe086 Adding a getManifest function to string templates. 2021-01-29 14:36:16 +00:00
mike12345567 73ac1f976c Fixing weird formatting issue. 2021-01-29 13:43:20 +00:00
Keviin Åberg Kultalahti dcdc3eb4a2 fix typo in settings modal 2021-01-29 14:31:04 +01:00
Andrew Kingston 28fb04b31e Fix max string length validation 2021-01-29 13:24:43 +00:00
Andrew Kingston a4de9668ed Add attachment field to forms 2021-01-29 13:22:38 +00:00
mike12345567 9367ce5bbc Fixing a bug found by tests in auth. 2021-01-29 13:14:36 +00:00
mike12345567 0724ccace6 Linting. 2021-01-29 12:33:39 +00:00
mike12345567 8c5dbabb69 Quick update to chane how hosting key is noted. 2021-01-29 12:21:22 +00:00
Keviin Åberg Kultalahti f8f15b7b4b merge master 2021-01-29 13:13:43 +01:00
Martin McKeaveney 5f727d6913 Update budibase_ci.yml 2021-01-29 12:11:40 +00:00
Martin McKeaveney 10095f092a Merge pull request #1048 from Budibase/staging-image
add support for staging image that gets built on master push
2021-01-29 11:48:01 +00:00
Martin McKeaveney 1aa86f4bff adding docker login command 2021-01-29 10:45:11 +00:00
Martin McKeaveney c8b8ddb67f add support for staging image that gets built on master push 2021-01-29 10:41:08 +00:00
Andrew Kingston acc8b77611 Fix validation on long form field 2021-01-29 10:28:13 +00:00
Andrew Kingston 95ca500bd5 Fix validation and focus styling on datepickers 2021-01-29 10:18:41 +00:00
Martin McKeaveney 50e0f3e262 Merge pull request #1044 from Budibase/privacy-features
privacy features + allow builder usage without cloud API key
2021-01-29 09:55:56 +00:00
Martin McKeaveney 88626adca0 Merge pull request #1047 from yashank09/master
adds a placeholder on automation trigger
2021-01-29 07:51:43 +00:00
yashank09 f7aa34be13 adds placeholder on automation trigger 2021-01-28 23:23:44 -08:00
Andrew Kingston 24a5b657bc Add date field validation 2021-01-28 19:41:46 +00:00
Martin McKeaveney d3e398984c remove superfluous param 2021-01-28 19:35:04 +00:00
Martin McKeaveney 1f84372ccc remove log 2021-01-28 19:34:24 +00:00
Martin McKeaveney f745975a0c privacy features + allow builder usage without cloud API key 2021-01-28 19:32:13 +00:00
Andrew Kingston e72850b84d Integrate flatpickr with spectrum 2021-01-28 18:53:40 +00:00
mike12345567 13fe937e67 This commit includes some fixes for a few auth issues I found when I was working on this and a static page which shows the self hosting info to get the user going (if they end up there). 2021-01-28 18:30:59 +00:00
Andrew Kingston 16c276aa9a Add rich text field to form components 2021-01-28 18:03:44 +00:00
mike12345567 34eceb18bf Removing the optional ports which have no purpose other than causing issues. 2021-01-28 17:46:09 +00:00
Andrew Kingston 2c104396df Add boolean field, fix label alignment, fix picker z index 2021-01-28 16:31:55 +00:00
Martin McKeaveney 6e2d2fba96 Merge pull request #1036 from SOVLOOKUP/master
add arangodb integration
2021-01-28 15:30:34 +00:00
Andrew Kingston 8b5ace68cb Merge branch 'master' of github.com:Budibase/budibase into form-builder 2021-01-28 15:18:35 +00:00
sovlookup a2bafdc814 prettify code 2021-01-28 23:08:53 +08:00
Andrew Kingston db8ff9001d Remove log statement 2021-01-28 14:51:37 +00:00
Andrew Kingston 21ec0ad11d Remove logOut call when refreshing the page and not logged in, to avoid changing the URL 2021-01-28 14:51:24 +00:00
Michael Drury 8784bca5ca Merge pull request #1038 from Budibase/bug/relationship-issue
Quick relationship fix
2021-01-28 14:44:19 +00:00
sovlookup 3f1797acd6 cannot return result directly fix it 2021-01-28 22:35:41 +08:00
Andrew Kingston 9d870dbccc Add current user bindings, and current user relationships as data sources 2021-01-28 14:29:35 +00:00
sovlookup faaf4c6a27 this commit is ok 2021-01-28 22:26:53 +08:00
sovlookup 136faa243b fix a little space 2021-01-28 22:23:17 +08:00
sovlookup 2f167d8245 add arangodb integration 2021-01-28 22:20:15 +08:00
sovlookup 0e7e5920c6 add arangodb integration 2021-01-28 22:17:39 +08:00
mike12345567 561ce349f9 Fixing an issue that aptkingston found with relationships were links on the way out would be multiplied (due to the bi-directional nature). 2021-01-28 14:03:19 +00:00
sovlookup 13aab3b809 add arangodb integration 2021-01-28 21:48:29 +08:00
sovlookup d1ba3f97f6 add arangodb integration 2021-01-28 21:42:40 +08:00
mike12345567 9e3d2a3553 Merge branch 'master' of github.com:Budibase/budibase into feature/handlebars-helpers 2021-01-28 09:59:28 +00:00
Andrew Kingston 8c90edf462 Add more functionality to core SpectrumField component to simplify other form components 2021-01-28 08:47:44 +00:00
Andrew Kingston b8fb2ba43c Merge branch 'master' of github.com:Budibase/budibase into form-builder 2021-01-27 18:28:17 +00:00
Andrew Kingston e1f40ea066 Add FieldGroup component to allow easy mixing of fields and other content in forms 2021-01-27 18:25:57 +00:00