172 Commits (0be0cc9a55c18549ff7ab69fffe773cb37dabe51)

Author SHA1 Message Date
Peter Clement fd61b191ec remove initial screen creation 5 years ago
Michael Drury 0b6eb6b71d Fixing issue discovered by test case. 5 years ago
mike12345567 494e042dd8 Adding a mechanism for disabling cron jobs when an app is unpublished. 5 years ago
mike12345567 3b9f3d6690 Fix for cypress test issues, when metadata is updated rapidly it could get into a bad state - this should resolve it. 5 years ago
mike12345567 7eb29ffc7d Updating the getAllApps function to use a cached version of the app metadata, rather than retrieving it individually everytime. Also invalidating the results everytime they are updated (at least in the important locations). 5 years ago
Martin McKeaveney 119678b3c4 update clientLibraryPath call in application.js 5 years ago
Martin McKeaveney 50b547e0a9 fixes for templates, ensured iframetemplate fires ready event 5 years ago
Martin McKeaveney 0b6e6b35e8 change message when app not deployed 5 years ago
Martin McKeaveney 42e9286c68 adding check to make sure production db isn't created on sync 5 years ago
Michael Drury 1aeb12b0aa Syncing user metadata when builder opened as well as including all global user props for filtering/searching. 5 years ago
mike12345567 a2d302cd57 Removing live replication between deployed and development app, instead it is replicated when the app is opened in the builder. Live replication was not working and only actually pulled back the data on deploy which was a little confusing, this way it can easily be controlled. 5 years ago
mike12345567 a7b5fc2e1b Fixing some issues with cloud export/import, removing the ability to export and import your users as this was dangerous and didn't really work with passwords/SSO. 5 years ago
mike12345567 b8e968644a Fixing issue with direct app request in self host not working when un-authenticated (doesn't re-direct to login). 5 years ago
mike12345567 4de566d864 Some fixes after testing and adding some basic work to the frontend. 5 years ago
mike12345567 f836565f69 Putting together cloud export and import functionality, still need to test, but basic concept there. 5 years ago
Andrew Kingston 4c47ee9853 Fix check to create default layouts and screens 5 years ago
Andrew Kingston 22e75b8154 Only create default home screen and layouts when not importing an app 5 years ago
Maurits Lourens 104a84d19b merge develop into branch 5 years ago
mike12345567 4ff9de1b6c Fixing issues with search endpoint not handling users fully. 5 years ago
mike12345567 42f08f97cc Revert "Merge pull request #2253 from Budibase/revert-2076-feature/multi-tenants" 5 years ago
Michael Drury f37946d47e
Revert "Multi-tenancy/organisations" 5 years ago
mike12345567 54e765a182 Implementing some changes to how context gets set for tenancy, after testing, as well as updating server. 5 years ago
mike12345567 5c58630ed7 Fixing up everything found when testing with Cypress. 5 years ago
mike12345567 a384cc059d Changing how apps are retrieved to be more efficient. 5 years ago
mike12345567 037dce5016 Further work, tenancy now working but some more work to be done. 5 years ago
mike12345567 5ffe3c7935 First version of multi-tenancy, work still to be done. 5 years ago
Andrew Kingston efb0c60464 Remove log statement, batch uploads and remove unecessary conditional 5 years ago
Andrew Kingston 567d8577ba Add tests for updating and reverting client library version 5 years ago
Andrew Kingston 6716bf2da1 Add endpoint to revert client app version 5 years ago
Andrew Kingston c1432ee8ec Add UI to revert app version and initial work on app revert backend 5 years ago
Andrew Kingston a6b5861cbc Add client libary update management from inside the builder 5 years ago
Andrew Kingston 7ecb593e0f Remove ES6 optional chaining from server package 5 years ago
Andrew Kingston 632fb636f2 Fix loophole where any user could load all screen and layout definitions via app package call 5 years ago
Andrew Kingston abc392496e Enable hot reloading of server typescript and fix error when updating app and nmot providing a name 5 years ago
Martin McKeaveney 2877648df5 fix feedback notification panel, prevent MinIO bucket from being deleted 5 years ago
Michael Drury 7bd07031e4 Linting. 5 years ago
mike12345567 8cffe5c9ff Fixing a collection of issues, specifically users being exported/imported and issues with database import causing weirdness (metadata doc being wrong). 5 years ago
mike12345567 94ccff361b Managing the finding of old revision in older apps. 5 years ago
mike12345567 6f6b0e5cce Formatting. 5 years ago
mike12345567 2057985631 Fixing issue with roles not being added correctly to global users and cleaning up roles when an app is deleted. 5 years ago
Martin McKeaveney 33304606e1 making HTTP POST and PUT readable, more robust app import to avoid document conflicts 5 years ago
Martin McKeaveney 26fe71a1ac fix app import to create link views and search index 5 years ago
mike12345567 be7736afb7 Fixing app cypress test cases. 5 years ago
mike12345567 4653471412 Updating UI to use the updated at. 5 years ago
mike12345567 f56250824c Adding a debounced updated at timestamp to applications. 5 years ago
mike12345567 112ed8b3fa Linting. 5 years ago
mike12345567 fba63134d1 Fixing some issues found when testing. 5 years ago
mike12345567 beae1cec71 Removing all login/logout functionality from apps. 5 years ago
mike12345567 6d6eee2a93 Adding the ability to get all apps, with the status attached. 5 years ago
mike12345567 ed4455b450 Fixing test cases. 5 years ago