Skip to content

v3.4.0: Merge pull request #312 from hinashi/fixed/degrade_search

Compare
Choose a tag to compare
@hinashi hinashi released this 03 Dec 09:16
· 3212 commits to master since this release
6f63a57

Added

  • Added param of editting user for ldap (#256)
  • Added attach referring entries on yaml export
  • (WIP) Added a new UI in React

Changed

  • Changed redirect authenticated users to the top page
  • Changed cookie of session to secure attribute, and to return HSTS header (#257)

Fixed

  • Fixed that the entry being created cannot be deleted (#242)
  • Fixed update history of TOP page (#258)
  • Fixed unused URL settings (#278)
  • Fixed Escape \ on ES query
  • Fixed a missing null check on the deleted list entry page
  • Fixed an issue that caused redirects by incorrect URL links
  • Fixed implementation for ACL inheritance for Attribute
  • Fixed no permission check in advanced search and simple search(#282)
  • Fixed a different number of entries displayed on the entity dashboard (#308)

Refactored

  • Refactored the entry list page