Skip to content
Snippets Groups Projects
  1. Sep 02, 2020
  2. Sep 01, 2020
  3. Aug 28, 2020
  4. Aug 27, 2020
  5. Aug 25, 2020
    • Patrick Bajao's avatar
      Set maximum limit for profile events · 510b4819
      Patrick Bajao authored
      We are previously allowing to request for profile events with
      unlimited `limit`. That can result to possible DoS since a
      malicious user can request 1k events and it'll take a while to
      respond.
      
      Maximum limit is based on the existing `Kaminari.max_per_page`
      setting we have.
      510b4819
    • mksionek's avatar
      Add separate class for 2fa verification · 89ab38d7
      mksionek authored
      Change the way of treating nil current user
      
      Add specs to new class
      
      Add changelog entry
      
      Add specs for new auth method
      
      Rename Verificator to verifier
      
      Rename method in verifier
      
      Add cr remarks
      
      Add cr remarks
      89ab38d7
Loading