Skip to content
Snippets Groups Projects
  1. Apr 05, 2022
  2. Apr 04, 2022
  3. Apr 01, 2022
  4. Mar 30, 2022
  5. Mar 29, 2022
  6. Mar 28, 2022
  7. Mar 25, 2022
  8. Mar 24, 2022
  9. Mar 23, 2022
  10. Mar 22, 2022
    • Antoine Lambert's avatar
      admin/origin_save: Do not modify unauthorized URLs list when rejecting · 74a5fc48
      Antoine Lambert authored
      When rejecting a Save Code Now request, the submitted origin URL was
      automatically added to the unauthorized URLs list. But this was
      prolematic as a valid URL prefix could be added in that list and
      thus a valid request whose origin URL has that prefix would be
      automatically rejected.
      
      So remove the automatic adding of origin URL in unauthorized list
      when rejecting a request.
      
      Also return 404 in the reject endpoint when the request does not
      exist.
      74a5fc48
    • vlorentz's avatar
      Do not report BadInputExc to Sentry · d6605c7a
      vlorentz authored
      They are user errors, there is nothing we can do about it
      and they add clutter to Sentry.
      d6605c7a
    • Jayesh's avatar
      Style to add asterisk to mandatory fields in HTML forms · fe39a1f4
      Jayesh authored
      New CSS class is added to use with mandatory form fields
      Added this style in create and update views of add-forge-now
      fe39a1f4
Loading