Skip to content

Commit a5637f8

Browse files
committed
Merge branch 'release/2.0.0'
2 parents b4afdd1 + 01c52e4 commit a5637f8

File tree

138 files changed

+12770
-5764
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

138 files changed

+12770
-5764
lines changed

.editorconfig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# EditorConfig is awesome: https://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
# Unix-style newlines with a newline ending every file
7+
[*]
8+
end_of_line = lf
9+
insert_final_newline = true
10+
charset = utf-8
11+
indent_style = space
12+
indent_size = 2

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,4 @@ json-server/
3737

3838
public/config.json
3939
public/access-config.json
40+
public/release.json

CHANGELOG.md

Lines changed: 124 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,66 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [2.0.0] - 2024-04-09
8+
9+
- [#240](https://github.com/os2display/display-admin-client/pull/240)
10+
- Remove caching of requests from redux toolkit api.
11+
- [#239](https://github.com/os2display/display-admin-client/pull/239)
12+
- Updated api integration following route change to v2.
13+
- [#238](https://github.com/os2display/display-admin-client/pull/238)
14+
- Fixed screen layout overlapping issue.
15+
- [#237](https://github.com/os2display/display-admin-client/pull/237)
16+
- Fixed isCampaign check for playlist relation puts.
17+
- Removed redux/api.js since it was unused.
18+
- Removed js generated version of typescript api since it was unused.
19+
- Added skip to queries that rely on an argument to avoid undefined queries.
20+
- [#236](https://github.com/os2display/display-admin-client/pull/236)
21+
- Add help text to activation code form.
22+
- Fixed warnings raised when compiling.
23+
- [#234](https://github.com/os2display/display-admin-client/pull/234)
24+
- Cleaned up code flow in playlist saving.
25+
- Changed to chaining relations puts.
26+
- [#235](https://github.com/os2display/display-admin-client/pull/235)
27+
- Added roles to users list.
28+
- [#233](https://github.com/os2display/display-admin-client/pull/233)
29+
- Fixed issue when clicking media archive element when media archive is not in multiple mode.
30+
- [#232](https://github.com/os2display/display-admin-client/pull/232)
31+
- Fixed time zone issue in playlist schedules.
32+
- [#231](https://github.com/os2display/display-admin-client/pull/231)
33+
- Fixed post body of activation POST request.
34+
- [#230](https://github.com/os2display/display-admin-client/pull/230)
35+
- Fixed roles in access-config.json itk-dev infrastructure template.
36+
- [#229](https://github.com/os2display/display-admin-client/pull/229)
37+
- Fixed post body of activation POST request.
38+
- [#228](https://github.com/os2display/display-admin-client/pull/228)
39+
- Changed login page to only get oidc urls when a login button has been clicked.
40+
- [#227](https://github.com/os2display/display-admin-client/pull/227)
41+
- Changed how theme is loaded following change to API
42+
- Added fetch all to avoid removing slides when saving playlist and all slides have not been fetched.
43+
- [#220](https://github.com/os2display/display-admin-client/pull/220)
44+
- Adds CRUD flows for external users and activation codes.
45+
- Added login and activation flow for external users.
46+
- [#217](https://github.com/os2display/display-admin-client/pull/217)
47+
- Move tenant dropdown to sidebar.
48+
- [#215](https://github.com/os2display/display-admin-client/pull/215)
49+
- Fixed OIDC login buttons.
50+
- [#213](https://github.com/os2display/display-admin-client/pull/213)
51+
- Added focus trap, to trap the keyboard focus in our modals.
52+
- Added user list, create and edit.
53+
- [#212](https://github.com/os2display/display-admin-client/pull/212)
54+
- Updated color of login background.
55+
- [#211](https://github.com/os2display/display-admin-client/pull/211)
56+
- Updated login page.
57+
- Cleaned up translations.
58+
- Fixed some WCAG2.1 issues.
59+
- Added os2display logo.
60+
- [#225](https://github.com/os2display/display-admin-client/pull/225)
61+
- Fixed caching issues when adding/removing playlists from slide.
62+
- [#223](https://github.com/os2display/display-admin-client/pull/223)
63+
- Updated to API Platform 3
64+
- [#222](https://github.com/os2display/display-admin-client/pull/222)
65+
- Fixed redux build.
66+
767
## [1.5.0] - 2023-10-26
868

969
- [#221](https://github.com/os2display/display-admin-client/pull/221)
@@ -14,164 +74,164 @@ All notable changes to this project will be documented in this file.
1474
## [1.4.0] - 2023-09-14
1575

1676
- [#210](https://github.com/os2display/display-admin-client/pull/210)
17-
Use thumbnails for media list if they are set
77+
- Use thumbnails for media list if they are set.
1878

1979
## [1.3.3] - 2023-07-11
2080

2181
- [#208](https://github.com/os2display/display-admin-client/pull/208)
22-
Fix version not set in release.json
82+
- Fix version not set in release.json
2383

2484
## [1.3.2] - 2023-07-11
2585

2686
- [#207](https://github.com/os2display/display-admin-client/pull/207)
27-
Fix incorrect values in auto build release.json in images
87+
- Fix incorrect values in auto build release.json in images
2888

2989
## [1.3.1] - 2023-07-11
3090

3191
- [#206](https://github.com/os2display/display-admin-client/pull/206)
32-
Added example_release.json file
92+
- Added example_release.json file
3393

3494
## [1.3.0] - 2023-07-11
3595

3696
- [#205](https://github.com/os2display/display-admin-client/pull/205)
37-
Setup separate image builds for itkdev and os2display
97+
- Setup separate image builds for itkdev and os2display
3898
- [#204](https://github.com/os2display/display-admin-client/pull/204)
39-
Change docker image name from `os2display/os2display-admin-client`
40-
to `os2display/display-admin-client` to match image name and
99+
- Change docker image name from `os2display/os2display-admin-client`
100+
to `os2display/display-admin-client` to match image name and
41101
repository name
42102
- [#200](https://github.com/os2display/display-admin-client/pull/200)
43-
Update docker build to publish to "os2display" org on docker hub.
44-
Update github workflow to latest actions.
45-
Add github workflow to build and create release.
46-
Change `example_config.json` to use relative paths.
103+
- Update docker build to publish to "os2display" org on docker hub.
104+
- Update github workflow to latest actions.
105+
- Add github workflow to build and create release.
106+
- Change `example_config.json` to use relative paths.
47107
- [#202](https://github.com/os2display/display-admin-client/pull/202)
48-
Remove zeroes when pagination button is not visible.
49-
Save campaign before redirect.
108+
- Remove zeroes when pagination button is not visible.
109+
- Save campaign before redirect.
50110
- [#201](https://github.com/os2display/display-admin-client/pull/201)
51-
Updated poster and feed selection.
111+
- Updated poster and feed selection.
52112

53113
## [1.2.7] - 2023-05-25
54114

55115
- [#197](https://github.com/os2display/display-admin-client/pull/197)
56-
Add pagination to tables below multiselect dropdowns.
116+
- Add pagination to tables below multiselect dropdowns.
57117
- [#196](https://github.com/os2display/display-admin-client/pull/196)
58-
Changed to handling rrule dates as UTC.
118+
- Changed to handling rrule dates as UTC.
59119
- [#194](https://github.com/os2display/display-admin-client/pull/195)
60-
Fix button margin on mobile view.
120+
- Fix button margin on mobile view.
61121
- [#193](https://github.com/os2display/display-admin-client/pull/194)
62-
Prevent screen-manager.js from redirecting before everything is saved.
122+
- Prevent screen-manager.js from redirecting before everything is saved.
63123
- [#192](https://github.com/os2display/display-admin-client/pull/193)
64-
Readd and fix cypress tests.
65-
-
124+
- Re-added and fixed cypress tests.
125+
66126
## [1.2.6] - 2023-05-11
67127

68128
- [#197](https://github.com/os2display/display-admin-client/pull/197)
69-
Add pagination to tables below multiselect dropdowns.
129+
- Add pagination to tables below multiselect dropdowns.
70130

71131
## [1.2.5] - 2023-03-24
72132

73133
- [#191](https://github.com/os2display/display-admin-client/pull/191)
74-
Fixed theme logo loading in slide preview.
75-
Fixed error messages in slide manager.
134+
- Fixed theme logo loading in slide preview.
135+
- Fixed error messages in slide manager.
76136

77137
## [1.2.4] - 2023-03-24
78138

79139
- [#190](https://github.com/os2display/display-admin-client/pull/190)
80-
Changed config loader to avoid competing promises.
140+
- Changed config loader to avoid competing promises.
81141
- [#189](https://github.com/os2display/display-admin-client/pull/189)
82-
Fixed issue where playlist showed a maximum of 10 selected slides.
142+
- Fixed issue where playlist showed a maximum of 10 selected slides.
83143

84144
## [1.2.3] - 2023-03-07
85145

86146
- [#188](https://github.com/os2display/display-admin-client/pull/188)
87-
Fixed template sorting.
88-
Removed option to change template after creation
147+
- Fixed template sorting.
148+
- Removed option to change template after creation
89149
- [#187](https://github.com/os2display/display-admin-client/pull/187)
90-
Added license.
150+
- Added license.
91151
- [#185](https://github.com/os2display/display-admin-client/pull/185)
92-
Changed rich text defaultValue to avoid update loops.
93-
Cleaned up rich text toolbar options.
152+
- Changed rich text defaultValue to avoid update loops.
153+
- Cleaned up rich text toolbar options.
94154
- [#183](https://github.com/os2display/display-admin-client/pull/183)
95-
Adds information about max file sizes.
155+
- Adds information about max file sizes.
96156

97157
## [1.2.2] - 2023-02-08
98158

99159
- [#184](https://github.com/os2display/display-admin-client/pull/184)
100-
Fix logo upload, and change image uploader to use hook selected
160+
- Fix logo upload, and change image uploader to use hook selected
101161
- [#182](https://github.com/os2display/display-admin-client/pull/182)
102-
Make cypress tests run 3 times in GA, and set defaultCommandTimeout to 10000
162+
- Make cypress tests run 3 times in GA, and set defaultCommandTimeout to 10000
103163
- [#181](https://github.com/os2display/display-admin-client/pull/181)
104-
Disable selected menu link
164+
- Disable selected menu link
105165
- [#180](https://github.com/os2display/display-admin-client/pull/180)
106-
Make it possible to delete media from slide
166+
- Make it possible to delete media from slide
107167
- [#179](https://github.com/os2display/display-admin-client/pull/179)
108-
Simplify info modal, remove pagination
168+
- Simplify info modal, remove pagination
109169

110170
## [1.2.1] - 2023-01-13
111171

112172
- [#178](https://github.com/os2display/display-admin-client/pull/178)
113-
add 8080 to port to make cypresstests run
173+
- Added 8080 to port to make cypresstests run
114174
- [#177](https://github.com/os2display/display-admin-client/pull/177)
115-
css in name to cssstyles
175+
- Css in name to cssstyles
116176
- [#176](https://github.com/os2display/display-admin-client/pull/176)
117-
css -> cssstyles in all places but not the request body
177+
- Css -> cssstyles in all places but not the request body
118178
- [#175](https://github.com/os2display/display-admin-client/pull/175)
119-
update proptypes
120-
rename cssstyles to css
121-
give resolution a default value
179+
- Update proptypes
180+
- Rename cssstyles to css
181+
- Give resolution a default value
122182

123183
## [1.2.0] - 2023-01-05
124184

125185
- [#174](https://github.com/os2display/display-admin-client/pull/174)
126-
Added changelog.
127-
Added github action to enforce that PRs should always include an update of the changelog.
186+
- Added changelog.
187+
- Added github action to enforce that PRs should always include an update of the changelog.
128188
- [#172](https://github.com/os2display/display-admin-client/pull/172)
129-
Fixed search issue for screens.
189+
- Fixed search issue for screens.
130190
- [#171](https://github.com/os2display/display-admin-client/pull/171)
131-
Moved to page 1 after deletions.
191+
- Moved to page 1 after deletions.
132192
- [#170](https://github.com/os2display/display-admin-client/pull/170)
133-
Fixed media library issue.
134-
The css was not displayed in the theme page (create/edit).
135-
Shared playlists in gantt are not clickable/do not redirect.
193+
- Fixed media library issue.
194+
- The css was not displayed in the theme page (create/edit).
195+
- Shared playlists in gantt are not clickable/do not redirect.
136196
- [#169](https://github.com/os2display/display-admin-client/pull/169)
137-
Updated docker setup to match new itkdev base setup
197+
- Updated docker setup to match new itkdev base setup
138198
- [#168](https://github.com/os2display/display-admin-client/pull/168)
139-
Fixed wrong link.
199+
- Fixed wrong link.
140200
- [#167](https://github.com/os2display/display-admin-client/pull/167)
141-
Updated grid generator from 1.0.6 -> 1.0.8.
201+
- Updated grid generator from 1.0.6 -> 1.0.8.
142202

143203
## [1.1.0] - 2022-10-06
144204

145205
- [#166](https://github.com/os2display/display-admin-client/pull/166)
146-
Updated react to 18.
206+
- Updated react to 18.
147207
- [#164](https://github.com/os2display/display-admin-client/pull/164)
148-
Removed 0 in calendar view screen.
208+
- Removed 0 in calendar view screen.
149209

150210
## [1.0.3] - 2022-09-05
151211

152212
- [#163](https://github.com/os2display/display-admin-client/pull/163)
153-
Moved gantt chart to edit pages.
213+
- Moved gantt chart to edit pages.
154214
- [#162](https://github.com/os2display/display-admin-client/pull/162)
155-
Added dropdown for resolution/orientation on screen.
156-
Removed screen width/height.
215+
- Added dropdown for resolution/orientation on screen.
216+
- Removed screen width/height.
157217
- [#161](https://github.com/os2display/display-admin-client/pull/161)
158-
Changed default duration from 10 to 15 s.
218+
- Changed default duration from 10 to 15 s.
159219
- [#159](https://github.com/os2display/display-admin-client/pull/159)
160-
Refactored theme-manager (as the other elements have that as well, slide-manager e.g.).
161-
Added logo to theme form.
162-
Save theme logo.
220+
- Refactored theme-manager (as the other elements have that as well, slide-manager e.g.).
221+
- Added logo to theme form.
222+
- Save theme logo.
163223

164224
## [1.0.2] - 2022-06-02
165225

166226
- [#158](https://github.com/os2display/display-admin-client/pull/158)
167-
Added slide class to remote component.
227+
- Added slide class to remote component.
168228

169229
## [1.0.1] - 2022-06-01
170230

171231
- [#157](https://github.com/os2display/display-admin-client/pull/157)
172-
Changed class names to lower case.
232+
- Changed class names to lower case.
173233
- [#156](https://github.com/os2display/display-admin-client/pull/156)
174-
Added check to station selector.
234+
- Added check to station selector.
175235

176236
## [1.0.0] - 2022-05-18
177237

0 commit comments

Comments
 (0)