... |
... |
@@ -1,17 +1,69 @@ |
1 |
|
-=== **Collaboratory 2 release (2022-08-15) ** === |
|
1 |
+=== **Collaboratory 2 release (2022-12-07) (Planned)** === |
2 |
2 |
|
3 |
|
-**Collaboratory.Wiki** |
|
3 |
+**Collaboratory.Lab ** |
4 |
4 |
|
5 |
|
-* OIDC App client creation fix now allows M2M flow, |
6 |
|
-* New API released to list OIDC clients you own. New API endpoint will be viewable [[here >>doc:Collabs.the-collaboratory.Documentation Wiki.API.WebHome]]after deployment. |
7 |
|
-* Misc. fixes. |
|
5 |
+* Dynamic environment variables |
|
6 |
+** Notebook name, collab name and site hosting your Lab session will now always be available in a notebook, regardless of how you navigate to a notebook. |
|
7 |
+** COLLAB_TITLE added to environment variables. COLLAB_NAME changed to reflect name of the collab (slug syntax, invariable) rather than its title. |
|
8 |
+* The Virtual Brain Library extension has been updated. |
8 |
8 |
|
9 |
|
-=== **Collaboratory 2 release (2022-06-28) (Released)** === |
|
10 |
+**Collaboratory.Wiki** |
10 |
10 |
|
|
12 |
+* The new [[OIDC client>>doc:Collabs.pauls-test-collab.Documentation IAM.FAQ.OIDC Clients explained.WebHome]] manager app is deployed to production (URL will be placed here after release). This app is for EBRAINS service developers and provides a UI where previously only an API was available. Its functionality includes: |
|
13 |
+** Create new OIDC clients via the new UI |
|
14 |
+** Find a full list of your existing OIDC clients |
|
15 |
+** Easily edit and update any OIDC clients you have |
|
16 |
+** NOTE: The client list does not show clients that you are a maintainer of, however, you can access the OIDC Client manager of a client by entering the client name into the URL |
|
17 |
+* Add the possibility for OIDC client maintainers to add the service account related to the OIDC client to a [[collab's Team>>doc:Collabs.the-collaboratory.Documentation IAM.FAQ.Adding a service account to a Collab Team or a Group.WebHome]] |
|
18 |
+* Certain special characters were causing issues when put into a collab name, you can no longer use these special characters in a name. |
|
19 |
+* New field "has_bucket" was added to the API response describing collab. This allows users to quickly and easily see if a collab has a Bucket associated with it as a bucket is optional in a collab. |
|
20 |
+ |
11 |
11 |
**Collaboratory.IAM** |
12 |
12 |
|
13 |
|
-* First name and Last name are no longer editable via the identity manager |
|
23 |
+* Verification emails are now sent out 15 days before your account needs re-verification. This means you can verify your account before it expires, preventing any potential interruption to access. |
14 |
14 |
|
|
25 |
+=== **Collaboratory 2 release (2022-10-24) (Released)** === |
|
26 |
+ |
|
27 |
+(% class="wikigeneratedid" %) |
|
28 |
+**Collaboratory.Lab ** |
|
29 |
+ |
|
30 |
+* Deploying a new "Official EBRAINS release candidate" build of EBRAINS tools to the Lab. |
|
31 |
+** Contains the latest version of participating tools. |
|
32 |
+** Will become the new Official EBRAINS release if no issues are reported. |
|
33 |
+ |
|
34 |
+**Collaboratory.Wiki** |
|
35 |
+ |
|
36 |
+* Issues with resetting password while 2-factor authentication(2fa) was active or deactivating 2fa from your account have been resolved. |
|
37 |
+ |
|
38 |
+=== **Collaboratory 2 release (2022-10-04) (Released)** === |
|
39 |
+ |
|
40 |
+**Collaboratory.Wiki** |
|
41 |
+ |
|
42 |
+* Improved search functionality |
|
43 |
+** Collab descriptions are now also included in collab search, previously just title was used in the search |
|
44 |
+** Search results are now far more accurate and relevant to the search terms |
|
45 |
+** Users with large numbers of collabs no longer encounter unexpected search results |
|
46 |
+** Collabs with special characters are now appropriately findable in the collab search |
|
47 |
+ |
|
48 |
+**Collaboratory.Lab** |
|
49 |
+ |
|
50 |
+* Fix for ipycanvas extension in latest image. |
|
51 |
+ |
|
52 |
+=== **Collaboratory 2 release (2022-09-14) (Released)** === |
|
53 |
+ |
|
54 |
+**Collaboratory.Lab** |
|
55 |
+ |
|
56 |
+* Added Admin interface which allows greater ability to support users with their notebooks. |
|
57 |
+* Pre-fill git committer info with user info from IAM. |
|
58 |
+ |
|
59 |
+=== **Collaboratory 2 release (2022-08-15) (Released)** === |
|
60 |
+ |
|
61 |
+**Collaboratory.Wiki** |
|
62 |
+ |
|
63 |
+* OIDC App client creation fix now allows M2M flow. |
|
64 |
+* New API released to list OIDC clients you own. New API endpoint will be viewable [[here >>doc:Collabs.the-collaboratory.Documentation Wiki.API.WebHome]]after deployment. |
|
65 |
+* Misc. fixes. |
|
66 |
+ |
15 |
15 |
=== **Collaboratory 2 release (2022-06-28) (Released)** === |
16 |
16 |
|
17 |
17 |
**Collaboratory.IAM** |
... |
... |
@@ -110,7 +110,7 @@ |
110 |
110 |
|
111 |
111 |
**Collaboratory.Office** |
112 |
112 |
|
113 |
|
-* Added a plugin that will open the collab a document is contained in. [[Read more>>doc:Collabs.the-collaboratory.Documentation Office.FAQ.Accessing a documents collab.WebHome]]. |
|
165 |
+* Added a plugin that will open the collab a document is contained in. [[Read more>>doc:Collabs.the-collaboratory.Documentation Office.FAQ.Accessing a document's collab.WebHome]]. |
114 |
114 |
|
115 |
115 |
**Collaboratory.Drive ** |
116 |
116 |
|