160 Commits (bded4a5b564dea216cee01edfbe8e78699f634eb)

Author SHA1 Message Date
mike12345567 7a26f3769d 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 c82c9df522 Fixing issue with direct app request in self host not working when un-authenticated (doesn't re-direct to login). 5 years ago
mike12345567 d282cd030f Some fixes after testing and adding some basic work to the frontend. 5 years ago
mike12345567 9f0d8a91b7 Putting together cloud export and import functionality, still need to test, but basic concept there. 5 years ago
Andrew Kingston 74b243c362 Fix check to create default layouts and screens 5 years ago
Andrew Kingston dde7cf9fc4 Only create default home screen and layouts when not importing an app 5 years ago
Maurits Lourens 518f8fd55e merge develop into branch 5 years ago
mike12345567 2148bf6da4 Fixing issues with search endpoint not handling users fully. 5 years ago
mike12345567 46ea3f3e9e Revert "Merge pull request #2253 from Budibase/revert-2076-feature/multi-tenants" 5 years ago
Michael Drury b86a6fddc9 Revert "Multi-tenancy/organisations" 5 years ago
mike12345567 e7974f7e86 Implementing some changes to how context gets set for tenancy, after testing, as well as updating server. 5 years ago
mike12345567 4606248ffd Fixing up everything found when testing with Cypress. 5 years ago
mike12345567 4d0faa38e3 Changing how apps are retrieved to be more efficient. 5 years ago
mike12345567 f3156fca06 Further work, tenancy now working but some more work to be done. 5 years ago
mike12345567 912659a8ad First version of multi-tenancy, work still to be done. 5 years ago
Andrew Kingston 4112049a17 Remove log statement, batch uploads and remove unecessary conditional 5 years ago
Andrew Kingston 959405332d Add tests for updating and reverting client library version 5 years ago
Andrew Kingston 0ce553eaf2 Add endpoint to revert client app version 5 years ago
Andrew Kingston 9440e4a5bf Add UI to revert app version and initial work on app revert backend 5 years ago
Andrew Kingston 0a44b1e3d8 Add client libary update management from inside the builder 5 years ago
Andrew Kingston 27a03f7d35 Remove ES6 optional chaining from server package 5 years ago
Andrew Kingston 54fe305031 Fix loophole where any user could load all screen and layout definitions via app package call 5 years ago
Andrew Kingston 76c42c4094 Enable hot reloading of server typescript and fix error when updating app and nmot providing a name 5 years ago
Martin McKeaveney a7dbada7dc fix feedback notification panel, prevent MinIO bucket from being deleted 5 years ago
Michael Drury b48342c55c Linting. 5 years ago
mike12345567 fe66c3535c 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 a58cd69133 Managing the finding of old revision in older apps. 5 years ago
mike12345567 522ed9706c Formatting. 5 years ago
mike12345567 c81a8ba3ed 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 03a9af0369 making HTTP POST and PUT readable, more robust app import to avoid document conflicts 5 years ago
Martin McKeaveney 5091289d7e fix app import to create link views and search index 5 years ago
mike12345567 1146d508fd Fixing app cypress test cases. 5 years ago
mike12345567 a54b582e0d Updating UI to use the updated at. 5 years ago
mike12345567 6ccec1632a Adding a debounced updated at timestamp to applications. 5 years ago
mike12345567 7886600d75 Linting. 5 years ago
mike12345567 4d6e4475d3 Fixing some issues found when testing. 5 years ago
mike12345567 d301ea48a9 Removing all login/logout functionality from apps. 5 years ago
mike12345567 0bbd45b413 Adding the ability to get all apps, with the status attached. 5 years ago
mike12345567 31f16090ee Fixing test cases. 5 years ago
Martin McKeaveney ee9a097979 lint 5 years ago
Martin McKeaveney 0f2bcf581d revert functionality working 5 years ago
mike12345567 a61edd8124 Formatting. 5 years ago
mike12345567 c947199558 Adding administration roles API. 5 years ago
mike12345567 cea82f9335 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. 5 years ago
mike12345567 9f09c76cce Fixing userId storage to redis and making sure lockedBy property never stored. 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 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
Andrew Kingston 797e8a8b67 Add explicit prettier options 5 years ago
Keviin Åberg Kultalahti 0afbf1649e lint:fix 5 years ago