1687 Commits (fa6267a2accf14b33e81e00a9e5402b6ce9f0dcb)

Author SHA1 Message Date
mike12345567 fa6267a2ac Fixing an issue with save row, changing how pre existing was handled caused an issue. 6 years ago
mike12345567 d0bdd113e1 Removing the lookup of _id in usage quota when in dev/self host for performance reasons as part of usage quota, re-writing some bits of fetch self for cleaner implementation, fixing some issues with updating/saving users from within app. 6 years ago
Michael Shanks 0b0a2daa51 lint fix + remove electron.js 6 years ago
Martin McKeaveney 06f3b1fbad ensuring public users can log in after being assigned a roleId 6 years ago
mike12345567 7e6855262b Fixing some issues with the ctx.user, this was previously filled in by the old auth middleware. 6 years ago
mike12345567 42ed66703a Updating current app to set up role in middleware. 6 years ago
Martin McKeaveney f5e5a415ca remove buildertoken refs 6 years ago
mike12345567 f219b4e4fb Removing test cases which are no longer valid. 6 years ago
mike12345567 a209606739 Adding test cases for current app middleware as well as removing some old middlewares that were no longer used. 6 years ago
Martin McKeaveney b728fc1a3c currentapp being set correctly for user 6 years ago
Martin McKeaveney 654a53fc0a Authentication working on builder homepage, integration with currentapp middleware 6 years ago
mike12345567 2aa26a2302 Some work towards implementing the current app cookie, removing some old dead code and re-working some of the different middlewares involved. 6 years ago
mike12345567 698c983056 Updating fetch self to get the global user as well as local metadata. 6 years ago
mike12345567 e2762e046d Removing test case which was no longer needed. 6 years ago
Martin McKeaveney 22a3f1691f in progress - currentapp token 6 years ago
mike12345567 08ce2b0557 Some fixes for automations, removing password obsfucation in create user step as not useful and making update row work with correct row ID. 6 years ago
Martin McKeaveney 0548fdc863 self endpoint, simple auth 6 years ago
mike12345567 185dd1c7a9 Fixing issue with 403 on schema endpoint due to change in middleware. 6 years ago
mike12345567 eed1228803 Updating snapshot for middleware test. 6 years ago
Martin McKeaveney c30e70c939 v0.8.14 6 years ago
Martin McKeaveney 4b6efc42ed v0.8.13 6 years ago
Martin McKeaveney b5a5df7f60 login page 6 years ago
mike12345567 dccd559b56 Updating some test cases to work with new system. 6 years ago
mike12345567 dc62087dad Global user management now functioning as expected, there were some errant db.destroy functions from the system previously, this is now cleaned up. 6 years ago
mike12345567 164ef9a22e Global users now working through the server, all requests proxied. 6 years ago
mike12345567 5cf3740fea Making sure volumes are removed when nuking. 6 years ago
mike12345567 13c368109e Some changes after trying system for first time. 6 years ago
mike12345567 792114ef46 First pass of global user configuration through existing user API with role mappings. 6 years ago
Martin McKeaveney 73dfad3001 encapsulate more auth functionality into shared module and use in worker 6 years ago
mike12345567 0f49868de8 Updating to make sure the envoy generated dev file is very obviously not to be edited. 6 years ago
Andrew Kingston 8a3a7cfe92 Update all scripts to use yarn rather than npm 6 years ago
mike12345567 482525187d Attempting to use HBS to re-create the envoy file as needed in dev. 6 years ago
mike12345567 29787032f0 Fixing an issue with builder auth, adding a temporary endpoint which the server can set builder token on. 6 years ago
mike12345567 c926206ad7 Fixing an issue with group by views. 6 years ago
mike12345567 18ce4a1e19 Updating authorization test case to remove check for builder security and removing builder security while auth is being worked on - added an option to start stack without server so that user can start it in a debug mode if desired. 6 years ago
Martin McKeaveney 87b1924470 groundwork for budibase auth lib 6 years ago
Andrew Kingston 4cb085d80d Add commonJS fields to package.json for client and standard components so the server can require them 6 years ago
mike12345567 62360b1025 Fixing component definition test cases and fixing an issue found by authorized test case. 6 years ago
Andrew Kingston 2ccdf54924 Use node_modules to fetch component manifest in test env 6 years ago
Andrew Kingston 4e200d0def Update locks 6 years ago
Andrew Kingston 35c2e5dd94 Remove CORS hack now that the envoy proxy removes the need for it 6 years ago
mike12345567 c659968bd9 Formatting. 6 years ago
mike12345567 be41ff0064 Adding back server lock file. 6 years ago
mike12345567 e9e01f00cc Fixing issue with node modules path. 6 years ago
mike12345567 07c4d519f6 Fixing an issue with server still expecting tmp directory to be created externally and updating component library to not cache with require in dev. 6 years ago
mike12345567 b25cd7a23f Fixing node modules path. 6 years ago
mike12345567 e2c5051467 Updating standard components to make use of the development version in node_modules. 6 years ago
mike12345567 73e97e50f4 Updating some route middleware security. 6 years ago
mike12345567 3672188f4e Some refactoring of utilities and constants, as well as documenting work carried out here. 6 years ago
mike12345567 8ea12c30a6 Updating how the client library is served in development. 6 years ago