1. 12 4月, 2016 1 次提交
  2. 09 4月, 2016 1 次提交
  3. 07 4月, 2016 2 次提交
  4. 31 3月, 2016 1 次提交
  5. 30 3月, 2016 2 次提交
  6. 23 3月, 2016 2 次提交
  7. 20 3月, 2016 1 次提交
  8. 18 3月, 2016 3 次提交
  9. 16 3月, 2016 1 次提交
    • T
      Original implementation to allow users to subscribe to labels · 0444fa56
      Timothy Andrew 提交于
      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. 14 3月, 2016 1 次提交
    • R
      Let `oauth/applications#index` handle the `profiles#applications` route · 8f21e2ae
      Robert Speicher 提交于
      Previously we were doing all of kinds of code gymnastics and flash abuse
      in order to work with a Doorkeeper controller but have it _appear_ at
      the `/profile/applications` path. Fortunately we can just tell Rails to
      use a different controller to handle that route, and we get the best of
      both worlds.
      8f21e2ae
  11. 12 3月, 2016 1 次提交
  12. 10 3月, 2016 1 次提交
  13. 04 3月, 2016 1 次提交
  14. 02 3月, 2016 1 次提交
  15. 29 2月, 2016 1 次提交
  16. 27 2月, 2016 1 次提交
  17. 26 2月, 2016 1 次提交
    • Z
      Branded login page also in CE · 9a2869ab
      Zeger-Jan van de Weg 提交于
      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
  18. 23 2月, 2016 1 次提交
  19. 21 2月, 2016 1 次提交
  20. 20 2月, 2016 10 次提交
  21. 19 2月, 2016 1 次提交
  22. 11 2月, 2016 5 次提交