aboutsummaryrefslogtreecommitdiff
path: root/modules/middleware/repo.go
Commit message (Collapse)AuthorAge
* Rename module: middleware -> contextUnknwon2016-03-11
|
* Fix pull request availability checkUnknwon2016-03-06
|
* #1146 finish new access rights for collaboratorsUnknwon2016-03-05
|
* #1597 support pull requests in same repositoryUnknwon2016-03-04
|
* Post work for #2637Unknwon2016-02-27
| | | | Improve test cases, config settings, also show SSH config settings on admin config panel.
* #2682 fix missing slash for go-get metaUnknwon2016-02-23
|
* #2505 Allow to fork and disallow to create PRs for mirrors.Download-Fritz2016-02-19
|
* rename import pathUnknwon2015-12-15
|
* move out git module and #1573 send push hookUnknwon2015-12-09
|
* unified name: IsViewBranch, IsViewCommit and IsViewTagUnknwon2015-12-09
|
* #1984 Better mirror repo managementUnknwon2015-12-08
|
* fix #1829 and fix #890Unknwon2015-12-04
|
* fix panic for #2045Unknwon2015-12-04
|
* refactor API routes and some work for #976Unknwon2015-12-04
|
* fix #2085Unknwon2015-12-02
|
* finish wikiUnknwon2015-11-30
|
* wiki: finish editUnknwon2015-11-27
|
* introduce git-shellUnknwon2015-11-26
|
* Wiki: UI for page newUnknwon2015-11-25
|
* fix #1997Unknwon2015-11-19
|
* #1401 #493 Admin should be able to see private repositoriesUnknwon2015-11-18
|
* #1931 Test patch does not checkout correct base branchUnknwon2015-11-15
|
* fix #1948Unknwon2015-11-15
|
* clean upUnknwon2015-11-14
|
* rename fieldsUnknwon2015-11-03
|
* #1511 Allow local import only for admin usersUnknwon2015-11-03
|
* minor fix on #1863Unknwon2015-10-31
|
* Add go-source directive to repo pagesNathan Zadoks2015-10-30
| | | | This makes Gogs repos work with godoc.org: https://github.com/golang/gddo/wiki/Source-Code-Links
* fix import path, fix #1782Unknwon2015-10-15
|
* unified API error responseUnknwon2015-10-08
|
* new quick start pageUnknwon2015-10-02
|
* Fix `go get` not working when there is a username or repository name with ↵Howl2015-09-23
| | | | some uppercase letters.
* finish initial version of pull requestUnknwon2015-09-02
|
* PR: nothing to commit and has pull request checkUnknwon2015-09-02
|
* #1021 Forked repo unavailable after deleting original repoUnknwon2015-09-01
|
* rename fieldsUnknwon2015-08-31
|
* able edit issue labels/milestone/assigneeUnknwon2015-08-15
|
* WIP: create PR - choose branchUnknwon2015-08-08
|
* 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
| |
| * minor fix on #1432Unknwon2015-08-04
| |
| * browser supports copy detectionFernando San Julián2015-08-03
| |
* | milestone: list viewUnknwon2015-08-03
|/
* #1040: dashboard no longer accessible when repo is missingUnknwon2015-03-16
|
* 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.
* | Merge branch 'dev' of github.com:gogits/gogs into accessUnknwon2015-02-22
|\ \ | |/ |/| | | | | | | | | | | | | 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-17
| | | | | | | | 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-13
| |
* | code fix #941 caution: undertestUnknwon2015-02-13
| |