4597 Commits (68cecda546694de8a2f44e489117460db3ff6585)

Author SHA1 Message Date
Martin McKeaveney 68cecda546 prevent login page flash on initial render 5 years ago
Martin McKeaveney b728fc1a3c currentapp being set correctly for user 5 years ago
Martin McKeaveney 654a53fc0a Authentication working on builder homepage, integration with currentapp middleware 5 years ago
Martin McKeaveney 2abb5d5759 small fixes 5 years ago
Martin McKeaveney 2c5a65cbb2 remove merge conflict 5 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. 5 years ago
mike12345567 698c983056 Updating fetch self to get the global user as well as local metadata. 5 years ago
mike12345567 e2762e046d Removing test case which was no longer needed. 5 years ago
Martin McKeaveney 22a3f1691f in progress - currentapp token 5 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. 5 years ago
Martin McKeaveney 0548fdc863 self endpoint, simple auth 5 years ago
mike12345567 185dd1c7a9 Fixing issue with 403 on schema endpoint due to change in middleware. 5 years ago
mike12345567 eed1228803 Updating snapshot for middleware test. 5 years ago
Martin McKeaveney d7e187d8f2 builder login 5 years ago
Martin McKeaveney c30e70c939 v0.8.14 5 years ago
Martin McKeaveney 4b6efc42ed v0.8.13 5 years ago
Martin McKeaveney 83abf8111b fix automation fields 5 years ago
Martin McKeaveney b5a5df7f60 login page 5 years ago
mike12345567 dccd559b56 Updating some test cases to work with new system. 5 years ago
mike12345567 ac1f391383 Formatting. 5 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. 5 years ago
mike12345567 164ef9a22e Global users now working through the server, all requests proxied. 5 years ago
mike12345567 5cf3740fea Making sure volumes are removed when nuking. 5 years ago
mike12345567 13c368109e Some changes after trying system for first time. 5 years ago
mike12345567 792114ef46 First pass of global user configuration through existing user API with role mappings. 5 years ago
Martin McKeaveney 1306f4cd68 move auth controller into it's own dir 5 years ago
Martin McKeaveney edfda5ca4a further simplification of jwt auth 5 years ago
Martin McKeaveney 4390bc5c0c encapsulate db ID generation functions 5 years ago
Martin McKeaveney 1054e25c84 flip auth boolean 5 years ago
Martin McKeaveney 73dfad3001 encapsulate more auth functionality into shared module and use in worker 5 years ago
mike12345567 6d5b13632f Adding a wait for authentication in cypress tests.# 5 years ago
mike12345567 0f49868de8 Updating to make sure the envoy generated dev file is very obviously not to be edited. 5 years ago
Andrew Kingston 8a3a7cfe92 Update all scripts to use yarn rather than npm 5 years ago
mike12345567 482525187d Attempting to use HBS to re-create the envoy file as needed in dev. 5 years ago
mike12345567 29787032f0 Fixing an issue with builder auth, adding a temporary endpoint which the server can set builder token on. 5 years ago
Martin McKeaveney 46ddcdce2c JWT auth on admin endpoints 5 years ago
Andrew Kingston a66389f8a2 Lint 5 years ago
Andrew Kingston 799a5285e3 Only hydrate state from URL once in design section to avoid cycles 5 years ago
Andrew Kingston e897a5ae61 Fix building loading settings modal before app package call finishes 5 years ago
Andrew Kingston a9f50556d3 Fix cypress tests not deleting old apps 5 years ago
Andrew Kingston 99c8897500 Format tests 5 years ago
Andrew Kingston 46a02ddb0c Fix route error when creating a view 5 years ago
mike12345567 c926206ad7 Fixing an issue with group by views. 5 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. 5 years ago
Andrew Kingston b861341997 Add dev script to do a one-time BBUI build so that the stylesheet exists 5 years ago
Martin McKeaveney 87b1924470 groundwork for budibase auth lib 5 years ago
Andrew Kingston a027399d57 Fix missing import of automationStore 5 years ago
Andrew Kingston 48918a17f5 Fix typo 5 years ago
Andrew Kingston 4cb085d80d Add commonJS fields to package.json for client and standard components so the server can require them 5 years ago
mike12345567 62360b1025 Fixing component definition test cases and fixing an issue found by authorized test case. 5 years ago