Changes for page Releases

Last modified by hbpadmin on 2025/02/12 17:17

From version 115.1
edited by chaney08
on 2022/04/04 15:33
Change comment: There is no comment for this version
To version 150.1
edited by chaney08
on 2022/10/24 14:28
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,7 +1,124 @@
1 -=== **Collaboratory 2 release (2022-04-04)** ===
1 +=== **Collaboratory 2 release (2022-10-24)** ===
2 2  
3 +(% class="wikigeneratedid" %)
4 +**Collaboratory.Lab **
5 +
6 +* Deploying a new "Official EBRAINS release candidate" build of EBRAINS tools to the Lab.
7 +** Contains the latest version of participating tools.
8 +** Will become the new Official EBRAINS release if no issues are reported.
9 +
10 +**Collaboratory.Wiki**
11 +
12 +* Issues with resetting password while 2fa was active or removing 2fa from your account have been resolved.
13 +
14 +=== **Collaboratory 2 release (2022-10-04)  (Released)** ===
15 +
16 +**Collaboratory.Wiki**
17 +
18 +* Improved search functionality
19 +** Collab descriptions are now also included in collab search, previously just title was used in the search
20 +** Search results are now far more accurate and relevant to the search terms
21 +** Users with large numbers of collabs no longer encounter unexpected search results
22 +** Collabs with special characters are now appropriately findable in the collab search
23 +
24 +**Collaboratory.Lab**
25 +
26 +* Fix for ipycanvas extension in latest image.
27 +
28 +=== **Collaboratory 2 release (2022-09-14)  (Released)** ===
29 +
30 +**Collaboratory.Lab**
31 +
32 +* Added Admin interface which allows greater ability to support users with their notebooks.
33 +* Pre-fill git committer info with user info from IAM.
34 +
35 +=== **Collaboratory 2 release (2022-08-15) (Released)** ===
36 +
37 +**Collaboratory.Wiki**
38 +
39 +* OIDC App client creation fix now allows M2M flow.
40 +* 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.
41 +* Misc. fixes.
42 +
43 +=== **Collaboratory 2 release (2022-06-28) (Released)** ===
44 +
45 +**Collaboratory.IAM**
46 +
47 +* First name and Last name are no longer editable via the identity manager
48 +
49 +=== **Collaboratory 2 release (2022-06-14) (Released)** ===
50 +
51 +**Collaboratory.Lab**
52 +
53 +* Integrated tvb-widgets ([[https:~~/~~/github.com/the-virtual-brain/tvb-widgets>>url:https://github.com/the-virtual-brain/tvb-widgets]])
54 +* Fixed issue where kernel lost connection to the running notebook session
55 +* Improved drive integration in the lab: Reduced “Cannot open” errors by initialising the relevant shared collab before the user session launches
56 +
57 +=== **Collaboratory 2 release (2022-06-09) (Released)** ===
58 +
59 +**Collaboratory.Wiki**
60 +
61 +* Fixed issue with collab search, results now return public collabs appropriately.
62 +* Extended API of the OIDC client managers app. [[Read more.>>https://wiki.ebrains.eu/bin/view/Collabs/the-collaboratory/Documentation%20IAM/FAQ/OIDC%20Clients%20explained/1.%20Registering%20an%20OIDC%20client%20v2/]]
63 +* Guest accounts: deploying script to deactivate guest accounts that have reached end of life.
64 +
65 +**Collaboratory.Drive**
66 +
67 +* Changes made to allow admins to monitor large file usage in the Drive.
68 +
69 +=== **Collaboratory 2 release (2022-05-12) (Released)** ===
70 +
71 +**Collaboratory.Lab**
72 +
73 +* Deploying an "Experimental" build of EBRAINS tools to the Lab.
74 +** Contains the latest version of participating tools.
75 +** Updated much more frequently than the official EBRAINS releases of participating tools.
76 +** Contrary to EBRAINS releases, experimental build only persists until the next deployment of the experimental build.
77 +** Please note that this is an experimental build, and as such, users should use it at their own risk. EBRAINS recommends the official releases instead.
78 +
79 +=== **Collaboratory 2 release (2022-05-11) (Released)** ===
80 +
81 +**Collaboratory.Wiki**
82 +
83 +* Fixing an issue discovered with users profile view.
84 +
85 +=== **Collaboratory 2 release (2022-05-10) (Released)** ===
86 +
87 +**Collaboratory.Wiki**
88 +
89 +* Guest account frontend released. To gain access please request sponsor role with justification via [[https:~~/~~/ebrains.eu/support>>https://ebrains.eu/support]]
90 +
91 +=== **Collaboratory 2 release (2022-04-26) (Released)** ===
92 +
93 +**Collaboratory.Wiki**
94 +
95 +* Update to guest account creation API.
96 +
97 +=== **Collaboratory 2 release (2022-04-12) (Released)** ===
98 +
99 +**Collaboratory.Wiki**
100 +
101 +* Initial guest account creation API released.
102 +
103 +**Collaboratory.IAM**
104 +
105 +* Initial version of updated OIDC client API released.
106 +
107 +=== **Collaboratory 2 release (2022-04-07) (Released)** ===
108 +
109 +**Collaboratory.Wiki**
110 +
111 +* Fixup on Units navigation UI
112 +* New Collaboratory policies about public collabs, [[more info>>https://wiki.ebrains.eu/bin/view/Collabs/the-collaboratory/New%20Collaboratory.wiki%20policy/]]
113 +
114 +=== **Collaboratory 2 release (2022-04-04)(Released)** ===
115 +
3 3  The EBRAINS logo is being updated throughout all of our services.
4 4  
118 +**Collaboratory.IAM**
119 +
120 +* Keycloak has been upgraded to version 15
121 +
5 5  Note: Developers using Spring boot 2.4.0 may encounter issues contacting our services, to avoid any issues please upgrade to Spring boot 2.6.4
6 6  
7 7  === **Collaboratory 2 release (2022-03-22) (Released)** ===
... ... @@ -21,7 +21,7 @@
21 21  
22 22  **Collaboratory.Office**
23 23  
24 -* 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]].
141 +* 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]].
25 25  
26 26  **Collaboratory.Drive **
27 27