Skip to content
  1. Apr 05, 2016
  2. Apr 01, 2016
  3. Mar 25, 2016
    • Jacob Schatz's avatar
      Fix minor code style issues · 1cc6d786
      Jacob Schatz authored
      Fix underscore template error.
      Fix `=` spacing
      1cc6d786
    • Rémy Coutable's avatar
      Improve and finish the fallback to the In-Reply-To and References header for... · 9f218fc1
      Rémy Coutable authored
      Improve and finish the fallback to the In-Reply-To and References header for the reply-by-email feature
      
      A few things to note:
      - The IncomingEmail feature is now enabled even without a
        correctly-formatted sub-address
      - Message-ID for new thread mail are kept the same so that subsequent
        notifications to this thread are grouped in the thread by the email
        service that receives the notification
        (i.e. In-Reply-To of the answer == Message-ID of the first thread message)
      - To maximize our chance to be able to retrieve the reply key, we look
        for it in the In-Reply-To header and the References header
      - The pattern for the fallback reply message id is "reply-[key]@[gitlab_host]"
      - Improve docs thanks to Axil
      9f218fc1
    • Jacob Schatz's avatar
      16ba5eb4
  4. Mar 23, 2016
  5. Mar 19, 2016
  6. Mar 18, 2016
  7. Mar 17, 2016
  8. Mar 16, 2016
  9. Mar 15, 2016
    • Hiroyuki Sato's avatar
      Support Wiki with UTF-8 page name · 8acad49f
      Hiroyuki Sato authored
      8acad49f
    • Timothy Andrew's avatar
      Original implementation to allow users to subscribe to labels · 0444fa56
      Timothy Andrew authored
      1. Allow subscribing (the current user) to a label
      
      - Refactor the `Subscription` coffeescript class
        - The main change is that it accepts a container, and conducts all
          DOM queries within its scope. We need this because the labels
          page has multiple instances of `Subscription` on the same page.
      
      2. Creating an issue or MR with labels notifies users subscribed to those labels
      
      - Label `has_many` subscribers through subscriptions.
      
      3. Adding a label to an issue or MR notifies users subscribed to those labels
      
      - This only applies to subscribers of the label that has just been
        added, not all labels for the issue.
      0444fa56
  10. Mar 13, 2016
  11. Mar 12, 2016
  12. Mar 11, 2016
  13. Mar 10, 2016
  14. Mar 09, 2016
  15. Mar 07, 2016
  16. Mar 05, 2016
  17. Mar 04, 2016
  18. Mar 03, 2016
  19. Mar 02, 2016
  20. Mar 01, 2016
  21. Feb 29, 2016
  22. Feb 27, 2016
  23. Feb 26, 2016
    • Zeger-Jan van de Weg's avatar
      Branded login page also in CE · 9a2869ab
      Zeger-Jan van de Weg authored
      The only major difference with the EE version is the change from a light and dark logo to only a header logo
      The dark logo wasn't used anyway, so it seemed to make sense to me to rename the field to the actual function of it
      9a2869ab