Skip to content
Snippets Groups Projects
  1. Sep 14, 2017
    • Peter Rotich's avatar
      CVE-2017-14396 · 1eaa6910
      Peter Rotich authored
      This commit addresses an SQL injection vulnerability in ORM lookup
      function.
      
      * ORM implementation failed to properly quote fields, used in SQL
      statements, that might originate from unsanitized user input.
      
      * AttachmentFile lookup allowed for key based SQL injection by blindly
      delegating non-string lookup to ORM.
      1eaa6910
  2. May 19, 2017
  3. May 13, 2017
  4. May 12, 2017
    • JediKev's avatar
      forms: Proper Field Deletion · ad34072c
      JediKev authored
      This addresses issue where upon deletion of a form field and all its
      entry values, the field record wouldn't be deleted from the `form_field`
      table. This links another issue where you can't delete a list if its
      been a field before. This is due to the list delete() function that
      checks for list field records in the `form_field` table.
      ad34072c
  5. Apr 24, 2017
    • Peter Rotich's avatar
      Add timezone setting to DateTimeField with time. · 06e348dd
      Peter Rotich authored
      This is necessary to force a particular timezone on a DateTimeField entry.
      If timezone is not set then user's timezone is assumed.
      06e348dd
    • Peter Rotich's avatar
      DateTime · 69b85f0d
      Peter Rotich authored
      Address edge cases where timezone mixups happens on DateTimeField
      
      Allow datetime field to be timezone agnostic (not timezone aware) to display
      the timezone used to set the field. The timezone of the last user or agent
      that edited the field is used.
      69b85f0d
  6. Apr 10, 2017
  7. Mar 31, 2017
  8. Mar 23, 2017
  9. Mar 17, 2017
  10. Feb 24, 2017
  11. Feb 21, 2017
  12. Feb 07, 2017
  13. Feb 06, 2017
  14. Jan 26, 2017
    • Ray Foss's avatar
      Merge pull request #3621 from dellsala/develop · 4e490863
      Ray Foss authored
      Fixes issue #3620. is_numeric changed in 7.0.0 causing causing the contact form and sometimes login to break. is_string works on any version. The upstream Spyc now uses regex to verify instead of is_numeric, in a way similar to this commit. Waiting on upstream to merge other customizations we've made.
      4e490863
  15. Jan 17, 2017
  16. Dec 16, 2016
  17. Dec 15, 2016
  18. Dec 12, 2016
  19. Nov 03, 2016
  20. Nov 02, 2016
  21. Nov 01, 2016
Loading