Skip to content
Snippets Groups Projects
  1. Oct 02, 2014
  2. Sep 26, 2014
  3. Sep 24, 2014
  4. Sep 19, 2014
    • Peter Rotich's avatar
      Remove "resolved" state · c1cdf82c
      Peter Rotich authored
      This is necessary to avoid confusion vs. closed state.
      c1cdf82c
    • Jared Hancock's avatar
      forms: Implement support for checkbox fields · 438f35c0
      Jared Hancock authored
      Also fix crash if the [name] of a widget element started with a digit
      character.
      438f35c0
    • Jared Hancock's avatar
      forms: Add new visibility property · 85f87cf2
      Jared Hancock authored
      This allows fields to specify a visibility constraint that will be evaluated
      in real time in the browser to automatically show and hide fields that
      should be hidden based on values of other fields in the same form.
      
      Validation is not performed on fields server-side if they are considered
      invisible when submitted.
      85f87cf2
  5. Sep 10, 2014
  6. Sep 09, 2014
  7. Sep 02, 2014
  8. Sep 01, 2014
  9. Aug 29, 2014
    • Jared Hancock's avatar
      forms: Add media to widgets · 4d861025
      Jared Hancock authored
      This will allow for more complex widgets to be added as plugins which
      include css and javascript media files without manually adding header or
      footer lines.
      4d861025
  10. Aug 27, 2014
  11. Aug 22, 2014
  12. Aug 13, 2014
  13. Aug 11, 2014
  14. Aug 07, 2014
  15. Aug 06, 2014
  16. Aug 05, 2014
  17. Jul 31, 2014
  18. Jul 30, 2014
  19. Jul 29, 2014
  20. Jul 28, 2014
  21. Jul 24, 2014
  22. Jul 23, 2014
  23. Jul 18, 2014
  24. Jul 17, 2014
    • Peter Rotich's avatar
      Fix XSS vulnerability on user's name · 92824412
      Peter Rotich authored
      Names parsed from incoming emails are stored in the database as is. This
      pull request addresses potential XSS vulnerability due to improper display
      of unsanitized names. Going forward names will be scrubbed on create.
      92824412
  25. Jul 15, 2014
  26. Jul 07, 2014
Loading