Peter Clement
005e0a2deb
Update login page to support user based oidc icon and name
2021-07-09 09:49:34 +01:00
Rory Powell
73c8dcf71b
Merge branch 'develop' into feature/oidc-support
2021-07-08 20:15:16 +01:00
Andrew Kingston
4eb6d1e624
Fix modal flashing when reverting app version and fix version number being incorrect
2021-07-08 12:56:35 +01:00
Peter Clement
cd1e5c8087
fixing conflict with OIDCButton
2021-07-08 12:36:09 +01:00
Peter Clement
99de767781
fix issue where oidc config form was not loading due to oidc_logos being undefined
2021-07-08 11:15:22 +01:00
mike12345567
39e91ceb82
Changing budibase -> internal/csv in datasource menu.
2021-07-07 17:47:00 +01:00
Peter Clement
2e49686eab
Merge branch 'feature/oidc-support' of https://github.com/Budibase/budibase into oidc-config-management
2021-07-07 17:42:31 +01:00
Peter Clement
7a51eba93c
Add OIDC icon to login page
2021-07-07 17:39:26 +01:00
Andrew Kingston
9440e4a5bf
Add UI to revert app version and initial work on app revert backend
2021-07-07 17:35:28 +01:00
mike12345567
f1dd80dcb4
Internal table detail screens should still have limit one.
2021-07-07 17:31:03 +01:00
mike12345567
53199ddc61
Inverting logic as the type isn't always internal.
2021-07-07 17:21:56 +01:00
mike12345567
44c87f4fb8
Making it possible to create an internal table from the plus symbol.
2021-07-07 17:13:04 +01:00
Andrew Kingston
0a44b1e3d8
Add client libary update management from inside the builder
2021-07-07 17:07:42 +01:00
Andrew Kingston
0ff1f0fbe9
Fix crash when referencing a component definition that doesn't exist
2021-07-07 17:07:16 +01:00
Peter Clement
cff2a9ad7d
Fix for icon upload issue
2021-07-07 16:18:18 +01:00
Andrew Kingston
fb6c115adf
Use client feature flags to conditionally show theme picker
2021-07-07 13:55:05 +01:00
Andrew Kingston
cc7b07a020
Use client features to determine when to show client preview on initial load
2021-07-07 13:54:44 +01:00
Andrew Kingston
24a2c547eb
Store client features in frontend store
2021-07-07 13:54:21 +01:00
Peter Clement
37b1200051
Allow user uploaded icons in oidc config
2021-07-07 13:41:09 +01:00
Andrew Kingston
ac99f7a23b
Update develop with master bugfix and add comments to explain loading events
2021-07-07 13:21:30 +01:00
Budibase Release Bot
f4f2a03503
v0.9.72
2021-07-07 12:19:03 +00:00
Andrew Kingston
67ffb2d96d
Merge branch 'master' of github.com:Budibase/budibase into develop
2021-07-07 13:16:26 +01:00
Andrew Kingston
ef88c740b2
Fix iframe preview loading bug in old client library versions
2021-07-07 13:09:33 +01:00
Budibase Release Bot
330fd8b922
v0.9.71
2021-07-07 10:52:11 +00:00
Andrew Kingston
9542910a41
Merge branch 'master' of github.com:Budibase/budibase into develop
2021-07-07 11:48:38 +01:00
Andrew Kingston
07ea6469fd
Add error handling to builder preview and loading indicator
2021-07-07 11:10:23 +01:00
Martin McKeaveney
9f3c2a8033
typo
2021-07-06 18:56:41 +01:00
Martin McKeaveney
a8277c9385
better naming, filter out public from inheritable roles
2021-07-06 18:55:34 +01:00
Martin McKeaveney
78bd36304e
prevent editing public role in apps
2021-07-06 18:54:08 +01:00
Martin McKeaveney
13517d5298
make logged in users basic by default, prevent allowing users to be assigned as default in the UI
2021-07-06 18:43:04 +01:00
Martin McKeaveney
68df47e22f
default to public in UI
2021-07-06 17:19:03 +01:00
Andrew Kingston
788f517b04
Remove redirect when user only has access to one app
2021-07-06 17:00:44 +01:00
Michael Drury
df97a2572b
Merge pull request #1932 from Budibase/fix/sql-relationship-validation
...
Adding validation to SQL relationship modal
2021-07-06 15:55:41 +01:00
Andrew Kingston
929d1c73d4
Avoid filter editor sending a prop change when filter is not an array, which was causing extra 409s and causing issues with tables
2021-07-06 15:55:02 +01:00
Andrew Kingston
8befb1d545
Fix bug with tabs causing them to broadcast a change event on mount
2021-07-06 15:53:52 +01:00
mike12345567
3cdd658ea0
Linting.
2021-07-06 13:11:29 +01:00
mike12345567
ff99e1dcc6
Don't allow foreign key to be the primary key of a row (this would break things).
2021-07-06 13:10:02 +01:00
mike12345567
2fc512bcda
Linting.
2021-07-06 12:59:55 +01:00
mike12345567
04fbb8ea29
Adding validation to the SQL relationship creation modal.
2021-07-06 12:58:36 +01:00
Andrew Kingston
1c636dfd04
Merge pull request #1918 from Budibase/spectrum-apps
...
Spectrum themed apps
2021-07-06 11:43:52 +01:00
Rory Powell
7803540399
Use configuration url to retrieve oidc endpoints
...
The /.well-known/openid-configuration endpoint can be used to
retrieve the majority of configuration needed for oidc
Additionally refactor the callback url to be generated on the server
side as this is a fixed endpoint.
Add linting fixes
2021-07-06 10:03:40 +01:00
Bernhard Hayden
baab7141c0
Proof of concept OIDC implementation
2021-07-06 10:03:40 +01:00
mike12345567
8550d00751
Giving the system the ability to make auto increment columns auto-columns in postgres or mysql.
2021-07-05 18:11:23 +01:00
Andrew Kingston
dcaf02ecee
Merge branch 'develop' of github.com:Budibase/budibase into spectrum-apps
2021-07-05 17:41:26 +01:00
Andrew Kingston
03c4f0fc24
Fix cypress test
2021-07-05 17:37:38 +01:00
mike12345567
e7d6298647
Merge branch 'master' of github.com:Budibase/budibase into develop
2021-07-05 17:17:32 +01:00
Andrew Kingston
c3913372e1
Lint
2021-07-05 16:47:30 +01:00
Budibase Release Bot
1532fee301
v0.9.70
2021-07-05 14:38:21 +00:00
Peter Clement
a0f2de65e7
Front End form for OIDC configuration
2021-07-05 14:25:42 +01:00
mike12345567
7d244f0a9c
Review comments.
2021-07-05 11:06:39 +01:00
mike12345567
006db17bfc
Quick fixes for UI, making sure relationships UI not displayed unless tables exist and fixing issue with through being sent up with one-to-many.
2021-07-05 11:03:54 +01:00
mike12345567
ea8fea98a9
Re-working UI after some review.
2021-07-05 10:48:28 +01:00
Andrew Kingston
1f3e0b4e6f
Update list and detail autoscreens to be theme aware and use new designs
2021-07-05 10:20:20 +01:00
mike12345567
f450e38dab
Linting.
2021-07-05 09:38:01 +01:00
mike12345567
57278b4532
Allowing user firstname and lastname to be updated through user portal.
2021-07-05 09:29:16 +01:00
Andrew Kingston
56d687a236
Merge branch 'develop' of github.com:Budibase/budibase into spectrum-apps
2021-07-05 09:03:24 +01:00
mike12345567
71f96f9601
Fixing little UI bugs.
2021-07-03 10:26:37 +01:00
mike12345567
c24cc5c3fb
Fixing issue with many to many through junction table not realising some exist, or some need deleted - as well as removing limit from details screen, this was blocking join statements and served no purpose (its already a search by equals).
2021-07-02 18:42:01 +01:00
mike12345567
9aa672101e
Linting.
2021-07-02 14:36:24 +01:00
mike12345567
a8ff2cc7bd
Removing console logs and simplifying the relationship name.
2021-07-02 14:35:05 +01:00
mike12345567
10730d8053
Implementing UI to support the backend put in place.
2021-07-02 14:33:05 +01:00
Martin McKeaveney
3eb8f3c445
bidirectional relationships, many to one
2021-07-01 22:23:47 +01:00
Martin McKeaveney
cae1a20411
preventing relationship overrides
2021-07-01 21:24:23 +01:00
Martin McKeaveney
93569ccc87
simplify relationship configuration UI
2021-07-01 18:24:43 +01:00
Martin McKeaveney
9f3e5cdc7f
Merge branch 'feature/sql-relationships' of github.com:Budibase/budibase into feature/opinionated-relationships-ui
2021-07-01 14:14:52 +01:00
Martin McKeaveney
edcf3161a3
relationships E2E
2021-07-01 14:14:48 +01:00
mike12345567
ac834dc713
Merge branch 'master' of github.com:Budibase/budibase into feature/sql-relationships
2021-07-01 12:29:38 +01:00
Budibase Release Bot
b4c2e3cd31
v0.9.69
2021-07-01 10:51:59 +00:00
Budibase Release Bot
9b1530ff87
v0.9.68
2021-07-01 10:41:50 +00:00
Andrew Kingston
1d2b306574
Add border style as an explicit option to prevent issues with dynamically adding it via the styleable helper
2021-07-01 00:40:16 +01:00
Andrew Kingston
18f25f0be2
Update list autoscreen to be theme aware and use new component props
2021-06-30 20:14:41 +01:00
Andrew Kingston
ccb48a642f
Set light as default app theme
2021-06-30 19:41:09 +01:00
Andrew Kingston
9b9bda1fb4
Add error handling to builder preview and loading indicator
2021-06-30 19:37:03 +01:00
Andrew Kingston
45d235ca92
Add spectrum card component
2021-06-30 16:33:35 +01:00
Andrew Kingston
2beaa2b28a
Merge and add initial work on cards
2021-06-30 16:33:19 +01:00
Martin McKeaveney
3c64f870bd
Merge branch 'feature/sql-relationships' of github.com:Budibase/budibase into feature/opinionated-relationships-ui
2021-06-30 15:06:42 +01:00
Andrew Kingston
48fdc8a2df
Fix bug where stale data is shown in custom css drawer when changing components
2021-06-30 09:38:14 +01:00
Andrew Kingston
c936ab2619
Fix bug which causes an 'undefined' layout to appear if the save call 409s
2021-06-30 09:35:31 +01:00
Andrew Kingston
2693878a72
Remove a lot of hacks around screenslots and allow naming them
2021-06-30 09:05:03 +01:00
Andrew Kingston
3ed1ac4ccd
Fix text casing on some button settings
2021-06-30 08:46:53 +01:00
Andrew Kingston
6bfcb3fc2b
Add better theme compatibility to color picker and client app components
2021-06-30 08:30:57 +01:00
Martin McKeaveney
1987ea5f3e
listing relationships in UI
2021-06-29 19:57:26 +01:00
Budibase Release Bot
4abd23f6ff
v0.9.67
2021-06-29 16:46:33 +00:00
Martin McKeaveney
1ca52dc0b9
adding prop to create/edit relationships
2021-06-29 15:30:32 +01:00
Martin McKeaveney
ceeb968531
Merge pull request #1871 from Budibase/develop
...
Develop
2021-06-29 14:48:27 +01:00
Budibase Release Bot
e80e2c6a7b
v0.9.66
2021-06-29 13:24:30 +00:00
mike12345567
5a4398f690
Some work towards supporting many SQL relationships.
2021-06-28 17:42:39 +01:00
Andrew Kingston
2b7f3942d0
Add initial work on refactoring color picker to account for client app theme
2021-06-28 14:51:47 +01:00
Martin McKeaveney
c1abbc1493
definitions and tidy up
2021-06-28 13:04:52 +01:00
Andrew Kingston
f2be9501d3
Add global app theme picker and use it in client preview
2021-06-28 12:55:11 +01:00
Andrew Kingston
91b701a746
Merge pull request #1834 from Budibase/design-panel-v2
...
Design panel V2 + big performance improvements + misc features
2021-06-28 11:11:00 +01:00
Andrew Kingston
39197b318b
Improve styles in data source page to be more in line with the portal
2021-06-28 10:56:17 +01:00
Andrew Kingston
cdd9bed7ad
Prevent creating datasource without a type selected
2021-06-28 10:55:58 +01:00
Andrew Kingston
2333754862
Update autoscreens and default layouts to use new component props
2021-06-28 10:47:23 +01:00
Andrew Kingston
be37720dc5
Fix placement of 'reset fields' button for field groups
2021-06-28 10:09:31 +01:00
Martin McKeaveney
ba2bdd0e12
Merge branch 'develop' of github.com:Budibase/budibase into feature/opinionated-relationships-ui
2021-06-25 18:11:48 +01:00
Martin McKeaveney
aa980e9b8a
relationship configuration panel
2021-06-25 18:11:03 +01:00
Andrew Kingston
50f8931fbe
Lint
2021-06-25 17:27:06 +01:00
Andrew Kingston
954c83c418
Remove deprecated 'inline' style setting
2021-06-25 17:00:30 +01:00
mike12345567
b25033cab6
Fixing cypress test linkup to built files.
2021-06-25 16:37:01 +01:00
mike12345567
f0e7b9b25e
Speeding up server tests and removing the ability for it to port collide.
2021-06-25 16:14:06 +01:00
Andrew Kingston
86da3b7f28
Add gap prop by default to screens
2021-06-25 15:31:35 +01:00
Budibase Release Bot
4eedbe7890
v0.9.65
2021-06-25 11:32:56 +00:00
Budibase Release Bot
6f280e389a
v0.9.64
2021-06-24 11:37:19 +00:00
Andrew Kingston
fb18635bf9
Merge branch 'develop' of github.com:Budibase/budibase into design-panel-v2
2021-06-24 11:44:49 +01:00
Budibase Release Bot
01bd23f45e
v0.9.63
2021-06-23 22:43:56 +00:00
Budibase Release Bot
8d740bd199
v0.9.62
2021-06-23 22:27:33 +00:00
Martin McKeaveney
751f83bfb0
adding relationships file
2021-06-23 22:07:18 +01:00
Budibase Release Bot
b63a901a47
v0.9.61
2021-06-23 19:53:30 +00:00
mike12345567
2db995c906
Fixing test case and removing console.log.
2021-06-23 20:18:21 +01:00
mike12345567
2a0cfc949d
Fixing issue with automation webhook URL being undefined.
2021-06-23 20:11:05 +01:00
Martin McKeaveney
e6f3a04b4f
started on opinionated relationships
2021-06-23 14:29:40 +01:00
Andrew Kingston
098131099d
Add new typography settings, add new settings bar dropdowns, add settings bar to text components
2021-06-23 14:21:37 +01:00
Budibase Release Bot
e25c6d4f3f
v0.9.60
2021-06-23 12:53:57 +00:00
Andrew Kingston
d7cc6836a9
Fix instance name on layouts
2021-06-23 12:26:46 +01:00
Budibase Release Bot
e141a17e87
v0.9.59
2021-06-23 11:09:48 +00:00
Budibase Release Bot
ce2abff002
v0.9.58
2021-06-23 09:13:01 +00:00
Andrew Kingston
4b9a863c68
Add color picker component and tidy up style options
2021-06-23 09:54:31 +01:00
Budibase Release Bot
e93c40a0d7
v0.9.57
2021-06-23 08:45:22 +00:00
Budibase Release Bot
a61abb0476
v0.9.56
2021-06-23 07:33:05 +00:00
Martin McKeaveney
137aff049d
adding scroll to data source select
2021-06-23 08:04:24 +01:00
Andrew Kingston
dd4c7a186e
Add new style definitions for containers
2021-06-23 07:55:33 +01:00
Budibase Release Bot
ee825b3728
v0.9.55
2021-06-22 16:31:57 +00:00
Michael Drury
f503de3025
Merge pull request #1799 from Budibase/fix/june-mike
...
Various release fixes
2021-06-22 17:24:09 +01:00
Budibase Release Bot
42d18b8d7f
v0.9.54
2021-06-22 16:03:40 +00:00
mike12345567
559e91ec29
Allowing self endpoints to 403 and not reload page.
2021-06-22 16:54:25 +01:00
mike12345567
89c46873af
Not recording cypress in CI.
2021-06-22 16:26:39 +01:00
mike12345567
dee180dc7c
Fixing inactivity issue in builder as well #1773 .
2021-06-22 13:05:15 +01:00
mike12345567
c531a02725
Allowing formula fields to be display columns.
2021-06-22 11:49:35 +01:00
Andrew Kingston
2367a97f39
Add screen settings section, refactor more of component settings panel
2021-06-22 09:36:50 +01:00
Andrew Kingston
da1197337e
Merge branch 'develop' of github.com:Budibase/budibase into design-panel-v2
2021-06-22 09:14:27 +01:00
Andrew Kingston
aee876a681
Add initial work on merging settings and design panels, improve code structure, improve styles
2021-06-22 09:14:17 +01:00
Michael Drury
8b4f1a4bac
Update-deps and re-lint.
2021-06-21 22:44:40 +01:00
Michael Drury
82d17af808
Linting.
2021-06-21 22:42:57 +01:00
mike12345567
61d810edfe
Implementing feature #1700 and making it possible to remove logo.
2021-06-21 18:01:25 +01:00
mike12345567
ed5dd08c66
Fixing authentication with API key issue.
2021-06-21 17:13:06 +01:00
Martin McKeaveney
9b8613e9fc
remove internal API key for cypress setup
2021-06-21 16:15:19 +01:00
mike12345567
96f477ddfd
Linting and adding internal_api_key to cypress.
2021-06-21 14:06:06 +01:00
Martin McKeaveney
5f3336531f
finally fixing cypress tests
2021-06-21 13:55:34 +01:00
mike12345567
db01275483
Fixing issue stopping view test from creating tables.
2021-06-21 13:41:58 +01:00
mike12345567
df1e15dd55
Merge branch 'develop' of github.com:Budibase/budibase into feature/opinionated-sql
2021-06-21 13:05:39 +01:00
mike12345567
aad0802b83
Formatting.
2021-06-21 13:05:19 +01:00
mike12345567
3919f8a5a3
Fixing issues discovered by cypress tests.
2021-06-21 13:04:41 +01:00
Andrew Kingston
983ac8e76b
Merge pull request #1774 from Budibase/confirmable-actions
...
Confirmable actions
2021-06-21 12:56:47 +01:00
Martin McKeaveney
03c5640856
merge
2021-06-21 11:19:22 +01:00
Martin McKeaveney
88a3fd7d4c
merge
2021-06-21 11:16:44 +01:00
Martin McKeaveney
597149228e
Merge branch 'master' of github.com:Budibase/budibase into feature/opinionated-sql
2021-06-21 11:14:27 +01:00
Martin McKeaveney
0399e15ef0
refetch rows when row created
2021-06-21 11:10:46 +01:00
Andrew Kingston
0f691e5484
Update autoscreens to require confirmation when deleting rows
2021-06-21 10:52:55 +01:00
Andrew Kingston
0ef31accb8
Add confirmation params for some actions
2021-06-21 09:58:24 +01:00
Budibase Release Bot
5dcc469e8c
v0.9.53
2021-06-20 16:45:30 +00:00
Budibase Release Bot
744dd2b777
v0.9.52
2021-06-20 10:15:48 +00:00
Martin McKeaveney
0f8b3c52be
lint ✨
2021-06-18 22:18:23 +01:00
Martin McKeaveney
ef0eadb402
Merge branch 'feature/opinionated-sql' of github.com:Budibase/budibase into feature/opinionated-sql
2021-06-18 17:57:09 +01:00
Martin McKeaveney
f57e10c01a
fix condition in layout
2021-06-18 17:57:01 +01:00
mike12345567
b0ebd7d741
Removing the ability to delete a table.
2021-06-18 17:07:46 +01:00
Andrew Kingston
ae922492f5
Allow sections to be nested inside containers
2021-06-18 14:03:55 +01:00
mike12345567
de1ad05c7a
Linting.
2021-06-18 13:33:44 +01:00
mike12345567
40e06cc5d1
Formatting and fixing an issue with mysql not being able to return a row that it has created, updated or deleted.
2021-06-18 13:14:45 +01:00
Andrew Kingston
49abab36c9
Merge branch 'master' of github.com:Budibase/budibase into feature/layout-poc
2021-06-18 13:10:10 +01:00
Andrew Kingston
be6e7d52eb
Lint and remove unused section properties
2021-06-18 12:44:53 +01:00
Andrew Kingston
be03bbe5bc
Remove transition setting from components
2021-06-18 12:41:15 +01:00
Andrew Kingston
e3c064901d
Fix error when deleting screen
2021-06-18 12:32:55 +01:00
Andrew Kingston
a0b98e8f27
Fix styles of list autoscreen
2021-06-18 12:32:47 +01:00
mike12345567
21b591954f
Adding a mySQL plus integration, as well as fixing some issues with running queries directly.
2021-06-18 12:29:25 +01:00
Andrew Kingston
6bc30eb5cb
Fix screen deletion not waiting for async operations to finish
2021-06-18 12:23:50 +01:00
Andrew Kingston
085cfdccad
Update autoscreen link generation to work with new layouts
2021-06-18 12:23:33 +01:00
Andrew Kingston
b497000f7b
Update buttons in settings, improve preview styles
2021-06-18 09:59:28 +01:00
Andrew Kingston
8492fb9c84
Remove deprecated navigation component from the builder but leave it in standard components for compatibility
2021-06-18 09:59:04 +01:00
mike12345567
552c608b49
Fixing some issues with cypress tests and screens getting multipled.
2021-06-17 18:19:34 +01:00
mike12345567
c80ad016f2
Making internal database view a bit nicer.
2021-06-17 17:50:40 +01:00
Martin McKeaveney
35942d27b4
fix up datasources and server tests
2021-06-17 15:24:52 +01:00
Martin McKeaveney
dd4ed9b69d
tidy up, fix UI tests
2021-06-17 14:45:08 +01:00
Martin McKeaveney
08b74d2cec
lint
2021-06-17 14:06:31 +01:00
Martin McKeaveney
a7029017b0
table, view, datasource selection logic
2021-06-17 13:57:27 +01:00
Andrew Kingston
410cfe73d2
Update autoscreens to work better with layouts
2021-06-17 13:24:51 +01:00
Andrew Kingston
c77f8e45fd
Update server generated layouts and improve layout styles
2021-06-17 12:57:36 +01:00
Martin McKeaveney
c97d51bc1e
some bugfixes
2021-06-17 12:48:37 +01:00
Andrew Kingston
e6f9f3ec6f
Add component for customising navigation links, improve layouts and responsiveness
2021-06-17 12:18:48 +01:00
Martin McKeaveney
626bc5e9dd
better UI flow, list tables underneath datasources
2021-06-17 11:40:01 +01:00
Martin McKeaveney
1117b8433b
view fix, add help icon to builder
2021-06-17 10:47:01 +01:00
Budibase Release Bot
aa1d7ad7aa
v0.9.51
2021-06-17 05:20:27 +00:00
Martin McKeaveney
a79ae5f4ef
tidy up imports
2021-06-16 23:39:14 +01:00
Martin McKeaveney
2737949602
Merge branch 'feature/opinionated-sql' of github.com:Budibase/budibase into feature/opinionated-sql
2021-06-16 23:27:47 +01:00
Martin McKeaveney
9841a74e39
datasource selection logic - unselect other entities when choosing datasource
2021-06-16 23:27:38 +01:00
mike12345567
615b207fbb
Formatting.
2021-06-16 18:39:59 +01:00
Martin McKeaveney
9e41068a5d
end to end data providers and opinionated sql
2021-06-16 17:50:22 +01:00
Martin McKeaveney
ba09f2df4b
consolidate postgres datas sources
2021-06-16 15:45:57 +01:00
mike12345567
6733b61b78
Merge branch 'master' of github.com:Budibase/budibase into feature/opinionated-sql
2021-06-16 14:13:57 +01:00
Budibase Release Bot
f19fa7ab8b
v0.9.50
2021-06-16 09:04:00 +00:00
Andrew Kingston
88b9527f8a
Fix crash determining illegal children when selectedComponent is null
2021-06-16 09:37:23 +01:00
Andrew Kingston
d5e40fc090
Merge branch 'master' of github.com:Budibase/budibase into feature/layout-poc
2021-06-16 09:35:11 +01:00
Budibase Release Bot
024bce7354
v0.9.49
2021-06-16 08:29:17 +00:00
Andrew Kingston
ab6e31811b
Merge pull request #1712 from Budibase/fix/eslint-prettier
...
Fix eslint, update eslint and prettier versions and update package scripts
2021-06-16 09:22:07 +01:00
mike12345567
3d9dced317
Merge branch 'master' of github.com:Budibase/budibase into feature/opinionated-sql
2021-06-15 20:00:52 +01:00
Martin McKeaveney
e3cced9d97
consolidate data sources and queries together in one UI
2021-06-15 19:48:05 +01:00
Andrew Kingston
32a3c2bbb6
Lint with prettier
2021-06-15 19:39:40 +01:00
Andrew Kingston
38e064fa0f
Fix all eslint issues
2021-06-15 19:36:56 +01:00
Budibase Release Bot
6153fa74f1
v0.9.48
2021-06-15 12:43:29 +00:00
Martin McKeaveney
de279fa6a9
removing _all concept for tables, more work on plus datasource
2021-06-15 13:32:11 +01:00
mike12345567
f55e82ec04
Removing log statement.
2021-06-15 13:05:31 +01:00
Andrew Kingston
70175ba276
Fix prettier and eslint, update versions and update package scripts
2021-06-15 12:42:50 +01:00
Martin McKeaveney
760dc88ef3
SQL for fetching primary keys, needs merged into column SQL
2021-06-14 20:05:18 +01:00
mike12345567
4950db460c
Formatting.
2021-06-14 19:07:13 +01:00
mike12345567
b0bb2a23db
Fix for #1710 - don't allow setting setting info from within apps and making the user portal a bit more clear about builders being global admins.
2021-06-14 15:23:24 +01:00
mike12345567
146a72f61d
Fixing internal delete.
2021-06-14 13:52:06 +01:00
Andrew Kingston
61912fd7cd
Fix crash when removing data bindings from an object which contains a null value
2021-06-14 12:18:54 +01:00
Andrew Kingston
27009438c8
Merge branch 'master' of github.com:Budibase/budibase into feature/layout-poc
2021-06-14 09:54:11 +01:00
Keviin Åberg Kultalahti
e47e8b1112
missed files that were not commited on friday
2021-06-14 07:34:42 +02:00
mike12345567
6685ebaa7b
Fixing bulk deletion.
2021-06-11 19:54:47 +01:00
mike12345567
6b40f15318
Merge branch 'feature/opinionated-sql' of github.com:Budibase/budibase into feature/opinionated-sql
2021-06-11 18:56:44 +01:00
Martin McKeaveney
b546faab15
restore page structure back to selected datasource
2021-06-11 17:53:55 +01:00
Martin McKeaveney
114eac4134
external/internal tables and datasources merged, removed autocapture, re-added logout action
2021-06-11 17:52:08 +01:00
Budibase Release Bot
afcab1af1b
v0.9.47
2021-06-11 13:03:19 +00:00
Keviin Åberg Kultalahti
d541e60243
wip layout compoent
2021-06-11 14:47:57 +02:00
Andrew Kingston
2d3bc1312e
Fix cypress test
2021-06-11 13:11:17 +01:00
Andrew Kingston
d8c49ac168
Merge branch 'master' of github.com:Budibase/budibase into interactive-layouts
2021-06-11 09:52:21 +01:00
Budibase Release Bot
b58e8925d1
v0.9.46
2021-06-11 08:48:36 +00:00
Keviin Åberg Kultalahti
76954b948d
remove unused components in builder settings
2021-06-11 09:19:44 +02:00
Keviin Åberg Kultalahti
3c4a0f38f4
Merge branch 'master' into feature/layout-poc
2021-06-11 09:09:34 +02:00
Budibase Release Bot
e91bab560d
v0.9.45
2021-06-10 13:17:08 +00:00
Keviin Åberg Kultalahti
a8294f2389
Merge branch 'master' into feature/layout-poc
2021-06-10 14:57:20 +02:00
Budibase Release Bot
0c935fb5fa
v0.9.44
2021-06-10 12:54:14 +00:00
Martin McKeaveney
fac91d0cee
Merge pull request #1691 from Budibase/fix/recent-bugs
...
fix feedback notification panel, prevent MinIO bucket from being deleted
2021-06-10 13:45:43 +01:00
Keviin Åberg Kultalahti
a66d3456b8
Merge branch 'master' into feature/layout-poc
2021-06-10 13:55:48 +02:00
Budibase Release Bot
989ff250b1
v0.9.43
2021-06-10 11:21:35 +00:00
Michael Drury
cb43edb640
Merge pull request #1690 from Budibase/fix/smtp-tls
...
Adding options to SMTP form for configuring TLS/STARTTLS
2021-06-10 12:14:00 +01:00
Martin McKeaveney
cbb681e140
re-adding if
2021-06-10 12:10:19 +01:00
Martin McKeaveney
a7dbada7dc
fix feedback notification panel, prevent MinIO bucket from being deleted
2021-06-10 12:07:39 +01:00
Budibase Release Bot
fac53fe92f
v0.9.42
2021-06-10 10:51:32 +00:00
mike12345567
21d463ce43
Spelling error.
2021-06-10 11:30:24 +01:00
mike12345567
2ce312b5b0
Making sure auth section of form can always be filled in.
2021-06-10 11:28:03 +01:00
mike12345567
86f13557ca
Adding options to SMTP form for configuring TLS/STARTTLS.
2021-06-10 11:25:06 +01:00
Andrew Kingston
ae5bc4171f
Add customProps function to screen component for building autoscreens
2021-06-10 10:36:43 +01:00
Keviin Åberg Kultalahti
7dc7f80571
Merge branch 'master' into feature/layout-poc
2021-06-10 11:35:46 +02:00
Andrew Kingston
6b062c90c2
Update autoscreens to be more responsive by default
2021-06-10 10:20:59 +01:00
Andrew Kingston
2124c85a09
Update autoscreens to have new container props
2021-06-10 09:48:08 +01:00
Andrew Kingston
b8d8829560
Merge branch 'master' of github.com:Budibase/budibase into interactive-layouts
2021-06-10 09:20:45 +01:00
Budibase Release Bot
968c4dabb7
v0.9.41
2021-06-09 18:01:31 +00:00
Andrew Kingston
9040a0bd1c
Merge branch 'master' of github.com:Budibase/budibase into interactive-layouts
2021-06-09 18:54:36 +01:00
Budibase Release Bot
aed973681e
v0.9.40
2021-06-09 15:26:30 +00:00
mike12345567
22431a4ea2
Updating SMTP config to show better errors.
2021-06-09 15:45:54 +01:00
Andrew Kingston
2383e4e54a
Merge branch 'master' of github.com:Budibase/budibase into interactive-layouts
2021-06-09 15:10:11 +01:00
Budibase Release Bot
ad45781228
v0.9.39
2021-06-09 13:51:07 +00:00
Andrew Kingston
18a78c979d
Merge pull request #1678 from Budibase/form-fixes
...
Form fixes
2021-06-09 14:42:59 +01:00
Keviin Åberg Kultalahti
9f36b4f5ef
Merge branch 'master' into feature/layout-poc
2021-06-09 14:10:55 +02:00
Andrew Kingston
739abfd706
Update autoscreens to add new form type setting
2021-06-09 13:08:36 +01:00
Budibase Release Bot
123f5d390f
v0.9.38
2021-06-09 11:37:37 +00:00
Budibase Release Bot
70de6b34fc
v0.9.37
2021-06-09 11:22:57 +00:00
dependabot[bot]
af6bf5a855
Bump ws from 7.4.4 to 7.4.6 in /packages/builder
...
Bumps [ws](https://github.com/websockets/ws ) from 7.4.4 to 7.4.6.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/7.4.4...7.4.6 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-06-09 10:42:53 +00:00
Budibase Release Bot
03ad1f0312
v0.9.36
2021-06-09 10:41:59 +00:00
Martin McKeaveney
0dbdf3a37b
Merge pull request #1673 from Budibase/dependabot/npm_and_yarn/packages/builder/postcss-8.3.0
...
Bump postcss from 8.2.9 to 8.3.0 in /packages/builder
2021-06-09 11:34:09 +01:00
Budibase Release Bot
8b1895f10c
v0.9.35
2021-06-09 10:12:38 +00:00
Martin McKeaveney
03ace9f913
Merge pull request #1549 from Budibase/dependabot/npm_and_yarn/packages/builder/browserslist-4.16.6
...
Bump browserslist from 4.16.3 to 4.16.6 in /packages/builder
2021-06-09 11:03:14 +01:00
dependabot[bot]
223648c97f
Bump postcss from 8.2.9 to 8.3.0 in /packages/builder
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.2.9 to 8.3.0.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.2.9...8.3.0 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-06-09 10:03:10 +00:00
Martin McKeaveney
5d4e486d36
Merge pull request #1471 from Budibase/dependabot/npm_and_yarn/hosted-git-info-2.8.9
...
Bump hosted-git-info from 2.8.5 to 2.8.9
2021-06-09 11:02:19 +01:00
Keviin Åberg Kultalahti
09bcbb17a9
Merge branch 'master' into feature/layout-poc
2021-06-09 10:24:05 +02:00
Keviin Åberg Kultalahti
9931c578a1
change name to section, add illegalChildren prop to manifest
2021-06-09 10:23:42 +02:00
Budibase Release Bot
0ed9cfc939
v0.9.34
2021-06-08 19:56:50 +00:00
Budibase Release Bot
9559aecd5a
v0.9.33
2021-06-08 19:28:00 +00:00
Budibase Release Bot
7496938a72
v0.9.32
2021-06-08 18:48:22 +00:00
Martin McKeaveney
fbc09f4b4a
Merge pull request #1667 from Budibase/fix/stability-bugfixes
...
Fix/stability bugfixes
2021-06-08 19:40:41 +01:00
Budibase Release Bot
ba90d908c0
v0.9.31
2021-06-08 18:15:16 +00:00
dependabot[bot]
faa87100a8
Bump hosted-git-info from 2.8.5 to 2.8.9
...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info ) from 2.8.5 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases )
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md )
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.5...v2.8.9 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-06-08 18:10:12 +00:00
dependabot[bot]
bc78351578
Bump browserslist from 4.16.3 to 4.16.6 in /packages/builder
...
Bumps [browserslist](https://github.com/browserslist/browserslist ) from 4.16.3 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases )
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md )
- [Commits](https://github.com/browserslist/browserslist/compare/4.16.3...4.16.6 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-06-08 18:08:52 +00:00
Martin McKeaveney
65abd63744
lint
2021-06-08 17:14:46 +01:00
Andrew Kingston
4138103f68
Improve client app overflow and selection indicators
2021-06-08 15:16:37 +01:00
Martin McKeaveney
eeaca8fc82
do not make query execution a requirement
2021-06-08 14:26:06 +01:00
Andrew Kingston
65e7453fbf
Render builder preview selection indicators via top level component instead of via styleable healper. Add indiciator on hover and add name to indicator
2021-06-08 14:19:03 +01:00
Martin McKeaveney
7f934327b7
making new screen modal choose the currently filtered role
2021-06-08 11:42:39 +01:00
Andrew Kingston
888f6cf398
Move settings bar into client library and allow configuration from manifest.json
2021-06-08 08:00:54 +01:00
Budibase Release Bot
bb20722b48
v0.9.30
2021-06-07 17:12:41 +00:00
Budibase Release Bot
dfed27393a
v0.9.29
2021-06-07 16:43:08 +00:00
Budibase Release Bot
3fcc2be1e9
v0.9.28
2021-06-07 16:26:33 +00:00
Michael Drury
81a9a40a18
Merge pull request #1558 from Budibase/fix/cypress-fixes
...
Fix/Update Cypress test cases
2021-06-07 17:16:37 +01:00
mike12345567
88290f2a13
Removing unused function.
2021-06-07 17:00:03 +01:00
mike12345567
1f798f594d
Fixing conditional issues.
2021-06-07 16:59:54 +01:00
mike12345567
e75b1338c2
Skipping component test case.
2021-06-07 15:46:09 +01:00
Martin McKeaveney
e4febf1ad0
fix rbac for tables
2021-06-07 14:29:06 +01:00
mike12345567
794119ec39
Merge branch 'fix/cypress-fixes' of github.com:Budibase/budibase into fix/cypress-fixes
2021-06-07 13:23:18 +01:00
mike12345567
1e9ce62261
Merge branch 'master' of github.com:Budibase/budibase into fix/cypress-fixes
2021-06-07 13:22:27 +01:00
Andrew Kingston
b1398340f5
Merge pull request #1620 from Budibase/lab-day-plausible
...
Lab day work (better searching for external data sources, date range component, fixes)
2021-06-07 09:47:10 +01:00
Budibase Release Bot
509375313a
v0.9.27
2021-06-04 20:56:30 +00:00
mike12345567
b82af48351
Fixing an issue with the various components of a relationship column being edittable after it was created.
2021-06-04 21:25:34 +01:00
mike12345567
5317d7b1f3
Relationship name wasn't editable - fixing this.
2021-06-04 21:19:21 +01:00
Budibase Release Bot
4bb24f7e9a
v0.9.26
2021-06-04 13:05:28 +00:00
Keviin Åberg Kultalahti
b8c7f6d298
rework selector styles
2021-06-04 14:34:40 +02:00
Budibase Release Bot
903adb40a8
v0.9.25
2021-06-04 09:13:55 +00:00
Keviin Åberg Kultalahti
ebdbbdc094
wip layout component
2021-06-04 08:57:18 +02:00
Andrew Kingston
966885b1a0
Remove leftover code and add proper comments to action types
2021-06-03 11:38:06 +01:00
Budibase Release Bot
01bd6f40bc
v0.9.24
2021-06-03 10:05:33 +00:00
Martin McKeaveney
75d30ed3a1
createView test green
2021-06-02 22:38:04 +01:00
Martin McKeaveney
6f663a1daf
view
2021-06-02 19:21:55 +01:00
Martin McKeaveney
5b26d094cc
view fixes
2021-06-02 19:20:28 +01:00
mike12345567
32579aede8
Some fixes after test failures in CI.
2021-06-02 18:28:05 +01:00
Budibase Release Bot
c7f3d63374
v0.9.23
2021-06-02 12:06:51 +00:00
Martin McKeaveney
abc7f04f29
Merge pull request #1607 from Budibase/lab-day-2705
...
Bash script automation block, budibase docker updates through UI
2021-06-02 12:59:13 +01:00
Budibase Release Bot
48d3bff349
v0.9.22
2021-06-02 11:34:24 +00:00
mike12345567
781bd7bab6
Fixing internal table issues and updating createTable cypress test case.
2021-06-02 12:32:07 +01:00
Andrew Kingston
256f6ab065
Merge branch 'master' of github.com:Budibase/budibase into lab-day-plausible
2021-06-02 11:39:41 +01:00
mike12345567
1da4b31890
Merge branch 'master' of github.com:Budibase/budibase into fix/cypress-fixes
2021-06-02 10:08:57 +01:00
Martin McKeaveney
aacaca3d4e
update functionality complete
2021-06-01 20:17:06 +01:00
Martin McKeaveney
edfc23454d
Merge branch 'master' of https://github.com/Budibase/budibase into lab-day-2705
2021-06-01 19:24:24 +01:00
Budibase Release Bot
f794cd67a7
v0.9.21
2021-06-01 17:05:46 +00:00
Budibase Release Bot
59e4cd85b1
v0.9.20
2021-06-01 16:25:29 +00:00
mike12345567
bdc0567464
Merge branch 'master' of github.com:Budibase/budibase into fix/cypress-fixes
2021-06-01 15:25:37 +01:00
Andrew Kingston
b375c525be
Merge branch 'master' of github.com:Budibase/budibase into lab-day-plausible
2021-06-01 15:16:09 +01:00
Andrew Kingston
fbc4253024
Revert logo to BB emblem
2021-06-01 15:02:27 +01:00
Andrew Kingston
a22fd8a0a1
Improve client performance and add action to control data provider queries
2021-06-01 14:59:42 +01:00
mike12345567
c8e08f293a
Re-working conditional logic to work better in cypress.
2021-06-01 14:29:25 +01:00
Budibase Release Bot
f132bf7c93
v0.9.19
2021-06-01 12:50:43 +00:00
mike12345567
807379168e
Merge branch 'master' of github.com:Budibase/budibase into fix/cypress-fixes
2021-06-01 12:15:34 +01:00
Budibase Release Bot
cb62d0b36a
v0.9.18
2021-05-29 13:01:19 +00:00
Budibase Release Bot
ad3e7d9b9a
v0.9.17
2021-05-28 19:13:11 +00:00
mike12345567
507e2587c6
Fixing issue with relationship column not being name-able.
2021-05-28 19:12:14 +01:00
Budibase Release Bot
89fce7b2e3
v0.9.16
2021-05-28 13:18:31 +00:00
Martin McKeaveney
8ee87fcf62
Merge pull request #1586 from Budibase/fix/data-connectors
...
Fix/data connectors
2021-05-28 14:10:40 +01:00
Martin McKeaveney
c4449cf1b2
tidy up
2021-05-28 14:06:18 +01:00
Budibase Release Bot
a34f72f929
v0.9.15
2021-05-28 12:39:17 +00:00
Martin McKeaveney
f348f18621
go straight to app if you only have one published app
2021-05-28 12:44:29 +01:00
Mike Shanks
61506c18aa
updated builder license to GPL & copyright to Budibase Inc
2021-05-28 12:14:14 +01:00
Martin McKeaveney
09ce58aa95
fix mssql encryption option
2021-05-28 11:55:28 +01:00
Martin McKeaveney
0c90f9ffc5
adding watchtower to docker config
2021-05-28 10:09:32 +01:00
Budibase Release Bot
faaf49c562
v0.9.14
2021-05-27 15:05:57 +00:00
Andrew Kingston
1ae8264276
Allow data providers to inherit each other and add full client side lucene implementation
2021-05-27 15:11:08 +01:00
mike12345567
88b31d7406
Fixing an issue with redirect loop in auth,
2021-05-27 12:05:31 +01:00
Martin McKeaveney
04cdb7fb8b
Merge pull request #1570 from Budibase/fix/stack-fixes
...
SSL fixes, update boolean in lucene
2021-05-27 09:03:03 +01:00
Martin McKeaveney
76620a5083
flip bools to strings
2021-05-27 08:21:05 +01:00
Budibase Release Bot
2c86cb4f43
v0.9.13
2021-05-27 07:19:23 +00:00
Andrew Kingston
21f96a200c
Merge pull request #1571 from Budibase/fix/boolean-backend-ui
...
Fix toggles in tables in backend UI always showing false
2021-05-27 08:12:07 +01:00
Andrew Kingston
ae297f2fdd
Fix toggles in tables in backend UI always showing false
2021-05-27 07:36:46 +01:00
Martin McKeaveney
b830265b89
SSL fixes, update boolean in lucene
2021-05-26 22:48:55 +01:00
Budibase Release Bot
b970a01def
v0.9.12
2021-05-26 16:53:00 +00:00
Budibase Release Bot
f8a7220a56
v0.9.11
2021-05-26 16:14:47 +00:00
Budibase Release Bot
08b7e3a543
v0.9.10
2021-05-26 15:57:10 +00:00
Budibase Release Bot
7ff173687c
v0.9.9
2021-05-26 15:16:54 +00:00
Martin McKeaveney
40634b099b
v0.9.8
2021-05-26 15:36:41 +01:00
Martin McKeaveney
10a8f063fb
v0.9.7
2021-05-26 15:34:28 +01:00
Andrew Kingston
f9157f49f9
Merge pull request #1566 from Budibase/ak-fixes
...
Fix issue when exporting apps
2021-05-26 15:02:34 +01:00
Andrew Kingston
ee9d247997
Fix issue when exporting apps
2021-05-26 14:58:24 +01:00
Keviin Åberg Kultalahti
fd7050697d
checks for user table props in table
2021-05-26 15:44:16 +02:00
Martin McKeaveney
7befe535fc
v0.9.6
2021-05-26 13:37:46 +01:00
Andrew Kingston
4a38fa3b71
Merge pull request #1564 from Budibase/ak-fixes
...
Proper font support and multiple fixes
2021-05-26 13:18:40 +01:00
Andrew Kingston
7e95961542
Fix issue with automation action for executing external data connector. Closes #1559
2021-05-26 09:02:59 +01:00
Andrew Kingston
29f81ffe0d
Merge branch 'master' of github.com:Budibase/budibase into ak-fixes
2021-05-26 08:53:42 +01:00
Andrew Kingston
bb422d1c4e
Fix execute query action not working
2021-05-26 08:49:54 +01:00
mike12345567
62ec2f2cc0
Formatting.
2021-05-25 18:08:34 +01:00
mike12345567
8e8223e3bb
Fixing create user test case, fixed part of create table and made a start on create components.
2021-05-25 18:06:56 +01:00
mike12345567
1631aa698b
Updating binding tests.
2021-05-25 16:52:35 +01:00
mike12345567
1564724dc3
Merge branch 'master' of github.com:Budibase/budibase into fix/cypress-fixes
2021-05-25 16:02:06 +01:00
mike12345567
069de1fdb1
Updating Automation cypress tests, now functional.
2021-05-25 15:57:38 +01:00
Martin McKeaveney
1150593e74
v0.9.5
2021-05-25 15:40:12 +01:00
Andrew Kingston
104298371a
Fix case of group by button
2021-05-25 15:33:04 +01:00
Keviin Åberg Kultalahti
ab56fceaae
fix double page component issue in email section
2021-05-25 15:25:56 +02:00
Keviin Åberg Kultalahti
3dc7ba268e
remove unused component in manage layout
2021-05-25 15:19:10 +02:00
mike12345567
08fef5fabd
Merge branch 'master' of github.com:Budibase/budibase into fix/cypress-fixes
2021-05-25 13:32:43 +01:00
mike12345567
9efc5162ab
Removing request button.
2021-05-25 13:29:15 +01:00
mike12345567
1146d508fd
Fixing app cypress test cases.
2021-05-25 13:25:42 +01:00
Martin McKeaveney
3a53dbe1f7
v0.9.4
2021-05-25 12:44:36 +01:00
Martin McKeaveney
9564285917
fix stale topNav history state causing wrong apps to show
2021-05-25 12:42:55 +01:00
mike12345567
921eb39227
Fixing the creation of user in cypress.
2021-05-25 11:06:50 +01:00
Andrew Kingston
41fb234499
Update autoscreens to use better spectrum-compatible styles and fonts
2021-05-25 10:15:10 +01:00
Andrew Kingston
6c960dd9e2
Replace font-weight 500 with 600 as source sans pro does not have a 500 weight, and update autoscreens and templates to use source sans pro
2021-05-25 10:11:41 +01:00
Andrew Kingston
3c5696199a
Remove Inter font fully and replace with Source Sans Pro, fix favicon import path
2021-05-25 09:41:23 +01:00
Andrew Kingston
e81b9ce66a
Remove login form component
2021-05-25 08:26:43 +01:00
Andrew Kingston
4e67369277
Fix case of edit roles button
2021-05-25 08:24:00 +01:00
Martin McKeaveney
4c9c7b05a3
v0.9.3
2021-05-24 21:54:28 +01:00
Michael Drury
b5da856c64
Merge pull request #1545 from Budibase/fix/user-setup-builder-admin
...
Ability to configure invited users as admins/builders
2021-05-24 20:40:32 +01:00
Martin McKeaveney
39b6ab7790
Merge pull request #1547 from Budibase/fix/minio
...
remove public folder concept, upload client lib directly
2021-05-24 20:19:12 +01:00
Martin McKeaveney
1b920a2f16
remove public folder concept, upload client lib directly
2021-05-24 19:49:34 +01:00
Andrew Kingston
8c52af4cf7
Merge pull request #1546 from Budibase/ak-fixes
...
More logo updates + fixes
2021-05-24 19:39:08 +01:00
Andrew Kingston
1e818a35c5
Add back readable text for oauth checklist step
2021-05-24 19:33:28 +01:00
Andrew Kingston
4c1fb33ad0
Replace builder logo with new space logo
2021-05-24 19:23:46 +01:00
mike12345567
18dd7322e4
Updating system to allow setting builder/admin as a toggle during the invitation phase of a user.
2021-05-24 18:45:43 +01:00
Andrew Kingston
a77e1c0365
Update favicon
2021-05-24 18:29:34 +01:00
Martin McKeaveney
40abd4fe3d
v0.9.2
2021-05-24 17:20:20 +01:00
Michael Drury
ea447b410b
Merge pull request #1543 from Budibase/fix/mike-fixes
...
Some fixes for Redis
2021-05-24 17:06:33 +01:00
Andrew Kingston
4a53d4c11e
Hide developer mode option when you aren't a developer
2021-05-24 16:49:43 +01:00
mike12345567
55aba6b824
Changing cypress commands.
2021-05-24 16:32:42 +01:00
mike12345567
85102fab4e
Changing how connection is waited for.
2021-05-24 16:31:50 +01:00
Andrew Kingston
d856eae6f7
Fix logo size on create admin screen
2021-05-24 16:28:08 +01:00
Andrew Kingston
2c580e6b30
Fix links to apps from non-builder app list not working
2021-05-24 16:22:39 +01:00
Andrew Kingston
9ea9b83fee
Add real Budibase space logo as the default logo
2021-05-24 16:19:29 +01:00
Andrew Kingston
844158bb3c
Add real updated timestamp to non-builder app list
2021-05-24 15:47:55 +01:00
Andrew Kingston
bba1cea7b3
Implement real sorting by app updated timestamp
2021-05-24 14:16:28 +01:00
Andrew Kingston
ecfd41d535
Add real updated timestamp to app table view
2021-05-24 14:11:45 +01:00
Andrew Kingston
5691280961
Stop / route screen being called Login when set to public access
2021-05-24 14:09:19 +01:00
Andrew Kingston
b9cfebdad2
Update deployment status message on error
2021-05-24 14:08:55 +01:00
Andrew Kingston
200d006971
Update deployment status message to not confuse user
2021-05-24 14:08:08 +01:00
Michael Drury
0b728f07fa
Merge pull request #1538 from Budibase/fix/lockdown-admin
...
Locking down administration endpoints and routes
2021-05-24 13:49:22 +01:00
Andrew Kingston
514d74a7aa
Remove console.log
2021-05-24 12:45:09 +01:00
Andrew Kingston
c1a30f8ea1
Remove admin only pages from non-admin menu
2021-05-24 12:44:59 +01:00
Andrew Kingston
1f1431344c
Prevent flashing and intermittent errors when navigating to admin screens as a non admin
2021-05-24 12:40:36 +01:00
Martin McKeaveney
4091013376
tidy up
2021-05-23 15:52:21 +01:00
Martin McKeaveney
35e361717c
make attachments downloadable and images clickable
2021-05-23 15:40:00 +01:00
Martin McKeaveney
f58ad3a12c
allow deletion of relationships
2021-05-23 15:06:33 +01:00
mike12345567
0838a45efc
Fixing issue with users that don't have admin structure.
2021-05-21 17:19:13 +01:00
mike12345567
59de40c4ef
Formatting and adding routing checks to push the user out of admin menus when they are not an admin.
2021-05-21 17:12:25 +01:00
mike12345567
348c61a8c5
Merge branch 'master' of github.com:Budibase/budibase into fix/lockdown-admin
2021-05-21 16:54:52 +01:00
mike12345567
c6a6d49cd7
Updating administration middleware so that internal requests allowed through automatically.
2021-05-21 16:43:01 +01:00
mike12345567
27fc3a3c5e
Adding ability to create new admins.
2021-05-21 16:30:37 +01:00
Michael Drury
7fb9673217
Merge pull request #1537 from Budibase/feature/app-updated-at
...
Mike fixes + application updated at timestamps
2021-05-21 16:10:29 +01:00
Martin McKeaveney
29faf18147
remove superfluous copy
2021-05-21 16:02:49 +01:00
Martin McKeaveney
d161f979b6
Merge pull request #1533 from Budibase/martin-fixes
...
WIP: fixes
2021-05-21 15:49:52 +01:00
Andrew Kingston
b00895c7b4
Merge pull request #1526 from Budibase/ak-fixes
...
AK fixes
2021-05-21 15:44:58 +01:00
Andrew Kingston
9f99058452
Revert login on enter
2021-05-21 15:44:27 +01:00
Andrew Kingston
d4518073c6
Change update self method to automatically merge new fields with existing user object
2021-05-21 15:23:39 +01:00
Martin McKeaveney
c75d898ca6
Merge branch 'master' of https://github.com/Budibase/budibase into martin-fixes
2021-05-21 15:18:16 +01:00
mike12345567
ede7e38442
Merge branch 'master' of github.com:Budibase/budibase into feature/app-updated-at
2021-05-21 14:57:41 +01:00
Martin McKeaveney
bef216527d
simpler check using checklist
2021-05-21 14:55:11 +01:00
mike12345567
095e513f9f
Formatting
2021-05-21 14:49:59 +01:00
Martin McKeaveney
c06edd8b44
enter to login, google auth only show if configured
2021-05-21 14:45:56 +01:00
mike12345567
a54b582e0d
Updating UI to use the updated at.
2021-05-21 14:38:58 +01:00
Andrew Kingston
3cbbde1fe4
Render email template inside iframe and render custom templates inside base template
2021-05-21 14:22:22 +01:00
Andrew Kingston
152a2d921b
Remove question mark from field label
2021-05-21 13:56:18 +01:00
Andrew Kingston
1d9ef7f3bf
Fix styles of tag renderer to make it readable but remove hover state
2021-05-21 13:55:17 +01:00
Andrew Kingston
2c1c407e81
Fix small typo in user details page
2021-05-21 13:49:25 +01:00
Andrew Kingston
ba45481cd7
Add readable labels to Google oauth fields
2021-05-21 13:46:13 +01:00
Andrew Kingston
a9c3194eba
Merge branch 'master' of github.com:Budibase/budibase into ak-fixes
2021-05-21 13:42:43 +01:00
Andrew Kingston
532c48896a
Add repeat password input to admin user creation
2021-05-21 13:35:38 +01:00
Andrew Kingston
7ed13d2b4c
Allow enter keypress to submit login form
2021-05-21 13:27:27 +01:00
Andrew Kingston
4deedfc27c
Update user avatar to use correct initials
2021-05-21 13:17:45 +01:00
Andrew Kingston
01b6c443ea
Fix issue on hot reload when user object was null
2021-05-21 13:17:35 +01:00
Andrew Kingston
bc8be04a32
Derive initials from user names and email address
2021-05-21 13:17:09 +01:00
Keviin Åberg Kultalahti
4314a30999
Merge branch 'master' into fixes/user-management
2021-05-21 14:10:36 +02:00
Keviin Åberg Kultalahti
d51e1949fa
lint fix
2021-05-21 13:43:27 +02:00
Keviin Åberg Kultalahti
9994c61f8f
fix login page
2021-05-21 13:33:05 +02:00
Keviin Åberg Kultalahti
a4de6d49c8
Merge branch 'master' into fixes/user-management
2021-05-21 13:32:55 +02:00
Keviin Åberg Kultalahti
53f38f6f8f
move extracted components into page components
2021-05-21 13:26:55 +02:00
Keviin Åberg Kultalahti
090c54beb9
fix erroneous disable state in resetform
2021-05-21 13:25:40 +02:00
Andrew Kingston
52d0be8b58
Simplify lock logic
2021-05-21 11:49:23 +01:00
Andrew Kingston
93d77d058c
Update normal user home screen to reflect changes with app fetching
2021-05-21 11:17:23 +01:00
Andrew Kingston
613841e7dd
Remove accidental text
2021-05-21 11:15:35 +01:00
Andrew Kingston
b904bba4c7
Merge branch 'master' of github.com:Budibase/budibase into enhanced-app-list
2021-05-21 11:11:43 +01:00
Michael Drury
f76c7d9684
Merge pull request #1514 from Budibase/fix/per-app-login
...
Removing per app login screens
2021-05-21 11:11:21 +01:00
Keviin Åberg Kultalahti
ac989fb282
move ResetForm to page component
2021-05-21 12:09:38 +02:00
Keviin Åberg Kultalahti
f050b65c45
add check after Login to redirect to resetpassword
2021-05-21 12:09:10 +02:00
Keviin Åberg Kultalahti
fc45408d0f
add force reset modal
2021-05-21 12:08:31 +02:00
Keviin Åberg Kultalahti
acc8fc6232
add forceResetPassword check to layout
2021-05-21 12:08:18 +02:00
Andrew Kingston
28e71e8cef
Remove global search bar
2021-05-21 11:02:40 +01:00
Andrew Kingston
c174602704
Merge branch 'master' of github.com:Budibase/budibase into enhanced-app-list
2021-05-21 11:00:26 +01:00
Andrew Kingston
e1c37752db
Rename general settings to organisation and add builder theme to Theming page, add password changing and user info changing to avatar dropdown
2021-05-21 11:00:08 +01:00
Andrew Kingston
cc21ed354b
Improve app list empty state screen and fix order of app context menu options
2021-05-21 10:37:19 +01:00
Andrew Kingston
f63f9a7c51
Update app list screen to show unified app list with publish status
2021-05-21 10:32:16 +01:00
Keviin Åberg Kultalahti
8ca3624e24
fix bug when switching between tabs
2021-05-20 16:57:38 +02:00
Keviin Åberg Kultalahti
8175fdd7a0
workaround to strange onMount bug with many Tabs components
2021-05-20 16:46:20 +02:00
Andrew Kingston
71296670c2
Add return URL's to any unauthenticated requests in the portal or builder
2021-05-20 15:01:59 +01:00
Andrew Kingston
64496759fd
Redirect away from auth routes if already authenticated
2021-05-20 15:01:34 +01:00
Keviin Åberg Kultalahti
1a4a13d431
remove unused var
2021-05-20 15:59:08 +02:00
Martin McKeaveney
7103df0013
v0.9.1
2021-05-20 14:53:22 +01:00
Martin McKeaveney
fd9f4a3027
v0.9.0
2021-05-20 14:49:19 +01:00
Andrew Kingston
99a2a5caf0
Add return URL to login form
2021-05-20 14:47:36 +01:00
Keviin Åberg Kultalahti
236b17e575
fix not being able to navigate directly to email template
2021-05-20 15:39:21 +02:00
Keviin Åberg Kultalahti
3d746b1217
remove unused imports
2021-05-20 15:13:16 +02:00
Keviin Åberg Kultalahti
46ddaada4d
remove transitions because of bug
2021-05-20 15:13:08 +02:00
Keviin Åberg Kultalahti
8f6205a4db
fixes layout issues in email templates
2021-05-20 15:03:34 +02:00
Keviin Åberg Kultalahti
f730900ed5
fix email templates being unreachable
2021-05-20 14:49:53 +02:00
Keviin Åberg Kultalahti
eca38a6fec
fixes missing cursor styling
2021-05-20 14:34:19 +02:00
Keviin Åberg Kultalahti
30eb523bd1
Merge branch 'master' into fixes/user-management
2021-05-20 14:12:48 +02:00
mike12345567
d301ea48a9
Removing all login/logout functionality from apps.
2021-05-20 13:05:58 +01:00
mike12345567
58f40da036
Fixing an issue with checkAuth function not checking response status before attempting to get JSON.
2021-05-20 12:39:33 +01:00
Martin McKeaveney
7ab24fed2b
merge with master
2021-05-20 10:40:15 +01:00
Keviin Åberg Kultalahti
0346ef9bb1
Merge branch 'next' into fixes/user-management
2021-05-20 11:02:15 +02:00
Mike Shanks
aed083ee95
Fix: Unable to use parameters with Rest conenctor
2021-05-20 09:07:51 +01:00
Andrew Kingston
112ef65043
Merge pull request #1505 from Budibase/user-app-list
...
User home screen + tidy ups
2021-05-20 08:41:44 +01:00
Martin McKeaveney
638a43efb8
Merge pull request #1503 from Budibase/cron
...
Cron Automation trigger
2021-05-19 19:33:49 +01:00
Andrew Kingston
002f910b29
Change password modal title to 'Update password'
2021-05-19 19:05:15 +01:00
Andrew Kingston
441fbd37fb
Prevent creating, deleting or editing global fields for user in the backend UI of the builder
2021-05-19 18:46:15 +01:00
Andrew Kingston
d47c48352c
Fix app deletion not working
2021-05-19 18:45:43 +01:00
mike12345567
d62280ae83
Merge branch 'next' of github.com:Budibase/budibase into user-app-list
2021-05-19 15:58:17 +01:00
mike12345567
c6f7f115b5
Fixing issues with the user table within the apps.
2021-05-19 15:55:00 +01:00
mike12345567
6a51e58f73
Merge branch 'user-app-list' of github.com:Budibase/budibase into user-app-list
2021-05-19 15:10:24 +01:00
mike12345567
0bbd45b413
Adding the ability to get all apps, with the status attached.
2021-05-19 15:09:57 +01:00
Andrew Kingston
2b5f5fb3e9
Remove placeholder features which we won't have in this release from user app list screen
2021-05-19 15:04:07 +01:00
Andrew Kingston
b3b57c9a0e
Fix general settings page not saving, fix analytics options
2021-05-19 15:03:50 +01:00
Andrew Kingston
445471efa7
Default org platform URL to localhost
2021-05-19 15:03:27 +01:00
Andrew Kingston
5de98bb672
Implement new admin get self endpoint, move auth store to the portal, and implement working password changing and name changing
2021-05-19 14:05:08 +01:00
Andrew Kingston
ee04e4d944
Remove console.log
2021-05-19 13:20:18 +01:00
Andrew Kingston
ba1ee6b033
Add modal to let users change their own password, without endpoint for now
2021-05-19 13:18:58 +01:00
Keviin Åberg Kultalahti
5d60a0b1f6
wire up force reset password action
2021-05-19 13:57:54 +02:00
Keviin Åberg Kultalahti
728bbe473a
create Force Reset Password Modal
2021-05-19 13:24:28 +02:00
Andrew Kingston
5c8c663935
Fix spacing and make consistent in all portal pages
2021-05-19 11:07:14 +01:00
Andrew Kingston
550ea1a70d
Add missing properties to first name and last name user schema
2021-05-19 11:06:57 +01:00
Keviin Åberg Kultalahti
01c1f0ce85
minor fixes
2021-05-19 11:55:23 +02:00
Keviin Åberg Kultalahti
8a0f2aaa8e
Update user list to show correct status
2021-05-19 11:54:35 +02:00
Keviin Åberg Kultalahti
36b098bc73
add working development access toggle
2021-05-19 11:52:12 +02:00
Keviin Åberg Kultalahti
cdc7e604e5
update function names on users store
2021-05-19 11:51:54 +02:00
Martin McKeaveney
8ceba79a12
activations
2021-05-19 10:46:47 +01:00
Andrew Kingston
8364ab91a2
Fix google SSO button not working in light theme
2021-05-19 10:40:45 +01:00
Andrew Kingston
27dfa40ec4
Add user first name and last name to backend table UI
2021-05-19 10:40:05 +01:00
Andrew Kingston
a6e80da57f
Fix spacing in manage user page and add first name and last name fields
2021-05-19 10:39:23 +01:00
Andrew Kingston
c1f1c8d169
Add first name and last name to user schema and add modal to update names
2021-05-19 10:25:23 +01:00
Keviin Åberg Kultalahti
3080d0a8c4
adds UI elements for toggling builder access
2021-05-19 11:23:14 +02:00
Andrew Kingston
f1a7f2a440
Merge branch 'next' of github.com:Budibase/budibase into user-app-list
2021-05-19 10:09:20 +01:00
Martin McKeaveney
a781239632
Adding cron presets to automations
2021-05-18 22:20:41 +01:00
mike12345567
d40fb215f9
Adding the ability to create options based on CSV, this will use the import data to create options.
2021-05-18 22:14:27 +01:00
Martin McKeaveney
c3dc5bae76
cron automation trigger end to end
2021-05-18 21:03:26 +01:00
Andrew Kingston
2745506fc9
Remove console.log
2021-05-18 19:14:18 +01:00
Andrew Kingston
e136cee959
Fix initial role not being set when updating user role
2021-05-18 19:08:23 +01:00
Andrew Kingston
478ec4c090
Fix roles table showing tags with a label of undefined
2021-05-18 19:03:59 +01:00
Andrew Kingston
84510d0551
Use correct logo everywhere in the portal and fix some layouts
2021-05-18 18:48:37 +01:00
Andrew Kingston
d00a412889
Fix logo upload and show current logo
2021-05-18 18:48:07 +01:00
Andrew Kingston
e76f68cee3
Prevent rendering certain authenticated routes unless logged in, to avoid initial renders and onMount loaders firing
2021-05-18 15:29:34 +01:00
mike12345567
e9b9ada128
Building up the API interactions for the forgotten password flow.
2021-05-18 15:26:09 +01:00
mike12345567
6013cfd8ed
Formatting.
2021-05-18 15:09:04 +01:00
mike12345567
3332e56842
Adding repeat password entry component.
2021-05-18 15:08:57 +01:00
Andrew Kingston
3b6b3877b1
Prevent access to create super admin screen once an admin has been created
2021-05-18 14:43:05 +01:00
Andrew Kingston
5daccbd76e
Fix layout of create super admin page
2021-05-18 14:39:52 +01:00
Andrew Kingston
78ba798be2
Improve routing based on auth and roles, and use redirects rather than pushing new routes
2021-05-18 14:39:26 +01:00
Andrew Kingston
473c9ebfa6
Merge branch 'feature/forgot-password' of github.com:Budibase/budibase into user-app-list
2021-05-18 14:33:25 +01:00
mike12345567
608c798cb9
Merge branch 'next' of github.com:Budibase/budibase into feature/forgot-password
2021-05-18 14:29:43 +01:00
Andrew Kingston
ec32354c7f
Add initial work on user app list screen
2021-05-18 13:57:14 +01:00
Andrew Kingston
8f9b60a400
Fix first time app creation modal not being centered and flashing apps when loading the page
2021-05-18 13:56:05 +01:00
Andrew Kingston
59e70d96ad
Allow app card rows to display all lock statuses
2021-05-18 13:55:15 +01:00
Andrew Kingston
89643ca407
Fix add user button style
2021-05-18 13:54:41 +01:00
Andrew Kingston
e5d1d8c214
Add default budibase org details
2021-05-18 13:54:04 +01:00
mike12345567
9898287257
Adding in all the other routes needed for forgotten password flow.
2021-05-18 12:34:21 +01:00
Andrew Kingston
0251ee366f
Merge branch 'next' of github.com:Budibase/budibase into user-app-list
2021-05-18 12:33:06 +01:00
Keviin Åberg Kultalahti
39d5e4ef45
Merge branch 'next' into admin/user-management-ui
2021-05-18 12:27:46 +02:00
Martin McKeaveney
d9ed0686ab
Merge pull request #1496 from Budibase/feature/draft-apps
...
Feature/draft apps
2021-05-18 11:25:51 +01:00
Keviin Åberg Kultalahti
038369f736
prettier format
2021-05-18 12:22:35 +02:00
Keviin Åberg Kultalahti
9f5e891b72
lint:fix
2021-05-18 12:21:57 +02:00
Keviin Åberg Kultalahti
c66be3cebb
adds a custom renderer to the users page
2021-05-18 12:17:57 +02:00
Andrew Kingston
8902a26ecc
Disable update on change for component settings
2021-05-18 08:40:18 +01:00
Martin McKeaveney
ee9a097979
lint ✨
2021-05-17 21:43:50 +01:00
mike12345567
1c8dee192a
Switching everything over to proper layouts and removing any specified margins/padding.
2021-05-17 18:20:10 +01:00
mike12345567
1e0482315b
Switching over to use layouts.
2021-05-17 17:51:13 +01:00
mike12345567
43899cae68
Adding login form from designs.
2021-05-17 16:48:26 +01:00
Martin McKeaveney
c32b52430e
flip bool
2021-05-17 16:33:33 +01:00
Keviin Åberg Kultalahti
3844e119a8
remove accidental extra component
2021-05-17 16:38:41 +02:00
mike12345567
8a63a8d32e
Further work towards login designs.
2021-05-17 15:29:57 +01:00
Keviin Åberg Kultalahti
52c7980e08
simplify fetching
2021-05-17 16:16:51 +02:00
Keviin Åberg Kultalahti
b0265efb29
switch to using roles endpoint to get apps for roles page
2021-05-17 16:11:08 +02:00
mike12345567
e7e7687aae
Merge branch 'feature/draft-apps' of github.com:Budibase/budibase into feature/forgot-password
2021-05-17 14:54:03 +01:00
Keviin Åberg Kultalahti
116ae6eeea
Merge branch 'feature/draft-apps' into admin/user-management-ui
2021-05-17 15:28:52 +02:00
Martin McKeaveney
f1cd6d01e9
tidy up
2021-05-17 14:24:37 +01:00
Keviin Åberg Kultalahti
56e09c9b7b
Merge branch 'feature/draft-apps' into admin/user-management-ui
2021-05-17 15:21:48 +02:00
Keviin Åberg Kultalahti
4fb4372c1b
remove unused import
2021-05-17 15:21:29 +02:00
mike12345567
3641ee5e2c
Work in progress, moving login form around a bit.
2021-05-17 13:47:23 +01:00
Keviin Åberg Kultalahti
2eeb689b86
fix fetchData to start off as loading
2021-05-17 13:24:09 +02:00
Keviin Åberg Kultalahti
4d9e4ca426
fix not being able to update roles twice
2021-05-17 13:23:19 +02:00
Keviin Åberg Kultalahti
24d84ee2b4
fix erroneous import
2021-05-17 13:12:43 +02:00
Keviin Åberg Kultalahti
d70e336574
adds updateRoles method to users store
2021-05-17 13:01:16 +02:00
Keviin Åberg Kultalahti
8e3bd36cc5
swap out random password method
2021-05-17 10:22:30 +02:00
Keviin Åberg Kultalahti
341b632736
Merge branch 'next' into admin/user-management-ui
2021-05-17 10:11:25 +02:00
Keviin Åberg Kultalahti
97cf6fc1fe
wip: roles fetch
2021-05-17 10:10:51 +02:00
Martin McKeaveney
fc7ddbe540
merge
2021-05-16 21:29:07 +01:00
Martin McKeaveney
0f2bcf581d
revert functionality working
2021-05-16 21:25:37 +01:00
Keviin Åberg Kultalahti
4df56ce457
Merge branch 'feature/draft-apps' into admin/user-management-ui
2021-05-14 17:32:08 +02:00
Keviin Åberg Kultalahti
61cabc7fc5
update settings page text
2021-05-14 17:03:47 +02:00