Skip to content

5.1.0

Compare
Choose a tag to compare
@kulmann kulmann released this 18 Feb 20:54
27cb1b3

Changelog for ownCloud Web 5.1.0 (2022-02-18)

Summary

  • Bugfix - App compatibility: #6439
  • Bugfix - Fix closing apps opened from search: #6444
  • Enhancement - Add the graph client to the client service: #6425
  • Enhancement - Enable context menu for search results: #6445
  • Enhancement - Use the Vue store for spaces: #6427

Details

  • Bugfix - App compatibility: #6439

    We've made sure that apps that were not made compatible with ownCloud Web 5.0.0 don't run into a
    non-rendered state.

    #6439

  • Bugfix - Fix closing apps opened from search: #6444

    We've made sure that closing apps that were opened from search navigates properly back to the
    original search.

    #6444

  • Enhancement - Add the graph client to the client service: #6425

    This way, the client for the graph API can easily be fetched when needed.

    #6425

  • Enhancement - Enable context menu for search results: #6445

    We've enabled a rudimentary context menu for search results.

    #6445

  • Enhancement - Use the Vue store for spaces: #6427

    Using the store for spaces integrates them seamlessly in our ecosystem and makes it easier to
    develop spaces even further. E.g. the properties of a space can now be altered without fetching
    all spaces again. This was achieved by introducing a "buildSpace" method, that transforms a
    space into a more generic resource object (just like regular files or shares).

    #6427