Skip to content

Releases: opencast/admin-interface

2024-06-12

Choose a tag to compare

@github-actions github-actions released this 12 Jun 13:17

What's Changed

Accessibility

  • changing the hamburger menu icon color to have a better contrast ratio by @rlucke in #645
  • change the roll up menu icon color to have a better contrast ratio by @rlucke in #647
  • Change the color of placeholder text input and textarea fields to a darker gray by @rlucke in #649
  • Change color of link and button text in action bar above tables to have a better contrast ratio by @rlucke in #650
  • Change color of fa buttons in actions column to have a better contrast ratio by @rlucke in #663
  • use darkgray instead of gray to increase contrast ratio by @rlucke in #665
  • Use @mui/material's Tooltip instead of title attributes. by @luniki in #593
  • Enhance the color contrast in the events and series details modal. by @luniki in #678
  • Add text to icon buttons in the Edit Table dialog. by @luniki in #680
  • add aria-live attribute by @rlucke in #668
  • Sort specific lists in dropdown menu alphabetically by @owi92 in #575
  • Add aria-label to the filter select element. by @luniki in #679
  • Show build information by @lkiesow in #584
  • Align content of the main table left by @lkiesow in #683
  • Add missing apple-touch-icon missed in #648 by @ziegenberg in #692
  • Center tooltips on main menu items by @lkiesow in #688
  • Make themes optional by @lkiesow in #687

Bug Fixes

  • Fix unnecessary green ticks in Metadata wizard by @ferishili in #657
  • event source upload: remove filename from blue button when remove file is clicked by @viwiebe in #653
  • Fix Date Display in Add Event by @lkiesow in #673
  • Update start date for uploads when opening the add events dialog by @lkiesow in #674
  • Fix admin interface crashing when rendering filters by @lkiesow in #684
  • Scheduling information in event details for non-scheduled event by @lkiesow in #686
  • Correctly display “00” in event details scheduling by @lkiesow in #682
  • Correctly import zh-CN and zh-TW and remove language flags by @ziegenberg in #457
  • Disable statistics tab by default by @lkiesow in #660
  • Using correct config key to hide imprint and privacy policy links by @gregorydlogan in #690

Documentation

Code Enhancements

Maintenance and Dependencies

  • Move build instructions to Actions workflow by @lkiesow in #676

New Contributors

Full Changelog: 2024-06-06...2024-06-12

2024-06-06

Choose a tag to compare

@github-actions github-actions released this 06 Jun 21:38

What's Changed

New Features

Accessibility

Bug Fixes

  • Fix unique key issue in new event summary page by @Arnei in #323
  • Harmonize date rendering between read-only and read/write fields by @JulianKniephoff in #392
  • added i18n for subtitles, added subtitles to test file by @schuettloeffel-elsa in #381
  • add typing and fix build by @ziegenberg in #404
  • Show conflicting scheduling events for new events by @Arnei in #220
  • fix i18n.options.fallbackLng by @ziegenberg in #406
  • Fix i18n key for EVENTS.EVENTS.DETAILS.COMMENTS.REASONS.CANCELLED by @ziegenberg in #426
  • Fix a command in the README by @JulianKniephoff in #468
  • always add current user to acl by @schuettloeffel-elsa in #389
  • Fix type error when opening statistics page by @ferishili in #568
  • Fix notification when changing series theme by @jduehring in #571
  • Persist table pagination settings by @Arnei in #560
  • dont display ui when logged out by @schuettloeffel-elsa in #401
  • Remove race condition in table filters by @dennis531 in #580
  • Admin interface creates invalid ACLs by @lkiesow in #585
  • Submitter undefined by @lkiesow in #587
  • Added option so unselect a theme in series view by @jduehring in #621
  • Fix license strings not being translated in metadata dropdown by @Arnei in #634
  • Fix handling of long strings in modal windows and table by @marwyg in #626
  • Fix MUI error when selecting a date as for StartDate filter by @ferishili in #652

Documentation

Typing

Code Enhancements

Maintenance and Dependencies

Read more

2024-05-08

Choose a tag to compare

@github-actions github-actions released this 07 May 22:19

What's Changed

Features

  • Privacy statement and imprint by @schuettloeffel-elsa in #306

Bugfixes

Code Enhancements

Typing

Dependencies

Maintenance

New Contributors

Full Changelog: 2024-04-10...2024-05-08

2024-04-10

Choose a tag to compare

@github-actions github-actions released this 10 Apr 07:27

What's Changed

Bugs

  • Ensure there is an active page when calculating pages by @Arnei in #216
  • Don't enforce configuration in start task by @Arnei in #223
  • Improve new event stepper buttons by @Arnei in #226
  • Remove frontend table sorting by @Arnei in #272
  • Replace logout request with redirect by @geichelberger in #295
  • Reduce state persisted by redux-persist (reopen) by @Arnei in #310
  • Fix startDate table filter by @Arnei in #287
  • Fix user not having access to created event by @Arnei in #300
  • Fix multivalue field not submitting by @Arnei in #285
  • Fix workflow operations not refreshing by @Arnei in #307

Visual Clarity

  • Make active circle in upload progress distinct by @Arnei in #225
  • Fix date cell in recordings/locations showing invalid date by @Arnei in #240

Code Enhancements

Typing

  • Typing /app/src/utils/utils.ts by @Arnei in #209
  • Install type definitions for some packages by @Arnei in #290
  • Adds typing for table configs by @Arnei in #291
  • Type expected acl endpoint results by @Arnei in #292
  • Fix typing issues from utils by @Arnei in #302
  • Fix typescript complaints about tabIndex by @Arnei in #289
  • Type thunk parameters by @Arnei in #305

Dependencies

New Contributors

Full Changelog: 2024-01-17...2024-04-10

2024-01-17

Choose a tag to compare

@github-actions github-actions released this 17 Jan 08:48

What's Changed

Bugs

  • Fix proxy not working with typescript by @Arnei in #212
  • Fix mixed_text metadata fields without collection by @KatrinIhler in #232
  • Fix publication link not clickable by @Arnei in #217
  • Fix exception when opening timepicker by @Arnei in #205
  • Don't call Object.entries on undefined by @Arnei in #239
  • Don't render "invalid date" in table cells by @Arnei in #241
  • Refresh workflow operations in event details by @Arnei in #219
  • Remove useAppDispatch from tableThunks.ts by @Arnei in #246

Docs

  • Fix commands in docs for proxy server by @Arnei in #228
  • Update proxy-server run instructions by @gregorydlogan in #265
  • Add quickstart guide and update development instructions by @Arnei in #271

Code-Enhancement

New Contributors

Full Changelog: 2023-11-21...2024-01-17

2023-11-21

Choose a tag to compare

@github-actions github-actions released this 21 Nov 11:38

What's Changed

New Contributors

Full Changelog: 2023-04-12-2...2023-11-21

2023-04-12

Choose a tag to compare

@github-actions github-actions released this 12 Apr 10:47

What's Changed

  • Fix empty statistics page by @Arnei in #38
  • Admin UI picard develop 23 01 2023 by @Arnei in #39
  • Fix DateTimePicker crashing the page by @Arnei in #41
  • Fix table column names by @Arnei in #40
  • Reenable redux persist by @Arnei in #102
  • Fix big amount of eslint warnings by @Arnei in #99
  • Make runtime-info-ui the universal login page by @Arnei in #96
  • Extract admin ui picard from Opencast #2 by @Arnei in #134
  • Add warning for unsaved acl-changes in event/series modal by @naweidner in #130
  • Fix metadata input fields by @naweidner in #148

New Contributors

  • @Arnei made their first contribution in #38
  • @naweidner made their first contribution in #130

Full Changelog: https://github.com/opencast/opencast-admin-interface/commits/2023-04-12-2

Test Release

Test Release Pre-release
Pre-release

Choose a tag to compare

@Arnei Arnei released this 03 Feb 14:01

This is purely for testing, do not use.