|
1 | 1 | # Change Log |
2 | 2 | All notable changes to this project will be documented in this file. |
3 | 3 |
|
4 | | - ## [Unreleased] |
5 | | - [Fixed] |
6 | | - - Added missing space before 'addInstitutionButton' or link |
7 | | - - Added missing import |
8 | | - |
9 | | - ## [v3.0.3] |
10 | | - [Fixed] |
11 | | - - Use ldap base from variable in AdapterLdap::getMemberStatusByUserAndVo() instead of static string |
12 | | - |
13 | | - ## [v3.0.2] |
14 | | - [Fixed] |
15 | | - - Fixed error in case of call method getIdps() with unused tag |
16 | | - |
17 | | - ## [v3.0.1] |
18 | | - [Fixed] |
19 | | - - Fixed showing entry on wayf with tag 'preferred' |
20 | | - |
21 | | - ## [v3.0.0] |
22 | | - [Added] |
23 | | - - Added file phpcs.xml |
24 | | - - Added basic versions of template files |
25 | | - |
26 | | - [Changed] |
27 | | - - Changed code standard to PSR-2 |
28 | | - - Module uses namespaces |
29 | | - - Changed name of the classes below: |
| 4 | +## [Unreleased] |
| 5 | +#### Fixed |
| 6 | +- Added missing space before 'addInstitutionButton' or link |
| 7 | +- Added missing import |
| 8 | +- Fixed the style of changelog |
| 9 | + |
| 10 | +## [v3.0.3] |
| 11 | +#### Fixed |
| 12 | +- Use ldap base from variable in AdapterLdap::getMemberStatusByUserAndVo() instead of static string |
| 13 | + |
| 14 | +## [v3.0.2] |
| 15 | +#### Fixed |
| 16 | +- Fixed error in case of call method getIdps() with unused tag |
| 17 | + |
| 18 | +## [v3.0.1] |
| 19 | +#### Fixed |
| 20 | +- Fixed showing entry on wayf with tag 'preferred' |
| 21 | + |
| 22 | +## [v3.0.0] |
| 23 | +#### Added |
| 24 | +- Added file phpcs.xml |
| 25 | +- Added basic versions of template files |
| 26 | + |
| 27 | +#### Changed |
| 28 | +- Changed code standard to PSR-2 |
| 29 | +- Module uses namespaces |
| 30 | +- Changed name of the classes below: |
30 | 31 | - sspmod_perun_Auth_Process_ForceAup to SimpleSAML\Module\perun\Auth\Process\ForceAup |
31 | 32 | - sspmod_perun_Auth_Process_IdPAttribute to SimpleSAML\Module\perun\Auth\Process\IdpAttribute |
32 | 33 | - sspmod_perun_Auth_Process_PerunAttributes to SimpleSAML\Module\perun\Auth\Process\PerunAttributes |
@@ -59,74 +60,75 @@ All notable changes to this project will be documented in this file. |
59 | 60 | - sspmod_perun_IdpListsServiceDB to SimpleSAML\Module\perun\IdpListsServiceDB |
60 | 61 | - sspmod_perun_LdapConnector to SimpleSAML\Module\perun\LdapConnector |
61 | 62 | - sspmod_perun_RpcConnector to SimpleSAML\Module\perun\RpcConnector |
62 | | - - Added disco-tpl template file |
63 | | - - Method getUsersGroupsOnFacility in AdapterRpc was optimized |
64 | | - - Searching of institutions on WAYF is accent-insensitive |
65 | | - - Changed config file for listOfSps |
66 | | - |
67 | | - [Fixed] |
68 | | - - Fixed the bug generating Array to string conversion Exception in PerunAttributes, |
69 | | - when storing one Perun attribute to more SAML attribute |
70 | | - |
71 | | - [Removed] |
72 | | - - Removed template config file module_perun_listOfSps.php |
73 | | - (Configuration of listOfSps.php page is moved to module_perun.php) |
74 | | - |
75 | | - ## [v2.2.0] |
76 | | - [Added] |
77 | | - - List of services is displayed as JSON if parameter 'output=json' is set in URL |
78 | | - - Page showing status of selected components |
79 | | - - This page is also available in JSON format if parameter 'output=json' is set in URL |
80 | | - |
81 | | - [Changed] |
82 | | - - Updated composer.json dependencies |
83 | | - |
84 | | - [Fixed] |
85 | | - - Fixed the problem where LDAP calls RPC method in PerunIdentity filter |
86 | | - - Fixed assignation of one Perun attribute to multiple SP attributes |
87 | | - |
88 | | - ## [v2.1.0] |
89 | | - [Added] |
90 | | - - Added new atribute in PerunIdentity process filter with list of Services identifier's for which we don't want to show page with information, that the user will be redirected to other page |
91 | | - |
92 | | - [Changed] |
93 | | - - Changed design of ListOfSps |
94 | | - - Changed the texts and visual form of pages: perun_identity_choose_vo_and_group.php and unauthorized_access_go_to_registration.php |
| 63 | +- Added disco-tpl template file |
| 64 | +- Method getUsersGroupsOnFacility in AdapterRpc was optimized |
| 65 | +- Searching of institutions on WAYF is accent-insensitive |
| 66 | +- Changed config file for listOfSps |
95 | 67 |
|
96 | | - [Fixed] |
97 | | - - Fixed resend SPMetadata from request to unauthorized-access-go-to-registration page |
98 | | - - Fixed url encoding in PerunGroups |
99 | | - |
100 | | - ## [v2.0.0] |
101 | | - [Added] |
102 | | - - Added badges to README |
103 | | - - Added page with configurable table of SPs on Proxy |
104 | | - - Added new model Member |
105 | | - - Added new model Resource |
106 | | - - New methods for getting data from Perun LDAP and Perun RPC |
107 | | - - Added function for generating metadata for SimpleSAMLphp Proxy AAI from Perun |
108 | | - - Added UpdateUserExtSource filter |
109 | | - |
110 | | - [Changed] |
111 | | - - Connectors methods are not static for now. |
112 | | - - Added constructors to Adapters, which allows specified config file for each connections. |
113 | | - - New properties voId and uniqueName in Group model |
114 | | - - Function getSpGroup require only one param($spEntityId) |
115 | | - - Function unauthorize in PerunIdentity is now public |
116 | | - - Changed the login and registration process |
117 | | - |
118 | | - [Fixed] |
119 | | - - Fixed the problem with access to non-secured LDAP |
120 | | - - Fixed the bad call of function 'searchForEntity(...)' in function getVoById() in AdapterLdap.php |
121 | | - |
122 | | - ## [v1.0.0] |
123 | | - |
124 | | - [Unreleased]: https://github.com/CESNET/perun-simplesamlphp-module/tree/master |
125 | | - [v3.0.3]: https://github.com/CESNET/perun-simplesamlphp-module/tree/v3.0.3 |
126 | | - [v3.0.2]: https://github.com/CESNET/perun-simplesamlphp-module/tree/v3.0.2 |
127 | | - [v3.0.1]: https://github.com/CESNET/perun-simplesamlphp-module/tree/v3.0.1 |
128 | | - [v3.0.0]: https://github.com/CESNET/perun-simplesamlphp-module/tree/v3.0.0 |
129 | | - [v2.2.0]: https://github.com/CESNET/perun-simplesamlphp-module/tree/v2.2.0 |
130 | | - [v2.1.0]: https://github.com/CESNET/perun-simplesamlphp-module/tree/v2.1.0 |
131 | | - [v2.0.0]: https://github.com/CESNET/perun-simplesamlphp-module/tree/v2.0.0 |
132 | | - [v1.0.0]: https://github.com/CESNET/perun-simplesamlphp-module/tree/v1.0.0 |
| 68 | +#### Fixed |
| 69 | +- Fixed the bug generating Array to string conversion Exception in PerunAttributes, |
| 70 | +when storing one Perun attribute to more SAML attribute |
| 71 | + |
| 72 | +#### Removed |
| 73 | +- Removed template config file module_perun_listOfSps.php |
| 74 | +(Configuration of listOfSps.php page is moved to module_perun.php) |
| 75 | + |
| 76 | +## [v2.2.0] |
| 77 | + |
| 78 | +#### Added |
| 79 | +- List of services is displayed as JSON if parameter 'output=json' is set in URL |
| 80 | +- Page showing status of selected components |
| 81 | + - This page is also available in JSON format if parameter 'output=json' is set in URL |
| 82 | + |
| 83 | +#### Changed |
| 84 | +- Updated composer.json dependencies |
| 85 | + |
| 86 | +#### Fixed |
| 87 | +- Fixed the problem where LDAP calls RPC method in PerunIdentity filter |
| 88 | +- Fixed assignation of one Perun attribute to multiple SP attributes |
| 89 | + |
| 90 | +## [v2.1.0] |
| 91 | +#### Added |
| 92 | +- Added new atribute in PerunIdentity process filter with list of Services identifier's for which we don't want to show page with information, that the user will be redirected to other page |
| 93 | + |
| 94 | +#### Changed |
| 95 | +- Changed design of ListOfSps |
| 96 | +- Changed the texts and visual form of pages: perun_identity_choose_vo_and_group.php and unauthorized_access_go_to_registration.php |
| 97 | + |
| 98 | +#### Fixed |
| 99 | +- Fixed resend SPMetadata from request to unauthorized-access-go-to-registration page |
| 100 | +- Fixed url encoding in PerunGroups |
| 101 | + |
| 102 | +## [v2.0.0] |
| 103 | +#### Added |
| 104 | +- Added badges to README |
| 105 | +- Added page with configurable table of SPs on Proxy |
| 106 | +- Added new model Member |
| 107 | +- Added new model Resource |
| 108 | +- New methods for getting data from Perun LDAP and Perun RPC |
| 109 | +- Added function for generating metadata for SimpleSAMLphp Proxy AAI from Perun |
| 110 | +- Added UpdateUserExtSource filter |
| 111 | + |
| 112 | +#### Changed |
| 113 | +- Connectors methods are not static for now. |
| 114 | +- Added constructors to Adapters, which allows specified config file for each connections. |
| 115 | +- New properties voId and uniqueName in Group model |
| 116 | +- Function getSpGroup require only one param($spEntityId) |
| 117 | +- Function unauthorize in PerunIdentity is now public |
| 118 | +- Changed the login and registration process |
| 119 | + |
| 120 | +#### Fixed |
| 121 | +- Fixed the problem with access to non-secured LDAP |
| 122 | +- Fixed the bad call of function 'searchForEntity(...)' in function getVoById() in AdapterLdap.php |
| 123 | + |
| 124 | +## [v1.0.0] |
| 125 | + |
| 126 | +[Unreleased]: https://github.com/CESNET/perun-simplesamlphp-module/tree/master |
| 127 | +[v3.0.3]: https://github.com/CESNET/perun-simplesamlphp-module/tree/v3.0.3 |
| 128 | +[v3.0.2]: https://github.com/CESNET/perun-simplesamlphp-module/tree/v3.0.2 |
| 129 | +[v3.0.1]: https://github.com/CESNET/perun-simplesamlphp-module/tree/v3.0.1 |
| 130 | +[v3.0.0]: https://github.com/CESNET/perun-simplesamlphp-module/tree/v3.0.0 |
| 131 | +[v2.2.0]: https://github.com/CESNET/perun-simplesamlphp-module/tree/v2.2.0 |
| 132 | +[v2.1.0]: https://github.com/CESNET/perun-simplesamlphp-module/tree/v2.1.0 |
| 133 | +[v2.0.0]: https://github.com/CESNET/perun-simplesamlphp-module/tree/v2.0.0 |
| 134 | +[v1.0.0]: https://github.com/CESNET/perun-simplesamlphp-module/tree/v1.0.0 |
0 commit comments