Andrew Kingston
|
55447f282d
|
Add log out functionality
|
2020-10-14 20:12:41 +01:00 |
Andrew Kingston
|
f9e6b3e5b4
|
Updating login component form error style slightly
|
2020-10-14 20:12:27 +01:00 |
Michael Drury
|
40325e39c3
|
Fixing an issue where linked record column deletion was not correctly removing relationships.
|
2020-10-14 20:05:13 +01:00 |
Andrew Kingston
|
64c1183b16
|
Merge branch 'master' of github.com:Budibase/budibase into screen-updates
|
2020-10-14 19:40:45 +01:00 |
Andrew Kingston
|
646c74bb08
|
Ignore column renaming if the rename has the same name
|
2020-10-14 19:40:27 +01:00 |
Andrew Kingston
|
472dded1fc
|
Move primary display column option in to column popover
|
2020-10-14 19:40:01 +01:00 |
mike12345567
|
dbd6237e44
|
Fixing a bug where if you created a column without a name editting it would create another column and also adding an option to remove sorting from your table.
|
2020-10-14 18:04:21 +01:00 |
Martin McKeaveney
|
535c9febd5
|
fix for appid referer split
|
2020-10-14 17:30:00 +01:00 |
Andrew Kingston
|
3de238c66a
|
Merge branch 'master' of github.com:Budibase/budibase into screen-updates
|
2020-10-14 17:09:50 +01:00 |
Andrew Kingston
|
3b01c6dd54
|
Remove deprecated nav component props
|
2020-10-14 17:08:12 +01:00 |
Andrew Kingston
|
6082783992
|
Add new gradient options
|
2020-10-14 17:07:40 +01:00 |
Andrew Kingston
|
c09056fd68
|
Remove HR from settings view
|
2020-10-14 17:07:22 +01:00 |
Andrew Kingston
|
e0c309850b
|
Update default page templates
|
2020-10-14 17:06:58 +01:00 |
Andrew Kingston
|
c5381a4766
|
Update Login component
|
2020-10-14 17:06:20 +01:00 |
Andrew Kingston
|
62091ce744
|
Update navigation component
|
2020-10-14 17:06:02 +01:00 |
Andrew Kingston
|
b0171c1a9f
|
Add translucent background to slot component
|
2020-10-14 17:05:29 +01:00 |
Martin McKeaveney
|
33cbc4ad8f
|
Merge pull request #715 from Budibase/bugz
Bugfixes
|
2020-10-14 16:58:00 +01:00 |
Martin McKeaveney
|
8132c77f8c
|
don't show login component on logged in page, fix auth for app assets
|
2020-10-14 16:47:53 +01:00 |
Martin McKeaveney
|
802b05815d
|
lint
|
2020-10-14 15:13:22 +01:00 |
Martin McKeaveney
|
4823e66fe9
|
merge
|
2020-10-14 15:08:54 +01:00 |
Martin McKeaveney
|
4be3014e91
|
update row_save event
|
2020-10-14 15:06:48 +01:00 |
Michael Drury
|
42a98d3f25
|
Merge pull request #718 from Budibase/chuckles-fixes
Chuckles bugfixes
|
2020-10-14 15:00:09 +01:00 |
Martin McKeaveney
|
79b50dc0b7
|
lint
|
2020-10-14 13:21:43 +01:00 |
Martin McKeaveney
|
2ae3191758
|
fix csv import
|
2020-10-14 13:09:03 +01:00 |
mike12345567
|
e33dd65768
|
Upgrading prettier svelte plugin until found a version that works for our formatting without breaking on some syntax.
|
2020-10-14 12:22:43 +01:00 |
mike12345567
|
7ee64e8abd
|
Merge branch 'master' of github.com:Budibase/budibase into chuckles-fixes
|
2020-10-14 12:16:16 +01:00 |
mike12345567
|
e96098c5f4
|
Some design changes and moving around screen deletion to centralise it.
|
2020-10-14 11:56:02 +01:00 |
Andrew Kingston
|
8ca598c2e7
|
Merge pull request #714 from Budibase/cheeks-bugfixes
Cheeks Bugfixes
|
2020-10-14 11:15:59 +01:00 |
Andrew Kingston
|
2dce25c99a
|
Remove console.log statement
|
2020-10-14 10:10:16 +01:00 |
Andrew Kingston
|
2fc44f03d0
|
Remove console.log statements
|
2020-10-14 10:06:33 +01:00 |
Andrew Kingston
|
d2ac13a253
|
Fix grid not allowing adding rows due to model -> table rename
|
2020-10-14 09:53:27 +01:00 |
Andrew Kingston
|
3efac56f5d
|
Fix errors being thrown when nesting certain components without picking a datasource
|
2020-10-14 09:39:49 +01:00 |
Andrew Kingston
|
cf28ba24a3
|
Fix errors being thrown by grid and table
|
2020-10-14 09:34:23 +01:00 |
Andrew Kingston
|
7e162960f0
|
Improve grid and table rendering of any type of datasource
|
2020-10-14 09:23:20 +01:00 |
Martin McKeaveney
|
72746c6e07
|
fixing funky svelte prettier issue
|
2020-10-13 21:37:55 +01:00 |
Martin McKeaveney
|
cb5c09d439
|
simplify user authentication, remove anon user, fix login cookie issues
|
2020-10-13 21:33:56 +01:00 |
Andrew Kingston
|
4ac83afb62
|
Fix data table and grid rendering views
|
2020-10-13 19:58:36 +01:00 |
mike12345567
|
23c8339827
|
Adding info to the table deletion about screens that will be deleted and deleted template screens when table deleted.
|
2020-10-13 19:37:52 +01:00 |
Andrew Kingston
|
e50d33b7cb
|
Add flex design property and fix existing default layout
|
2020-10-13 17:46:18 +01:00 |
mike12345567
|
0c2f48fd96
|
Adding 501 not implemented errors to screen API which did not have a controller previously.
|
2020-10-13 17:40:28 +01:00 |
Andrew Kingston
|
5a086d529b
|
Merge branch 'master' of github.com:Budibase/budibase into cheeks-bugfixes
|
2020-10-13 17:27:46 +01:00 |
mike12345567
|
3e9836138b
|
Removing deprecated function - exists.
|
2020-10-13 17:02:59 +01:00 |
Martin McKeaveney
|
14af18d27b
|
fix issues from eslint plugin prettier
|
2020-10-13 16:33:45 +01:00 |
mike12345567
|
65a2da9091
|
Destroying instance DBs for an app before it is deleted.
|
2020-10-13 16:31:14 +01:00 |
Martin McKeaveney
|
2b3b41e778
|
bulk deletes on grid
|
2020-10-13 16:17:07 +01:00 |
Martin McKeaveney
|
8bac014955
|
optional chaining for backend ui models
|
2020-10-13 15:40:59 +01:00 |
Andrew Kingston
|
751e19c40e
|
Fix checkbox depth in frontend settings
|
2020-10-13 14:29:32 +01:00 |
Martin McKeaveney
|
c0d5be49f6
|
Merge branch 'master' of github.com:Budibase/budibase into bugz
|
2020-10-13 13:07:06 +01:00 |
Martin McKeaveney
|
5c7baf84c3
|
v0.2.1
|
2020-10-13 13:01:13 +01:00 |
Martin McKeaveney
|
55527784ed
|
Merge branch 'master' of github.com:Budibase/budibase into bugz
|
2020-10-13 12:52:55 +01:00 |