Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | 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 | |
| | | ||||
| * | 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 | |
| | | | ||||
* | | | UI: create issue with title and content | Unknwon | 2015-08-09 | |
| | | | ||||
* | | | auto-redirect when finish filter branch | Unknwon | 2015-08-08 | |
| | | | ||||
* | | | WIP: create PR - choose branch | Unknwon | 2015-08-08 | |
|/ / | ||||
* | | better fork permission check | Unknwon | 2015-08-08 | |
| | | ||||
* | | improve fork process | Unknwon | 2015-08-08 | |
|/ | ||||
* | remove Index field of milestone | Unknwon | 2015-08-06 | |
| | ||||
* | #334: Add Deployment Key Support | Unknwon | 2015-08-06 | |
| | ||||
* | 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 | |
| | ||||
* | autofocus for new and edit issue forms | Fernando San Julián | 2015-07-31 | |
| | ||||
* | pagination in repo issues page only if needed | Fernando San Julián | 2015-07-30 | |
| | ||||
* | Use EscapePound in link hrefs in diff/file views | Vladimir Vissoultchev | 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 | |
|/ | ||||
* | 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 #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. | |||
* | | | 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 suburl for js | Unknwon | 2015-07-16 | |
|/ | ||||
* | UI: install - new version | Unknwon | 2015-07-08 | |
| | ||||
* | #1114 'New Release' always visible | Unknwon | 2015-03-24 | |
| | ||||
* | UI compatibility | Unknwon | 2015-03-21 | |
| | ||||
* | #1082: missing link for help | Unknwon | 2015-03-18 | |
| | ||||
* | Revert "Merge pull request #1047 from ndarilek/accessibility-fixes" | Unknwon | 2015-03-15 | |
| | | | | | This reverts commit c226e92284c7b4b405352814155dd5da3458e029, reversing changes made to 80b23854bc6d2b7466b5cdef112db100372e1e0a. | |||
* | Add additional accessibility text to repository navbar. | Nolan Darilek | 2015-03-14 | |
| | ||||
* | remove unused scripts and simplify migrate form definition | Unknwon | 2015-03-11 | |
| | ||||
* | Handle submodules without a .gitmodules entry - fix #1023 | Filippo Valsorda | 2015-03-10 | |
| | ||||
* | Merge branch 'access' of github.com:gogits/gogs into access | Unknwon | 2015-02-22 | |
|\ | ||||
| * | Updating context and fixing permission issues | Peter Smit | 2015-02-16 | |
| | | | | | | | | | | | | The boolean flags in the repo context have been replaced with mode and two methods Also, the permissions have been brought more in line with https://help.github.com/articles/permission-levels-for-an-organization-repository/ , Admin Team members are able to change settings of their repositories. | |||
* | | routers: able to migrate repo from local path | Unknwon | 2015-02-22 | |
| | | | | | | | | - modules/middleware/context.go: add HandleAPI method |