Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2 | Unknwon | 2015-08-12 |
|\ | | | | | | | | | # Conflicts: # public/css/gogs.min.css | ||
| * | fix on #1466 | Unknwon | 2015-08-12 |
| | | |||
| * | Merge pull request #1466 from manfer/semantic | 无闻 | 2015-08-12 |
| |\ | | | | | | | modified repo header | ||
| | * | modified repo header | Gogs | 2015-08-12 |
| | | | |||
* | | | add comment form UI | Unknwon | 2015-08-12 |
| | | | |||
* | | | finish view issue without comments and ops | Unknwon | 2015-08-12 |
|/ / | |||
* | | add cache-control for attachments | Unknwon | 2015-08-12 |
| | | |||
* | | fix serve attachment content type | Unknwon | 2015-08-12 |
| | | |||
* | | delete avatar when del user | Unknwon | 2015-08-12 |
| | | |||
* | | Merge pull request #1454 from gustavopaes/bug/1453 | 无闻 | 2015-08-12 |
|\ \ | | | | | | | Remove SSH button when SSH it is disabled | ||
| * | | Remove SSH button when SSH is disabled | Gustavo Paes | 2015-08-09 |
| | | | |||
* | | | minor fix on #1469 | Unknwon | 2015-08-12 |
| | | | |||
* | | | Merge pull request #1469 from sorl/develop | 无闻 | 2015-08-12 |
|\ \ \ | | | | | | | | | fix dashboard padding | ||
| * | | | fix dashboard padding | Mikko Hellsing | 2015-08-11 |
|/ / / | |||
* | | | update README | Unknwon | 2015-08-12 |
| | | | |||
* | | | update locales | Unknwon | 2015-08-12 |
| | | | |||
* | | | finish attachments when create issue | Unknwon | 2015-08-11 |
| | | | |||
* | | | finish create issue attachment UI | Unknwon | 2015-08-11 |
| | | | |||
* | | | fix cannot parse JSON for attachments | Unknwon | 2015-08-11 |
| |/ |/| | |||
* | | minor fix on #1464 | Unknwon | 2015-08-11 |
| | | |||
* | | Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2 | Unknwon | 2015-08-10 |
|\ \ | |||
| * \ | Merge pull request #1464 from jamesa/hide-gravatar-tooltip | 无闻 | 2015-08-10 |
| |\ \ | | | | | | | | | Hide avatar tooltips unless you're looking at your own profile | ||
| | * | | Resize avatars to the same size they are displayed | James Anderson | 2015-08-10 |
| | | | | |||
| | * | | Hide avatar-changing instructions unless it's your profile (resolves #1107) | James Anderson | 2015-08-10 |
| | | | | |||
* | | | | fix template error | Unknwon | 2015-08-10 |
|/ / / | |||
* | | | update README | Unknwon | 2015-08-10 |
| | | | |||
* | | | finish new issue action and mentions | Unknwon | 2015-08-10 |
| | | | |||
* | | | Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2 | Unknwon | 2015-08-10 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | # Conflicts: # modules/bindata/bindata.go # public/css/gogs.min.css | ||
| * | | | minor fix on #1460 | Unknwon | 2015-08-10 |
| |/ / | |||
| * | | Merge pull request #1460 from manfer/semantic | 无闻 | 2015-08-10 |
| |\ \ | | | | | | | | | new top menu | ||
| | * | | new top menu | Fernando San Julián | 2015-08-10 |
| | |/ | |||
| * | | Merge pull request #1461 from jamesa/fix-collaboration-link | 无闻 | 2015-08-10 |
| |\ \ | | | | | | | | | Fix broken collaboration link in repo settings | ||
| | * | | Fix broken collaboration link in repo settings | James Anderson | 2015-08-10 |
| |/ / | |||
| * | | travis with gitter | Unknwon | 2015-08-10 |
| | | | |||
| * | | Merge pull request #1457 from jqs7/customAvatar | 无闻 | 2015-08-10 |
| |\ \ | | |/ | |/| | add custom avatar source support | ||
| | * | custom avatar source | Jqs7 | 2015-08-10 |
| | | | |||
* | | | rename functions | Unknwon | 2015-08-10 |
| | | | |||
* | | | finish create issue with milestone and assignee | Unknwon | 2015-08-10 |
| | | | |||
* | | | finish create issue with milestone | Unknwon | 2015-08-10 |
| | | | |||
* | | | finish create issue with labels | Unknwon | 2015-08-10 |
| | | | |||
* | | | add migrate from issue.label_ids to issue_label | Unknwon | 2015-08-10 |
| | | | |||
* | | | upgrade new issue to SUI v2 | Unknwon | 2015-08-10 |
| | | | |||
* | | | Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2 | Unknwon | 2015-08-10 |
|\| | | | | | | | | | | | | | | | | | | | | # Conflicts: # modules/bindata/bindata.go # public/css/gogs.min.css # templates/repo/header.tmpl | ||
| * | | finish transforming to v2 | Unknwon | 2015-08-10 |
| | | | |||
| * | | list view: issue, label, milestone | Unknwon | 2015-08-09 |
| | | | |||
| * | | remove sync.Pool and support go1.2 again | Unknwon | 2015-08-09 |
| | | | |||
| * | | Generate random avatar based on e-mail when disable Gravatar | Unknwon | 2015-08-09 |
| | | | |||
| * | | Merge pull request #1451 from jamesa/fix-owner-tag-on-issues | 无闻 | 2015-08-09 |
| |\ \ | | |/ | |/| | Add check to see if comments on an issue are by the repo owner | ||
| | * | Add check to see if comments on an issue are by the repo owner | James Anderson | 2015-08-08 |
| | | | |||
| * | | fix app suburl in feeds | Unknwon | 2015-08-09 |
| | | |