... |
... |
@@ -1,7 +1,43 @@ |
1 |
|
-=== **Collaboratory release (2023-02-21)** === |
|
1 |
+=== **Collaboratory release (2023-06-27) (Released)** === |
2 |
2 |
|
|
3 |
+(% class="wikigeneratedid" %) |
|
4 |
+**Collaboratory.IAM** |
|
5 |
+ |
|
6 |
+* Introduce a new form for users from institutions which have not yet been validated |
|
7 |
+* Prepare the management of updates to EBRAINS Terms |
|
8 |
+ |
3 |
3 |
**Collaboratory.Wiki** |
4 |
4 |
|
|
11 |
+* Introduce a new unified search UI to search for collabs and wiki pages |
|
12 |
+* Introduce a new option to make Groups private |
|
13 |
+* Introduce a new option to create invitation links to invite a user to a collab's team |
|
14 |
+* Avoid the display of the toast message for guest users |
|
15 |
+* Implementing performance optimisations |
|
16 |
+ |
|
17 |
+**Collaboratory.Lab** |
|
18 |
+ |
|
19 |
+* Update the Docker image used in the Lab by removing excess packages, adding libraries, and improving Git integration (prefilling the username and email) |
|
20 |
+ |
|
21 |
+(% style="color:#3498db" %)Check this page for confirmation that the release has been completed. |
|
22 |
+ |
|
23 |
+=== **Collaboratory release (2023-05-02) (Released)** === |
|
24 |
+ |
|
25 |
+**Collaboratory.IAM** |
|
26 |
+ |
|
27 |
+* The registration form is updated to collect additional information for new users: consent to Terms in the registration form (not in a separate page, consent to receive emails, country of residence). |
|
28 |
+ |
|
29 |
+Users might notice a very short downtime of the IAM service (~~1 minute) as this release is deployed. |
|
30 |
+ |
|
31 |
+=== **Collaboratory release (2023-03-09) (Released)** === |
|
32 |
+ |
|
33 |
+**Collaboratory.Wiki** |
|
34 |
+ |
|
35 |
+* Collab guest accounts can now be created again. |
|
36 |
+ |
|
37 |
+=== **Collaboratory release (2023-02-21) (Released)** === |
|
38 |
+ |
|
39 |
+**Collaboratory.Wiki** |
|
40 |
+ |
5 |
5 |
* Collab names are now unique. Once a collab name has been used, even if the collab is deleted, that name will no longer be usable. |
6 |
6 |
* Unit admins will now receive weekly reminders if a user join request is awaiting a response. |
7 |
7 |
|
... |
... |
@@ -15,6 +15,10 @@ |
15 |
15 |
**Collaboratory.Lab** |
16 |
16 |
|
17 |
17 |
* An issue when launching the Lab for usernames containing special characters has been resolved. |
|
54 |
+* The tvb-ext-xircuits extension has been included in the Lab |
|
55 |
+** This offers a graphical way to build a showcase within EBRAINS Lab. |
|
56 |
+* Updated tvb-ext-unicore to support downloading folders from HPC and correctly update the status of jobs in all cases |
|
57 |
+* Updated tvb-widgets version to include latest improvements and bug fixes |
18 |
18 |
|
19 |
19 |
=== **Collaboratory release (2023-02-09) (Released)** === |
20 |
20 |
|