1. 11 5月, 2017 1 次提交
    • A
      Add GroupFilterableList to be used as filterable class · 312d02ad
      Alfredo Sumaran 提交于
      - GroupFilterableList extends from FilterableList which is used in other places that doesn’t use Vue.
      - GroupFilterableList interacts with a Vue store object.
      - Deleted groups_list.js since is not needed anymore, filtering is handled via ajax in GroupFilterableList
      312d02ad
  2. 05 5月, 2017 1 次提交
  3. 29 4月, 2017 1 次提交
  4. 19 4月, 2017 1 次提交
  5. 15 4月, 2017 1 次提交
  6. 13 4月, 2017 1 次提交
  7. 11 4月, 2017 1 次提交
  8. 10 4月, 2017 2 次提交
  9. 09 4月, 2017 1 次提交
    • D
      Add a name field to the group edit form · d0beb755
      Douglas Lovell 提交于
      Enables user specification of group name vs. name inferred from group path.
      
      Cause new group form to copy name from path
      
      Adds some new page-specific javascript that copies entry from the
      group path field to the group name field when the group name field
      is initially empty.
      
      Remove duplicate group name entry field on group edit form
      
      This corrects the duplicated name entry field and tests that the
      JavaScript does not update the group name field if the user
      edits the group path.  (Editing the group path is not recommended
      in any case, but it is possible.)
      
      Address eslint errors in group.js
      
      Enable group name copy with dispatch and explore group creation
      
      The dispatch and explore group creation forms require the group.js
      asset, and their tests now require testing against poltergeist
      
      Update workflow new group instruction
      
      Update the gitlab basics group creation document
      
      Add a change log entry
      
      Remove unused variable for eslint
      d0beb755
  10. 06 4月, 2017 3 次提交
  11. 05 4月, 2017 4 次提交
  12. 28 3月, 2017 1 次提交
  13. 23 3月, 2017 2 次提交
  14. 22 3月, 2017 3 次提交
  15. 21 3月, 2017 3 次提交
  16. 16 3月, 2017 1 次提交
  17. 09 3月, 2017 1 次提交
  18. 07 3月, 2017 2 次提交
    • M
      move u2f library to webpack · 85e0bbc4
      Mike Greiling 提交于
      85e0bbc4
    • E
      Use native unicode emojis · e6fc0207
      Eric Eastwood 提交于
       - gl_emoji for falling back to image/css-sprite when the browser
         doesn't support an emoji
       - Markdown rendering (Banzai filter)
       - Autocomplete
       - Award emoji menu
          - Perceived perf
          - Immediate response because we now build client-side
       - Update `digests.json` generation in gemojione rake task to be more
         useful and  include `unicodeVersion`
      
      MR: !9437
      
      See issues
      
       - #26371
       - #27250
       - #22474
      e6fc0207
  19. 04 3月, 2017 10 次提交