870 Commits (64c1183b16fd30d8a60c7b60ea85bf71eb4cd5ca)

Author SHA1 Message Date
Andrew Kingston 646c74bb08 Ignore column renaming if the rename has the same name 6 years ago
Martin McKeaveney 535c9febd5 fix for appid referer split 6 years ago
Andrew Kingston e0c309850b Update default page templates 6 years ago
Andrew Kingston b0171c1a9f Add translucent background to slot component 6 years ago
Martin McKeaveney 8132c77f8c don't show login component on logged in page, fix auth for app assets 6 years ago
Martin McKeaveney 802b05815d lint 6 years ago
Martin McKeaveney 4be3014e91 update row_save event 6 years ago
Martin McKeaveney 79b50dc0b7 lint 6 years ago
Martin McKeaveney 2ae3191758 fix csv import 6 years ago
Martin McKeaveney cb5c09d439 simplify user authentication, remove anon user, fix login cookie issues 6 years ago
Andrew Kingston e50d33b7cb Add flex design property and fix existing default layout 6 years ago
mike12345567 0c2f48fd96 Adding 501 not implemented errors to screen API which did not have a controller previously. 6 years ago
mike12345567 3e9836138b Removing deprecated function - exists. 6 years ago
mike12345567 65a2da9091 Destroying instance DBs for an app before it is deleted. 6 years ago
Martin McKeaveney 2b3b41e778 bulk deletes on grid 6 years ago
Martin McKeaveney 5c7baf84c3 v0.2.1 6 years ago
mike12345567 61ce6cb403 Updating yarn lock for server and fixing test case. 6 years ago
Andrew Kingston fa59b05d74 Add back in sharp reference which was commented out 6 years ago
Martin McKeaveney 99500cb123 remove screen1 from dummy data 6 years ago
Martin McKeaveney f31352ad49 convenience scripts for restoring budibase installations 6 years ago
kevmodrome 41e23e78ce add back missing param to validate call on record post route 6 years ago
mike12345567 b0cea4c091 Updating formatting. 6 years ago
kevmodrome 3cd2cdb722 lint fixes 6 years ago
kevmodrome b0bd9ae135 sets correct editable values on fields 6 years ago
mike12345567 1dea4f24b7 Handling empty relationship column the same way other columns are handled, it won't do anything until it is valid - but doesn't error. 6 years ago
mike12345567 352ff82885 Improving consistency of model saving, making sure that any validation which could fail happens before any updates are carried out. 6 years ago
mike12345567 8df3a3f8de Fixes for deleting records when a table is deleted. 6 years ago
mike12345567 9841aab689 Fixes the link doc ID so that they do not start with automation ID and fixes an error that was occurring when creating tables. 6 years ago
Martin McKeaveney c5efdbc3d0 adding auth object to context rather than separate booleans 6 years ago
Martin McKeaveney 1f92c9cd14 support for external webhooks 6 years ago
mike12345567 512b7e78c0 Formatting code - was causing PR to fail. 6 years ago
mike12345567 03584cacb2 Using lodash flatten rather than pure JS. 6 years ago
Michael Shanks 52f6c73be8 code review changes 6 years ago
Martin McKeaveney 64b378364a deployment API usage complete 6 years ago
mike12345567 c3380d8ab4 Fixing some bugs with JWT creation not getting an API key. 6 years ago
mike12345567 efce1c839e Major performance boost to attachLinks -> makes CSV upload much more snappy. 6 years ago
mike12345567 dc9552dbad Updating tests and re-formatting. 6 years ago
mike12345567 763f7b3321 Updating ID to use ro rather than re for rows. 6 years ago
mike12345567 5d49d529e3 Changing record -> row in this update, completing the update of renaming in the builder, this release needs further testing. 6 years ago
mike12345567 fdaa69ee7f Renaming Model -> Table across the entire system, this is an unstable update and has not been tested fully yet. 6 years ago
mike12345567 89d02357b8 Making sure any errors that occur in usage quota are thrown up to stop endpoint from functioning. 6 years ago
Michael Shanks 79c890519a :app to _app : bugfix 6 years ago
Martin McKeaveney 055aafa503 updated quota fixes 6 years ago
Andrew Kingston 009d04a0a5 Add relationships as data source 6 years ago
Michael Shanks db22d8862a merge from master 6 years ago
mike12345567 4584257007 Adding in default plan if the obj found does not have the required information. 6 years ago
Martin McKeaveney aef74c937e code review 6 years ago
mike12345567 325e291222 Removing sanisation, instead just using it as a central path system. 6 years ago
mike12345567 eea0bc5fb9 Update to IDs as has been discussed, to change them from colons (:) to underscores (_) as this is more URL, S3 and file system safe. Also shortening most prefixes down to two characters. 6 years ago
Michael Shanks a417a4906b bugfix - appId not recognised in static.js controller 6 years ago