Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Merge branch 'develop' of github.com:gogits/gogs into feature/milestone | Unknwon | 2015-08-05 | |
|\ | | | | | | | | | | | | | # Conflicts: # gogs.go # models/issue.go # templates/.VERSION | |||
| * | allow anonymous SSH clone | Unknwon | 2015-08-05 | |
| | | ||||
| * | fix #1439 | Unknwon | 2015-08-05 | |
| | | ||||
| * | Merge pull request #1432 from manfer/enhance-copy-clipboard | 无闻 | 2015-08-04 | |
| |\ | | | | | | | Enhance copy clipboard | |||
| | * | browser supports copy detection | Fernando San Julián | 2015-08-03 | |
| | | | ||||
* | | | finish new milestone page | Unknwon | 2015-08-05 | |
| | | | ||||
* | | | clean files | Unknwon | 2015-08-05 | |
| | | | ||||
* | | | milestone: edit | Unknwon | 2015-08-05 | |
| | | | ||||
* | | | clean file | Unknwon | 2015-08-05 | |
| | | | ||||
* | | | fix new milestone button visibility | Unknwon | 2015-08-05 | |
| | | | ||||
* | | | milestone: create page | Unknwon | 2015-08-05 | |
| | | | ||||
* | | | milestone: pagination | Unknwon | 2015-08-04 | |
| | | | ||||
* | | | fix template | Unknwon | 2015-08-03 | |
| | | | ||||
* | | | milestone: list view | Unknwon | 2015-08-03 | |
|/ / | ||||
* / | fix check template version | Unknwon | 2015-08-02 | |
|/ | ||||
* | update locale and .gopmfile | Unknwon | 2015-08-01 | |
| | ||||
* | autofocus for new and edit issue forms | Fernando San Julián | 2015-07-31 | |
| | ||||
* | fix #1204 | Unknwon | 2015-07-31 | |
| | ||||
* | #1400 use new connstr format for postgres | Unknwon | 2015-07-31 | |
| | ||||
* | pagination in repo issues page only if needed | Fernando San Julián | 2015-07-30 | |
| | ||||
* | Merge pull request #1404 from wqweto/develop | 无闻 | 2015-07-30 | |
|\ | | | | | Allow space and/or percent in file and directory names | |||
| * | Use EscapePound in link hrefs in diff/file views | Vladimir Vissoultchev | 2015-07-28 | |
| | | ||||
* | | fix #1407 | Unknwon | 2015-07-30 | |
|/ | ||||
* | update gopmfile | Unknwon | 2015-07-28 | |
| | ||||
* | fix #1305 | Unknwon | 2015-07-28 | |
| | ||||
* | Merge pull request #1402 from wqweto/develop | 无闻 | 2015-07-28 | |
|\ | | | | | Allow file and directory names to contain percent character | |||
| * | Allow file and directory names to contain percent character | Vladimir Vissoultchev | 2015-07-28 | |
| | | ||||
* | | better paging | Unknwon | 2015-07-28 | |
|/ | ||||
* | User Issues Template fix | Fernando San Julián | 2015-07-26 | |
| | ||||
* | fix #864 with migration and update locale | Unknwon | 2015-07-26 | |
| | ||||
* | admin config fix | Fernando San Julián | 2015-07-25 | |
| | ||||
* | #835: Realtime webhooks | Unknwon | 2015-07-25 | |
| | ||||
* | fix paging links and issue count | Unknwon | 2015-07-25 | |
| | ||||
* | new issue and label page | Unknwon | 2015-07-25 | |
| | ||||
* | Merge branch 'develop' of github.com:gogits/gogs into feature/page_issues | Unknwon | 2015-07-25 | |
|\ | ||||
| * | Merge pull request #1380 from vtduncan/referrer-protection | 无闻 | 2015-07-25 | |
| |\ | | | | | | | Prevent browsers from leaking referrer headers | |||
| | * | Prevent browsers from leaking referrer headers | Duncan | 2015-07-21 | |
| | | | ||||
| * | | Merge pull request #1244 from jamesa/develop | 无闻 | 2015-07-25 | |
| |\ \ | | | | | | | | | Add full name field to admin's user edit page (fixes #1130) | |||
| | * | | Add full name field to admin's user edit page (fixes #1130) | James | 2015-04-28 | |
| | | | | ||||
| * | | | Merge pull request #1275 from jstasiak/develop | 无闻 | 2015-07-25 | |
| |\ \ \ | | | | | | | | | | | Add file permalink button | |||
| | * | | | Add file permalink button | Jakub Stasiak | 2015-07-13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The button appears when a file is viewed in a branch or a tag. It points to a URL containing the branch's (or tag's) current commit id so that it'll always point to the same content. | |||
| * | | | | install admin password field fix | Fernando San Julián | 2015-07-23 | |
| | |_|/ | |/| | | | | | | Admin Password field in install form must be of type password | |||
* | | | | UI: CURD labels | Unknwon | 2015-07-24 | |
| | | | | | | | | | | | | | | | | - fix update lable break connection with repository | |||
* | | | | UI: basic label list | Unknwon | 2015-07-24 | |
| | | | | | | | | | | | | | | | | - create new label | |||
* | | | | UI: basci issue list without filters | Unknwon | 2015-07-24 | |
| | | | | | | | | | | | | | | | | | | | | - fix isRead check - fix paging | |||
* | | | | UI: issues - finish basic frame | Unknwon | 2015-07-24 | |
|/ / / | ||||
* | | | fix about #1289 | Unknwon | 2015-07-19 | |
| | | | ||||
* | | | fix suburl for js | Unknwon | 2015-07-16 | |
| | | | ||||
* | | | Disable log color in prod mode | Unknwon | 2015-07-16 | |
| | | | ||||
* | | | #1128: API calls are not hidden behind sign in | Unknwon | 2015-07-15 | |
| | | |