Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | routers: save partial config when install | Unknwon | 2015-02-01 | |
|/ / / / | ||||
* | | | | conf/locale: add Japanese support | Unknwon | 2015-02-01 | |
| | | | | | | | | | | | | | | | | README: remove duplicated travis badge | |||
* | | | | update travis.yml and add badge | Unknwon | 2015-02-01 | |
| | | | | ||||
* | | | | cmd: CMD option for port number of `gogs web` to prevent first time run conflict | Unknwon | 2015-02-01 | |
| | | | | | | | | | | | | | | | | | | | | - routers: use new binding convention to simplify code - templates: able to set HTTP port number in install page | |||
* | | | | public/ng: fix auto-completion #832 | Unknwon | 2015-02-01 | |
| | | | | ||||
* | | | | templates: fix commit message render issue #828 | Unknwon | 2015-01-31 | |
| | | | | ||||
* | | | | Merge branch 'dev' of github.com:gogits/gogs into dev | Unknwon | 2015-01-31 | |
|\ \ \ \ | ||||
| * \ \ \ | Merge pull request #885 from clinta/dev | 无闻 | 2015-01-30 | |
| |\ \ \ \ | | | | | | | | | | | | | Add a freebsd init script. | |||
| | * | | | | Rename scripts/rc/freebsd/gogs to scripts/init/freebsd/gogs | Clint Armstrong | 2015-01-30 | |
| | | | | | | ||||
| | * | | | | Add freebsd rc script | Clint Armstrong | 2015-01-30 | |
| |/ / / / | ||||
* / / / / | routers/repo: set raw page content type to 'text/plain' #828 | Unknwon | 2015-01-31 | |
|/ / / / | ||||
* | | | | modules/midlleware: little auth code fix, #777 | Unknwon | 2015-01-30 | |
| | | | | ||||
* | | | | modules/midlleware: little auth code fix | Unknwon | 2015-01-30 | |
| | | | | ||||
* | | | | modules/base: clean code with #838 | Unknwon | 2015-01-30 | |
| | | | | ||||
* | | | | modules/base: add RenderCommitMessage with XSS-safe and special links | Unknwon | 2015-01-30 | |
| | | | | | | | | | | | | | | | | - update russian locale | |||
* | | | | update link | Unknwon | 2015-01-27 | |
| | | | | ||||
* | | | | update locale | Unknwon | 2015-01-26 | |
| | | | | ||||
* | | | | Merge branch 'dev' of github.com:gogits/gogs into dev | Unknwon | 2015-01-23 | |
|\ \ \ \ | ||||
| * \ \ \ | Merge pull request #870 from phsmit/migrations | 无闻 | 2015-01-22 | |
| |\ \ \ \ | | | | | | | | | | | | | Create db migrations framework | |||
| | * | | | | Migration code: errors are not to be forgotten | Peter Smit | 2015-01-22 | |
| | | | | | | ||||
| | * | | | | Clean up migrations code | Peter Smit | 2015-01-22 | |
| | | | | | | ||||
| | * | | | | Create db migrations framework | Peter Smit | 2015-01-22 | |
| |/ / / / | ||||
* / / / / | update locale | Unknwon | 2015-01-23 | |
|/ / / / | ||||
* | | | | Merge pull request #825 from phsmit/ssh2_keys | 无闻 | 2015-01-22 | |
|\ \ \ \ | | | | | | | | | | | Implement #798 Flexible ssh-key input | |||
| * | | | | Implement #798 Flexible ssh-key input | Peter Smit | 2015-01-02 | |
| | | | | | | | | | | | | | | | | | | | | It is now possible to input ssh keys in a number of formats: openssh, SSH2 or just the base64 encoded key. | |||
* | | | | | Merge pull request #822 from phsmit/fix_807 | 无闻 | 2015-01-22 | |
|\ \ \ \ \ | | | | | | | | | | | | | Fix #807 parse the userinfo with the golang tools | |||
| * | | | | | Fix #807 parse the userinfo with the golang tools | Peter Smit | 2015-01-02 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Note, this is now only fixed with Go version >= 1.4.2, see this bug in Go: https://github.com/golang/go/commit/07d86b1f2db73c6a0716aec4d4cd62dfacb04a21 | |||
* | | | | | | Merge pull request #866 from vitalvas/dev | 无闻 | 2015-01-20 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix in url if cache avatar is enabled | |||
| * | | | | | | fix if service.ENABLE_CACHE_AVATAR is true | Vitaliy Vasilenko | 2015-01-20 | |
| | | | | | | | ||||
* | | | | | | | fix #828, may cause unintentional break in other features, but security is no.1 | Unknwon | 2015-01-20 | |
|/ / / / / / | ||||
* | | | | | | 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 | |
|/ / / / / / |