4016 Commits (58d7b13e9e7d8fb8d60fc4aeef348fd94e88bcea)

Author SHA1 Message Date
Rory Powell 6dbc271751 Remove public role selection 5 years ago
Martin McKeaveney 9a1807bc89 get company size and role into intercom 5 years ago
Rory Powell 99b42c7083 Feedback: Rename set/not set to not empty/empty, remove cell rendering 5 years ago
mike12345567 bd59c28081 Removing live replication between deployed and development app, instead it is replicated when the app is opened in the builder. Live replication was not working and only actually pulled back the data on deploy which was a little confusing, this way it can easily be controlled. 5 years ago
mike12345567 e18d9e7311 Adding email address disabled to update user info, so you can see which user you are currently logged into. 5 years ago
mike12345567 f18a28f0c8 When adding a user through the basic onboarding flow they get a temporary password, but we didn't set force password reset, meaning the user wouldn't necessarily have to change the temp password. 5 years ago
Peter Clement 2c27a5e7bb negate boolean 5 years ago
Martin McKeaveney 9301406bcd enable collapsible nodes in component tree 5 years ago
Martin McKeaveney 2c5285006d fix import 5 years ago
Rory Powell 0fb4613b5a Handle nulls / empty in views and tables 5 years ago
Andrew Kingston cc69a3a0c4 Fix styles of template list to display better on mobile 5 years ago
Martin McKeaveney 218996d50d account for 400 errors in data ui for plus datasources, fix query param selection in automations 5 years ago
mike12345567 a1aaf00e41 Fixing two issues, not verifying a file has been uploaded for import app and fixing HBS visual issue where handlebars statement could get screwed up. 5 years ago
Andrew Kingston 39c992c6ae Fix view filters not accounting for invalid column names 5 years ago
mike12345567 1388157706 Making sure cancel/close icon appear when in modal. 5 years ago
Martin McKeaveney a174de7f28 error message fixes 5 years ago
Peter Clement f3990b70e2 Disable action if SMTP has not been setup 5 years ago
mike12345567 3c2941536a Fixing some issues found with back button/close icon, making sure it is consistent and does what a user would expect. 5 years ago
mike12345567 1e35d507c6 Adding back old import button incase its removal confuses anyone. 5 years ago
mike12345567 a054cfdb4d Making app creation experience more cohesive, allowing app import even when no apps exist. 5 years ago
Peter Clement dac9523452 remove log 5 years ago
Peter Clement 5a9bd21237 Fix issue where external datasource action wasn't saving it's values 5 years ago
Peter Clement a20af34a03 refactor to remove object reference 5 years ago
Peter Clement 1d0f5c4d90 fix formula column creation 5 years ago
Peter Clement e85b98a857 copy table schema and dont mutate directly 5 years ago
Andrew Kingston 6071526076 Improve app export UX by immediately starting a download stream of the app export 5 years ago
Rory Powell be41a855d1 Remove redundant fieldTypes 5 years ago
Rory Powell f2b4ba2fb2 Code review refactoring 5 years ago
Peter Clement eb957bc94f Potential fix for issues with updating and saving rows and columns 5 years ago
Peter Clement bc340ba5c6 remove addition of _id and _rev as autocolumns 5 years ago
mike12345567 fd894897ca Setting a hard limit on how many rows can be returned by the SQL plus queries. 5 years ago
Peter Clement 08f621f33e remove log 5 years ago
Peter Clement 63b0938d36 Don't show the create datasource popup in dev environments 5 years ago
Rory Powell 346f1d652b Allow options picker to be used on text columns 5 years ago
Peter Clement 8ab72050f8 Handle longform types within Automations 5 years ago
mike12345567 11b06b717e Fixing issue #3005 - when a filter step is executed it now will fill in the history with a status describing that it stopped, this stops any errors from occurring. 5 years ago
mike12345567 c5ed99939c Fixes #2998 the templates API call will no longer fail if no internet, will simply return an empty array. 5 years ago
Andrew Kingston 6f67a8f20e Fix issue with validity checking binding expressions 5 years ago
Andrew Kingston 0b42415374 Fix editing text input settings inline 5 years ago
Andrew Kingston 19198b6d50 Improve pagination state logic to avoid potential windows where state can get out of sync 5 years ago
mike12345567 4b6ff16091 Some final tweaks. 5 years ago
Peter Clement d4cffde79e remove uneeded properties from schema 5 years ago
Peter Clement ec50621733 refactor new autocolumn functionality 5 years ago
Peter Clement 194eddbda4 some tidy up 5 years ago
Martin McKeaveney 11e64b0ffe tidy up 5 years ago
mike12345567 b46a945fc4 Adding the basics of the query transformers to the frontend and to the backend, as well as switching to vm2 for script running. 5 years ago
Peter Clement 823038c0a7 update consts 5 years ago
Peter Clement e2ae8b8437 add ability to copy _rev and _id from data tab 5 years ago
Andrew Kingston d1916cfe49 Enable JS bindings in all design fields where HBS is also enabled 5 years ago
Martin McKeaveney ec26d5c738 SSL support for digitalocean, started utility function for BB logout, bunch of minor bug fixes 5 years ago