@@ -13,6 +13,18 @@ All notable changes to this project will be documented in this file.
1313
1414- [ #214 ] ( https://github.com/os2display/display-api-service/pull/214 )
1515 - Updated endSessionUrl to be nullable.
16+
17+ - [ #213 ] ( https://github.com/os2display/display-api-service/pull/213 )
18+ - Set ` phpdoc_to_comment ` to ` false ` in ` .php-cs-fixer.dist.php ` to avoid breaking psalm ignore
19+ - Add regions and groups to ` ScreenInput.php `
20+ - Add "cascade: persist remove" to PlaylistScreenRegion
21+ - Save playlist/regions in ` ScreenProcessor.php ` and in ` src/entity/ScreenLayoutRegions ` (as an alternative to sending
22+ multiple requests)
23+ - Save groups in ` ScreenProcessor.php ` and in ` src/entity/tenant/Screen.php `
24+ - Update psalm baseline
25+ - Add regions/playlists and groups to POST screen test
26+ - ` composer update symfony/* --with-dependencies `
27+
1628- [ #193 ] ( https://github.com/os2display/display-api-service/pull/193 )
1729 - Adds support for interactive slides.
1830 - Adds interactivity for creating quick bookings from a slide through Microsoft Graph.
@@ -69,8 +81,8 @@ All notable changes to this project will be documented in this file.
6981 - Changed route prefix to v2.
7082- [ #197 ] ( https://github.com/os2display/display-api-service/pull/197 )
7183 - Fixed weight issue when assigning slides to playlist.
72- - [ #194 ] ( https://github.com/os2display/display-api-service/pull/194 )
73- Updated test run documentation and added test for ` rrule ` in playlist.
84+ - [ #194 ] ( https://github.com/os2display/display-api-service/pull/194 ) Updated test run documentation and added test for
85+ ` rrule ` in playlist.
7486- Fixed issue with PlaylistSlide transaction.
7587- Fixed issues with feed following api platform upgrade.
7688- [ #192 ] ( https://github.com/os2display/display-api-service/pull/192 )
@@ -92,8 +104,8 @@ All notable changes to this project will be documented in this file.
92104- [ #184 ] ( https://github.com/os2display/display-api-service/pull/184 )
93105 - Added RelationsModifiedTrait to serialization groups.
94106- [ #182 ] ( https://github.com/os2display/display-api-service/pull/182 )
95- - Changed "Theme" api output to have "Logo" embedded to avoid 404 errors when fetching logo from other shared slide
96- w. foreign tenant.
107+ - Changed "Theme" api output to have "Logo" embedded to avoid 404 errors when fetching logo from other shared slide w.
108+ foreign tenant.
97109- [ #181 ] ( https://github.com/os2display/display-api-service/pull/181 )
98110 - Update minimum PHP version to 8.2 to support trait constants
99111 - Add 'relationsModified' timestamps on relevant entities and API resources.
@@ -114,16 +126,11 @@ All notable changes to this project will be documented in this file.
114126 - Switch from doctrine annotations to attributes
115127 - Add rector as dev dependency and apply rules
116128 - Handle doctrine deprecations
117- - [ #173 ] ( https://github.com/os2display/display-api-service/pull/173 )
118- Upgraded to API Platform 3
119- - [ #172 ] ( https://github.com/os2display/display-api-service/pull/172 )
120- Linted YAML API resources
121- - [ #171 ] ( https://github.com/os2display/display-api-service/pull/171 )
122- Fixed slide playlists collection operation.
123- - [ #170 ] ( https://github.com/os2display/display-api-service/pull/170 )
124- Updated Symfony development packages.
125- - [ #165 ] ( https://github.com/os2display/display-api-service/pull/165 )
126- Symfony 6.3
129+ - [ #173 ] ( https://github.com/os2display/display-api-service/pull/173 ) Upgraded to API Platform 3
130+ - [ #172 ] ( https://github.com/os2display/display-api-service/pull/172 ) Linted YAML API resources
131+ - [ #171 ] ( https://github.com/os2display/display-api-service/pull/171 ) Fixed slide playlists collection operation.
132+ - [ #170 ] ( https://github.com/os2display/display-api-service/pull/170 ) Updated Symfony development packages.
133+ - [ #165 ] ( https://github.com/os2display/display-api-service/pull/165 ) Symfony 6.3
127134- [ #162 ] ( https://github.com/os2display/display-api-service/pull/162 )
128135 - Adds "external" openid-connect provider.
129136 - Renamed "oidc" openid-connect provider to "internal".
@@ -133,9 +140,9 @@ All notable changes to this project will be documented in this file.
133140 - Upgrades openid-connect bundle to 3.1 to support multiple providers.
134141 - Changes php requirement in composer.json to >= 8.1.
135142 - Removed PHP Upgrade coding standards github actions check.
136- - Changed user identifier from email to providerId. Made email nullable. Copied value from email to providerId in migration.
137- - [ # 161 ] ( https://github.com/os2display/display-api-service/pull/161 )
138- Fixed non-entity related psalm errors.
143+ - Changed user identifier from email to providerId. Made email nullable. Copied value from email to providerId in
144+ migration.
145+ - [ # 161 ] ( https://github.com/os2display/display-api-service/pull/161 ) Fixed non-entity related psalm errors.
139146
140147## [ 1.5.0] - 2023-10-26
141148
@@ -212,7 +219,8 @@ All notable changes to this project will be documented in this file.
212219- [ #138 ] ( https://github.com/os2display/display-api-service/pull/138 )
213220 - Fixed Tenant and command to allow for empty fallbackImageUrl.
214221- [ #139 ] ( https://github.com/os2display/display-api-service/pull/139 )
215- - Changed from service decoration to event listeners to re-enable setting ` tenants ` on the response from ` /v1/authentication/token ` .
222+ - Changed from service decoration to event listeners to re-enable setting ` tenants ` on the response from
223+ ` /v1/authentication/token ` .
216224 - Ensure same response data from both ` /v1/authentication/token ` and ` /v1/authentication/token/refresh ` endpoints.
217225 - Added ` user ` and ` tenants ` to JWT payload.
218226
0 commit comments