• Oxan van Leeuwen's avatar
    Add issue events filter and make sure "All" really shows everything · bb447383
    Oxan van Leeuwen authored
    Currently, the EventFilter whitelists event types for the "All" filter.
    This has gotten outdated, which causes the confusing behaviour of the
    "All" tab not really showing all events. To make matters worse, by
    default no tab at all is selected, which does show all events, so
    selecting the "All" tab actually hides some events.
    
    Fix this by:
    - Making sure All always includes all activity, by abolishing the
      whitelist and just returning all events instead.
    - Make the All tab selected by default.
    - Add Issue events tab to include the specific events around opening
      and closing issues, since there was no specific filter to see them
      yet.
    
    Fixes #24826
    bb447383