5859 Commits (74e6fdddb0ea84147673ce6c167735fc5f7971bb)
 

Author SHA1 Message Date
mike12345567 74e6fdddb0 Fixing two issues which were blocking previews, one the user was no longer being updated as an admin (when first building/creating an app) and two, role was not being carried across from global user properly. 5 years ago
Martin McKeaveney 51bdbb7878 Open app call 5 years ago
mike12345567 fa0544054b Fixing an issue with portal calls causing the app to be re-locked. 5 years ago
mike12345567 6cb40d4450 Merge branch 'feature/draft-apps' of github.com:Budibase/budibase into feature/draft-apps 5 years ago
mike12345567 6056b8bb61 Fixing issues with redis keys, however still not removing lock. 5 years ago
Martin McKeaveney 8d37a9bc8b fix response status from lock release call 5 years ago
mike12345567 b5d23b19ff Fixing forgotten id access. 5 years ago
mike12345567 9f09c76cce Fixing userId storage to redis and making sure lockedBy property never stored. 5 years ago
Martin McKeaveney 4a4c96f76d merge, UI for managing your own app locks 5 years ago
mike12345567 81c5ed5554 Altering object store so that all writes/reads to the object store have the dev app prefix replaced with standard app. 5 years ago
Martin McKeaveney c2c74678e4 lock concept in UI, make dev links go to builder and prod links go to real apps 5 years ago
mike12345567 768fa8e725 Formatting. 5 years ago
mike12345567 5df453d2a3 Updating locks to store the whole global user as well as implementing the locks on dev apps fetch. 5 years ago
Martin McKeaveney c3e7548255 dev mode E2E 5 years ago
mike12345567 3ad1e9a5b2 Formatting. 5 years ago
mike12345567 3f75ebf853 Adding dev endpoint to clear lock. 5 years ago
mike12345567 2021c59dd9 Putting together redis lock system. 5 years ago
mike12345567 abeb78d914 Merge branch 'next' of github.com:Budibase/budibase into feature/draft-apps 5 years ago
mike12345567 75f9335a44 Fixing an issue found with queries, if an optional property isn't set then problems could arise before. 5 years ago
mike12345567 13b1e78ee2 Merge branch 'next' of github.com:Budibase/budibase into feature/draft-apps 5 years ago
Martin McKeaveney 3bd6e7cb05 Merge pull request #1485 from Budibase/fix/small-fixes 5 years ago
Martin McKeaveney 022f501dee fixes from PR 5 years ago
Martin McKeaveney 306dd298d6 Merge pull request #1479 from Budibase/smtp-configuration 5 years ago
Martin McKeaveney 283db05a1f i18n folder, started spanish translation 5 years ago
Martin McKeaveney a795d5e96e remove redundant handler 5 years ago
Joe 09290c429d Update README.md 5 years ago
Martin McKeaveney 562b0cc40a tidy up 5 years ago
mike12345567 2f5ecf6e5f Removing more useless deployment code. 5 years ago
mike12345567 4827ee1484 Formatting. 5 years ago
mike12345567 2ec6b15e56 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. 5 years ago
mike12345567 c70d4444a9 Formatting. 5 years ago
mike12345567 8e1f18e456 Changing INTERNAL_KEY to INTERNAL_API_KEY. 5 years ago
mike12345567 0aabcf5a47 Merge branch 'smtp-configuration' of github.com:Budibase/budibase into smtp-configuration 5 years ago
mike12345567 92cc0bc7cd Updating to support SMTP email automation action, as well as some general work around from and subject which previously we'ren't fully implemented. 5 years ago
Martin McKeaveney 6a688c7aad merge 5 years ago
Martin McKeaveney b1d60cc6b6 email template E2E, adding preview 5 years ago
mike12345567 1d643b6315 Adding link to the real email test. 5 years ago
mike12345567 7736869148 Some updates, working towards supporting automation send smtp email also removing the styling template, adding to base. 5 years ago
Andrew Kingston 63c22494fd Merge pull request #1472 from Budibase/app-list 5 years ago
mike12345567 c0d1f5ef8c Fixing an issue that occurred in a merge. 5 years ago
mike12345567 6db30045ad Some cleanup. 5 years ago
Andrew Kingston 132cfce328 Remove commented out code 5 years ago
Andrew Kingston c220853891 Allow tables to render header even when no data exists 5 years ago
Andrew Kingston c1c04309d5 Increase width of filter dropdown so that it doesn't overflow when the wrong font is used 5 years ago
mike12345567 0debc239a1 Fixing issue with cell renderer not falling back to string rendering when type unknown. 5 years ago
Michael Drury 8f7b417738 Merge pull request #1465 from Budibase/bugs/dev-fixes 5 years ago
Andrew Kingston 099e7648e3 Adjust modal background to proper background color and add border in lightest them to inline modals 5 years ago
Andrew Kingston 6a2f711e77 Add empty state to apps screen 5 years ago
Andrew Kingston 0cd7dfa296 Add inline prop for modals to allow them to be used as actual components on pages 5 years ago
Andrew Kingston 47dbb4ddb3 Convert Page component to use flex to allow more flexibility 5 years ago