1
0
Fork 0
mirror of synced 2024-09-15 00:38:01 +12:00
budibase/packages/server/src
Michael Drury d4f89ad315 Merge pull request #8968 from Budibase/fix/user-self-update
Minor update - stop users updating their own admin/global flags
2022-12-08 09:01:41 +00:00
..
api Merge pull request #8968 from Budibase/fix/user-self-update 2022-12-08 09:01:41 +00:00
automations Final fixes after re-running all test suites. 2022-11-28 19:12:23 +00:00
constants Some server typescript re-writes, only automations left and some controllers. 2022-11-25 15:01:46 +00:00
db Merge remote-tracking branch 'origin/develop' into fix/sample-data-edit-removed-delete-fixed 2022-11-29 12:54:22 +00:00
definitions Fixing issue with self host build - import of backend-core changes mean that loading the public API files can require setup of backend-core, making it so that the JWT Strategy doesn't need to be setup to load backend-core. 2022-11-01 12:59:10 +00:00
events Fixes based on server build so far. 2022-11-26 15:10:41 +00:00
integrations Final fix for #8882 - adding text to show the error - as well as fixing an issue with many to many updating correctly. 2022-12-02 17:28:37 +00:00
middleware Some fixes based on test runs. 2022-11-23 11:44:15 +00:00
migrations PR comments, moving more stuff into SDK. 2022-12-06 12:22:41 +00:00
sdk Fixing repl options. 2022-12-07 18:22:02 +00:00
tests Update table migration test to use imports, and update TestConfiguration to work with type parameters 2022-11-29 12:19:37 +00:00
threads Merge branch 'master' of github.com:Budibase/budibase into develop 2022-11-29 11:13:54 +00:00
utilities Fix for #7732 - as well as some tests for it, make sure that it is working as expected. 2022-12-06 17:20:26 +00:00
app.ts General work after running some tests in CI - general refactoring as well. 2022-11-28 17:54:04 +00:00
environment.ts General work after running some tests in CI - general refactoring as well. 2022-11-28 17:54:04 +00:00
index.ts
startup.ts Fixes based on server build so far. 2022-11-26 15:10:41 +00:00
watch.ts Finally removing all usages of backend-core/ type imports from server, including some further typescript conversions. 2022-11-22 19:49:59 +00:00
websocket.ts