aboutsummaryrefslogtreecommitdiff
path: root/templates
Commit message (Collapse)AuthorAge
* 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
| |
* | fix app suburl in feedsUnknwon2015-08-09
| |
* | better fork permission checkUnknwon2015-08-08
| |
* | improve fork processUnknwon2015-08-08
| |
* | fix private repo cannot trigger hook by SSHUnknwon2015-08-08
|/
* remove Index field of milestoneUnknwon2015-08-06
|
* #334: Add Deployment Key SupportUnknwon2015-08-06
|
* Merge branch 'develop' of github.com:gogits/gogs into feature/milestoneUnknwon2015-08-05
|\ | | | | | | | | | | | | # Conflicts: # gogs.go # models/issue.go # templates/.VERSION
| * allow anonymous SSH cloneUnknwon2015-08-05
| |
| * fix #1439Unknwon2015-08-05
| |
| * Merge pull request #1432 from manfer/enhance-copy-clipboard无闻2015-08-04
| |\ | | | | | | Enhance copy clipboard
| | * browser supports copy detectionFernando San Julián2015-08-03
| | |
* | | 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
|/ /
* / fix check template versionUnknwon2015-08-02
|/
* update locale and .gopmfileUnknwon2015-08-01
|
* autofocus for new and edit issue formsFernando San Julián2015-07-31
|
* fix #1204Unknwon2015-07-31
|
* #1400 use new connstr format for postgresUnknwon2015-07-31
|
* pagination in repo issues page only if neededFernando San Julián2015-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 viewsVladimir Vissoultchev2015-07-28
| |
* | fix #1407Unknwon2015-07-30
|/
* update gopmfileUnknwon2015-07-28
|
* fix #1305Unknwon2015-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
|/
* User Issues Template fixFernando San Julián2015-07-26
|
* fix #864 with migration and update localeUnknwon2015-07-26
|
* admin config fixFernando San Julián2015-07-25
|
* #835: Realtime webhooksUnknwon2015-07-25
|
* 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 #1380 from vtduncan/referrer-protection无闻2015-07-25
| |\ | | | | | | Prevent browsers from leaking referrer headers
| | * Prevent browsers from leaking referrer headersDuncan2015-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)James2015-04-28
| | | |
| * | | 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.
| * | | | install admin password field fixFernando San Julián2015-07-23
| | |_|/ | |/| | | | | | Admin Password field in install form must be of type password