Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ordering organizations and users by name #49

Closed
wants to merge 45 commits into from
Closed

Ordering organizations and users by name #49

wants to merge 45 commits into from

Commits on Nov 10, 2016

  1. Configuration menu
    Copy the full SHA
    cc1e822 View commit details
    Browse the repository at this point in the history
  2. Use proper url for libravatar dep

    strk authored and thibaultmeyer committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    c5f3692 View commit details
    Browse the repository at this point in the history
  3. Fix sender of issue notifications

    It is the FROM field in mailer configuration that needs be used,
    not the USER field, which is for authentication.
    
    Closes gogs/gogs#3615
    strk authored and thibaultmeyer committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    e683dee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a006984 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    42883f2 View commit details
    Browse the repository at this point in the history
  6. Restore whitespace

    thibaultmeyer committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    e8b45fe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ac93682 View commit details
    Browse the repository at this point in the history
  8. Badges and travis testing (#40)

    * Added badges to the README
    
    * Restructured the travis config
    tboerger authored and thibaultmeyer committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    2fbebad View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cd255db View commit details
    Browse the repository at this point in the history
  10. Show issue/PR number on title

    andreynering authored and thibaultmeyer committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    da9cb6a View commit details
    Browse the repository at this point in the history
  11. added CONTRIBUTING

    lunny authored and thibaultmeyer committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    462b654 View commit details
    Browse the repository at this point in the history
  12. diff the CONTRIBUTORS and MAINTAINERS

    lunny authored and thibaultmeyer committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    b38ca66 View commit details
    Browse the repository at this point in the history
  13. typo and contributing improved

    lunny authored and thibaultmeyer committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    7cb7baa View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9c7851c View commit details
    Browse the repository at this point in the history
  15. Dropped vendoring from gitignore

    tboerger authored and thibaultmeyer committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    afd0e20 View commit details
    Browse the repository at this point in the history
  16. Dropped glide configs

    tboerger authored and thibaultmeyer committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    ff2204c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6a407f1 View commit details
    Browse the repository at this point in the history
  18. Added all required dependencies

    tboerger authored and thibaultmeyer committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    1975e2f View commit details
    Browse the repository at this point in the history
  19. Dropped go get from travis config

    tboerger authored and thibaultmeyer committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    738868c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f8b6012 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    c3ab33a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c441f55 View commit details
    Browse the repository at this point in the history
  23. Run goimports on the whole project (#34)

    Signed-off-by: Matthias Loibl <[email protected]>
    metalmatze authored and thibaultmeyer committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    ef8c2fd View commit details
    Browse the repository at this point in the history
  24. Rename gogs.go to main.go

    Signed-off-by: Matthias Loibl <[email protected]>
    metalmatze authored and thibaultmeyer committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    8505e79 View commit details
    Browse the repository at this point in the history
  25. Rename all occurrences of gogs.go

    Signed-off-by: Matthias Loibl <[email protected]>
    metalmatze authored and thibaultmeyer committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    b6f2770 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    d2abf4e View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    31103bb View commit details
    Browse the repository at this point in the history
  28. Minor cleanups, look at the specific commits (#67)

    * Dropped codebeat, we got go reportcard
    
    * Dropped gopm file, we are using govendor
    
    * Dropped chinese readme, this should be part of the docs
    
    * Dropped bra config, not really used
    
    * Dropped packager, we will provide our own packages
    tboerger authored and thibaultmeyer committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    a7943a3 View commit details
    Browse the repository at this point in the history
  29. Executed go fmt for all files

    tboerger authored and thibaultmeyer committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    126b43a View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    e681081 View commit details
    Browse the repository at this point in the history
  31. Vet complains about "should have signature MarshalJSON() ([]byte, err…

    …or)", replaced with custom name
    tboerger authored and thibaultmeyer committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    c57de62 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    6c272ac View commit details
    Browse the repository at this point in the history
  33. Made linter happy in cmd folder

    tboerger authored and thibaultmeyer committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    82969eb View commit details
    Browse the repository at this point in the history
  34. Regenerated bindata

    tboerger authored and thibaultmeyer committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    5142f94 View commit details
    Browse the repository at this point in the history
  35. Added a common golang gitignore

    tboerger authored and thibaultmeyer committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    96d7ede View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    d66249c View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    2930243 View commit details
    Browse the repository at this point in the history
  38. Dropped outdated build scripts

    tboerger authored and thibaultmeyer committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    5cdae21 View commit details
    Browse the repository at this point in the history
  39. Extended gitignore

    tboerger authored and thibaultmeyer committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    b52c15b View commit details
    Browse the repository at this point in the history
  40. Use tabs in Makefiles

    strk authored and thibaultmeyer committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    747a11a View commit details
    Browse the repository at this point in the history
  41. Drop indent-size from Makefile section

    strk authored and thibaultmeyer committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    f16c963 View commit details
    Browse the repository at this point in the history
  42. Fix 500 when repo has invalid .editorconfig

    Creating a notice instead
    andreynering authored and thibaultmeyer committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    c4d1c3c View commit details
    Browse the repository at this point in the history
  43. Add myself to the MAINTAINERS (#82)

    😊
    metalmatze authored and thibaultmeyer committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    bcd8d55 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    0d02353 View commit details
    Browse the repository at this point in the history
  45. Minor changes

    - Handle XORM error
    - Quote columns in XORM error
    - Restore ID column on admin console
    0xBAADF00D authored and thibaultmeyer committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    c0dc11c View commit details
    Browse the repository at this point in the history