Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix locale | Unknwon | 2015-01-19 |
| | |||
* | update gopmfile | Unknwon | 2015-01-19 |
| | |||
* | Merge branch 'master' of github.com:gogits/gogs | Unknwon | 2015-01-18 |
|\ | |||
| * | Merge pull request #865 from clinta/patch-1 | 无闻 | 2015-01-18 |
| |\ | | | | | | | Allow start.sh from any working directory | ||
| | * | Allow start.sh from any working directory | Clint Armstrong | 2015-01-17 |
| |/ | | | | | This change to start.sh allows it to be executed from any working directory and always reference the gogs binary in the parent directory. Very helpful when calling start.sh from an init script. | ||
* | | update locale | Unknwon | 2015-01-18 |
| | | |||
* | | Merge branch 'encoding' of github.com:gogits/gogs into dev | Unknwon | 2015-01-17 |
|\ \ | | | | | | | | | | | | | Conflicts: .gopmfile | ||
| * \ | Merge pull request #861 from phsmit/change_chardet | 无闻 | 2015-01-17 |
| |\ \ | | | | | | | | | Change chardet to gogits | ||
| | * | | Change chardet to gogits | Peter Smit | 2015-01-15 |
| |/ / | |||
| * | | Merge pull request #773 from phsmit/golang_x_text_encoding | 无闻 | 2014-12-22 |
| |\ \ | | | | | | | | | Golang x text encoding | ||
| | * | | Removing redundant mahonia | Peter Smit | 2014-12-22 |
| | | | | |||
| | * | | Replace mahonia with the standard functions in the Golang Sub-repositories | Peter Smit | 2014-12-22 |
| | | | | |||
* | | | | update with deps | Unknwon | 2015-01-17 |
| | | | | |||
* | | | | Merge pull request #849 from gittex/translate | 无闻 | 2015-01-17 |
|\ \ \ \ | |_|_|/ |/| | | | Translation update | ||
| * | | | Make help text for email listing a little more helpful. | Dominik Schulz | 2015-01-09 |
| | | | | |||
| * | | | Add missing translations for email settings page to de_DE. | Dominik Schulz | 2015-01-09 |
|/ / / | |||
* | | | fix #827 | Unknwon | 2015-01-06 |
| | | | |||
* | | | Merge pull request #830 from TonyTsangHK/dev | 无闻 | 2015-01-05 |
|\ \ \ | | | | | | | | | Add max-width to commit message of repo-files-table | ||
| * | | | Add max-width to commit message of repo-files-table | Tony Tsang | 2015-01-05 |
| | | | | |||
* | | | | prepare for mirror update release | Unknwon | 2015-01-05 |
|/ / / | |||
* | | | use new Redis client | Unknwon | 2015-01-03 |
| | | | |||
* | | | add cache version require | Unknwon | 2015-01-02 |
| | | | |||
* | | | Merge pull request #823 from phsmit/fix_799 | 无闻 | 2015-01-02 |
|\ \ \ | | | | | | | | | Fix #799 by adding a tooltip for all dates in all settings/panels | ||
| * | | | Fix #799 by adding a tooltip for all dates in all settings/panels | Peter Smit | 2015-01-02 |
| | | | | |||
* | | | | Optmize git-fsck options and fix #820 | Unknwon | 2015-01-02 |
|/ / / | |||
* | | | fix #805 | Unknwon | 2015-01-02 |
| | | | |||
* | | | fix #808 | Unknwon | 2015-01-02 |
| | | | |||
* | | | work on #784 | Unknwon | 2015-01-02 |
| | | | |||
* | | | fix gopmfile | Unknwon | 2014-12-31 |
| | | | |||
* | | | fix gopmfile | Unknwon | 2014-12-31 |
| | | | |||
* | | | fix gopmfile | Unknwon | 2014-12-31 |
| | | | |||
* | | | fix #801 | Unknwon | 2014-12-31 |
| | | | |||
* | | | Merge branch 'dev' of github.com:gogits/gogs into dev | Unknwon | 2014-12-31 |
|\ \ \ | |||
| * \ \ | Merge pull request #797 from Mikayex/dev | 无闻 | 2014-12-29 |
| |\ \ \ | | | | | | | | | | | Fix #795 | ||
| | * | | | Fix #795 | Thomas Laroche | 2014-12-29 |
| | | | | | |||
| * | | | | Merge pull request #782 from estetsenko/dev | 无闻 | 2014-12-29 |
| |\ \ \ \ | | | | | | | | | | | | | fix for #747 | ||
| | * | | | | bugfix: Unable to assign any issue myself | estetsenko | 2014-12-24 |
| | | | | | | |||
| * | | | | | Merge pull request #787 from andre-hub/dev | 无闻 | 2014-12-29 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | flexible the build scripts and add a freebsd build script | ||
| | * \ \ \ \ | merge flexible the build scripts and add a freebsd build script | André Grötschel | 2014-12-27 |
| | |\ \ \ \ \ | |||
| | | * | | | | | flexiable the build scripts and add a freebsd build script | André Grötschel | 2014-12-27 |
| | | | | | | | | |||
| * | | | | | | | Merge pull request #790 from euank/master | 无闻 | 2014-12-29 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Initialize unset git user.email / user.name correctly; fix Dockerfile | ||
| | * | | | | | | | Set user.name & user.email in Dockerfile | euank | 2014-12-27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous setting would cause all repo creations to fail, as described in issue #328. The previous commit also resolves this issue, but it seems saner to create the user in the Dockerfile than at runtime. | ||
| | * | | | | | | | Default values for both user.name and user.email | euank | 2014-12-27 |
| | | |/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous behavior was to set default values only if user.name was not set, but to always set it for both. This only sets a value if there wasn't one; this fixes cases where someone has a user.name but no user.email (see included Dockerfile) or someone has a user.email but no user.name (before the email would have been over-written). | ||
* | / | | | | | | fix cache dep API broken | Unknwon | 2014-12-31 |
|/ / / / / / / | |||
* | | | / / / | fix 500: E-mail already used in user settings page | Unknwon | 2014-12-29 |
| |_|_|/ / / |/| | | | | | |||
* | | | | | | fix API changes | Unknwon | 2014-12-28 |
| |/ / / / |/| | | | | |||
* | | | | | Merge branch 'master' of github.com:gogits/gogs into dev | Unknwon | 2014-12-27 |
|\| | | | | |/ / / |/| | | | |||
| * | | | Merge pull request #785 from joshk/patch-1 | 无闻 | 2014-12-27 |
| |\ \ \ | | | | | | | | | | | Use the new build env on Travis | ||
| | * | | | Use the new build env on Travis | Josh Kalderimis | 2014-12-27 |
| | | | | | | | | | | | | | | | http://docs.travis-ci.com/user/workers/container-based-infrastructure | ||
| * | | | | Merge pull request #780 from morpheyesh/master | 无闻 | 2014-12-27 |
| |\ \ \ \ | | |/ / / | |/| | | | spellcheck |