213 Commits (0c3bc2e4f7fb2e58bbca4a2582de0fea50d2c4db)

Author SHA1 Message Date
mike12345567 12bbe19ed0 Fixing worker test cases. 5 years ago
mike12345567 c6f7f115b5 Fixing issues with the user table within the apps. 5 years ago
mike12345567 0bbd45b413 Adding the ability to get all apps, with the status attached. 5 years ago
mike12345567 91ed6679c4 Adding a get self endpoint in the global users. 5 years ago
mike12345567 5e7ca07af7 Allowing null for global user endpoint properties. 5 years ago
mike12345567 c2cd365e76 Removing admin middleware applying to everything. 5 years ago
mike12345567 f08b894e55 Adding admin only endpoint, removing the ability to create/delete global users from the app server and adding a global self user update. 5 years ago
mike12345567 14cd1744ff Updating reset link to match that of the builder. 5 years ago
mike12345567 e9b9ada128 Building up the API interactions for the forgotten password flow. 5 years ago
Keviin Åberg Kultalahti 9f5e891b72 lint:fix 5 years ago
Keviin Åberg Kultalahti 7c3e7ab7aa updates invite url 5 years ago
Martin McKeaveney ee9a097979 lint ✨ 5 years ago
mike12345567 cf056ade04 Updating templating bindings enumerations. 5 years ago
mike12345567 30f6238d45 don't use the _id prop of the app metadata. 5 years ago
mike12345567 e51afc7451 Updating roles API further so find API works too. 5 years ago
mike12345567 277ceb3ad1 Updating role system to never think about the dev app. 5 years ago
Martin McKeaveney 0f2bcf581d revert functionality working 5 years ago
mike12345567 b416207292 Making sure routes are included. 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
Mike Shanks 04a159986e v0.8.18 5 years ago
mike12345567 5d387870d2 Updating valid to optionals. 5 years ago
Keviin Åberg Kultalahti 67256ea1a1 remove valid from settingsValidation 5 years ago
mike12345567 a289493224 Fixing an issue with the upload URL not being inserted in correct location. 5 years ago
Martin McKeaveney 022f501dee fixes from PR 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 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
mike12345567 9b12de9162 Fixing an issue with platformUrl being required in settings. 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
mike12345567 075b00b534 Renaming registration to invite URL. 5 years ago
mike12345567 0d38d50878 Making sure relative logo URL is converted to a full path in templates. 5 years ago
mike12345567 4e3bc326b4 Updating with a tested and functional API for uploading files for configs. 5 years ago
Martin McKeaveney 7588030780 SMTP and template management E2E 5 years ago
Andrew Kingston 5a642071d6 Configure vite with a base URL so proxy works 5 years ago
Keviin Åberg Kultalahti 555cdcd5c4 wip: skeleton for users page 5 years ago
Martin McKeaveney 6b9a223094 update scoped config imports 5 years ago
Martin McKeaveney 42e0b3c1f9 lint ✨ 5 years ago
Martin McKeaveney 7d09bd8d70 unit tests 5 years ago
mike12345567 8c1f274fbb Making some changes to how configs are scoped. 5 years ago
Martin McKeaveney e8a5b0863c do not allow users to initialise again once an admin has been created 5 years ago
Martin McKeaveney fd2e2c0415 first time setup E2E 5 years ago
Martin McKeaveney ba2d72b205 renable worker protection 5 years ago
Martin McKeaveney 39b293aa9d endpoint for budibase configuration checklist 5 years ago
mike12345567 b3292e991a Making the code a query string parameter for invite/reset urls. 5 years ago
mike12345567 83c16a9f14 Formatting. 5 years ago
mike12345567 2ee4fd21e4 Updating testing system across the board after playing around with it, having the worker tests run when top level test is ran, fixing environment in worker when testing, removing the use of redis (replacing with ioredis-mock) when in test. 5 years ago