... |
... |
@@ -1,18 +16,3 @@ |
1 |
|
-=== **Collaboratory 2 release (2022-12-20)** === |
2 |
|
- |
3 |
|
-We are deploying a fix to the Wiki service to reduce the amount of information the Collaboratory Wiki stores and displays about EBRAINS users. |
4 |
|
- |
5 |
|
-* Wiki content edited by a user will appear as edited by that user's first name and first initial of last name. EBRAINS users that are logged in can click on the name to view the user's profile with full name. |
6 |
|
-* The user's email address is removed from the user's profile in the Wiki service. It remains visible in PLUS for users that have created/validated their PLUS profile. |
7 |
|
- |
8 |
|
-After the first few minutes, the Wiki service will likely be accessible as we remove metadata from the service, but we may need to bring down the service if we encounter issues. Avoid editing content during the maintenance until the end of maintenance is notified in a banner or here. |
9 |
|
- |
10 |
|
-=== **Collaboratory 2 release (2022-12-13) (Released)** === |
11 |
|
- |
12 |
|
-This release contains fixes for minor issues discovered in the OIDC client manager app and Lab environment variables. |
13 |
|
- |
14 |
|
-The new OIDC Client manager app can be found at the following URL: [[https:~~/~~/wiki.ebrains.eu/bin/view/OIDC/>>https://wiki.ebrains.eu/bin/view/OIDC/]]. Please note you can only access this if you are a member of the [[Service developers group>>https://wiki.ebrains.eu/bin/view/Identity/#/groups/app-collaboratory-iam--service-providers]]. |
15 |
|
- |
16 |
16 |
=== **Collaboratory 2 release (2022-12-07) (Released)** === |
17 |
17 |
|
18 |
18 |
**Collaboratory.Lab ** |
... |
... |
@@ -19,12 +19,12 @@ |
19 |
19 |
|
20 |
20 |
* Dynamic environment variables |
21 |
21 |
** 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. |
22 |
|
-** COLLAB_NAME has been renamed to COLLAB_TITLE to reflect its value. |
|
7 |
+** COLLAB_TITLE added to environment variables. COLLAB_NAME changed to reflect name of the collab (slug syntax, invariable) rather than its title. |
23 |
23 |
* The Virtual Brain Library extension has been updated. |
24 |
24 |
|
25 |
25 |
**Collaboratory.Wiki** |
26 |
26 |
|
27 |
|
-* The new [[OIDC client>>doc:Collabs.pauls-test-collab.Documentation IAM.FAQ.OIDC Clients explained.WebHome]] manager app is deployed to production ([[Found here>>https://wiki.ebrains.eu/bin/view/OIDC/]]). This app is for EBRAINS service developers and provides a UI where previously only an API was available. Its functionality includes: |
|
12 |
+* The new [[OIDC client>>doc:Collabs.pauls-test-collab.Documentation IAM.FAQ.OIDC Clients explained.WebHome]] manager app is deployed to production (Will be released soon). This app is for EBRAINS service developers and provides a UI where previously only an API was available. Its functionality includes: |
28 |
28 |
** Create new OIDC clients via the new UI |
29 |
29 |
** Find a full list of your existing OIDC clients |
30 |
30 |
** Easily edit and update any OIDC clients you have |
... |
... |
@@ -32,7 +32,6 @@ |
32 |
32 |
* 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]] |
33 |
33 |
* Certain special characters were causing issues when put into a collab name, you can no longer use these special characters in a name. |
34 |
34 |
* 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. |
35 |
|
-* When using the collab search page, you can now include filters in the URL. E.g [[https:~~/~~/wiki.ebrains.eu/bin/view/Collabs/#favorite=true>>https://wiki.ebrains.eu/bin/view/Collabs/#favorite=true]] will have the favourite filter selected by default when visiting the link |
36 |
36 |
|
37 |
37 |
**Collaboratory.IAM** |
38 |
38 |
|