@@ -10,7 +10,8 @@ All notable changes to this project will be documented in this file.
1010- [ #213 ] ( https://github.com/os2display/display-api-service/pull/213 )
1111 - Add regions and groups to ` ScreenInput.php `
1212 - Add "cascade: persist remove" to PlaylistScreenRegion
13- - Save playlist/regions in ` ScreenProcessor.php ` and in ` src/entity/ScreenLayoutRegions ` (as an alternative to sending multiple requests)
13+ - Save playlist/regions in ` ScreenProcessor.php ` and in ` src/entity/ScreenLayoutRegions ` (as an alternative to sending
14+ multiple requests)
1415 - Save groups in ` ScreenProcessor.php ` and in ` src/entity/tenant/Screen.php `
1516 - Update psalm baseline
1617 - Add regions/playlists and groups to POST screen test
@@ -72,8 +73,8 @@ All notable changes to this project will be documented in this file.
7273 - Changed route prefix to v2.
7374- [ #197 ] ( https://github.com/os2display/display-api-service/pull/197 )
7475 - Fixed weight issue when assigning slides to playlist.
75- - [ #194 ] ( https://github.com/os2display/display-api-service/pull/194 )
76- Updated test run documentation and added test for ` rrule ` in playlist.
76+ - [ #194 ] ( https://github.com/os2display/display-api-service/pull/194 ) Updated test run documentation and added test for
77+ ` rrule ` in playlist.
7778- Fixed issue with PlaylistSlide transaction.
7879- Fixed issues with feed following api platform upgrade.
7980- [ #192 ] ( https://github.com/os2display/display-api-service/pull/192 )
@@ -95,8 +96,8 @@ All notable changes to this project will be documented in this file.
9596- [ #184 ] ( https://github.com/os2display/display-api-service/pull/184 )
9697 - Added RelationsModifiedTrait to serialization groups.
9798- [ #182 ] ( https://github.com/os2display/display-api-service/pull/182 )
98- - Changed "Theme" api output to have "Logo" embedded to avoid 404 errors when fetching logo from other shared slide
99- w. foreign tenant.
99+ - Changed "Theme" api output to have "Logo" embedded to avoid 404 errors when fetching logo from other shared slide w.
100+ foreign tenant.
100101- [ #181 ] ( https://github.com/os2display/display-api-service/pull/181 )
101102 - Update minimum PHP version to 8.2 to support trait constants
102103 - Add 'relationsModified' timestamps on relevant entities and API resources.
@@ -117,16 +118,11 @@ All notable changes to this project will be documented in this file.
117118 - Switch from doctrine annotations to attributes
118119 - Add rector as dev dependency and apply rules
119120 - Handle doctrine deprecations
120- - [ #173 ] ( https://github.com/os2display/display-api-service/pull/173 )
121- Upgraded to API Platform 3
122- - [ #172 ] ( https://github.com/os2display/display-api-service/pull/172 )
123- Linted YAML API resources
124- - [ #171 ] ( https://github.com/os2display/display-api-service/pull/171 )
125- Fixed slide playlists collection operation.
126- - [ #170 ] ( https://github.com/os2display/display-api-service/pull/170 )
127- Updated Symfony development packages.
128- - [ #165 ] ( https://github.com/os2display/display-api-service/pull/165 )
129- Symfony 6.3
121+ - [ #173 ] ( https://github.com/os2display/display-api-service/pull/173 ) Upgraded to API Platform 3
122+ - [ #172 ] ( https://github.com/os2display/display-api-service/pull/172 ) Linted YAML API resources
123+ - [ #171 ] ( https://github.com/os2display/display-api-service/pull/171 ) Fixed slide playlists collection operation.
124+ - [ #170 ] ( https://github.com/os2display/display-api-service/pull/170 ) Updated Symfony development packages.
125+ - [ #165 ] ( https://github.com/os2display/display-api-service/pull/165 ) Symfony 6.3
130126- [ #162 ] ( https://github.com/os2display/display-api-service/pull/162 )
131127 - Adds "external" openid-connect provider.
132128 - Renamed "oidc" openid-connect provider to "internal".
@@ -136,9 +132,9 @@ All notable changes to this project will be documented in this file.
136132 - Upgrades openid-connect bundle to 3.1 to support multiple providers.
137133 - Changes php requirement in composer.json to >= 8.1.
138134 - Removed PHP Upgrade coding standards github actions check.
139- - Changed user identifier from email to providerId. Made email nullable. Copied value from email to providerId in migration.
140- - [ # 161 ] ( https://github.com/os2display/display-api-service/pull/161 )
141- Fixed non-entity related psalm errors.
135+ - Changed user identifier from email to providerId. Made email nullable. Copied value from email to providerId in
136+ migration.
137+ - [ # 161 ] ( https://github.com/os2display/display-api-service/pull/161 ) Fixed non-entity related psalm errors.
142138
143139## [ 1.5.0] - 2023-10-26
144140
@@ -215,7 +211,8 @@ All notable changes to this project will be documented in this file.
215211- [ #138 ] ( https://github.com/os2display/display-api-service/pull/138 )
216212 - Fixed Tenant and command to allow for empty fallbackImageUrl.
217213- [ #139 ] ( https://github.com/os2display/display-api-service/pull/139 )
218- - Changed from service decoration to event listeners to re-enable setting ` tenants ` on the response from ` /v1/authentication/token ` .
214+ - Changed from service decoration to event listeners to re-enable setting ` tenants ` on the response from
215+ ` /v1/authentication/token ` .
219216 - Ensure same response data from both ` /v1/authentication/token ` and ` /v1/authentication/token/refresh ` endpoints.
220217 - Added ` user ` and ` tenants ` to JWT payload.
221218
0 commit comments