summaryrefslogtreecommitdiffstats
path: root/modules/middleware/repo.go
Commit message (Collapse)AuthorAgeFilesLines
* Rename module: middleware -> contextUnknwon2016-03-111-368/+0
|
* Fix pull request availability checkUnknwon2016-03-061-27/+32
|
* #1146 finish new access rights for collaboratorsUnknwon2016-03-051-5/+5
|
* #1597 support pull requests in same repositoryUnknwon2016-03-041-26/+25
|
* Post work for #2637Unknwon2016-02-271-1/+1
| | | | Improve test cases, config settings, also show SSH config settings on admin config panel.
* #2682 fix missing slash for go-get metaUnknwon2016-02-231-1/+1
|
* #2505 Allow to fork and disallow to create PRs for mirrors.Download-Fritz2016-02-191-1/+1
|
* rename import pathUnknwon2015-12-151-1/+1
|
* move out git module and #1573 send push hookUnknwon2015-12-091-7/+8
|
* unified name: IsViewBranch, IsViewCommit and IsViewTagUnknwon2015-12-091-7/+7
|
* #1984 Better mirror repo managementUnknwon2015-12-081-0/+1
|
* fix #1829 and fix #890Unknwon2015-12-041-0/+1
|
* fix panic for #2045Unknwon2015-12-041-114/+112
|
* refactor API routes and some work for #976Unknwon2015-12-041-60/+0
|
* fix #2085Unknwon2015-12-021-0/+2
|
* finish wikiUnknwon2015-11-301-6/+2
|
* wiki: finish editUnknwon2015-11-271-6/+12
|
* introduce git-shellUnknwon2015-11-261-5/+1
|
* Wiki: UI for page newUnknwon2015-11-251-1/+1
|
* fix #1997Unknwon2015-11-191-1/+1
|
* #1401 #493 Admin should be able to see private repositoriesUnknwon2015-11-181-6/+10
|
* #1931 Test patch does not checkout correct base branchUnknwon2015-11-151-1/+0
|
* fix #1948Unknwon2015-11-151-0/+6
|
* clean upUnknwon2015-11-141-14/+0
|
* rename fieldsUnknwon2015-11-031-3/+3
|
* #1511 Allow local import only for admin usersUnknwon2015-11-031-1/+1
|
* minor fix on #1863Unknwon2015-10-311-19/+21
|
* Add go-source directive to repo pagesNathan Zadoks2015-10-301-0/+2
| | | | This makes Gogs repos work with godoc.org: https://github.com/golang/gddo/wiki/Source-Code-Links
* fix import path, fix #1782Unknwon2015-10-151-1/+1
|
* unified API error responseUnknwon2015-10-081-5/+4
|
* new quick start pageUnknwon2015-10-021-5/+8
|
* Fix `go get` not working when there is a username or repository name with ↵Howl2015-09-231-1/+1
| | | | some uppercase letters.
* finish initial version of pull requestUnknwon2015-09-021-2/+0
|
* PR: nothing to commit and has pull request checkUnknwon2015-09-021-0/+1
|
* #1021 Forked repo unavailable after deleting original repoUnknwon2015-09-011-25/+37
|
* rename fieldsUnknwon2015-08-311-6/+6
|
* able edit issue labels/milestone/assigneeUnknwon2015-08-151-3/+3
|
* WIP: create PR - choose branchUnknwon2015-08-081-9/+33
|
* Merge branch 'develop' of github.com:gogits/gogs into feature/milestoneUnknwon2015-08-051-2/+16
|\ | | | | | | | | | | | | # Conflicts: # gogs.go # models/issue.go # templates/.VERSION
| * allow anonymous SSH cloneUnknwon2015-08-051-2/+2
| |
| * minor fix on #1432Unknwon2015-08-041-18/+6
| |
| * browser supports copy detectionFernando San Julián2015-08-031-0/+26
| |
* | milestone: list viewUnknwon2015-08-031-1/+1
|/
* #1040: dashboard no longer accessible when repo is missingUnknwon2015-03-161-2/+2
|
* Merge branch 'access' of github.com:gogits/gogs into accessUnknwon2015-02-221-30/+17
|\
| * Updating context and fixing permission issuesPeter Smit2015-02-161-30/+17
| | | | | | | | | | | | 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.
* | Merge branch 'dev' of github.com:gogits/gogs into accessUnknwon2015-02-221-2/+1
|\ \ | |/ |/| | | | | | | | | | | | | Conflicts: gogs.go models/models.go models/user.go templates/.VERSION templates/org/home.tmpl
| * Remove GoGet option from repository and handle it with ?go-get=1 insteadPeter Smit2015-02-171-2/+1
| | | | | | | | The normal go get protocol is to show the go-import meta tag when ?go-get=1 is appended to the url. This commit implements that behaviour and cleans the go-get option from the repository settings page.
* | fix mirror issues uncaught #941Unknwon2015-02-131-2/+5
| |
* | code fix #941 caution: undertestUnknwon2015-02-131-8/+8
| |