Skip to content
Snippets Groups Projects
  1. Feb 13, 2014
  2. Feb 07, 2014
  3. Feb 06, 2014
  4. Feb 05, 2014
  5. Feb 04, 2014
    • Jared Hancock's avatar
      pipe: Use Delivered-To and Message-Id from outer · 784c67f4
      Jared Hancock authored
      If a wrapped mail is sent, copy the Delivered-To header into the nested
      message so it will be clear(er) how the mail arrived into the system. Also,
      copy the Message-Id into the nested mail if there is none to help against
      mails delivered repeatedly.
      784c67f4
  6. Feb 03, 2014
  7. Jan 31, 2014
  8. Jan 30, 2014
  9. Jan 29, 2014
  10. Jan 28, 2014
  11. Jan 27, 2014
  12. Jan 24, 2014
    • Jared Hancock's avatar
      1af1f91b
    • Jared Hancock's avatar
      forms: Fix ticket submission if already logged in · 91908271
      Jared Hancock authored
      If a client is already logged into the client portal and attempts to submit
      a new ticket, the ticket will be rejected if the contact-information form
      has a required field other than `name` and `email`.
      
      This patch fixes `class Client` so that the user-id is fetched from the
      database and made available via the `::getUserId()` method. This was already
      corrected in the `develop-next` branch for v1.8.1. The `uid` field is passed
      into `Ticket::create()` so the user form validation is bypassed.
      
      This commit should be ignored when merged into the 1.8.1 codebase.
      91908271
    • Peter Rotich's avatar
      Timeout after max timeout while fetching emails · 5ec872a4
      Peter Rotich authored
      Processing fetching in ASC order of the last fetch time
      Remove LIMIT of 10 emails per fetch
      Flush the buffer and terminate the request cleanly on autocron
      5ec872a4
  13. Jan 23, 2014
Loading