aboutsummaryrefslogtreecommitdiff
path: root/templates/repo
Commit message (Collapse)AuthorAge
...
* | upgrade new issue to SUI v2Unknwon2015-08-10
| |
* | Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2Unknwon2015-08-10
|\| | | | | | | | | | | | | # Conflicts: # modules/bindata/bindata.go # public/css/gogs.min.css # templates/repo/header.tmpl
| * finish transforming to v2Unknwon2015-08-10
| |
| * list view: issue, label, milestoneUnknwon2015-08-09
| |
| * Generate random avatar based on e-mail when disable GravatarUnknwon2015-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 ownerJames Anderson2015-08-08
| | |
* | | UI: create issue with title and contentUnknwon2015-08-09
| | |
* | | auto-redirect when finish filter branchUnknwon2015-08-08
| | |
* | | WIP: create PR - choose branchUnknwon2015-08-08
|/ /
* | better fork permission checkUnknwon2015-08-08
| |
* | improve fork processUnknwon2015-08-08
|/
* remove Index field of milestoneUnknwon2015-08-06
|
* #334: Add Deployment Key SupportUnknwon2015-08-06
|
* finish new milestone pageUnknwon2015-08-05
|
* clean filesUnknwon2015-08-05
|
* milestone: editUnknwon2015-08-05
|
* clean fileUnknwon2015-08-05
|
* fix new milestone button visibilityUnknwon2015-08-05
|
* milestone: create pageUnknwon2015-08-05
|
* milestone: paginationUnknwon2015-08-04
|
* fix templateUnknwon2015-08-03
|
* milestone: list viewUnknwon2015-08-03
|
* autofocus for new and edit issue formsFernando San Julián2015-07-31
|
* pagination in repo issues page only if neededFernando San Julián2015-07-30
|
* Use EscapePound in link hrefs in diff/file viewsVladimir Vissoultchev2015-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 characterVladimir Vissoultchev2015-07-28
| |
* | better pagingUnknwon2015-07-28
|/
* fix paging links and issue countUnknwon2015-07-25
|
* new issue and label pageUnknwon2015-07-25
|
* Merge branch 'develop' of github.com:gogits/gogs into feature/page_issuesUnknwon2015-07-25
|\
| * Merge pull request #1275 from jstasiak/develop无闻2015-07-25
| |\ | | | | | | Add file permalink button
| | * Add file permalink buttonJakub Stasiak2015-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 labelsUnknwon2015-07-24
| | | | | | | | | | | | - fix update lable break connection with repository
* | | UI: basic label listUnknwon2015-07-24
| | | | | | | | | | | | - create new label
* | | UI: basci issue list without filtersUnknwon2015-07-24
| | | | | | | | | | | | | | | - fix isRead check - fix paging
* | | UI: issues - finish basic frameUnknwon2015-07-24
|/ /
* / fix suburl for jsUnknwon2015-07-16
|/
* UI: install - new versionUnknwon2015-07-08
|
* #1114 'New Release' always visibleUnknwon2015-03-24
|
* UI compatibilityUnknwon2015-03-21
|
* #1082: missing link for helpUnknwon2015-03-18
|
* Revert "Merge pull request #1047 from ndarilek/accessibility-fixes"Unknwon2015-03-15
| | | | | This reverts commit c226e92284c7b4b405352814155dd5da3458e029, reversing changes made to 80b23854bc6d2b7466b5cdef112db100372e1e0a.
* Add additional accessibility text to repository navbar.Nolan Darilek2015-03-14
|
* remove unused scripts and simplify migrate form definitionUnknwon2015-03-11
|
* Handle submodules without a .gitmodules entry - fix #1023Filippo Valsorda2015-03-10
|
* Merge branch 'access' of github.com:gogits/gogs into accessUnknwon2015-02-22
|\
| * Updating context and fixing permission issuesPeter Smit2015-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 pathUnknwon2015-02-22
| | | | | | | | - modules/middleware/context.go: add HandleAPI method