1
0
Fork 0
mirror of synced 2024-09-19 18:59:06 +12:00
Commit graph

2217 commits

Author SHA1 Message Date
Andrew Kingston
10c8c569f8 Add user first name and last name to backend table UI 2021-05-19 10:40:05 +01:00
Andrew Kingston
6e5cfe8520 Merge branch 'next' of github.com:Budibase/budibase into user-app-list 2021-05-19 10:09:20 +01:00
Andrew Kingston
bf935183ce Use correct logo everywhere in the portal and fix some layouts 2021-05-18 18:48:37 +01:00
mike12345567
d9439abe86 Building up the API interactions for the forgotten password flow. 2021-05-18 15:26:09 +01:00
mike12345567
46d572a8fc Formatting. 2021-05-18 15:09:04 +01:00
mike12345567
6e858d2bbd Adding repeat password entry component. 2021-05-18 15:08:57 +01:00
Andrew Kingston
62ed55ac14 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
72e8af600a Merge branch 'feature/forgot-password' of github.com:Budibase/budibase into user-app-list 2021-05-18 14:33:25 +01:00
mike12345567
faa4606fe7 Merge branch 'next' of github.com:Budibase/budibase into feature/forgot-password 2021-05-18 14:29:43 +01:00
Andrew Kingston
7fb40cd7ad Allow app card rows to display all lock statuses 2021-05-18 13:55:15 +01:00
mike12345567
1080708ed5 Adding in all the other routes needed for forgotten password flow. 2021-05-18 12:34:21 +01:00
Andrew Kingston
4085cae433 Merge branch 'next' of github.com:Budibase/budibase into user-app-list 2021-05-18 12:33:06 +01:00
Martin McKeaveney
dbabe0afaf
Merge pull request #1496 from Budibase/feature/draft-apps
Feature/draft apps
2021-05-18 11:25:51 +01:00
Andrew Kingston
ac2c34a4b4 Disable update on change for component settings 2021-05-18 08:40:18 +01:00
Martin McKeaveney
d5fb542589 lint 2021-05-17 21:43:50 +01:00
mike12345567
3f7adae0d5 Switching everything over to proper layouts and removing any specified margins/padding. 2021-05-17 18:20:10 +01:00
mike12345567
47c4366a8f Switching over to use layouts. 2021-05-17 17:51:13 +01:00
mike12345567
4bbeec5954 Adding login form from designs. 2021-05-17 16:48:26 +01:00
Martin McKeaveney
a4e83c25a4 flip bool 2021-05-17 16:33:33 +01:00
mike12345567
75b1c25199 Further work towards login designs. 2021-05-17 15:29:57 +01:00
mike12345567
1cb4387fc8 Merge branch 'feature/draft-apps' of github.com:Budibase/budibase into feature/forgot-password 2021-05-17 14:54:03 +01:00
Martin McKeaveney
15cc048280 tidy up 2021-05-17 14:24:37 +01:00
mike12345567
db87d1d621 Work in progress, moving login form around a bit. 2021-05-17 13:47:23 +01:00
Martin McKeaveney
6dc288fcc3 merge 2021-05-16 21:29:07 +01:00
Martin McKeaveney
0ed0550e73 revert functionality working 2021-05-16 21:25:37 +01:00
mike12345567
2d0122f7d6 A general re-work of some parts of the auth lib, as well as moving roles/permissions around to make it possible to build an admin API which has role knowledge. 2021-05-14 15:43:41 +01:00
Andrew Kingston
47db3df0a1 Add optional info text to components 2021-05-14 13:29:14 +01:00
Martin McKeaveney
0ee83a2e60 set up live replication between prod and dev instances 2021-05-13 17:24:32 +01:00
Martin McKeaveney
ecde960fd9 Open app call 2021-05-13 15:33:04 +01:00
Martin McKeaveney
31901c89f8 merge, UI for managing your own app locks 2021-05-13 14:04:03 +01:00
mike12345567
f4e3e1d196 Altering object store so that all writes/reads to the object store have the dev app prefix replaced with standard app. 2021-05-13 13:29:53 +01:00
Martin McKeaveney
c3e1b1d302 lock concept in UI, make dev links go to builder and prod links go to real apps 2021-05-13 12:39:35 +01:00
Andrew Kingston
c669526c66 Remove search component from component structure 2021-05-13 12:38:56 +01:00
mike12345567
71b0fc8f40 Formatting. 2021-05-13 12:32:18 +01:00
Andrew Kingston
d9923e1e98 Clean up data source context and remove explicit button actions for pagination 2021-05-13 12:30:45 +01:00
Martin McKeaveney
61a5b109f5 dev mode E2E 2021-05-13 11:06:08 +01:00
Andrew Kingston
16c6e09c61 Merge branch 'next' of github.com:Budibase/budibase into lab-day-search 2021-05-12 14:35:00 +01:00
Andrew Kingston
5131a2fd74 Fix chart placeholder, fix spectrum colours and begin work on pagination component 2021-05-12 14:34:25 +01:00
mike12345567
8f7a3f4d69 Merge branch 'next' of github.com:Budibase/budibase into feature/draft-apps 2021-05-12 13:59:59 +01:00
mike12345567
fed94bea70 Merge branch 'next' of github.com:Budibase/budibase into feature/draft-apps 2021-05-12 12:49:42 +01:00
Martin McKeaveney
56d117c819 fixes from PR 2021-05-12 12:38:49 +01:00
Andrew Kingston
6d1c9c3e44 Add legacy in-memory filtering and sorting for views and external datasources 2021-05-11 19:07:52 +01:00
Andrew Kingston
a3fbe6a34a Allow data provider filtering using dates and date ranges, and allow filtering using a value or binding for any type 2021-05-11 18:33:25 +01:00
mike12345567
c9d903a92f General cleanup, doing away with the concept of hosting in the builder and the generally confusing difference between cloud, self hosting and running locally - server is simply always a server now. 2021-05-11 17:49:26 +01:00
Martin McKeaveney
3bf3fc5e02 email template E2E, adding preview 2021-05-11 14:44:43 +01:00
Andrew Kingston
78ae68981e Add support for numerical sorting 2021-05-11 11:24:16 +01:00
Andrew Kingston
3eabaea42f Merge branch 'next' of github.com:Budibase/budibase into lab-day-search 2021-05-11 10:47:52 +01:00
Andrew Kingston
5aebceb608
Merge pull request #1472 from Budibase/app-list
App list screen
2021-05-11 08:43:47 +01:00
mike12345567
a32ae1db46 Fixing an issue that occurred in a merge. 2021-05-10 18:14:18 +01:00
Andrew Kingston
146e10d2ed Remove commented out code 2021-05-10 18:03:14 +01:00