1
0
Fork 0
mirror of synced 2024-09-21 20:01:32 +12:00
Commit graph

59 commits

Author SHA1 Message Date
Andrew Kingston
78c6f9ca3d Remove electron specific app import 2021-03-15 18:32:20 +00:00
Martin McKeaveney
24945b860d show all query types in form component 2021-02-24 11:57:53 +00:00
Martin McKeaveney
5a24ad3860 case insensitive regex for app names 2021-02-23 18:37:37 +00:00
Martin McKeaveney
d3e398984c remove superfluous param 2021-01-28 19:35:04 +00:00
Martin McKeaveney
f745975a0c privacy features + allow builder usage without cloud API key 2021-01-28 19:32:13 +00:00
mike12345567
0e9d831e73 Linting. 2021-01-14 17:02:05 +00:00
mike12345567
16a25a7cff When self hosting it is now possible to use a pretty URL to access the app rather than the normal appId. 2021-01-14 17:01:31 +00:00
mike12345567
63c092799f Linting. 2021-01-07 15:39:49 +00:00
mike12345567
85320ea938 Some minor updates, making template object store URL in self hosting relative so everything just goes through the proxy, and fixing issue with API key being required to create apps in self hosting. 2021-01-07 15:37:41 +00:00
Michael Drury
3e38bea3d6 Fixing cypress failure. 2021-01-06 21:25:52 +00:00
mike12345567
e98f9a9e94 Linting. 2021-01-06 17:28:22 +00:00
mike12345567
882cfa700b Updating worker to support using a self host key, a basic level of security, stopping builder from asking for API key if currently configured for self hosting, made the default values for self hosting make sense for a basic local installation, this should be final. 2021-01-06 16:58:29 +00:00
Martin McKeaveney
39473cb029 merge 2020-12-07 21:20:35 +00:00
Martin McKeaveney
f05d696ef7 email as default user identifier 2020-12-04 12:22:45 +00:00
mike12345567
1a9f1aed9b Merge branch 'feature/security-update' of github.com:Budibase/budibase into feature/page-refactor 2020-12-02 13:26:57 +00:00
mike12345567
326551d2ed Linting. 2020-12-02 13:21:13 +00:00
mike12345567
05225f7787 Changing the naming of access levels to be roles. 2020-12-02 13:20:56 +00:00
mike12345567
e1314b0d88 Starting work on builder, very broken. 2020-11-24 18:11:34 +00:00
mike12345567
961a921a09 linting. 2020-11-19 16:56:23 +00:00
mike12345567
4997df919e Fixing issues with the application API, it utilised /api/:appId heavily which is a route that matches nearly everything. 2020-11-19 16:55:59 +00:00
mike12345567
96c18d574c Changing signup function to createNewApp for clarity. 2020-11-06 12:38:59 +00:00
Martin McKeaveney
1106026687 cut over to new frontend store 2020-11-04 17:09:45 +00:00
Andrew Kingston
cb25dd97b3 Enabling the dark side 2020-10-29 20:42:34 +00:00
Andrew Kingston
add4162000 Format with prettier 2020-10-27 15:28:13 +00:00
Andrew Kingston
5e6047b4f0 More tidy up 2020-10-27 09:17:27 +00:00
Michael Shanks
c88c671758 fix: ensure CSS is built on app creation 2020-10-15 23:20:56 +01:00
Andrew Kingston
d24679bc33 Move modal to BBUI and update usages 2020-10-08 09:35:11 +01:00
Andrew Kingston
3dc30262d7 Merge branch 'master' of github.com:Budibase/budibase into linked-records 2020-10-07 10:45:26 +01:00
Michael Shanks
a28a327da7 Merge branch 'master' into fixes 2020-10-05 21:17:01 +01:00
Michael Shanks
775aa0e92c Metrics - event props not populating correctly 2020-10-05 17:28:44 +01:00
Andrew Kingston
701786dc25 Merge template and index page styles with new BBUI 2020-10-05 12:20:59 +01:00
Andrew Kingston
68a03eceb4 Merge branch 'linked-records' of github.com:Budibase/budibase into linked-records 2020-10-05 12:20:26 +01:00
Andrew Kingston
a23967364b Fix cypress texts and update use of modal 2020-10-05 11:13:09 +01:00
mike12345567
3ad58c2aa7 Merge branch 'master' of github.com:Budibase/budibase into linked-records 2020-10-05 10:52:35 +01:00
Andrew Kingston
27c3e6c9e9 Replace all usages of simple-modal with new modal 2020-10-02 20:41:21 +01:00
Martin McKeaveney
016f49ac5a merge 2020-10-02 16:45:59 +01:00
Michael Shanks
a665399785 Extra analytics logging from code review 2020-09-29 16:35:47 +01:00
Michael Shanks
c336605529 added comment 2020-09-29 15:35:51 +01:00
Michael Shanks
83261aeadf analytics - identify user + extra actions added 2020-09-29 15:26:56 +01:00
Michael Shanks
1019078f79 Fetching analytics userId, when api_key entered 2020-09-28 10:47:18 +01:00
Martin McKeaveney
892ce699ce template export v1 2020-09-25 14:47:42 +01:00
mike12345567
5f064ade9d Renaming workflows -> automate/automations, throughout the API and the builder itself. 2020-09-21 13:49:34 +01:00
Joe
bae5e11df3 Tidy ups and welcome screen made less busy
Comment today from the demo was the welcome screen was a little busy in re to the links on the left hand panel
2020-08-11 16:57:15 +01:00
kevmodrome
8762cbb218 move store init to component instance, svelte-forms need to be updated before it can use the store correctly in the context module script tag 2020-08-03 17:08:54 +02:00
kevmodrome
b2d93c16ec adds missing bb logo 2020-08-03 16:30:26 +02:00
kevmodrome
7ef4f2b2ac signup flow now works correctly 2020-08-03 16:26:28 +02:00
kevmodrome
9b7adf9d8c api key logic works correctly 2020-08-03 15:59:50 +02:00
kevmodrome
f78e816f20 setup sidebar 2020-07-31 10:46:23 +02:00
Martin McKeaveney
26347e5ddc lint 2020-07-15 17:27:33 +01:00
Martin McKeaveney
924162da0e appId on creation event 2020-07-15 17:26:11 +01:00