1
0
Fork 0
mirror of synced 2024-09-12 23:43:09 +12:00
Commit graph

339 commits

Author SHA1 Message Date
mike12345567
3080ab78a1 Merge branch 'master' of github.com:Budibase/budibase into develop 2021-08-04 15:25:14 +01:00
Budibase Release Bot
d94d3c05b1 v0.9.96 2021-08-04 14:06:11 +00:00
Budibase Staging Release Bot
014cc22f2f v0.9.96-alpha.0 2021-08-04 12:28:24 +00:00
Martin McKeaveney
d9ad54d939 merge with master 2021-08-04 13:20:11 +01:00
Budibase Staging Release Bot
9ccefa08df v0.9.87-alpha.9 2021-08-04 11:17:18 +00:00
Budibase Staging Release Bot
480889352f v0.9.87-alpha.8 2021-08-04 10:59:07 +00:00
Budibase Release Bot
e3361b6944 v0.9.95 2021-08-04 09:46:58 +00:00
Martin McKeaveney
52c803bf39 adding log to authenticated middleware for K8S env 2021-08-04 10:38:49 +01:00
Budibase Release Bot
6ffdb68be8 v0.9.94 2021-08-04 09:10:05 +00:00
Michael Drury
655bfe1a0c
Merge branch 'develop' into feature/multi-tenants 2021-08-04 10:07:31 +01:00
Michael Drury
f37946d47e
Revert "Multi-tenancy/organisations" 2021-08-04 10:02:24 +01:00
Michael Drury
1beca4ee96
Merge pull request #2076 from Budibase/feature/multi-tenants
Multi-tenancy/organisations
2021-08-04 10:01:22 +01:00
Budibase Staging Release Bot
97cf8c53df v0.9.87-alpha.7 2021-08-04 08:58:12 +00:00
Budibase Staging Release Bot
20a08f2696 v0.9.87-alpha.6 2021-08-03 21:01:15 +00:00
mike12345567
5dc7b4b09e Fixing some issues highlighted by worker test cases. 2021-08-03 17:14:17 +01:00
Budibase Release Bot
cc38b0af0f v0.9.93 2021-08-03 16:02:29 +00:00
mike12345567
55ff798803 Linting. 2021-08-03 15:41:51 +01:00
mike12345567
54e765a182 Implementing some changes to how context gets set for tenancy, after testing, as well as updating server. 2021-08-03 15:32:25 +01:00
Budibase Staging Release Bot
b8d94c7cb5 v0.9.87-alpha.5 2021-08-03 12:48:30 +00:00
Budibase Release Bot
c059926da6 v0.9.92 2021-08-03 09:21:53 +00:00
Budibase Release Bot
55c14935a7 v0.9.91 2021-08-03 09:12:12 +00:00
mike12345567
75ae7ac8d6 Linting. 2021-08-02 18:36:32 +01:00
mike12345567
7a69dcef78 re-write, to use the ideas that Rory put in place, still WIP, un-tested but all implemented. 2021-08-02 18:34:43 +01:00
Budibase Release Bot
0b50867dd6 v0.9.90 2021-08-02 14:49:04 +00:00
Budibase Release Bot
8d2040cae4 v0.9.89 2021-08-02 14:36:56 +00:00
Budibase Staging Release Bot
9b66b6090f v0.9.87-alpha.4 2021-08-02 13:02:24 +00:00
Budibase Release Bot
758833a191 v0.9.88 2021-07-30 18:07:23 +00:00
Budibase Release Bot
9dbd67b57f v0.9.87 2021-07-30 17:25:31 +00:00
Budibase Staging Release Bot
0cb528489c v0.9.87-alpha.3 2021-07-30 11:04:41 +00:00
Rory Powell
eda14f032a
Merge pull request #2175 from Budibase/feature/sso-sync-picture
Sync profile picture when using SSO
2021-07-30 11:56:42 +01:00
Budibase Staging Release Bot
0df305205e v0.9.87-alpha.2 2021-07-30 10:33:02 +00:00
Budibase Staging Release Bot
110a39e7f4 v0.9.87-alpha.1 2021-07-29 21:44:52 +00:00
Rory Powell
1dbf7fa3b7 Fix import 2021-07-29 14:51:35 +01:00
Rory Powell
298cf4965c Sync profile picture when using SSO 2021-07-29 14:43:23 +01:00
Budibase Staging Release Bot
7a42898ef8 v0.9.87-alpha.0 2021-07-29 10:20:04 +00:00
Rory Powell
079e78b557 Merge master -> develop version bump 0.9.86 2021-07-29 10:55:31 +01:00
Budibase Staging Release Bot
b90435756d v0.9.86-alpha.0 2021-07-29 09:19:25 +00:00
Budibase Release Bot
6f190345de v0.9.86 2021-07-29 09:17:21 +00:00
Budibase Release Bot
3b3211b978 v0.9.85 2021-07-28 21:57:53 +00:00
Budibase Release Bot
a804cabbe8 v0.9.84 2021-07-28 09:34:03 +00:00
mike12345567
a21fd3e0ee Limiting use of query string to a few select endpoints for determining tenant ID. 2021-07-27 18:02:59 +01:00
mike12345567
9174615821 Fixing an issue where you could accidentally end up on org/admin page due to the reactivity statements firing all the time. 2021-07-27 17:56:39 +01:00
Budibase Release Bot
fa307c9a59 v0.9.83 2021-07-27 16:13:27 +00:00
mike12345567
b73b20cdbb Linting. 2021-07-27 16:24:39 +01:00
mike12345567
fb562908ee Fixing some issues with public endpoints causing logout loop. 2021-07-27 16:17:02 +01:00
Budibase Staging Release Bot
01a1fce0f8 v0.9.83-alpha.0 2021-07-27 14:50:45 +00:00
mike12345567
1df08ffe35 Fixing some issues with org not being correctly detected. 2021-07-27 15:35:26 +01:00
Martin McKeaveney
30be2a00fa Merge branch 'master' of github.com:Budibase/budibase into develop 2021-07-27 12:03:20 +01:00
Budibase Release Bot
10180ba277 v0.9.82 2021-07-27 11:01:29 +00:00
Martin McKeaveney
e7153277fb merge 2021-07-27 11:58:41 +01:00