Skip to content
Snippets Groups Projects
  1. Mar 16, 2020
  2. Mar 12, 2020
  3. Mar 10, 2020
  4. Mar 03, 2020
  5. Feb 20, 2020
  6. Dec 16, 2019
  7. Dec 02, 2019
  8. Nov 15, 2019
  9. Nov 13, 2019
  10. Nov 12, 2019
  11. Nov 08, 2019
  12. Oct 31, 2019
  13. Oct 22, 2019
  14. Oct 17, 2019
  15. Oct 16, 2019
  16. Oct 09, 2019
  17. Sep 26, 2019
  18. Sep 10, 2019
  19. Aug 24, 2019
  20. Aug 14, 2019
  21. Aug 02, 2019
    • George Koltsov's avatar
      Add outbound requests setting for system hooks · e5e1c907
      George Koltsov authored
      This MR adds new application setting to network section
      `allow_local_requests_from_system_hooks`. Prior to this change
      system hooks were allowed to do local network requests by default
      and we are adding an ability for admins to control it.
      e5e1c907
  22. Jul 31, 2019
    • Reuben Pereira's avatar
      Add prometheus listen address to whitelist · f5213a38
      Reuben Pereira authored and Douwe Maan's avatar Douwe Maan committed
      - Add to whitelist so that even if local requests from hooks and
      services are not allowed, the prometheus manual configuration will
      still succeed.
      f5213a38
    • mksionek's avatar
      Add captcha if there are multiple failed login attempts · dfcf4cf5
      mksionek authored
      Add method to store session ids by ip
      
      Add new specs for storing session ids
      
      Add cleaning up records after login
      
      Add retrieving anonymous sessions
      
      Add login recaptcha setting
      
      Add new setting to sessions controller
      
      Add conditions for showing captcha
      
      Add sessions controller specs
      
      Add admin settings specs for login protection
      
      Add new settings to api
      
      Add stub to devise spec
      
      Add new translation key
      
      Add cr remarks
      
      Rename class call
      
      Add cr remarks
      
      Change if-clause for consistency
      
      Add cr remarks
      
      Add code review remarks
      
      Refactor AnonymousSession class
      
      Add changelog entry
      
      Move AnonymousSession class to lib
      
      Move store unauthenticated sessions to sessions controller
      
      Move link to recaptcha info
      
      Regenerate text file
      
      Improve copy on the spam page
      
      Change action filter for storing anonymous sessions
      
      Fix rubocop offences
      
      Add code review remarks
      dfcf4cf5
    • Reuben Pereira's avatar
      Allow blank but not nil in validations · 5c7f2853
      Reuben Pereira authored and James Lopez's avatar James Lopez committed
      - The most common use case for qualified_domain_validator currently is
      to allow blank ([]) but not allow nil. Modify the
      qualified_domain_validator to support this use case.
      5c7f2853
  23. Jul 24, 2019
  24. Jun 25, 2019
  25. May 30, 2019
  26. May 05, 2019
  27. May 01, 2019
  28. Apr 30, 2019
  29. Apr 05, 2019
    • mksionek's avatar
      Add part of needed code · 64858317
      mksionek authored
      Add columns to store project creation settings
      
      Add project creation level column in groups
       and default project creation column in application settings
      
      Remove obsolete line from schema
      
      Update migration with project_creation_level column existence check
      
      Rename migrations to avoid conflicts
      
      Update migration methods
      
      Update migration method
      64858317
  30. Mar 19, 2019
    • Lin Jen-Shin's avatar
      Introduce ApplicationSettingImplementation yay · 6b0d4933
      Lin Jen-Shin authored
      So the fake can enjoy it, too. We don't use `prepend`
      because that'll require we change `allow_any_instance_of` to
      `expect_next_instance_of`, but that's not very easy to do.
      We can do that later.
      6b0d4933
Loading