1. 09 Aug, 2016 9 commits
  2. 08 Aug, 2016 2 commits
  3. 07 Aug, 2016 6 commits
    • Unknwon's avatar
      #2825 early response 200 when ?go-get=1 · e5bf4281
      Unknwon authored
      e5bf4281
    • Unknwon's avatar
      Update glide.lock and .gopmfile · 0c2b9bbb
      Unknwon authored
      0c2b9bbb
    • Unknwon's avatar
      #3320 code cleanup · 99385db0
      Unknwon authored
      99385db0
    • Sandro Santilli's avatar
      Add support for federated avatars (#3320) · 90dd0657
      Sandro Santilli authored
      * Add support for federated avatars
      
      Fixes #3105
      
      Removes avatar fetching duplication code
      Adds an "Enable Federated Avatar" checkbox in user settings
      (defaults to unchecked)
      
      Moves avatar settings all in the same form, making
      local and remote avatars mutually exclusive
      
      Renames UploadAvatarForm to AvatarForm
      as it's not anymore only for uploading
      
      * Run gofmt on all modified files
      
      * Move Avatar form in its own page
      
      * Add go-libravatar dependency to vendor/ dir
      
      Hopefully helps with accepting the contribution.
      See also #3214
      
      * Revert "Add go-libravatar dependency to vendor/ dir"
      
      This reverts commit a8cb93ae640bbb90f7d25012fc257bda9fae9b82.
      
      * Make federated avatar setting a global configuration
      
      Removes the per-user setting
      
      * Move avatar handling back to base tool, disable federated avatar in offline mode
      
      * Format, handle error
      
      * Properly set fallback host
      
      * Use unsupported github.com mirror for importing go-libravatar
      
      * Remove comment showing life exists outside of github.com
      
      ... pity, but contribution would not be accepted otherwise
      
      * Use Combo for Get and Post methods over /avatar
      
      * FEDERATED_AVATAR -> ENABLE_FEDERATED_AVATAR
      
      * Fix persistance of federated avatar lookup checkbox at install time
      
      * Federated Avatars -> Enable Federated Avatars
      
      * Use len(string) == 0 instead of string == ""
      
      * Move import line where it belong
      
      See
      https://github.com/Unknwon/go-code-convention/blob/master/en-US/import_packages.md
      
      Pity the import url is still the unofficial one, but oh well...
      
      * Save a line (and waste much more expensive time)
      
      * Remove redundant parens
      
      * Remove an empty line
      
      * Remove empty lines
      
      * Reorder lines to make diff smaller
      
      * Remove another newline
      
      Unknwon review got me start a fight against newlines
      
      * Move DISABLE_GRAVATAR and ENABLE_FEDERATED_AVATAR after OFFLINE_MODE
      
      On re-reading the diff I figured what Unknwon meant here:
      https://github.com/gogits/gogs/pull/3320/files#r73741106
      
      * Remove newlines that weren't there before my intervention
      90dd0657
    • Unknwon's avatar
      ec92565f
    • Andrey Nering's avatar
      Improve diff highlight (#3390) · 2772791f
      Andrey Nering authored
      - Try to reduce memory allocations
      - Add possibility to disable diff highlight (can improve performance for large diffs)
      - Tweaking with cost for prettier (cleaner) diffs
      - Do not calculate diff when the number of removed lines in a block is not equal to the number of added lines (this usually resulted in ugly diffs)
      2772791f
  4. 06 Aug, 2016 5 commits
  5. 05 Aug, 2016 3 commits
  6. 04 Aug, 2016 1 commit
  7. 03 Aug, 2016 5 commits
  8. 30 Jul, 2016 4 commits
  9. 29 Jul, 2016 1 commit
  10. 28 Jul, 2016 4 commits